html,
body
{
    font-family: Arial;
    /*font-weight: 700;*/

    width: 100vw;
    height: 100vh;
    margin: 0;

    color: #000;
    
}

.body_bg {
    
    /*background-color: #bee2a4;*/
    
}

#index {
  /* background-image: url('images/bg.jpg');
  background-blend-mode: screen;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.header
{
    z-index: 9999;

    width: 100vw;
    height: 80px;
    text-align: center;
    position: fixed;
    font-size: 30px;
    padding: 20px 0;
    background-color: transparent;
}

.header > a {
    text-decoration: none;
    color: black;
    transition: color .3s;
}

.header > a:hover {
    color: #ff3333;
}


.hide {
  opacity: 0 !important;
}



.order-history_mobile {
  padding: 0 24px; }
  .order-history_mobile .order-detail {
    padding-top: 36px; }
  .order-history_mobile .order-detail-contents-content {
      color: #a7a7a7; }
  .order-history_mobile .order-history__header, .order-history_mobile .order-history__info {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle; }
  .order-history_mobile .order-history__header {
    width: 110px; }
  .order-history_mobile .order-history__order {
    padding: 24px 0 36px; }
  .order-history_mobile .order-history__order:first-of-type {
      border: none; }
  .order-history_mobile .order-history__order-chevron {
      height: 16px;
      top: 28px;
      width: 8px; }
  .order-history_mobile .order-history__info {
    color: #a7a7a7;
    font-size: 16px; }
  .order-history_mobile .order-history__info-order {
      color: #f1574b; }
.order-history_web {
  border-radius: 6px;
  padding: 0 16px 40px;
  width: 100%; }
  @media (min-width: 1024px) {
    #doodletop{
      width:25%;
    }
    #doodledown{
      width:25%;
    }
    .order-history_web {
      padding: 0 40px 40px; } }
  .order-history_web .order-detail__contents {
    margin-bottom: 24px; }
  .order-history_web .order-history__cell {
    display: inline-block;
    padding: 24px 0;
    width: 25%; }
  .order-history_web .order-history__order-chevron {
    height: 16px;
    margin: 29px 0;
    width: 10px; }
  .order-history_web .order-history__order-info:first-of-type {
    color: #f1574b; }
.order-history__title {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.order-history__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  padding: 0 24px; }

@media (min-width: 1024px) {
    .order-history__title {
      margin-bottom: 20px;
      padding: 0; } }

.order-history {
  padding-bottom: 40px; }

@media (min-width: 768px) {
    .order-history {
      padding-bottom: 56px; } }

.order-history__box {
    background: #fff;
    font-family: Arial, sans-serif; }

.order-history__header {
    color: #000;
    font-size: 12px;
    letter-spacing: 1.1px;
    text-transform: uppercase; }

.order-history__order {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: 16px;
    position: relative; }

.order-history__order-chevron {
      background-image: url(/packs/chevron-left-0c9c6a4532f3aff44c3afcec9c1c3456.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: .3;
      position: absolute;
      right: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms; }

.order-history__order_focused .order-history__order-chevron {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms; }

.order-detail__shipping-title, .order-detail__contents-title {
  color: #000;
  font-size: 12px;
  letter-spacing: 1.1px;
  line-height: 24px;
  text-transform: uppercase; }

.order-detail__shipping {
  margin-bottom: 30px; }

.order-detail__shipping-tracking {
    color: #f1574b;
    display: block; }

.order-detail__shipping-content, .order-detail__contents-content {
  font-size: 16px;
  line-height: 24px; }
.account-frame {
  background-color: #faf8f6; }

.account-frame-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1e0d6;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 36px;
  height: 136px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

@media (min-width: 1024px) {
    .account-frame-header {
      height: 272px; } }

.account-frame-header-text {
    display: block;
    text-align: center; }

.account-frame-sections {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  height: 56px;
  padding-left: 24px;
  vertical-align: middle; }

@media (min-width: 1024px) {
    .account-frame-sections {
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: inherit;
      height: 80px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0; } }

.account-frame-links {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px; }

.account-frame-content {
  background-color: #faf8f6;
  min-height: 80vh;
  position: relative; }

@media (min-width: 1024px) {
    .account-frame-content.grid {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 20px;
      -ms-grid-columns: ([col-start] 1fr)[12];
          grid-template-columns: repeat(12, [col-start] 1fr);
      margin: 0 auto;
      padding: 64px 64px 8px; } }

@media (min-width: 1366px) {
    .account-frame-content.grid {
      max-width: 1366px;
      padding: 64px 72px 8px; } }

.account-nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid transparent;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 0 20px;
  -webkit-transition: border 200ms;
  transition: border 200ms; }

.account-nav-link.active {
    border-bottom-color: #f1574b;
    color: #000; }

.account-nav-link:hover:not(.active) {
    border-bottom-color: #f5f1ed;
    color: #000;
    -webkit-transition-duration: 0;
            transition-duration: 0; }

.member-since {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-transform: uppercase; }
.frame-content {
  padding: 40px 0 8px; }
  @media (min-width: 1024px) {
    .frame-content {
      grid-column: 5 / 13;
      padding: 0; } }
  @media (min-width: 1024px) {
    .frame-content {
      grid-column: 5 / 12; } }
  @media (min-width: 1200px) {
    .frame-content {
      grid-column: 6 / 12; } }
  @media (min-width: 1024px) {
    .expanded .frame-content {
      grid-column: 4 / 13;
      padding: 0; } }
  @media (min-width: 1024px) {
    .expanded .frame-content {
      grid-column: 4 / 12; } }
  @media (min-width: 1200px) {
    .expanded .frame-content {
      grid-column: 5 / 12; } }
  .frame-navigation {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-font-smoothing: antialiased;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 8px;
  white-space: nowrap; }
  .frame-navigation::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1024px) {
    .frame-navigation {
      background: inherit;
      border-bottom: none;
      grid-column: 1 / 5;
      height: auto;
      overflow: auto;
      white-space: inherit; } }
  @media (min-width: 1024px) {
    .frame-navigation {
      grid-column: 2 / 5; } }
  @media (min-width: 1024px) {
    .frame-navigation.expanded-content {
      grid-column: 1 / 4; } }
  @media (min-width: 1024px) {
    .frame-navigation.expanded-content {
      grid-column: 2 / 4; } }
  .plan-nav-link {
  border-bottom: 3px solid transparent;
  color: #000;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 16px;
  padding: 20px 0; }
  .plan-nav-link:hover {
    border-bottom-color: #f5f1ed;
    color: #000; }
  .plan-nav-link.active {
    border-bottom-color: #f1574b;
    color: #000; }
  @media (min-width: 1024px) {
    .plan-nav-link {
      border-bottom: none;
      color: rgba(0, 0, 0, 0.4);
      display: block;
      font-weight: normal;
      margin: 0;
      padding: 0 0 16px; }
      .plan-nav-link:hover {
        color: #000; }
      .plan-nav-link.active {
        color: #000; } }
.loader__loading-title {
  color: #000;
  opacity: .4; }

.loader__loading-cta {
  margin-top: 12px; }

@media (min-width: 1024px) {
    .loader__loading-cta {
      margin-top: 28px; } }

.loader__loading-dot {
  -webkit-animation: dot-pulse 900ms cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
          animation: dot-pulse 900ms cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  width: 10px; }

.loader__loading-dot-1 {
    margin-left: 0; }

.loader__loading-dot-2 {
    -webkit-animation-delay: 160ms;
            animation-delay: 160ms; }

.loader__loading-dot-3 {
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms;
    margin-right: 0; }

@-webkit-keyframes dot-pulse {
  0% {
    opacity: .5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: .4;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@keyframes dot-pulse {
  0% {
    opacity: .5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: .4;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
.account-page__loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 16px 0; }
  @media (min-width: 1024px) {
    .account-page__loading {
      margin: 80px auto 0;
      width: 584px; } }
  .account-page__loading-container {
  padding: 16px;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .account-page__loading-container {
      padding: 60px 0; } }
.shipping-form__title, .shipping-form label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.shipping-form__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  padding: 0 24px; }

@media (min-width: 1024px) {
    .shipping-form__title {
      margin-bottom: 20px;
      padding: 0; } }

.shipping-form {
  padding-bottom: 40px; }

@media (min-width: 1024px) {
    .shipping-form {
      padding-bottom: 56px; } }

.shipping-form__box {
    background: #fff;
    font-family: Arial, sans-serif;
    padding: 32px 24px; }

@media (min-width: 1024px) {
      .shipping-form__box {
        border-radius: 6px;
        padding: 40px; } }

.shipping-form form {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 16px;
    -ms-grid-columns: ([col-start] 1fr)[3];
        grid-template-columns: repeat(3, [col-start] 1fr); }

.shipping-form fieldset {
    grid-column: 1 / 4;
    margin-bottom: 16px; }

.shipping-form .fieldset-left {
    grid-column: 1 / 3; }

.shipping-form .fieldset-right {
    grid-column: 3 / 4; }

.shipping-form .fieldset-has-error input {
    box-shadow: inset 0 0 0 2px #f1574b; }

.shipping-form .fieldset-error-message {
    color: #f1574b;
    font-size: 14px;
    padding-top: 4px; }

.shipping-form label {
    color: rgba(0, 0, 0, 0.4); }

.shipping-form input, .shipping-form select {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border-width: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 16px; }

.shipping-form input:disabled, .shipping-form select:disabled {
      background-color: rgba(0, 0, 0, 0.03);
      color: rgba(0, 0, 0, 0.7);
      opacity: .5; }

.shipping-form input:disabled:hover, .shipping-form select:disabled:hover {
      border: none; }

.shipping-form .button {
    margin-top: 16px;
    padding: 10px 32px 12px; }

.shipping-form select {
  background-image: url(/packs/select-arrow-5022e56b7d44bedbf0ac23832990a9d7.svg);
  height: inherit; }
.payment-form__title, .payment-form label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.payment-form__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  padding: 0 24px; }

@media (min-width: 1024px) {
    .payment-form__title {
      margin-bottom: 20px;
      padding: 0; } }

.payment-form {
  padding-bottom: 40px; }

@media (min-width: 1024px) {
    .payment-form {
      padding-bottom: 56px; } }

.payment-form__box {
    background: #fff;
    font-family: Arial, sans-serif;
    padding: 32px 24px; }

@media (min-width: 1024px) {
      .payment-form__box {
        border-radius: 6px;
        padding: 40px; } }

.payment-form form {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 16px;
    -ms-grid-columns: ([col-start] 1fr)[3];
        grid-template-columns: repeat(3, [col-start] 1fr); }

.payment-form fieldset {
    grid-column: 1 / 4;
    margin-bottom: 16px; }

.payment-form .fieldset-left {
    grid-column: 1 / 3; }

.payment-form .fieldset-right {
    grid-column: 3 / 4; }

.payment-form .fieldset-has-error input {
    box-shadow: inset 0 0 0 2px #f1574b; }

.payment-form .fieldset-error-message {
    color: #f1574b;
    font-size: 14px;
    padding-top: 4px; }

.payment-form label {
    color: rgba(0, 0, 0, 0.4); }

.payment-form input {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border-width: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 16px; }

.payment-form input:disabled {
      background-color: rgba(0, 0, 0, 0.03);
      color: rgba(0, 0, 0, 0.7);
      opacity: .5; }

.payment-form input:disabled:hover {
      border: none; }

.payment-form .button {
    margin-top: 16px;
    padding: 10px 32px 12px; }
.personal-info-form__title, .personal-info-form label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.personal-info-form__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  padding: 0 24px; }

@media (min-width: 1024px) {
    .personal-info-form__title {
      margin-bottom: 20px;
      padding: 0; } }

.personal-info-form {
  padding-bottom: 40px; }

@media (min-width: 1024px) {
    .personal-info-form {
      padding-bottom: 56px; } }

.personal-info-form__box {
    background: #fff;
    font-family: Arial, sans-serif;
    padding: 32px 24px; }

@media (min-width: 1024px) {
      .personal-info-form__box {
        border-radius: 6px;
        padding: 40px; } }

.personal-info-form form {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 16px;
    -ms-grid-columns: ([col-start] 1fr)[3];
        grid-template-columns: repeat(3, [col-start] 1fr); }

.personal-info-form fieldset {
    grid-column: 1 / 4;
    margin-bottom: 16px; }

.personal-info-form .fieldset-left {
    grid-column: 1 / 3; }

.personal-info-form .fieldset-right {
    grid-column: 3 / 4; }

.personal-info-form .fieldset-has-error input {
    box-shadow: inset 0 0 0 2px #f1574b; }

.personal-info-form .fieldset-error-message {
    color: #f1574b;
    font-size: 14px;
    padding-top: 4px; }

.personal-info-form label {
    color: rgba(0, 0, 0, 0.4); }

.personal-info-form input, .personal-info-form select {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border-width: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 16px; }

.personal-info-form input:disabled, .personal-info-form select:disabled {
      background-color: rgba(0, 0, 0, 0.03);
      color: rgba(0, 0, 0, 0.7);
      opacity: .5; }

.personal-info-form input:disabled:hover, .personal-info-form select:disabled:hover {
      border: none; }

.personal-info-form .button {
    margin-top: 16px;
    padding: 10px 32px 12px; }
.react-autosuggest__container {
  position: relative;
  width: 100%; }

.react-autosuggest__suggestions-container {
  display: none; }

.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  background-color: #fff;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: -42px;
  top: calc(100% + 1.5em + 4px);
  z-index: 2; }

.react-autosuggest__suggestions-list {
  font-family: 'Gauthier', 'Baskerville';
  list-style-type: none;
  margin: 0;
  padding: 0; }

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
  -webkit-transition: background-color 800ms;
  transition: background-color 800ms; }

.react-autosuggest__suggestion:hover {
    background-color: #f5f1ed;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms; }
.multiselect-component input {
  display: none; }

.no-touch .multiselect-component__selectable:hover {
  cursor: pointer; }

[data-controller-name='profiles'] .multiselect-component__selectable, [data-controller-name='surveys'] .multiselect-component__selectable {
  background-color: #fff; }

.multiselect-component__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .25em .75em; }

.multiselect-component__image-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1em;
  width: 64px; }

.multiselect-component__image-wrapper:empty {
    display: none; }

.multiselect-component__image {
  display: block;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain; }

@media (min-width: 1024px) {
    .multiselect-component__image {
      height: 140px;
      width: 140px; } }

.multiselect-component__description {
  font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
  font-size: 13px;
  line-height: 1.5;
  margin: .5em 0; }

@media (min-width: 768px) {
    .multiselect-component__description {
      font-size: 16px; } }

.multiselect-component__description:empty {
    display: none; }

@media (min-width: 480px) {
  .multiselect-component_display-as-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.multiselect-component_display-as-boxes .multiselect-component__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

@media (min-width: 480px) {
    .multiselect-component_display-as-boxes .multiselect-component__label {
      display: block;
      text-align: center; } }

.multiselect-component_display-as-boxes .multiselect-component__selectable {
  border: 4px solid #f5f1ed;
  border-radius: 8px;
  cursor: pointer;
  margin: 1em 0;
  padding: 1em;
  -webkit-transition: border-color 800ms;
  transition: border-color 800ms; }

[data-controller-name='profiles'] .multiselect-component_display-as-boxes .multiselect-component__selectable, [data-controller-name='surveys'] .multiselect-component_display-as-boxes .multiselect-component__selectable {
    border-color: #fff; }

[data-controller-name='profiles'] .multiselect-component_display-as-boxes .multiselect-component__selectable_selected, [data-controller-name='surveys'] .multiselect-component_display-as-boxes .multiselect-component__selectable_selected {
      border-color: #3e306e; }

@media (min-width: 480px) {
    .multiselect-component_display-as-boxes .multiselect-component__selectable {
      -ms-flex-preferred-size: 256px;
          flex-basis: 256px;
      margin: 1em;
      padding: 2em; } }

@media (min-width: 1366px) {
    .multiselect-component_display-as-boxes .multiselect-component__selectable {
      -ms-flex-preferred-size: 320px;
          flex-basis: 320px;
      padding: 71px 46px 75px; } }

.no-touch .multiselect-component_display-as-boxes .multiselect-component__selectable:hover, .multiselect-component_display-as-boxes .multiselect-component__selectable_selected {
    border-color: #3e306e;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms; }

.multiselect-component_display-as-boxes .checkbox {
  display: none; }

.multiselect-component_display-as-boxes .multiselect-component__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.multiselect-component_display-as-boxes .multiselect-component__title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal; }

@media (min-width: 768px) {
    .multiselect-component_display-as-boxes .multiselect-component__title {
      font-size: 20px;
      margin: 1.3em 0 .6em; } }

.multiselect-component_display-as-binary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.multiselect-component_display-as-binary .multiselect-component__selectable {
    border: 4px solid #f5f1ed;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 130px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px;
    position: relative;
    -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    width: 130px; }

[data-controller-name='profiles'] .multiselect-component_display-as-binary .multiselect-component__selectable, [data-controller-name='surveys'] .multiselect-component_display-as-binary .multiselect-component__selectable {
      border-color: #fff; }

@media (min-width: 768px) {
      .multiselect-component_display-as-binary .multiselect-component__selectable {
        height: 160px;
        width: 160px; } }

.no-touch .multiselect-component_display-as-binary .multiselect-component__selectable:hover {
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms; }

.no-touch .multiselect-component_display-as-binary .multiselect-component__selectable:hover, .multiselect-component_display-as-binary .multiselect-component__selectable_selected {
      border-color: #3e306e; }

.multiselect-component_display-as-binary .multiselect-component__text {
    font-size: 18px; }

@media (min-width: 768px) {
      .multiselect-component_display-as-binary .multiselect-component__text {
        font-size: 22px; } }

.multiselect-component_display-as-binary .multiselect-component__title {
    margin: auto;
    text-align: center; }

.multiselect-component_display-as-binary .checkbox {
    display: none; }

.multiselect-component_display-as-list {
  margin: 0 auto;
  max-width: 916px;
  width: 100%; }

@media (min-width: 480px) {
    .multiselect-component_display-as-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.multiselect-component_display-as-list .multiselect-component__selectable {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 3px solid #f5f1ed;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 288px;
        flex-basis: 288px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: .5em;
    padding: 1em 0 1em 1.25em;
    -webkit-transition: border-color 800ms;
    transition: border-color 800ms; }

[data-controller-name='profiles'] .multiselect-component_display-as-list .multiselect-component__selectable, [data-controller-name='surveys'] .multiselect-component_display-as-list .multiselect-component__selectable {
      border-color: #fff; }

@media (min-width: 1024px) {
      .multiselect-component_display-as-list .multiselect-component__selectable {
        -ms-flex-preferred-size: 368px;
            flex-basis: 368px;
        font-size: 18px; } }

.multiselect-component_display-as-list .multiselect-component__selectable .check {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms;
      -webkit-transition-property: background-color, color;
      transition-property: background-color, color;
      width: 100%; }

.multiselect-component_display-as-list .multiselect-component__selectable .check::before {
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition-duration: 400ms;
                transition-duration: 400ms;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform; }

.no-touch .multiselect-component_display-as-list .multiselect-component__selectable:hover {
      border-color: #3e306e;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms; }

.no-touch .multiselect-component_display-as-list .multiselect-component__selectable:hover .checkbox {
        border-color: #3e306e;
        -webkit-transition-duration: 400ms;
                transition-duration: 400ms; }

.multiselect-component_display-as-list .multiselect-component__selectable_selected {
      border-color: #3e306e;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms; }

.multiselect-component_display-as-list .multiselect-component__selectable_selected .checkbox {
        background-color: #3e306e;
        border-color: #3e306e;
        -webkit-transition-duration: 400ms;
                transition-duration: 400ms; }

.multiselect-component_display-as-list .multiselect-component__selectable_selected .check {
        background-color: transparent;
        color: #fff; }

.multiselect-component_display-as-list .multiselect-component__selectable_selected .check::before {
          -webkit-transform: none;
                  transform: none; }

.multiselect-component_display-as-list .multiselect-component__label {
    font: inherit;
    padding: .25em 1.25em .25em .75em; }

.multiselect-component_display-as-list .checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 3px solid #f5f1ed;
    border-radius: 50%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
    -webkit-transition-property: background-color, border-color, border-width;
    transition-property: background-color, border-color, border-width;
    width: 30px; }

.multiselect-component_display-as-list .check {
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-property: width, height;
    transition-property: width, height; }

.multiselect-component_display-as-horizontal-list {
  border: 4px solid #f5f1ed;
  border-radius: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.13; }

[data-controller-name='profiles'] .multiselect-component_display-as-horizontal-list, [data-controller-name='surveys'] .multiselect-component_display-as-horizontal-list {
    border-color: #fff; }

@media (min-width: 768px) {
    .multiselect-component_display-as-horizontal-list {
      font-size: 20px; } }

.multiselect-component_display-as-horizontal-list .multiselect-component__selectable {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 36px;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 6px;
    -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    width: 36px; }

@media (min-width: 768px) {
      .multiselect-component_display-as-horizontal-list .multiselect-component__selectable {
        height: 74px;
        width: 74px; } }

.multiselect-component_display-as-horizontal-list .multiselect-component__selectable .multiselect-component__title {
      font-size: 18px;
      margin: 0; }

.multiselect-component_display-as-horizontal-list .multiselect-component__selectable_selected {
      background-color: #3e306e;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms;
      -webkit-transition-property: background-color;
      transition-property: background-color; }

.multiselect-component_display-as-horizontal-list .multiselect-component__selectable_selected .multiselect-component__title {
        color: #fff; }

.multiselect-component_display-as-horizontal-list .multiselect-component__title {
    font-size: smaller; }

.multiselect-component_display-as-horizontal-list .checkbox {
    display: none; }

.multiselect-component_display-as-bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

@media (min-width: 480px) {
    .multiselect-component_display-as-bubbles {
      font-size: 18px;
      margin: 0 auto;
      max-width: 876px; } }

.multiselect-component_display-as-bubbles .multiselect-component__selectable {
    background-color: #fff;
    color: #3e306e;
    display: inline-block;
    -ms-flex-preferred-size: 86px;
        flex-basis: 86px;
    font-size: 14px;
    margin: .5em 0;
    -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

[data-controller-name='profiles'] .multiselect-component_display-as-bubbles .multiselect-component__selectable, [data-controller-name='surveys'] .multiselect-component_display-as-bubbles .multiselect-component__selectable {
      background-color: transparent; }

[data-controller-name='profiles'] .multiselect-component_display-as-bubbles .multiselect-component__selectable .multiselect-component__image-wrapper, [data-controller-name='surveys'] .multiselect-component_display-as-bubbles .multiselect-component__selectable .multiselect-component__image-wrapper {
        background-color: #fff; }

.browser-ie .multiselect-component_display-as-bubbles .multiselect-component__selectable {
      min-width: 120px; }

@media (min-width: 768px) {
      .multiselect-component_display-as-bubbles .multiselect-component__selectable {
        font-size: 18px; } }

@media (min-width: 480px) {
      .multiselect-component_display-as-bubbles .multiselect-component__selectable {
        margin: .5em;
        width: auto; } }

.no-touch .multiselect-component_display-as-bubbles .multiselect-component__selectable:hover .multiselect-component__image-wrapper {
      border-color: #aca5c5;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms; }

.multiselect-component_display-as-bubbles .multiselect-component__selectable_selected .multiselect-component__image-wrapper {
      border-color: #3e306e;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms; }

.no-touch .multiselect-component_display-as-bubbles .multiselect-component__selectable_selected:hover .multiselect-component__image-wrapper {
      border-color: #3e306e; }

.multiselect-component_display-as-bubbles .multiselect-component__image-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 4px solid #f5f1ed;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    height: 2em;
    margin: 0 auto;
    -webkit-transition: border-color 800ms;
    transition: border-color 800ms;
    width: 2em; }

@media (min-width: 1024px) {
      .multiselect-component_display-as-bubbles .multiselect-component__image-wrapper {
        font-size: 50px; } }

.multiselect-component_display-as-bubbles .multiselect-component__image-wrapper img {
      height: 1em; }

.multiselect-component_display-as-bubbles .multiselect-component__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.multiselect-component_display-as-bubbles .multiselect-component__title {
    font-size: inherit;
    margin: 1em 0 .67em; }

.multiselect-component_display-as-bubbles .multiselect-component__image {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto; }

.multiselect-component_display-as-bubbles .multiselect-component__label {
    display: block;
    padding: 0 1em; }

.multiselect-component_display-as-bubbles .checkbox {
    display: none; }
.loading-dots {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  height: 4px;
  width: 16px; }
  .loading-dots-wrapper {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }
  .loading-dots-dot {
    -webkit-animation: dot-pulse 900ms cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
            animation: dot-pulse 900ms cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    background-color: #fe7469;
    border-radius: 4px; }
  .loading-dots-dot-2 {
    -webkit-animation-delay: 160ms;
            animation-delay: 160ms; }
  .loading-dots-dot-3 {
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms; }
  @-webkit-keyframes dot-pulse {
  0% {
    opacity: .5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: .4;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
  @keyframes dot-pulse {
  0% {
    opacity: .5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: .4;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
.pause-adjustments {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 375px; }
  .pause-adjustments .pause-adjustments__summary {
    font-weight: normal;
    margin-bottom: 40px; }
  .pause-adjustments__title {
  margin-top: .75em; }
  @media (max-width: 767px) {
    .pause-adjustments__title {
      padding-left: 16px;
      padding-right: 16px; } }
  .pause-adjustments__section {
  margin: 20px auto 10px;
  text-align: left;
  width: 100%; }
  .pause-adjustments__section--removed .adjustment-product__image {
    opacity: .3; }
  .pause-adjustments__section-header {
  color: rgba(0, 0, 0, 0.3); }
  .pause-adjustments__original-price {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-weight: bold;
  margin: 0 8px 0 16px;
  text-decoration: line-through; }
  .pause-adjustments__new-total {
  font-weight: bold; }
  .adjustment-product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  position: relative; }
  .adjustment-product .adjustment-product__image {
    background-color: #faf8f6;
    border-radius: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 70px;
    overflow: hidden;
    width: 70px; }
  .adjustment-product .adjustment-product__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 16px;
    padding-right: 50px;
    text-align: left; }
  .adjustment-product .adjustment-product__title {
    margin: 0; }
  .adjustment-product .adjustment-product__subtitle {
    color: rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2; }
  .adjustment-product .adjustment-product__price {
    position: absolute;
    right: 10px;
    top: 15px; }
  .adjustment-product .adjustment-product__price span {
      font-weight: normal; }
[data-controller-name='surveys'] .content {
  background-color: transparent;
}

.animation-image {
  width: 140px; }

.animation-image.welcome, .animation-image.welcome2 {
    width: 140px; }

.animation-image.insterstitial-basics {
    width: 500px; }

.animation-image.calculating, .animation-image.alright-last-section-values, .animation-image.perfect-now-health-goals, .animation-image.now-lifestyle-diet {
    width: 400px; }

.question {
  font-family: Arial, sans-serif;
  overflow: auto; }

.question.question_type_autocomplete {
    margin: auto;
    max-width: 768px; }

.question__topic-icon img {
    display: block;
    height: 50px;
    margin: auto;
    margin-bottom: 1em;
    width: 50px; }

.question__prompt {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto;
    max-width: 684px;
    text-align: center; }

.browser-ie .question__prompt {
      width: 684px; }

.question__prompt p {
      font: inherit; }

@media (min-width: 768px) {
      .question__prompt {
        font-size: 38px;
        line-height: 1.32; } }

.question__prompt img {
      max-width: 100%;
      width: auto; }

.question__text {
    color: #737373;
    line-height: normal;
    margin: 1em 0;
    text-align: center; }

.question__text:empty {
      display: none; }

.question.question_type_auto-advance .question__form {
    display: none; }

@media (max-width: 1023px) {
    .question.question_type_auto-advance img {
      height: auto !important;
      max-width: 100%; } }

.question .form {
    margin: 0; }

.question .field_with_errors .error {
    bottom: 10%;
    padding: 0 2rem;
    top: inherit; }

.question .question__button_type_next::before {
    content: 'Continue'; }

.question__responses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    width: 100%; }

.question__responses:not(.textbox) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }

.question__responses.textbox {
      margin: 1em auto; }

.question_type_multiselect .radio, .question_type_multiselect .checkbox, .question_type_autocomplete .radio, .question_type_autocomplete .checkbox {
    display: none; }

.question_type_multiselect .question__responses {
    background: transparent;
    border: 0;
    display: block;
    padding: 0; }

.question__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-linear-gradient(bottom, #f5f1ed 50%, rgba(245, 241, 237, 0) 100%);
    background: linear-gradient(to top, #f5f1ed 50%, rgba(245, 241, 237, 0) 100%);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 166px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 2; }

.question__bottom button {
      pointer-events: auto; }

.question__bottom .button_size_large {
      max-width: none;
      width: 200px; }

@media (min-width: 768px) {
        .question__bottom .button_size_large {
          width: 210px; } }

.question-component-wrapper {
  height: 100%; }

[data-controller-name='profiles'] .question-component-wrapper, [data-controller-name='surveys'] .question-component-wrapper {
    /*background-color: #f5f1ed;*/
    background-color: transparent;
}

.question_calculating_alt_doctor .question-component-wrapper .animation-image.animation-image_alt_original {
    display: none !important; }

.question_calculating_alt_doctor .question-component-wrapper .animation-image_alt_doctor {
    display: inline-block !important; }

.question-component-wrapper .animation-image.animation-image--alt {
    display: inline-block !important; }

/**
.question-component {
  height: 100%;
  overflow: auto;
  padding: 75px 0px 150px;
  width: 100%;
}
.question-header{
  padding-left:16px;
  padding-right:16px;
}

@media (min-width: 480px) {
    .question-component {
      padding-left: 5%;
      padding-right: 5%; } }

.question-component[data-identifier="see-my-recommendations"] {
  text-align: center; }

.question-component[data-identifier="see-my-recommendations"] br {
    display: none; }

.question-component[data-identifier="see-my-recommendations"] img {
    width: 174px; }

.question-component[data-identifier="see-my-recommendations"] .question-component__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.question-component[data-identifier="see-my-recommendations"] .question-component__section {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

.question-component[data-identifier="see-my-recommendations"] .question-component__section-title {
    display: block;
    margin: 10px 0 6px; }

.question-component[data-identifier="see-my-recommendations"] .question-component__pack {
    margin: 0 auto;
    position: relative;
    width: 174px; }

.question-component[data-identifier="see-my-recommendations"] .question-component__pack-title {
    font-size: 14px;
    margin: 72px 0 0 39px;
    position: absolute; }

.question-component[data-identifier="see-my-recommendations"] .question-component__caption {
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 13px; }

@media (min-width: 768px) {
      .question-component[data-identifier="see-my-recommendations"] .question-component__caption {
        font-size: 16px; } }

.question-component[data-identifier="see-my-recommendations"] .button {
    margin-top: 10px;
    max-width: 400px;
    width: 90%; }

@media (min-width: 768px) {
      .question-component[data-identifier="see-my-recommendations"] .button {
        margin-top: 20px; } }

*/

.question-component__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%; }

.question__title {
  white-space: pre-wrap; }

.question-component__loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms; }

.question-component__loader:not(.active) {
    opacity: 0;
    pointer-events: none; }
[data-controller-name="surveys"] .content {
  padding-top: 0; }

@media (min-width: 768px) {
  [data-controller-name="surveys"] .textbox input[type='text'] {
    font-size: 34px; } }

.button.button_survey_back {
  position: fixed;
  z-index: 10; }

.button.button_survey_reset {
  position: fixed;
  z-index: 11; }

.progress-bar {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1; }

.progress-bar__indicator {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3e306e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 600ms cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 600ms cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform 600ms cubic-bezier(0.6, 0, 0.4, 1); }

.progress-bar__progress {
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-right: .6em;
    text-align: right; }

.survey__mask {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.embedded-survey {
  height: 420px;
  margin-bottom: 1em;
  position: relative;
  width: 100%; }

.embedded-survey .form {
    margin: 0; }

.embedded-survey .question__prompt p {
    color: #000;
    font-size: 1.25rem; }

.embedded-survey .question-component {
    margin: 0 auto;
    max-width: 600px;
    padding: 0; }

.embedded-survey .question__topic-icon {
    display: none; }

.embedded-survey .multiselect-component_display-as-list, .embedded-survey .multiselect-component_display-as-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.embedded-survey .multiselect-component_display-as-list .multiselect-component__selectable, .embedded-survey .multiselect-component_display-as-boxes .multiselect-component__selectable {
      background-color: #fff;
      border: 4px solid #f5f1ed;
      border-radius: 6px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 1.05rem;
      margin: 0 auto 15px;
      max-width: 100%;
      padding: 1em 0;
      width: 450px; }

.embedded-survey .multiselect-component_display-as-list .multiselect-component__selectable:hover, .embedded-survey .multiselect-component_display-as-boxes .multiselect-component__selectable:hover {
        border-color: #3e306e; }

.embedded-survey .multiselect-component_display-as-list .multiselect-component__title, .embedded-survey .multiselect-component_display-as-boxes .multiselect-component__title {
      font-family: Arial, sans-serif;
      margin: 0;
      text-align: left; }

.embedded-survey .multiselect-component_display-as-list .multiselect-component__image-wrapper, .embedded-survey .multiselect-component_display-as-boxes .multiselect-component__image-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 25px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin: 0 1em;
      width: 25px; }

.embedded-survey .multiselect-component_display-as-list .multiselect-component__image-wrapper img, .embedded-survey .multiselect-component_display-as-boxes .multiselect-component__image-wrapper img {
        width: 100%; }

.embedded-survey .multiselect-component_display-as-list .multiselect-component__label, .embedded-survey .multiselect-component_display-as-boxes .multiselect-component__label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 .5em; }

.embedded-survey .textbox {
    margin-top: 0;
    max-width: 280px;
    padding: 0; }

.embedded-survey .textbox input:not([type]) {
      font-size: 28px;
      padding: .6em 1em; }

.embedded-survey .textarea textarea {
    font-size: 18px;
    height: 120px;
    max-width: 100%;
    width: 450px; }

.embedded-survey input[type="submit"] {
    font-size: 16px;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: auto; }

.survey__back.text {
  color: #000; }

.survey__back.text:hover {
    color: #f1574b; }

.survey__loading-overlay {
  background-color: white;
  background-image: url(https://images.ctfassets.net/t9x0u6p47op0/6I2EC9mZeooyS6aU06oAw0/cbd32a61614c0f74d7f7f6c40ffce260/co_loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.survey--loading .survey__loading-overlay {
    display: block; }
.active-subscription-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .active-subscription-row + .active-subscription-row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
    margin-top: 32px; }
  @media (max-width: 666px) {
    #doodletop{
      width:50%;
    }
    #doodledown{
      width:50%;
    }
    .active-subscription-row > :first-child {
      max-width: 127px; } }
  .active-subscription-row.disabled .active-subscription-row__action {
    opacity: .6;
    pointer-events: none; }
  .active-subscription-row.disabled .active-subscription-row__action svg {
      opacity: .2; }
.manage-subscriptions__title {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.manage-subscriptions__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  padding: 0 24px; }

@media (min-width: 1024px) {
    .manage-subscriptions__title {
      margin-bottom: 20px;
      padding: 0; } }

.manage-subscriptions {
  padding-bottom: 40px; }

@media (min-width: 1024px) {
    .manage-subscriptions {
      padding-bottom: 56px; } }

.manage-subscriptions__box {
    background: #fff;
    font-family: Arial, sans-serif;
    padding: 32px 24px; }

@media (min-width: 1024px) {
      .manage-subscriptions__box {
        border-radius: 6px;
        padding: 40px; } }

.manage-subscriptions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.manage-subscriptions__item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px; }

.manage-subscriptions__item:not(:last-child) {
    padding-bottom: 32px; }

.manage-subscriptions__item-modal-container {
    display: none; }
.delivery-frequency__title {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.delivery-frequency__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
  padding: 0 24px; }

@media (min-width: 1024px) {
    .delivery-frequency__title {
      margin-bottom: 20px;
      padding: 0; } }

.delivery-frequency {
  padding-bottom: 40px; }

@media (min-width: 1024px) {
    .delivery-frequency {
      padding-bottom: 56px; } }

.delivery-frequency__box {
    background: #fff;
    font-family: Arial, sans-serif;
    padding: 32px 24px; }

@media (min-width: 1024px) {
      .delivery-frequency__box {
        border-radius: 6px;
        padding: 40px; } }

.delivery-frequency__box-desc {
  font-family: Arial, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.delivery-frequency__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.delivery-frequency__item:not(:last-child) {
    padding-bottom: 32px; }

.delivery-frequency__item-modal-container {
    display: none; }

.delivery-frequency__select-wrapper {
  position: relative; }

.delivery-frequency__select-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-24%);
            transform: translateY(-24%);
    width: 10px;
    height: 10px;
    background: url(/packs/chevron-down-brown-92906202f0a55dfc2f9cdf45dd162d49.svg) no-repeat;
    background-size: contain;
    pointer-events: none; }

.delivery-frequency__select-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/packs/repeat-orange-75cc1a047bd5183a589ecb458062039b.svg) no-repeat;
    background-size: contain; }

.delivery-frequency__select-wrapper path {
    fill: #f1574b; }

.delivery-frequency__select {
  height: auto;
  padding: 0 16px 0 0;
  box-sizing: content-box;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  color: #9b9b9b;
  background: none;
  border: none; }

.delivery-frequency__select:hover {
    color: #767676; }
.upcoming-orders__banner {
  -ms-flex-line-pack: center;
      align-content: center;
  background: #f1574b;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  margin: 16px 24px;
  padding: 0 24px;
  position: relative;
  text-align: left; }
  @media (min-width: 736px) {
    .upcoming-orders__banner {
      margin: 0 0 36px;
      padding: 0;
      text-align: center; } }
  .upcoming-orders__banner:hover, .upcoming-orders__banner:active, .upcoming-orders__banner:focus {
    color: #fff; }
  .upcoming-orders__banner:hover .upcoming-orders__banner-chevron {
    right: 19px; }
  @media (min-width: 736px) {
      .upcoming-orders__banner:hover .upcoming-orders__banner-chevron {
        right: 31px; } }
  .upcoming-orders__banner-chevron, .upcoming-orders__banner-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute; }
  .upcoming-orders__banner-chevron {
    background-image: url(/packs/chevron-right-white-7cf1ee34523305bf0dae1c2c2573814c.svg);
    right: 24px;
    -webkit-transition: right 200ms ease;
    transition: right 200ms ease;
    width: 10px; }
  @media (min-width: 736px) {
      .upcoming-orders__banner-chevron {
        right: 36px; } }
  .upcoming-orders__banner-logo {
    display: none; }
  @media (min-width: 736px) {
      .upcoming-orders__banner-logo {
        background-image: url(/packs/banner-logo-5edea831aab118ef74444376e3eee285.svg);
        display: block;
        left: 36px;
        width: 66px; } }
  .upcoming-orders__banner-text {
    padding: 22px 0; }
  @media (min-width: 736px) {
      .upcoming-orders__banner-text {
        margin: auto;
        padding: 16px 0; } }
.no-orders {
  background: #fff;
  border-radius: 6px;
  padding: 65px 0 50px;
  text-align: center; }
  .no-orders__logo {
    background: url(/packs/logo-orange-box-e5d5c2d157d8827b91ac67d124ca8e72.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 23px;
    margin: auto;
    width: 44px; }
  .no-orders__title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 30px; }
  .no-orders__subtitle {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 24px; }
  .no-orders__link {
    background: #f1574b;
    border: 4px solid #f1574b;
    border-radius: 38px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 40px auto 0;
    padding: 12px 36px;
    -webkit-transition: background 200ms cubic-bezier(0.6, 0, 0.4, 1);
    transition: background 200ms cubic-bezier(0.6, 0, 0.4, 1);
    width: 174px; }
  .no-orders__link:focus, .no-orders__link:active, .no-orders__link:hover {
      background: #fff;
      color: #f1574b; }
.edit-upcoming-delivery-modal {
  padding-top: 16px;
  font-family: Arial, sans-serif;
  min-height: 372px; }
  @media (min-width: 1024px) {
    .edit-upcoming-delivery-modal {
      padding-top: 0; } }
  .edit-upcoming-delivery-modal-subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 32px; }
  @media (min-width: 1024px) {
    .edit-upcoming-delivery-modal-subtitle {
      margin: 36px 0 32px; } }
  .edit-upcoming-delivery-modal-error {
  font-family: Arial, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 16px 0;
  min-height: 400px;
  max-width: 248px; }
  .edit-upcoming-delivery-modal-error-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 42px; }
  .edit-upcoming-delivery-modal-error-title {
    margin-bottom: 12px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
  .edit-upcoming-delivery-modal-loader-wrapper {
  padding: 16px;
  text-align: center; }
  .edit-upcoming-delivery-modal-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ececec;
  border-radius: 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 16px;
  max-width: 376px;
  padding: 16px 0;
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms; }
  .edit-upcoming-delivery-modal-option.multiline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .edit-upcoming-delivery-modal-option:hover {
    border-color: #f1574b;
    -webkit-transition: border-color 400ms;
    transition: border-color 400ms; }
  .edit-upcoming-delivery-modal-option-main-text {
    color: #f1574b;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .edit-upcoming-delivery-modal-option-subtitle {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    margin-top: 4px;
    max-width: 240px;
    text-align: center;
    width: 100%; }
  .edit-upcoming-delivery-modal-confirm-date-container {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 32px auto 104px;
  max-width: 300px;
  padding: 24px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .edit-upcoming-delivery-modal-confirm-date-container {
      margin-bottom: 48px; } }
  .edit-upcoming-delivery-modal-confirm-date {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5; }
  .edit-upcoming-delivery-modal-confirm-date-est {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 1.33; }
  .edit-upcoming-delivery-modal-confirm-button {
  margin: 0 auto;
  max-width: 300px; }
.recurring-order {
  margin-bottom: 12px;
  padding: 34px 24px 24px; }
  @media (min-width: 736px) {
    .recurring-order {
      padding: 18px 36px 36px; } }
  .recurring-order__delivery {
    margin-bottom: 16px; }
  @media (min-width: 736px) {
      .recurring-order__delivery {
        margin-bottom: 20px; } }
  .recurring-order__delivery-title {
      color: rgba(0, 0, 0, 0.4);
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1.12px;
      line-height: 16px;
      line-height: normal;
      margin-bottom: 2px;
      text-transform: uppercase; }
  @media (min-width: 736px) {
        .recurring-order__delivery-title {
          margin-bottom: 4px; } }
  .recurring-order__delivery-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .recurring-order__delivery-date {
      color: #000;
      font-size: 20px;
      font-weight: bold;
      line-height: 25px; }
  .recurring-order .recurring-order__delivery-edit {
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #f1574b;
    cursor: pointer;
    font-size: 16px;
    position: relative; }
  .recurring-order__info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    cursor: pointer;
    min-height: 192px;
    padding: 40px 24px; }
  .recurring-order__info:hover .recurring-order__title-chevron {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  @media (min-width: 736px) {
      .recurring-order__info {
        padding: 40px 24px 40px 34px; } }
  .recurring-order__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
  .recurring-order__title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px; }
  @media (min-width: 736px) {
      .recurring-order__title {
        font-size: 26px; } }
  .recurring-order__title-chevron {
      background: url(/packs/chevron-right-white-7cf1ee34523305bf0dae1c2c2573814c.svg);
      background-position: center;
      background-repeat: no-repeat;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 28px;
      -webkit-transition: -webkit-transform 200ms ease;
      transition: -webkit-transform 200ms ease;
      transition: transform 200ms ease;
      transition: transform 200ms ease, -webkit-transform 200ms ease;
      width: 10px; }
  .recurring-order__frequency {
    line-height: 18px; }
  .recurring-order__frequency-icon {
      background: url(/packs/recurring-ab2f9b8138264b7d822cfee95432a00a.svg);
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      height: 17px;
      margin-right: 8px;
      vertical-align: middle;
      width: 13px; }
  .recurring-order__frequency-title {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1.31px;
      line-height: 18px;
      text-transform: uppercase;
      vertical-align: middle; }
.fill-image-cx__fill-image___qiidQ {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: -20px; }
  .fill-image-cx__fill-image___qiidQ img {
    height: 100%;
    /*height: 400px !important;*/
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    -webkit-transition: 400ms opacity;
    transition: 400ms opacity; }
  .fill-image-cx__fill-image___qiidQ.fill-image-cx__contain___5zUmG img {
    -o-object-fit: contain;
       object-fit: contain; }
  .fill-image-cx__fill-image___qiidQ.fill-image-cx__loaded___5shRn img {
    opacity: 1; }
.one-time-order {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  padding: 24px; }
  @media (min-width: 736px) {
    .one-time-order {
      border-radius: 6px;
      padding: 38px 36px; } }
  .one-time-order__image {
    height: 108px;
    min-width: 108px;
    position: relative; }
  .one-time-order__text-block {
    margin-left: 15px;
    width: 100%; }
  .one-time-order__text-block:hover .one-time-order__title-chevron {
      -webkit-transform: rotateY(180deg) translateX(-5px);
              transform: rotateY(180deg) translateX(-5px); }
  @media (min-width: 736px) {
      .one-time-order__text-block {
        margin-left: 24px; } }
  .one-time-order__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px; }
  .one-time-order__title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-transform: capitalize; }
  @media (min-width: 736px) {
      .one-time-order__title {
        font-weight: normal; } }
  .one-time-order__title-chevron {
      background: url(/packs/chevron-left-0c9c6a4532f3aff44c3afcec9c1c3456.svg);
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 28px;
      opacity: .2;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transition: -webkit-transform 200ms ease;
      transition: -webkit-transform 200ms ease;
      transition: transform 200ms ease;
      transition: transform 200ms ease, -webkit-transform 200ms ease;
      width: 10px; }
  .one-time-order__shippment-info {
    color: #999;
    font-size: 16px;
    line-height: 20px; }
.resume-order {
  padding: 34px 24px 24px; }
  @media (min-width: 736px) {
    .resume-order {
      padding: 23px 36px 36px; } }
  .resume-order__header {
    margin-bottom: 23px; }
  @media (min-width: 736px) {
      .resume-order__header {
        margin-bottom: 20px; } }
  .resume-order__header-title {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      color: #000;
      font-size: 20px;
      font-weight: bold;
      line-height: 25px; }
  .resume-order__button.button {
    padding: 8px 14px; }
  .resume-order__info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    cursor: pointer;
    min-height: 192px;
    padding: 28px 24px; }
  .resume-order__info:hover .resume-order__title-chevron {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  .resume-order__header, .resume-order__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .resume-order__title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px; }
  @media (min-width: 736px) {
      .resume-order__title {
        font-size: 26px; } }
  .resume-order__title-chevron {
      background: url(/packs/chevron-right-white-7cf1ee34523305bf0dae1c2c2573814c.svg);
      background-position: center;
      background-repeat: no-repeat;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 28px;
      -webkit-transition: -webkit-transform 200ms ease;
      transition: -webkit-transform 200ms ease;
      transition: transform 200ms ease;
      transition: transform 200ms ease, -webkit-transform 200ms ease;
      width: 10px; }
.details-display {
  background: white;
  font-family: Arial, sans-serif;
  line-height: normal; }
  .details-display__mask {
    display: none; }
  @media (min-width: 736px) {
      .details-display__mask {
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        cursor: pointer;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000; } }
  .details-display__container {
    background: #fff;
    bottom: 0;
    left: 0;
    max-height: 100vh;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    -webkit-animation: slide-in .3s;
            animation: slide-in .3s;
    -webkit-animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
            animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
  @media (min-width: 736px) {
      .details-display__container {
        bottom: auto;
        left: auto;
        max-width: 408px;
        width: 408px;
        -webkit-animation: slide-in-phablet .3s;
                animation: slide-in-phablet .3s; } }
  .details-display__container-closing {
      -webkit-animation: slide-out .3s;
              animation: slide-out .3s; }
  @media (min-width: 736px) {
        .details-display__container-closing {
          -webkit-animation: slide-out-phablet .3s;
                  animation: slide-out-phablet .3s; } }
  .details-display__content {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box; }
  @-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  @keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  @-webkit-keyframes slide-in_reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  @keyframes slide-in_reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  @-webkit-keyframes slide-in-phablet {
  0% {
    opacity: 0;
    -webkit-transform: translateX(480px);
            transform: translateX(480px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  @keyframes slide-in-phablet {
  0% {
    opacity: 0;
    -webkit-transform: translateX(480px);
            transform: translateX(480px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  @-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); } }
  @keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); } }
  @-webkit-keyframes slide-out_reverse {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px); } }
  @keyframes slide-out_reverse {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px); } }
  @-webkit-keyframes slide-out-phablet {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(480px);
            transform: translateX(480px); } }
  @keyframes slide-out-phablet {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(480px);
            transform: translateX(480px); } }
.details-display__header {
  padding: 20px 24px;
  text-align: center;
  margin-bottom: 28px; }
  @media (min-width: 736px) {
    .details-display__header {
      padding: 25px 24px; } }
  .details-display__header_border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0; }
  @media (min-width: 736px) {
      .details-display__header_border {
        border-bottom: 0; } }
  .details-display__header-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px; }
  @media (min-width: 736px) {
      .details-display__header-title {
        visibility: hidden; } }
  .details-display__header-title_show {
      visibility: visible; }
  .details-display__header-close {
    cursor: pointer;
    height: 20px;
    left: 24px;
    position: absolute;
    top: 22px;
    width: 20px;
    background: url(/packs/back-arrow-e875fd2013a32537e2d1dd2a90fd84ad.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  @media (min-width: 736px) {
      .details-display__header-close {
        opacity: .2;
        top: 20px;
        background: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        height: 25px;
        opacity: .2;
        width: 25px; } }
.details-display__notice {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 40px 48px;
  text-align: center;
  width: 100%; }
  @media (min-width: 736px) {
    .details-display__notice {
      font-size: 18px;
      line-height: 24px;
      padding: 16px 65px 33px; } }
.details-display-row__quantity {
  background: url(/packs/chevron-down-brown-92906202f0a55dfc2f9cdf45dd162d49.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 71%;
  background-position-y: center;
  background-size: initial;
  border: 2px solid #f5f1ed;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 38px;
  margin: 0;
  padding: 8px 16px;
  position: relative;
  width: 66px; }
  .details-display-row__quantity:hover, .details-display-row__quantity:active, .details-display-row__quantity:focus {
    border-color: #f5f1ed; }
.details-display-row {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 0;
  position: relative; }
  .details-display-row__image {
    display: block;
    height: 88px;
    min-width: 88px;
    position: relative; }
  .details-display-row__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 16px;
    overflow: hidden;
    width: 100%; }
  .details-display-row__header-title {
    color: #000;
    font-size: 18px;
    line-height: 22px; }
  .details-display-row__header-detail {
    color: rgba(0, 0, 0, 0.4);
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .details-display-row__header-close {
    position: absolute;
    right: 0;
    top: 16px;
    background: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 16px;
    opacity: .2;
    width: 16px; }
  .details-display-row__price {
    display: inline-block;
    font-size: 18px;
    margin-right: 12px; }
  .details-display-row__price-striken {
      color: #969493;
      text-decoration: line-through; }
.details-display-section {
  padding: 0 24px 40px; }
  @media (min-width: 736px) {
    .details-display-section {
      padding: 0 40px 40px; } }
  .details-display-section:last-of-type {
    padding-bottom: 160px; }
  .details-display-section_add-subscription:last-of-type {
    padding-bottom: 280px; }
  .details-display-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 18px; }
  .details-display-section__header-title {
      font-size: 20px;
      font-weight: bold;
      line-height: normal; }
  .details-display-section__header-link {
      color: #f1574b;
      cursor: pointer;
      font-size: 16px;
      line-height: normal; }
  .details-display-section__header-link:hover {
        color: #f1574b; }
  .details-display-section__header-link, .details-display-section__header-subtitle {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .details-display-section__header-subtitle {
      color: #a7a7a7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.3px;
      font-weight: bold; }
  .details-display-section__header-icon {
      background: url(/packs/recur-380d3731e353604c938d26747785730f.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 17px;
      width: 17px;
      margin-right: 7px; }
.details-display__summary {
  bottom: 40px;
  left: 0;
  padding: 0 24px;
  position: absolute;
  right: 0; }
  @media (min-width: 736px) {
    .details-display__summary {
      bottom: 74px;
      padding: 0 40px; } }
  .details-display__price {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px; }
  .details-display__price-info-striken {
    color: #969493;
    margin-right: 12px;
    text-decoration: line-through; }
  .details-display__bill-notice {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 16px;
  padding: 20px 0 26px;
  text-align: center;
  width: 100%; }
  .details-display__update-button {
  width: 100%; }
  .details-display__process-message {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  text-align: center; }
.details-display__empty-banner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 24px;
  padding: 24px 0; }
  @media (min-width: 736px) {
    .details-display__empty-banner {
      margin: 0 40px; } }
  .details-display__empty-banner__title {
    background: #f1574b;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    padding: 24px 0;
    text-align: center;
    width: 100%; }
  .details-display__empty-banner__copy {
    background: #faf8f6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #a7a7a7;
    font-size: 16px;
    line-height: 1.5;
    padding: 32px 24px 43px;
    text-align: center; }
  .details-display__empty-banner__link {
    color: #f1574b;
    font-size: 16px;
    line-height: 1.5; }
.order-details-loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.upcoming-orders {
  font-family: Arial, sans-serif;
  line-height: normal;
  margin: 0 auto 128px;
  width: 100%; }
  @media (min-width: 736px) {
    .upcoming-orders {
      max-width: 584px; } }
  .upcoming-orders__order {
    background: #fff; }
  @media (min-width: 736px) {
      .upcoming-orders__order {
        border-radius: 6px; } }
  .one-time-orders {
  margin-top: 70px; }
  .one-time-orders__title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.12px;
    margin-bottom: 22px;
    text-transform: uppercase; }
.box-white {
  background-color: #fff;
  border-radius: 6px;
  padding: 32px 24px; }

.retake-cta__title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px; }

.retake-cta__copy, .retake-cta__subcopy {
  font-size: 16px;
  line-height: 1.5; }

.retake-cta__subcopy {
  color: rgba(0, 0, 0, 0.4);
  font-family: Arial, sans-serif;
  margin-bottom: 24px; }

.retake-cta__button {
  max-width: 320px;
  width: 100%; }

@media (min-width: 1024px) {
    .retake-cta__button {
      max-width: inherit;
      width: inherit; } }
.profile-rec {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 6px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  overflow: hidden; }
  .profile-rec:hover {
    color: #000; }
  .profile-rec:hover .profile-rec__chevron {
      right: -5px; }
  .profile-rec:last-child {
    margin-bottom: 0; }
  .profile-rec__image {
  height: 128px;
  width: 128px; }
  @media (min-width: 768px) {
    .profile-rec__image {
      height: 168px;
      width: 168px; } }
  .profile-rec__content {
  background-color: #fff;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 24px 24px 24px 16px; }
  .profile-rec__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  margin-bottom: 4px;
  position: relative;
  width: 100%; }
  .profile-rec__title, .profile-rec__subtitle {
  font-family: Arial, sans-serif;
  line-height: 1.25; }
  .profile-rec__title {
  font-size: 20px;
  font-weight: bold; }
  .profile-rec__chevron {
  background-image: url(/packs/chevron-left-0c9c6a4532f3aff44c3afcec9c1c3456.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
  width: 16px; }
  .profile-rec__subtitle {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px; }
  .profile-rec__subtitle-highlight {
    color: #f1574b;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding-left: 12px;
    text-transform: uppercase; }
.profile-questions__section {
  margin-bottom: 40px; }
  .profile-questions__section:last-child {
    margin-bottom: 0; }
  .profile-questions__section__title {
    margin-bottom: 12px; }
  .profile-questions-group {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .profile-questions-group__title-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 68px;
    padding: 16px; }
  .profile-questions-group__title-container-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .profile-questions-group__title {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: 2px; }
  .profile-questions-group__title-image {
      width: 36px; }
  .profile-questions-group__chevron {
  background-image: url(/packs/chevron-left-0c9c6a4532f3aff44c3afcec9c1c3456.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  opacity: .3;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  width: 16px; }
  .profile-questions-group__chevron-up {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .profile-question {
  cursor: pointer;
  display: block;
  padding: 15px;
  position: relative; }
  .profile-question .icon {
    color: #f1574b;
    display: block;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .profile-question:hover .icon {
    right: 10px; }
  .profile-question:hover__title {
    color: #000; }
  .profile-question__title {
    color: #000;
    margin-bottom: 6px; }
  .profile-question__response {
    color: #3e306e;
    margin: 0; }
  .profile-question-container:not(:first-child) {
  border-top: 1px solid #faf8f6; }
  .profile-survey-container {
  background-color: #f5f1ed;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12; }
  .profile-survey-container__close-button {
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 32px;
    padding: 0 17px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
.box-label {
  color: rgba(0, 0, 0, 0.6);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 12px;
  text-transform: uppercase; }

.account-profile__content {
  padding-left: 16px;
  padding-right: 16px; }

@media (min-width: 1024px) {
    .account-profile__content {
      grid-column: 5 / 13;
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 1200px) {
    .account-profile__content {
      grid-column: 6 / 12; } }

.account-profile__sidebar {
  grid-column: 1 / 4; }

@media (min-width: 1200px) {
    .account-profile__sidebar {
      grid-column: 2 / 5; } }

.account-profile__profile-recs, .account-profile__retake-cta, .account-profile__profile-questions {
  padding-bottom: 40px; }

.account-profile__no-quiz {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 16px 0; }

@media (min-width: 1024px) {
    .account-profile__no-quiz {
      margin: 80px auto 0;
      width: 584px; } }

.account-profile__no-quiz-container {
  padding: 16px;
  text-align: center;
  width: 100%; }

@media (min-width: 1024px) {
    .account-profile__no-quiz-container {
      padding: 60px 0; } }

.account-profile__no-quiz-logo {
  display: block;
  margin: 0 auto;
  width: 44px; }

.account-profile__no-quiz-title {
  font-weight: bold;
  margin-top: 16px; }

@media (min-width: 1024px) {
    .account-profile__no-quiz-title {
      margin-top: 32px; } }

.account-profile__no-quiz-subtitle {
  color: #000;
  opacity: .4; }

.account-profile__no-quiz-cta {
  margin-top: 12px; }

@media (min-width: 1024px) {
    .account-profile__no-quiz-cta {
      margin-top: 28px; } }
.index-cx__info___1kXzE {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding: 28px;
  text-align: center;
  width: 356px; }
  @media (max-width: 767px) {
    .index-cx__info___1kXzE {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      .index-cx__info___1kXzE .index-cx__product-list___Faho_ {
        display: none; } }
  @media (min-width: 768px) {
    .index-cx__info___1kXzE {
      padding: 42px;
      text-align: center;
      width: 396px; } }
  .index-cx__info__header___1eoxh {
  font-size: 26px;
  margin-bottom: .75em;
  margin-top: 0; }
  .index-cx__product-list___Faho_ li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .index-cx__dosing___1xHH4 {
  border-bottom: 1px solid #dbd1c6;
  border-top: 1px solid #dbd1c6;
  margin-top: 1.5em;
  padding: 1em 0; }
  .index-cx__dosing___1xHH4 p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; }
  .index-cx__dosing___1xHH4 img {
    display: inline-block;
    height: 38px;
    margin-right: 3px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    width: 38px; }
  @media (max-width: 767px) {
    .index-cx__dosing___1xHH4 {
      margin: 0 auto; }
      .index-cx__dosing___1xHH4 p {
        padding: 0 6px; } }
.index-cx__list___RBQ7V:not(.index-cx__visible___lv905) {
  display: none; }

.index-cx__list___RBQ7V > * {
  -webkit-transition: 1000ms cubic-bezier(0.66, 0, 0, 1);
  transition: 1000ms cubic-bezier(0.66, 0, 0, 1); }
.index-cx__content___3-Wp0 {
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 20px; }
  .index-cx__content___3-Wp0 .index-cx__need-title___3ztlR {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: .5em;
    min-height: 75px; }
  .index-cx__product-title___23Vp0 {
  margin: .25em 0 .75em;
  min-height: 60px; }
  .index-cx__flavor-callout___YrdaN {
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
  vertical-align: top; }
  .index-cx__action___2y3AF {
  color: #f1574b;
  font-family: Arial, sans-serif; }
  .index-cx__action___2y3AF img {
    display: inline-block;
    margin-left: 3px;
    width: 16px; }
.product-card {
  border-radius: 6px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 300ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 300ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .product-card:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  @media (pointer: coarse) {
      .product-card:hover {
        box-shadow: none;
        -webkit-transform: none;
                transform: none; } }
  .product-card:hover .product-card__text-block {
      border-color: #fff; }
  .product-card:hover .product-card__bottom {
      border-color: #fff; }
  .product-card:active, .product-card:focus, .product-card:hover {
    color: inherit; }
  .product-card__header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 340px !important;
    width: 100%; }
  .product-card__topics {
    bottom: 0;
    padding: 12px;
    position: absolute;
    width: 100%; }
  @media (min-width: 736px) {
      .product-card__topics {
        padding: 16px 13px; } }
  .product-card.product-card_selectable {
    cursor: pointer; }
  @media (max-width: 741px) {
    .product-card.product-card_catalog .product-card__header {
      padding-bottom: 71.8%; } }
  .product-card.product-card_catalog .product-card__topics {
    padding: 10px 6px; }
  @media (min-width: 742px) {
      .product-card.product-card_catalog .product-card__topics {
        padding: 16px 22px; } }
.notification-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  color: #f1574b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 70px;
  opacity: 0;
  padding: 16px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px; }
  @media (min-width: 768px) {
    .notification-banner {
      bottom: 24px;
      left: auto;
      right: 24px;
      width: 342px; } }
  .notification-banner__carrot {
    margin-left: 16px; }
  .notification-banner__copy {
    font-size: 15px;
    line-height: 22px; }
  .notification-banner--fade-in-out {
    -webkit-animation: fade-in-out 6s;
            animation: fade-in-out 6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .notification-banner--raised {
    bottom: 120px;
    background: #f1574b;
    color: #fff; }
  .notification-banner--raised:hover {
      color: #fff; }
  @-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    pointer-events: none; }
  1% {
    pointer-events: auto; }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto; }
  95% {
    opacity: 1;
    pointer-events: auto; }
  99% {
    pointer-events: auto; }
  100% {
    opacity: 0;
    pointer-events: none; } }
  @keyframes fade-in-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    pointer-events: none; }
  1% {
    pointer-events: auto; }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto; }
  95% {
    opacity: 1;
    pointer-events: auto; }
  99% {
    pointer-events: auto; }
  100% {
    opacity: 0;
    pointer-events: none; } }
.product-card__bottom {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 736px) {
    .product-card__bottom {
      font-size: 16px; } }
  .product-card__bottom_disabled {
    cursor: default; }
  .product-card__bottom_disabled .product-card__button-text {
      color: rgba(0, 0, 0, 0.4); }
  .product-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .product-card__button-text {
    color: #f1574b; }
  .product-card__button_added .product-card__button-text {
    color: #544486; }
  .product-card__button_adding {
    opacity: .4; }
  .product-card_catalog .product-card__bottom {
  border-bottom: 1px solid #f5f1ed;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #f5f1ed;
  border-right: 1px solid #f5f1ed;
  font-size: 14px;
  -webkit-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 742px) {
    .product-card_catalog .product-card__bottom {
      border-width: 2px;
      font-size: 16px;
      line-height: 20px;
      padding: 24px; } }
  .product-card_catalog .product-card__bottom:hover {
    background-color: #fdf9f8;
    border-color: #fdf9f8; }
  .product-card_catalog .product-card__button {
  border-top: 1px solid #f5f1ed;
  margin: 0 10px;
  padding: 15px 0;
  width: 100%; }
  @media (min-width: 742px) {
    .product-card_catalog .product-card__button {
      border-top: none;
      margin: 0;
      padding: 0; } }
.index-cx__container___19D1x {
  background: #f5f1ed;
  padding: 20px 0;
  position: relative; }
  .index-cx__container___19D1x:nth-child(even) {
    background: #faf8f6; }
  @media (min-width: 768px) {
    .index-cx__container___19D1x {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .index-cx__items___23uhU {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: scroll;
  position: relative; }
  @media screen and (min-width: 768px) {
    .index-cx__items___23uhU {
      padding: 30px 0; } }
  .index-cx__items-inner___1D1FA {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 32px;
  white-space: nowrap; }
  .index-cx__items-inner___1D1FA::-webkit-scrollbar {
    display: none; }
  @media (max-width: 767px) {
    .index-cx__items-inner___1D1FA {
      padding: 0 20px;
      text-align: center; } }
  .index-cx__item-wrapper___3cCxS {
  display: inline-block;
  padding: 20px 8px;
  text-align: left;
  white-space: normal;
  width: 286px; }
  .index-cx__scroll-button___yRODr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1574b;
  border-radius: 32px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 64px; }
  .index-cx__scroll-button___yRODr:hover {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.45); }
  .index-cx__scroll-button___yRODr.index-cx__scroll-button_hidden___1QJjH {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75); }
  @media screen and (max-width: 767px) {
    .index-cx__scroll-button___yRODr {
      display: none; } }
  .index-cx__scroll-button_left___3-tZw {
  left: 372px; }
  .index-cx__scroll-button_right___1M_S8 {
  right: 60px; }
.index-cx__container___2Yy47 {
  background: #fff;
  bottom: 0;
  left: -100%;
  max-width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: 500ms left;
  transition: 500ms left;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
  width: 900px;
  z-index: 9000; }
  @media (max-width: 767px) {
    .index-cx__container___2Yy47 {
      left: 0;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: 500ms opacity;
      transition: 500ms opacity; } }
  .index-cx__container___2Yy47.index-cx__container_open___3oy12 {
    left: 0;
    -webkit-transition-duration: 530ms;
            transition-duration: 530ms;
    -webkit-transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
            transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
  @media (max-width: 767px) {
      .index-cx__container___2Yy47.index-cx__container_open___3oy12 {
        opacity: 1;
        pointer-events: auto; } }
  .index-cx__claim-wrapper___1UOMu {
  background-color: #f4f4f4;
  padding: 30px 32px 120px; }
  @media screen and (min-width: 768px) {
    .index-cx__claim-wrapper___1UOMu {
      padding: 30px 42px 60px; } }
@media (min-width: 1024px) {
  .padded-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 64px; } }

.padded-panels.padded-panels_condensed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
    .padded-panels.padded-panels_condensed {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 42px; } }

@media (min-width: 1024px) {
  .padded-panels__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .padded-panels_condensed .padded-panels__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 48%; } }

.padded-panels__image-wrapper {
  background-color: #aca5c5;
  height: 100%;
  position: relative; }

@media (min-width: 1024px) {
    .padded-panels__image-wrapper {
      min-height: 515px; } }

@media (max-width: 1023px) {
    :not(.padded-panels_condensed) .padded-panels__image-wrapper {
      height: 84vw;
      max-height: 500px; } }

@media (min-width: 768px) {
    .padded-panels_condensed .padded-panels__image-wrapper {
      height: 340px;
      min-height: 340px; } }

@media (max-width: 767px) {
    .padded-panels_condensed .padded-panels__image-wrapper {
      height: 84vw;
      max-height: 500px; } }

.padded-panels__image-caption {
  display: none;
  text-align: center; }

@media (min-width: 768px) {
    .padded-panels__image-caption {
      display: block; } }

.padded-panels__content {
  padding: 32px;
  text-align: center; }

@media (min-width: 1024px) {
    .padded-panels__content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0 0 64px;
      width: 50%; } }

@media (min-width: 768px) {
    .padded-panels_condensed .padded-panels__content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0 0 42px;
      width: 52%; } }

@media (min-width: 1024px) {
    .padded-panels_inverted .padded-panels__content {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      padding: 0 64px 0 0; } }

@media (min-width: 1024px) {
    .padded-panels_condensed .padded-panels_inverted .padded-panels__content {
      padding: 0 42px 0 0; } }
.powder-details .powder-details__header {
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .powder-details.powder-details_preview .powder-details__header {
    font-size: 24px;
    margin-bottom: .5em; } }

.powder-details.powder-details_preview .powder-details__body {
  font-size: 16px; }

.powder-details a.flavor-select {
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin: 28px; }

.powder-details .nutrition-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px; }

.powder-details .nutrition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  width: 120px; }

.powder-details .nutrition-item span {
    font-size: 28px;
    margin-bottom: .2em; }

.powder-details .nutrition-item::after {
    color: #9b9b9b;
    content: '+';
    display: block;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-75%);
            transform: translateX(50%) translateY(-75%); }

.powder-details .nutrition-item:last-child::after {
    display: none; }

.powder-details .picto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
  margin-top: 2em;
  text-align: center; }

.powder-details .picto-list .picto-list__picto-item {
    margin: 0 14px 20px; }

@media (max-width: 767px) {
      .powder-details .picto-list .picto-list__picto-item {
        width: 82px; } }

.powder-details .picto-list .picto-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.powder-details .picto-list .picto-item__content {
    padding: 10px 0 0;
    text-transform: uppercase; }

@media (max-width: 767px) {
      .powder-details .picto-list .picto-item__content {
        padding-top: 5px; } }

@media (min-width: 768px) {
  .powder-details.powder-details_preview .powder-details__inner .picto-list {
    display: none; } }

.powder-details__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 570px; }

.powder-details__ingredients p {
  margin-bottom: 1.2em; }
.powder-source {
  background-color: #faf3f3; }

.powder-source__image {
  padding-bottom: 45%;
  position: relative; }

.powder-source__content {
  margin: 0 auto;
  max-width: 100%;
  padding: 42px 28px;
  text-align: center;
  width: 800px; }

@media (min-width: 1024px) {
    .powder-source__content {
      padding: 64px 32px 77px; } }

.powder-source__content a.read-more {
    display: none; }

@media (max-width: 479px) {
    .powder-source__content p {
      max-height: 500px;
      overflow: hidden;
      -webkit-transition: max-height 400ms;
      transition: max-height 400ms; } }

@media (max-width: 479px) {
    .powder-source__content:not(.powder-source__content_expanded) p {
      max-height: 152px; }
    .powder-source__content:not(.powder-source__content_expanded) a.read-more {
      cursor: pointer;
      display: block;
      text-align: center; } }
.index-cx__header___1sciL {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px; }
  .index-cx__header___1sciL .index-cx__title___1om7N {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 32px;
    margin: 0;
    text-align: center; }
  @media (min-width: 1024px) {
      .index-cx__header___1sciL .index-cx__title___1om7N {
        display: block; } }
  .index-cx__header___1sciL .index-cx__close-button____Gh9R {
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 70px; }
  .index-cx__header___1sciL .index-cx__header-left___36os3, .index-cx__header___1sciL .index-cx__header-right___3Rmj1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.index-cx__hero___3gywH {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .index-cx__hero___3gywH.index-cx__hero_protein___3GDMK {
      color: #fff; }
      .index-cx__hero___3gywH.index-cx__hero_protein___3GDMK svg g {
        stroke: #fff; }
      .index-cx__hero___3gywH.index-cx__hero_protein___3GDMK svg path {
        fill: #fff; } }
  .index-cx__hero-image___23PeF {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .index-cx__hero-content___3AWsa {
  padding: 60px 42px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .index-cx__hero-content___3AWsa {
      padding: 120px 32px 25px; }
      .index-cx__hero-content___3AWsa .index-cx__hero-content__copy___13GG1 {
        display: none; } }
  .index-cx__hero-content__symbols___oPFxg {
  margin: 0 -7px; }
  .index-cx__hero-content__name___2Jvxz {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .index-cx__hero-content__name___2Jvxz {
      display: none; } }
  .index-cx__hero-content_mobile___gBwDs {
  background-color: #faf8f6;
  padding: 32px; }
  .index-cx__hero-content_mobile___gBwDs .index-cx__hero-content__copy-title___2NKni {
    font-size: 20px; }
  @media (min-width: 768px) {
    .index-cx__hero-content_mobile___gBwDs {
      display: none; } }
  .index-cx__hero-content__copy___13GG1 {
  max-width: 420px; }
  .index-cx__hero-content__copy___13GG1 .index-cx__hero-content__copy-title___2NKni {
    font-size: 24px; }
  .index-cx__hero__flavors___2jbyr {
  margin-top: 1rem; }
  .index-cx__hero__flavors___2jbyr .caps-label {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: .25em; }
  @media (max-width: 767px) {
    .index-cx__hero__flavors___2jbyr {
      display: none; } }
.flavors-select {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .flavors-select__selected-flavor {
    font-size: 18px;
    margin-left: .25em;
    text-transform: capitalize; }
  .flavor-select {
  border-radius: 50%;
  height: 32px;
  margin: 0 .5em 0 0;
  position: relative;
  width: 32px; }
  .flavor-select:hover {
    cursor: pointer; }
  .flavor-select_vanilla {
    background-color: #e0c29c; }
  .flavor-select_chocolate {
    background-color: #937668; }
  .flavor-select_unflavored {
    background-color: #cac9c9; }
  .flavor-select__selected {
    border: 4px solid #fff; }
  .flavor-select__selected::after {
      border: 2px solid #f1574b;
      border-radius: 50%;
      content: '';
      height: 32px;
      left: -4px;
      position: absolute;
      top: -4px;
      width: 32px; }
  .flavor-select, .flavor-select_radio {
    cursor: pointer; }
  .flavor-select_radio {
    height: 100%;
    margin: 0;
    width: 100%; }
  .flavor-select_radio, .flavor-select_label {
    opacity: 0; }
  @media (min-width: 1024px) {
  .flavors-select_powder_theme .flavor-select {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    position: relative;
    -webkit-transition: border-color 400ms, background-color 400ms;
    transition: border-color 400ms, background-color 400ms;
    width: 144px; }
    .flavors-select_powder_theme .flavor-select__selected {
      background: #fff;
      color: #000; }
    .flavors-select_powder_theme .flavor-select:hover {
      border-color: #fff; }
    .flavors-select_powder_theme .flavor-select::after {
      display: none; }
    .flavors-select_powder_theme .flavor-select::before {
      border-radius: 50%;
      content: ' ';
      display: inline-block;
      height: 16px;
      left: 15px;
      position: absolute;
      top: 10px;
      width: 16px; }
    .flavors-select_powder_theme .flavor-select_vanilla::before {
      background-color: #e0c29c; }
    .flavors-select_powder_theme .flavor-select_chocolate::before {
      background-color: #937668; }
    .flavors-select_powder_theme .flavor-select_unflavored::before {
      background-color: #cac9c9; }
    .flavors-select_powder_theme .flavor-select_label, .flavors-select_powder_theme .flavor-select_radio {
      display: block; }
    .flavors-select_powder_theme .flavor-select_radio {
      opacity: 0; }
    .flavors-select_powder_theme .flavor-select_label {
      background: transparent;
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-weight: normal;
      left: 40px;
      letter-spacing: 0;
      line-height: 18px;
      margin: 0;
      opacity: 1;
      position: absolute;
      text-transform: capitalize;
      top: 9px; }
  .flavors-select_powder_theme .flavors-select__selected-flavor {
    display: none; } }
.index-cx__container___PH1s9 {
  overflow: hidden; }

.index-cx__header___3XTMF {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  opacity: 1;
  padding: 0 32px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000; }

.index-cx__icon___2CV8O {
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  margin-top: -2px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 14px; }

@media (min-width: 768px) {
    .index-cx__icon___2CV8O {
      margin-top: -4px; } }

.index-cx__back-button-text___t5-RL {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top; }

@media (min-width: 768px) {
    .index-cx__back-button-text___t5-RL {
      display: inline-block; } }

.index-cx__wrapper___1ZeX4 {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.index-cx__wrapper___1ZeX4 .index-cx__title___2W2uT {
    font-size: 18px;
    line-height: 1.13; }
.index-cx__container___2BOBz {
  position: relative; }
  .index-cx__container___2BOBz * {
    box-sizing: border-box; }
  .index-cx__section-list___3QGjM {
  background-color: #faf8f6;
  min-height: calc(100vh - 600px);
  position: relative;
  z-index: 2; }
  .index-cx__overlay___d3stN {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 500ms opacity;
  transition: 500ms opacity;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
  z-index: 9999; }
  .index-cx__overlay___d3stN.index-cx__overlay_open___nNezc {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: 530ms;
            transition-duration: 530ms;
    -webkit-transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
            transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f5f3;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: Arial, sans-serif;
  z-index: 10000;
  cursor: pointer;
  box-sizing: content-box;
  min-height: 63px;
  -webkit-animation: slide-up .5s;
          animation: slide-up .5s;
  -webkit-animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
          animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
  @media (min-width: 736px) {
    .bottom-banner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 24px 20px 16px; } }
  .bottom-banner__image {
    height: 63px;
    width: 63px;
    margin-right: 13px; }
  .bottom-banner__image_powders {
      background-image: url(/packs/powders-0f9436b72c6533b1b4460d73eba80b91.svg); }
  .bottom-banner__image_vitamins {
      background-image: url(/packs/vitamins-c2547a18fc276da2a43fd03aed4021c5.svg); }
  .bottom-banner__image_quick-sticks {
      background-image: url(/packs/quick-stick-ba35f083f2d3a5f05f360eb4ff19c39a.svg); }
  .bottom-banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    font-weight: bold; }
  @media (min-width: 736px) {
      .bottom-banner__text {
        text-align: center; } }
  .bottom-banner__title {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 2px;
    margin-top: 6px; }
  @media (min-width: 736px) {
      .bottom-banner__title {
        margin-top: 4px; } }
  .bottom-banner__subtitle {
    font-size: 18px;
    line-height: 23px;
    color: #f1574b; }
  .bottom-banner__image, .bottom-banner__chevron {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .bottom-banner__chevron {
    background-image: url(/packs/arrow-submit-hover-8619aef124f3a24bcda40c2f1db6c53f.svg);
    width: 30px;
    margin-left: auto; }
  @media (min-width: 736px) {
      .bottom-banner__chevron {
        margin-left: 20px; } }
  @-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(95px);
            transform: translateY(95px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  @keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(95px);
            transform: translateY(95px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.promo-form-cx__button___33FOj {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: #f1574b;
  height: 24px;
  line-height: 24px;
  margin: 10px 0;
  padding: 0 33px 0 0;
  position: relative;
  -webkit-transition: color 400ms;
  transition: color 400ms; }
  .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN- {
    color: #a8a8a8; }
  .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN-:hover {
      cursor: not-allowed; }
  .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover {
    color: #000; }
  .promo-form-cx__show-form___37Fmz .promo-form-cx__button___33FOj, .promo-form-cx__show-code___2KKNg .promo-form-cx__button___33FOj {
    display: none; }
  .promo-form-cx__add-icon___2yZmr, .promo-form-cx__remove-icon___2QTf8 {
  border: 2px solid #f1574b;
  border-radius: 12px;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms;
  width: 24px; }
  .promo-form-cx__add-icon___2yZmr::before, .promo-form-cx__add-icon___2yZmr::after, .promo-form-cx__remove-icon___2QTf8::before, .promo-form-cx__remove-icon___2QTf8::after {
    background-color: #f1574b;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms; }
  .promo-form-cx__add-icon___2yZmr::before, .promo-form-cx__remove-icon___2QTf8::before {
    height: 11px;
    width: 2px; }
  .promo-form-cx__add-icon___2yZmr::after, .promo-form-cx__remove-icon___2QTf8::after {
    height: 2px;
    width: 11px; }
  .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN- .promo-form-cx__add-icon___2yZmr, .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN-
  .promo-form-cx__remove-icon___2QTf8 {
    border-color: #a8a8a8; }
  .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN- .promo-form-cx__add-icon___2yZmr::before, .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN- .promo-form-cx__add-icon___2yZmr::after, .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN-
    .promo-form-cx__remove-icon___2QTf8::before, .promo-form-cx__button___33FOj.promo-form-cx__disabled___2HfN-
    .promo-form-cx__remove-icon___2QTf8::after {
      background-color: #a8a8a8; }
  .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover .promo-form-cx__add-icon___2yZmr, .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover
  .promo-form-cx__remove-icon___2QTf8 {
    border-color: #000; }
  .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover .promo-form-cx__add-icon___2yZmr::before, .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover .promo-form-cx__add-icon___2yZmr::after, .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover
    .promo-form-cx__remove-icon___2QTf8::before, .promo-form-cx__button___33FOj:not(.promo-form-cx__disabled___2HfN-):hover
    .promo-form-cx__remove-icon___2QTf8::after {
      background-color: #000; }
  .promo-form-cx__remove-icon___2QTf8 {
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
  .promo-form-cx__remove-icon___2QTf8:hover {
    border-color: #000; }
  .promo-form-cx__remove-icon___2QTf8:hover::before, .promo-form-cx__remove-icon___2QTf8:hover::after {
      background-color: #000; }
  .promo-form-cx__promo-code___3l8RB {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: #f1574b;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin: 10px 0;
  padding: 0 33px 0 0;
  position: relative;
  -webkit-transition: color 400ms;
  transition: color 400ms; }
  .promo-form-cx__promo-code___3l8RB .promo-form-cx__code___1oFiR {
    color: #000; }
  .promo-form-cx__show-code___2KKNg .promo-form-cx__promo-code___3l8RB {
    display: inline-block; }
  .promo-form-cx__error-text___2ffgI {
  color: #f1574b;
  font-family: Arial, sans-serif;
  font-size: 14px; }
  .promo-form-cx__form___1nCsd {
  display: none; }
  .promo-form-cx__show-form___37Fmz:not(.promo-form-cx__show-code___2KKNg) .promo-form-cx__form___1nCsd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .promo-form-cx__form___1nCsd input[type="text"].promo-form-cx__input___2My3q {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: .5em 0;
    text-align: left; }
  .promo-form-cx__form___1nCsd input[type="text"].promo-form-cx__input___2My3q:focus {
      border-color: #f1574b; }
  .promo-form-cx__form___1nCsd .promo-form-cx__submit___1TR59 {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 16px;
    font-weight: normal;
    padding: .5em 0 .6em .5em;
    width: 54px; }
  .promo-form-cx__form___1nCsd .promo-form-cx__submit___1TR59:hover {
      color: #000; }
.details-display__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 24px 24px; }
  @media (min-width: 736px) {
    .details-display__bottom {
      margin: 0 40px 24px; } }
  .details-display__bottom-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 14px;
    position: relative; }
  .details-display__bottom-price.membership {
      margin-bottom: 28px; }
  .details-display__bottom-price-title__striken {
      margin-right: 10px;
      color: #a7a7a7;
      text-decoration: line-through; }
  .details-display__bottom-text {
    margin-top: 8px;
    font-size: 18px;
    line-height: 23px;
    color: #a7a7a7; }
  .details-display__bottom-promo {
    margin-top: 8px;
    margin-bottom: 28px; }
  .details-display__bottom-button {
    width: 100%; }
.details-display__confirm {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  bottom: 4px;
  left: 0;
  margin: 0 24px;
  position: absolute;
  right: 0; }
  @media (min-width: 736px) {
    .details-display__confirm {
      bottom: 24px;
      margin: 0 40px; } }
  .details-display__confirm-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 23px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 9px;
    position: relative;
    color: #a7a7a7; }
  .details-display__confirm-price-total {
      color: #000; }
  .details-display__confirm-price-title__striken {
      margin-right: 10px;
      color: #a7a7a7;
      text-decoration: line-through; }
  .details-display__confirm-button {
    margin: 0 0 20px;
    width: 100%; }
  .details-display__confirm-free-shipping-info {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #a7a7a7; }
  .confirm_and_ship_subscription .details-display__bottom-promo {
  margin-bottom: 0; }
.add-subscriptions__complete {
  padding: 0 28px;
  position: relative;
  -webkit-animation: fade-in .3s;
          animation: fade-in .3s;
  -webkit-animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
          animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
  .add-subscriptions__complete-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .add-subscriptions__complete-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 13px; }
  .add-subscriptions__complete-subtitle {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px; }
  .add-subscriptions__complete-link {
    width: 100%;
    text-align: center; }
  .add-subscriptions__complete-button {
    font-size: 18px;
    font-weight: bold;
    margin-top: 32px;
    border: none;
    padding: 0; }
  .add-subscriptions__complete-close {
    background: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 20px;
    opacity: .3;
    width: 20px;
    position: absolute;
    top: 24px; }
  @-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.add-subscriptions__removed {
  padding: 0 28px;
  position: relative; }
  .add-subscriptions__removed-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .add-subscriptions__removed-icon {
    background: url(/packs/box-empty-153fb46f92c22eeff35f10bb6557767b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 57px;
    opacity: .3;
    width: 57px;
    display: block;
    margin-bottom: 28px; }
  .add-subscriptions__removed-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
    color: #a7a7a7; }
  .add-subscriptions__removed-cta {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px; }
  .add-subscriptions__removed-close {
    background: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 20px;
    opacity: .3;
    width: 20px;
    position: absolute;
    top: 24px; }
.details-display__confirm {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  bottom: 25px;
  left: 0;
  margin: 0 24px;
  position: absolute;
  right: 0; }
  @media (min-width: 736px) {
    .details-display__confirm {
      bottom: 24px;
      margin: 0 40px; } }
  .details-display__confirm-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 23px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 9px;
    position: relative;
    color: #a7a7a7; }
  .details-display__confirm-price-total {
      color: #000; }
  .details-display__confirm-price-title__striken {
      margin-right: 10px;
      color: #a7a7a7;
      text-decoration: line-through; }
  .details-display__confirm-button {
    margin: 24px 0 20px;
    width: 100%; }
  .details-display__confirm-free-shipping-info {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #a7a7a7; }
.info-button-cx__wrapper___24Szk {
  display: inline-block;
  margin-left: 8px;
  position: relative; }
  .info-button-cx__wrapper___24Szk.info-button-cx__size_medium___2JnvD {
    margin-left: 5px; }
  .info-button-cx__wrapper___24Szk.info-button-cx__size_small___3L7qo {
    margin-left: 5px; }
  .info-button-cx__button___3BrVh {
  cursor: pointer;
  vertical-align: top; }
  .info-button-cx__button___3BrVh .info-button-cx__svg___3eyFB {
    display: block;
    height: 24px;
    width: 24px; }
  .info-button-cx__button___3BrVh .info-button-cx__svg___3eyFB.info-button-cx__is-info___1ACFU {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .info-button-cx__size_medium___2JnvD .info-button-cx__button___3BrVh .info-button-cx__svg___3eyFB {
      height: 18px;
      width: 18px; }
  .info-button-cx__size_small___3L7qo .info-button-cx__button___3BrVh .info-button-cx__svg___3eyFB {
      height: 14px;
      width: 14px; }
  .info-button-cx__button___3BrVh svg {
    height: 100%;
    width: 100%; }
  .info-button-cx__button___3BrVh:not(:hover):not(.info-button-cx__size_small___3L7qo) svg {
    fill: #f1574b; }
  .info-button-cx__open___3-wbs .info-button-cx__button___3BrVh svg {
    fill: #000; }
  .info-button-cx__gray___1Pyz4 .info-button-cx__button___3BrVh svg circle {
    stroke: #999; }
  .info-button-cx__gray___1Pyz4 .info-button-cx__button___3BrVh svg path {
    fill: #999; }
.tool-tip-cx__wrapper___3NV3K {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0; }

.tool-tip-cx__overlay-mask___2HRDQ {
  bottom: 0;
  display: none;
  left: 0;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.tool-tip-cx__open___2rubI .tool-tip-cx__overlay-mask___2HRDQ {
    cursor: pointer;
    display: block; }

@media (max-width: 1023px) {
    .tool-tip-cx__overlay-mask___2HRDQ {
      background-color: rgba(0, 0, 0, 0.6); } }

.tool-tip-cx__overlay___3p5oL {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 20px 16px;
  position: fixed;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-110%);
          transform: translateX(-50%) translateY(-110%);
  width: 240px; }

.tool-tip-cx__overlay___3p5oL .tool-tip-cx__overlay-copy___2zrEe {
    color: #4a4a4a;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: .5em;
    white-space: normal; }

@media (min-width: 1024px) {
      .tool-tip-cx__overlay___3p5oL .tool-tip-cx__overlay-copy___2zrEe {
        font-size: 12px;
        margin-bottom: 0; } }

@media (max-width: 1023px) {
    .tool-tip-cx__overlay___3p5oL {
      max-width: 90%;
      padding: 32px 24px 24px;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 320px; } }

.tool-tip-cx__overlay___3p5oL::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(95%);
            transform: translateX(-50%) translateY(95%); }

@media (max-width: 1023px) {
      .tool-tip-cx__overlay___3p5oL::after {
        display: none; } }

.tool-tip-cx__close-button___2Hci3 {
  color: #f1574b;
  font-size: 16px; }

@media (min-width: 1024px) {
    .tool-tip-cx__close-button___2Hci3 {
      display: none; } }
.add-subscriptions__delivery-option {
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  padding: 18px 24px;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
  -webkit-transition: border-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer; }
  .add-subscriptions__delivery-option:last-of-type {
    margin-bottom: 280px; }
  .add-subscriptions__delivery-option_selected {
    border-color: #f1574b; }
  .add-subscriptions__delivery-option-title, .add-subscriptions__delivery-option-subtitle {
    display: block; }
  .add-subscriptions__delivery-option-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 23px;
    margin-bottom: 4px; }
  .add-subscriptions__delivery-option-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal; }
  .add-subscriptions__delivery-option-tooltip {
    vertical-align: middle; }
.add-subscriptions__delivery-calendar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 28px; }
  .add-subscriptions__delivery-calendar-wrapper {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    margin-top: 10%;
    padding: 25px 16px;
    background: #fff; }
  .add-subscriptions__delivery-calendar-title, .add-subscriptions__delivery-calendar-subtitle {
    display: block; }
  .add-subscriptions__delivery-calendar-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px; }
  .add-subscriptions__delivery-calendar-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4); }
  .add-subscriptions__delivery-calendar-button.button {
    display: block;
    margin: auto; }
  .rc-calendar {
  padding: 25px 0;
  background: #fff;
  top: 20%;
  border: 0; }
  .rc-calendar-date {
    font-size: 16px;
    font-weight: normal;
    text-align: center; }
  .rc-calendar-header {
    text-align: center;
    padding: 0 10px;
    line-height: 32px; }
  .rc-calendar-header .rc-calendar-prev-month-btn, .rc-calendar-header .rc-calendar-next-month-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      display: block;
      height: 18px;
      width: 18px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/packs/back-arrow-black-6d07cdccb44a8dc5f0213cd6f573dea2.svg);
      cursor: pointer; }
  .rc-calendar-header .rc-calendar-prev-month-btn {
      left: 8px; }
  .rc-calendar-header .rc-calendar-next-month-btn {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  .rc-calendar-header .rc-calendar-year-select, .rc-calendar-header .rc-calendar-prev-year-btn, .rc-calendar-header .rc-calendar-next-year-btn {
      display: none; }
  .rc-calendar-month-select {
    pointer-events: none;
    font-weight: bold;
    font-size: 24px;
    color: #000; }
  .rc-calendar-column-header {
    font-weight: bold;
    font-size: 10px;
    color: #9b9b9b;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase; }
  .rc-calendar-cell {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-bottom: 0;
    padding: 5px 0;
    cursor: pointer;
    color: #a7a7a7; }
  .rc-calendar-disabled-cell {
    color: #e5e5e5;
    cursor: default; }
  .rc-calendar-selected-day .rc-calendar-date:not([aria-disabled="true"]) {
  background: #f1574b;
  color: #fff;
  border-radius: 50%;
  max-width: 36px;
  margin: auto; }
.add-subscriptions__delivery {
  padding: 0 28px;
  min-height: 100vh;
  -webkit-animation: fade-in .3s;
          animation: fade-in .3s;
  -webkit-animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
          animation-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
  position: relative;
  overflow-y: scroll; }
  @media (min-width: 736px) {
    .add-subscriptions__delivery {
      height: 100vh;
      overflow: hidden; } }
  .add-subscriptions__delivery-message-title, .add-subscriptions__delivery-message-copy {
    display: block;
    text-align: center;
    line-height: 24px; }
  .add-subscriptions__delivery-message-title {
    font-size: 20px;
    font-weight: bold; }
  .add-subscriptions__delivery-message-copy {
    font-size: 16px; }
  .add-subscriptions__delivery-content {
    margin-top: 33px; }
  .add-subscriptions__delivery-sooner-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #999;
    margin: 18px 0 10px; }
  @-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.details-display__loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.profile-survey-container {
  background-color: #f5f1ed;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12; }
  .profile-survey-container__close-button {
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 32px;
    padding: 0 17px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .profile-survey-close-warning-modal {
  text-align: center; }
  .profile-survey-close-warning-modal .button {
    margin-bottom: 14px;
    width: 100%; }
  @media (min-width: 768px) {
      .profile-survey-close-warning-modal .button {
        width: 60%; } }
  @media (min-width: 768px) {
    .profile-survey-close-warning-modal.modal__container {
      min-height: auto;
      width: auto; } }
  .profile-survey-close-warning-modal__caption {
    font-size: 16px;
    margin-bottom: 20px; }
  .profile-survey-close-warning-modal__secondary-action {
    color: #f1574b;
    cursor: pointer; }
.my-carrots__rewards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 16px auto 0;
  max-width: 584px; }
  @media (min-width: 1024px) {
    .my-carrots__rewards {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 64px; } }
  .my-carrots__rewards-image {
    border-bottom-left-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .my-carrots__rewards-image::after {
      content: '';
      display: block;
      padding-bottom: 50%; }
  @media (min-width: 1024px) {
      .my-carrots__rewards-image {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 0;
        width: 28.8%; }
        .my-carrots__rewards-image::after {
          padding-bottom: 100%; } }
  .my-carrots__rewards-text {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 28px 32px 36px;
    text-align: center; }
  @media (min-width: 1024px) {
      .my-carrots__rewards-text {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        padding: 0 32px;
        text-align: left; } }
  .my-carrots__rewards-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px; }
  .my-carrots__rewards-copy {
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px; }
.my-carrots {
  font-family: Arial, sans-serif;
  margin-bottom: 128px;
  padding: 0 16px; }
  @media (min-width: 1024px) {
    .my-carrots {
      padding: 0; } }
  .my-carrots__info {
    margin-bottom: 16px; }
  @media (min-width: 1024px) {
      .my-carrots__info {
        margin-bottom: 8px; } }
  .my-carrots__info-title {
      color: #f7774c;
      display: inline-block;
      font-size: 76px;
      font-weight: bold;
      line-height: 1.05; }
  @media (min-width: 1024px) {
        .my-carrots__info-title {
          font-size: 96px;
          letter-spacing: -4px; } }
  .my-carrots__info-icon {
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 32px;
      width: 32px; }
  @media (min-width: 1024px) {
        .my-carrots__info-icon {
          height: 48px;
          width: 48px; } }
  .my-carrots__content {
    border-radius: 6px;
    color: #000;
    margin: 0 auto;
    max-width: 584px;
    padding: 48px 20px 40px;
    text-align: center; }
  @media (min-width: 1024px) {
      .my-carrots__content {
        max-width: none;
        padding: 60px 0 84px; } }
  .my-carrots__content-wrapper {
      margin: 0 auto; }
  @media (min-width: 1024px) {
        .my-carrots__content-wrapper {
          max-width: 584px; } }
  .my-carrots__content-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 32px; }
  .my-carrots__content-copy {
      font-size: 16px;
      line-height: 24px;
      margin: 16px 20px 28px; }
  @media (min-width: 1024px) {
        .my-carrots__content-copy {
          font-size: 18px;
          margin: 10px 0 34px; } }
  .my-carrots__link {
    font-size: 16px;
    line-height: 24px; }
.reward-card {
  background: white;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  overflow: hidden; }
  .reward-card_is-clickable {
    cursor: pointer; }
  .reward-card_has-border .reward-card__info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .reward-card_is-deposit-card .reward-card__image {
    background: #f7774c; }
  .reward-card_show-operator .reward-card__carrot_is-withdrawl {
    color: #a7a7a7; }
  .reward-card__image {
    padding-bottom: 74%;
    position: relative; }
  .reward-card__image-background {
      width: 38.7%;
      background: #fff;
      border-radius: 50%; }
  .reward-card__image-background, .reward-card__image-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .reward-card__image-background::after, .reward-card__image-icon::after {
        content: '';
        display: block;
        padding-bottom: 100%; }
  .reward-card__image-icon {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 50%; }
  .reward-card__info {
    padding: 12px 0 20px;
    text-align: center; }
  @media (min-width: 1024px) {
      .reward-card__info {
        padding: 20px 0 24px; } }
  .reward-card__title, .reward-card__carrot {
    font-size: 16px;
    line-height: 20px;
    margin: 0 16px; }
  @media (min-width: 1024px) {
      .reward-card__title, .reward-card__carrot {
        font-size: 18px;
        letter-spacing: .31px;
        line-height: 24px; } }
  .reward-card__title {
    color: #000;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px; }
  .reward-card__carrot {
    color: #f7774c;
    letter-spacing: .2px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 1024px) {
      .reward-card__carrot {
        font-size: 16px; } }
  .reward-card__carrot-unavailable {
      color: #a7a7a7; }
  .reward-card__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 11px;
    margin-left: 2px;
    width: 10px; }
  @media (min-width: 1024px) {
      .reward-card__icon {
        height: 15px;
        margin-left: 3px;
        width: 15px; } }
.detail-page {
  background: #f7f5f3;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12; }
  .detail-page-contents {
    overflow-y: scroll;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .detail-page__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    position: fixed;
    top: 0;
    padding: 0 24px;
    width: 100%;
    z-index: 10; }
  .detail-page__header-icon {
      background-image: url(/packs/back-arrow-e875fd2013a32537e2d1dd2a90fd84ad.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      height: 12px;
      margin-right: 10px;
      width: 12px; }
  .detail-page__header-title {
      color: #f1574b;
      cursor: pointer;
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 20px;
      text-transform: uppercase; }
  .detail-page__content {
    border-radius: 6px;
    margin: 108px 4% 44px;
    overflow: hidden; }
  .detail-page__image {
    padding-bottom: 58.7%;
    position: relative; }
  .detail-page__info {
    background: #fff;
    padding: 25px 24px 40px; }
  .detail-page__title, .detail-page__carrot {
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 32px; }
  .detail-page__title {
    color: #000;
    font-size: 21px;
    margin-bottom: 2px; }
  .detail-page__carrot {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #f1574b;
    font-size: 24px;
    letter-spacing: .4px;
    padding-bottom: 18px; }
  .detail-page__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 20px;
    margin-left: 2px;
    width: 20px; }
  .detail-page__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 15px; }
  .detail-page__button {
    text-align: center;
    width: 100%; }
  .detail-page__button + .detail-page__button {
      margin-top: 8px; }
  .detail-page__confirm {
    margin-top: 20px; }
  .detail-page__redeemed {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold; }
  .detail-page__redeemed-carrots {
      color: #f1574b; }
  .detail-page__redeemed-subtext {
      color: #a7a7a7;
      font-family: Arial, sans-serif;
      font-size: 16px; }
  .detail-page__redeemed-subtext:not(:last-child) {
        margin-bottom: 24px; }
  .detail-page__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 13px;
    margin-left: 3px;
    width: 13px; }
.detail-modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.detail-modal__wrapper {
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 36px 32px 62px;
  position: fixed;
  right: 0;
  top: 30%;
  width: 792px; }

.detail-modal__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 248px; }

.detail-modal__info {
  margin-left: 36px; }

.detail-modal__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 14px; }

.detail-modal__description {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px; }

.detail-modal__button {
  text-align: center; }

.detail-modal__close {
  background-image: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 20px;
  opacity: .2;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 20px; }

.detail-modal__confirm {
  margin-top: 20px; }

.detail-modal__redeemed {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold; }

.detail-modal__redeemed-carrots {
    color: #f1574b; }

.detail-modal__redeemed-subtext {
    color: #a7a7a7;
    font-family: Arial, sans-serif;
    font-size: 16px; }

.detail-modal__redeemed-subtext:not(:last-child) {
      margin-bottom: 24px; }

.detail-modal__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 13px;
  margin-left: 3px;
  width: 13px; }
.rewards-market {
  display: -ms-grid;
  display: grid;
  grid-gap: 36px 4%;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 0 4% 128px; }
  @media (min-width: 1024px) {
    .rewards-market {
      grid-gap: 36px 3%;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      margin-left: 0;
      margin-right: 0; } }
.invite-friends__image {
  background: #fbe1de; }
  .invite-friends__image-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 340px;
    margin: 0 auto;
    position: relative;
    width: 340px; }
  @media (min-width: 1024px) {
      .invite-friends__image-background {
        height: 468px;
        width: 562px; } }
  .invite-friends__image-message {
    bottom: 54px;
    box-sizing: border-box;
    height: 145px;
    overflow: hidden;
    padding: 20px 10px;
    position: absolute;
    right: 40px;
    text-align: left;
    width: 105px; }
  @media (min-width: 1024px) {
      .invite-friends__image-message {
        bottom: 63px;
        height: 210px;
        padding: 30px 15px;
        right: 90px;
        width: 150px; } }
  .invite-friends__image-message-greeting {
      font-size: 14px;
      margin-top: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  @media (min-width: 1024px) {
        .invite-friends__image-message-greeting {
          font-size: 20px;
          margin-top: 45px; } }
  .invite-friends__image-message-greeting, .invite-friends__image-message-title {
      font-family: Arial, sans-serif;
      font-weight: bold; }
  .invite-friends__image-message-title {
      font-size: 8px;
      letter-spacing: .9px;
      margin-top: 12px;
      text-transform: uppercase; }
  @media (min-width: 1024px) {
        .invite-friends__image-message-title {
          margin-top: 24px; } }
  .invite-friends__image-message-copy {
      font-size: 9px;
      line-height: 11px;
      margin-top: 5px; }
.invite-friends__form {
  background: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  overflow: hidden;
  padding-top: 30px; }
  .invite-friends__form-container {
    padding: 0 16px; }
  @media (min-width: 1024px) {
      .invite-friends__form-container {
        margin: 0 auto;
        max-width: 504px;
        padding: 0; } }
  .invite-friends__form-title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.12px;
    margin-bottom: 6px; }
  .invite-friends__form input.invite-friends__form-input {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    border-width: 0;
    height: 56px;
    margin-bottom: 24px; }
  .invite-friends__form-actions {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 1024px) {
      .invite-friends__form-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 36px; } }
  .invite-friends__form-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .invite-friends__form-button {
    width: 166px; }
  @media (min-width: 1024px) {
      .invite-friends__form-button {
        width: auto; } }
  .invite-friends__form-action {
    background: #f1574b;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 48px;
    margin-left: 8px;
    position: relative;
    width: 48px; }
  .invite-friends__form-action.sms::after, .invite-friends__form-action.email::after {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 20px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px; }
  .invite-friends__form-action.sms::after {
      background-image: url(/packs/messenger-8705eedaaf263f7e21cd52a9f59b99e9.svg); }
  .invite-friends__form-action.email::after {
      background-image: url(/packs/mail-2998c19b6566ff1e4936aea3f7cc52f1.svg); }
  .invite-friends__form-share {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .3px;
    padding: 24px 0 40px;
    text-align: center; }
  @media (min-width: 1024px) {
      .invite-friends__form-share {
        margin-left: 16px;
        padding: 0; } }
  .invite-friends__form-share-link {
      color: rgba(0, 0, 0, 0.3);
      font-size: 25px;
      margin-left: 12px; }
  .invite-friends__form-share-link:hover, .invite-friends__form-share-link:active, .invite-friends__form-share-link:focus {
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer; }
  .invite-friends__form-terms {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    letter-spacing: .3px;
    padding: 23px 0 28px;
    text-align: center; }
.invite-friends {
  background: white;
  border-radius: 6px;
  margin: 0 16px 128px; }
  .invite-friends__content {
    color: #000;
    padding: 36px 10% 30px;
    text-align: center; }
  @media (min-width: 1024px) {
      .invite-friends__content {
        padding: 52px 13% 62px; } }
  .invite-friends__content-title {
      font-family: Arial, sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 32px;
      margin-bottom: 16px; }
  @media (min-width: 1024px) {
        .invite-friends__content-title {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 8px; } }
  .invite-friends__content-subtitle {
      font-size: 16px;
      line-height: 24px; }
  @media (min-width: 1024px) {
        .invite-friends__content-subtitle {
          font-size: 20px;
          line-height: 28px; } }
  .invite-friends__link:hover {
    cursor: pointer; }
.rewards-history {
  display: -ms-grid;
  display: grid;
  grid-gap: 36px 4%;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 0 4% 128px; }
  @media (min-width: 1024px) {
    .rewards-history {
      grid-gap: 36px 3%;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      margin-left: 0;
      margin-right: 0; } }
  .rewards-history__placeholder {
    background: #f5f1ed;
    border-radius: 6px; }
.product-list-cx__container___1Aiyk {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .product-list-cx__container___1Aiyk {
      margin-bottom: 60px; } }
  .product-list-cx__header___3o1r3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  width: 100%; }
  .product-list-cx__header___3o1r3 .product-list-cx__header__title___1SAmD {
    font-size: 20px;
    margin: 0 13px 0 0; }
  @media (min-width: 768px) {
      .product-list-cx__header___3o1r3 .product-list-cx__header__title___1SAmD {
        font-size: 24px; } }
  .product-list-cx__header___3o1r3 .product-list-cx__header__title--repeat___271zA {
    background: url(/packs/repeat-6a5012af000dd66266b26b526b17e73e.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    position: relative;
    opacity: .4;
    height: 24px;
    width: 24px; }
  .product-list-cx__header___3o1r3 .product-list-cx__header__link___1A0QD {
    font-family: Arial, sans-serif;
    font-size: 16px; }
  @media (max-width: 767px) {
    .product-list-cx__header___3o1r3 {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .product-list-cx__list-wrapper___1atQP.product-list-cx__list_scrolls___3J7dR {
  position: relative; }
  @media (min-width: 768px) {
    .product-list-cx__list-wrapper___1atQP.product-list-cx__list_scrolls___3J7dR::after {
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), #fff);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), #fff);
      bottom: 0;
      content: '';
      height: 80px;
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      width: 100%; } }
  .product-list-cx__list-expander___2b_7S {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), #fff);
  bottom: 0;
  left: 0;
  padding: 28px 28px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .product-list-cx__list-expander___2b_7S {
      display: none; } }
  .product-list-cx__list___1f4zR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .product-list-cx__list_scrolls___3J7dR .product-list-cx__list___1f4zR {
      height: 470px;
      overflow-y: scroll;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .product-list-cx__list_expandable___1Pllv .product-list-cx__list___1f4zR {
      height: 450px;
      overflow-y: hidden;
      position: relative; } }
  .product-list-cx__item-wrapper___9xfhm {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .product-list-cx__list_columns_two___3lCh8 .product-list-cx__item-wrapper___9xfhm {
      width: calc(50% - 12px); } }
  .product-list-cx__item-wrapper___9xfhm:first-child {
    border-top: 0; }
  @media (min-width: 1024px) {
    .product-list-cx__list_columns_two___3lCh8 .product-list-cx__item-wrapper___9xfhm:nth-child(2) {
      border-top: 0; } }
  .product-list-cx__undo___3KmcA {
  margin: 50px auto;
  text-align: center;
  width: 320px; }
  @media (max-width: 767px) {
    .product-list-cx__undo___3KmcA {
      max-width: 100%; } }
  .product-list-cx__undo__copy___3mBWZ {
  color: rgba(0, 0, 0, 0.4);
  font-family: Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 1em; }
  @media (max-width: 767px) {
    .product-list-cx__undo__copy___3mBWZ {
      font-size: 18px; } }
.product-list-item-cx__list-item___2ARgm {
  opacity: 1;
  padding: 24px 0;
  position: relative;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: 100%; }
  @media (min-width: 768px) {
    .product-list-item-cx__list-item___2ARgm {
      padding: 24px 0; } }
  @media (min-width: 875px) {
    .product-list-item-cx__list-item___2ARgm {
      padding: 24px; } }
  .product-list-item-cx__list-item___2ARgm.product-list-item-cx__list-item_removing___2UBrx {
    opacity: 0; }
  .product-list-item-cx__list-item__inner___26hXl {
  position: relative; }
  .product-list-item-cx__list-item__image___dE8h5 {
  border-radius: 2px;
  height: 108px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 108px; }
  .product-list-item-cx__list-item__content___239sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 108px;
  padding-left: 124px; }
  .product-list-item-cx__list-item__title___1WHiE {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .product-list-item-cx__list-item__title___1WHiE {
      padding-right: 0; } }
  .product-list-item-cx__list-item__ingredients___20L_A {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin-top: .25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .product-list-item-cx__list-item__price___RxQ_z {
  font-family: Arial, sans-serif;
  font-size: 17px; }
  .product-list-item-cx__list-item__remove___tJFhl {
  border: 0;
  opacity: .2;
  padding: 0;
  position: absolute;
  right: 0;
  top: 24px;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .product-list-item-cx__list-item__remove___tJFhl {
      top: 12px; } }
  @media (min-width: 875px) {
    .product-list-item-cx__list-item__remove___tJFhl {
      right: 12px; } }
  .product-list-item-cx__list-item__remove___tJFhl:hover {
    opacity: 1; }
  .product-list-item-cx__options___3LHOw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .product-list-item-cx__options___3LHOw {
      margin-right: -12px; } }
  @media (min-width: 768px) {
  .product-list-item-cx__flavors-mobile___2VBOz {
    display: none; } }
  .product-list-item-cx__flavors-desktop___2TmRA {
  display: none; }
  @media (min-width: 768px) {
    .product-list-item-cx__flavors-desktop___2TmRA {
      display: block; } }
.select-cx__wrapper___3tB1E {
  display: inline-block;
  margin-left: 10px; }
  .select-cx__wrapper___3tB1E.select-cx__wrapper_flavor___3iPeM {
    position: relative; }
  .select-cx__wrapper___3tB1E.select-cx__wrapper_size_large___2yJSW {
    display: block;
    margin: 1.5rem 0 0; }
  .select-cx__select___t0x7m {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: auto;
  margin-bottom: 0;
  padding: .25em 2em .25em .9em;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: border-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .select-cx__select___t0x7m.select-cx__disabled___30xKR, .select-cx__select___t0x7m:disabled {
    cursor: not-allowed;
    opacity: .5; }
  .select-cx__select___t0x7m.select-cx__disabled___30xKR:hover, .select-cx__select___t0x7m:disabled:hover {
      border: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    .select-cx__select___t0x7m {
      width: 65px; } }
  .select-cx__wrapper_flavor___3iPeM .select-cx__select___t0x7m {
    padding-left: 2.1em; }
  .select-cx__select___t0x7m:not(.select-cx__disabled___30xKR):not(:disabled):hover {
    border-color: #000; }
  .select-cx__select___t0x7m.select-cx__select_size_large___-OScn {
    border-radius: 6px;
    padding: .75em 2.5em .75em 1em;
    width: 100%; }
  .select-cx__wrapper_flavor___3iPeM .select-cx__select___t0x7m.select-cx__select_size_large___-OScn {
      padding-left: 2.5em; }
  .select-cx__select__icon___fdTws {
  opacity: .4;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 11px; }
  .select-cx__select___t0x7m:not(.select-cx__disabled___30xKR):not(:disabled):hover .select-cx__select__icon___fdTws {
    opacity: 1; }
  .select-cx__select__options___2Y1Z1 {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.14);
  display: none;
  max-height: 160px;
  overflow-y: auto;
  padding: .75em 0;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 175px;
  z-index: 100; }
  .select-cx__open___3pvG- .select-cx__select__options___2Y1Z1 {
    display: block; }
  .select-cx__select__options___2Y1Z1 .select-cx__option___2H6-W {
    font-family: Arial, sans-serif;
    padding: 0 1em;
    text-transform: capitalize; }
  .select-cx__select__options___2Y1Z1 .select-cx__option___2H6-W:hover {
      color: #f1574b; }
  .select-cx__select__options___2Y1Z1 .select-cx__option___2H6-W .select-cx__option-flag___3cT54 {
      color: #999; }
  .select-cx__color-indicator___1IQit {
  background-color: #cac9c9;
  border-radius: 8px;
  height: 16px;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px; }
  .select-cx__color-indicator___1IQit.select-cx__color_vanilla___3oqiO {
    background-color: #e0c29c; }
  .select-cx__color-indicator___1IQit.select-cx__color_chocolate___yMjGs {
    background-color: #937668; }
  .select-cx__wrapper_size_large___2yJSW .select-cx__color-indicator___1IQit {
    left: 16px; }
  @media (max-width: 767px) {
  .select-cx__select_desktop___o1Z9R {
    display: none; } }
  @media (min-width: 768px) {
  .select-cx__select_mobile___2le6u {
    display: none; } }
.product-add-on-cx__wrapper___ejS0r {
  border: 0;
  border-radius: 0;
  color: #f1574b;
  cursor: pointer;
  display: block;
  margin: 1rem auto 0;
  padding: 0 33px 0 0;
  position: relative;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  white-space: normal; }
  @media (min-width: 1024px) {
    .product-add-on-cx__wrapper___ejS0r {
      bottom: 22px;
      margin: 0;
      position: absolute;
      right: 12px; } }
  .product-add-on-cx__wrapper___ejS0r:hover {
    color: #000; }
  .product-add-on-cx__wrapper___ejS0r .product-add-on-cx__copy___3vRiP {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: right; }
  @media (min-width: 1024px) {
      .product-add-on-cx__wrapper___ejS0r .product-add-on-cx__copy___3vRiP {
        max-width: 160px; } }
  .product-add-on-cx__add-icon___1Lz5k {
  border: 2px solid #f1574b;
  border-radius: 12px;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms;
  width: 24px; }
  .product-add-on-cx__add-icon___1Lz5k::before, .product-add-on-cx__add-icon___1Lz5k::after {
    background-color: #f1574b;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms; }
  .product-add-on-cx__add-icon___1Lz5k::before {
    height: 11px;
    width: 2px; }
  .product-add-on-cx__add-icon___1Lz5k::after {
    height: 2px;
    width: 11px; }
  .product-add-on-cx__wrapper___ejS0r:hover .product-add-on-cx__add-icon___1Lz5k {
    border-color: #000; }
  .product-add-on-cx__wrapper___ejS0r:hover .product-add-on-cx__add-icon___1Lz5k::before, .product-add-on-cx__wrapper___ejS0r:hover .product-add-on-cx__add-icon___1Lz5k::after {
      background-color: #000; }
.order-details-cx__order-details__header___11cmI {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .order-details-cx__order-details__header___11cmI {
      background: #faf8f6;
      cursor: pointer;
      font-size: 18px;
      padding: 25px 32px;
      position: relative;
      text-align: left; } }
  .order-details-cx__dropdown-icon___1p8an {
  display: none;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  -webkit-transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .order-details-cx__open___2LR7N .order-details-cx__dropdown-icon___1p8an {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 767px) {
    .order-details-cx__dropdown-icon___1p8an {
      display: block; } }
  @media (min-width: 768px) {
  .order-details-cx__order-details__content___27rYx {
    background: #faf8f6;
    padding: 25px 22px 52px; } }
  @media (max-width: 767px) {
  .order-details-cx__order-plan-wrapper___2ozOo {
    background: #faf8f6;
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    -webkit-transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1); } }
  @media (max-width: 767px) {
  .order-details-cx__open___2LR7N .order-details-cx__order-plan-wrapper___2ozOo {
    max-height: 700px;
    padding-bottom: 32px; } }
  .order-details-cx__extra-product__options___1BO9F {
  margin: -15px auto 0;
  max-width: 100%;
  width: 295px; }
  .order-details-cx__extra-product__quantity___FNjj3 {
  color: #767676;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 5px;
  text-transform: uppercase; }
  .order-details-cx__order-item___2rDWN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 22px auto;
  max-width: 100%;
  width: 295px; }
  .order-details-cx__order-item___2rDWN.order-details-cx__order-item_header___3rUWX {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #767676;
    padding-bottom: 10px; }
  .order-details-cx__order-item___2rDWN.order-details-cx__order-item_spacer___2GQdf {
    border-bottom: 1px solid #767676;
    padding-bottom: 10px; }
  @media (max-width: 767px) {
      .order-details-cx__order-item___2rDWN.order-details-cx__order-item_spacer___2GQdf {
        display: none; } }
  .order-details-cx__order-item___2rDWN.order-details-cx__order-item_total___2xy2U .order-details-cx__order-item__text___3FbPt {
    font-weight: bold; }
  .order-details-cx__item-text___2ncgp {
  font-family: Arial, sans-serif;
  font-size: 16px; }
  .order-details-cx__item-text___2ncgp.order-details-cx__caps-label___W9BNP {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-top: 6px;
    text-transform: uppercase; }
  .order-details-cx__item-text_bold___2YECJ {
    font-weight: bold; }
  .order-details-cx__item-text__striken___3AGy9 {
    color: #969493;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: bold;
    margin-right: 12px;
    text-align: right;
    text-decoration: line-through; }
  .order-details-cx__refresh-icon___3JM3X {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 7px;
  width: 13px; }
  .order-details-cx__order-item__title___3aM7b {
  margin: 0; }
  .order-details-cx__order-plan___35UZC {
  background-color: #f5f1ed;
  padding: 12px 24px; }
  .order-details-cx__order-summary___1TDBs .order-details-cx__order-item___2rDWN .order-details-cx__order-item__text___3FbPt {
  color: #4a4a4a; }
  .order-details-cx__order-checkout___1PFpQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px auto 24px;
  max-width: 100%;
  padding: 0 8px;
  width: 325px; }
  .order-details-cx__order-checkout___1PFpQ :not(:first-child) {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .order-details-cx__order-checkout___1PFpQ {
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(245, 241, 237, 0.9));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(245, 241, 237, 0.9));
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 20px;
      position: fixed;
      width: 100%;
      z-index: 10; }
      .order-details-cx__order-checkout___1PFpQ button {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 325px; }
      .order-details-cx__order-checkout___1PFpQ :not(:first-child) {
        margin: 0 0 0 8px; } }
  .order-details-cx__promo____ov6- {
  height: 45px;
  margin: 15px auto 0;
  max-width: 100%;
  width: 295px; }
  .order-details-cx__disclaimer___nSiVf {
  color: #999;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 20px auto 0;
  max-width: 100%;
  text-align: center;
  width: 295px; }
.button__apple-pay {
  background-image: url(/packs/apple-pay-black-252bb51ae82ef60bd6ca56299c81e978.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  background-size: 44px;
  border-color: #404248;
  height: 52px; }
  @media (min-width: 768px) {
    .button__apple-pay {
      max-width: 336px; }
      .button__apple-pay:hover, .button__apple-pay:focus {
        background-image: url(/packs/apple-pay-white-3bba59e92572663896d9baebc7726ff2.svg);
        background-color: #404248; } }
.confirm-flavor-modal-cx__overlay___em4TY {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.confirm-flavor-modal-cx__wrapper___3P0xp {
  max-width: 100%;
  padding: 0;
  position: relative; }

@media (max-width: 767px) {
    .confirm-flavor-modal-cx__wrapper___3P0xp {
      height: 100%;
      width: 100%; } }

.confirm-flavor-modal-cx__modal___3fNNI {
  background: #fff;
  border-radius: 0;
  max-width: 100%;
  padding: 0;
  width: 600px; }

@media (max-width: 767px) {
    .confirm-flavor-modal-cx__modal___3fNNI {
      border-radius: 6px;
      height: 100%;
      overflow-y: auto;
      padding-bottom: 100px;
      width: 100%; } }

.confirm-flavor-modal-cx__banner___1SKIg {
  height: 200px;
  position: relative;
  width: 100%; }

.confirm-flavor-modal-cx__banner__content___25oiu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 32px;
  position: absolute;
  right: 0;
  top: 0; }

.confirm-flavor-modal-cx__banner__copy___2JFAk {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  max-width: 300px;
  text-align: center; }

.confirm-flavor-modal-cx__content___2iXgo {
  padding: 20px 28px 32px; }

@media (min-width: 768px) {
    .confirm-flavor-modal-cx__content___2iXgo {
      height: 360px;
      overflow-y: auto; } }

.confirm-flavor-modal-cx__product-list___rm6u6 {
  margin: 0 auto;
  max-width: 100%;
  width: 450px; }

.confirm-flavor-modal-cx__buttons___2wy9z {
  padding: 20px;
  pointer-events: none;
  text-align: center; }

@media (max-width: 767px) {
    .confirm-flavor-modal-cx__buttons___2wy9z {
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 32px 28px 10px;
      position: fixed;
      width: 100%; } }

.confirm-flavor-modal-cx__buttons___2wy9z .confirm-flavor-modal-cx__buttons__inner___1TJqx {
    margin: 0 auto;
    max-width: 100%;
    pointer-events: auto;
    width: 340px; }

@media (min-width: 768px) {
  .confirm-flavor-modal-cx__button_mobile_only___ZQ0Rq {
    display: none; } }
.product-card__text-block {
  border-left: 1px solid #f5f1ed;
  border-right: 1px solid #f5f1ed;
  color: #000;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  height: 107px;
  min-height: 90px;
  padding: 16px 9px;
  -webkit-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  word-break: break-word; }
  @media (min-width: 742px) {
    .product-card__text-block {
      border-width: 2px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: auto;
      min-height: 168px;
      padding: 24px 24px 0; } }
  .product-card__link {
  color: inherit;
  display: inherit; }
  .product-card__link:hover {
    color: #000; }
  .product-card__link.product-card__link_flexible {
    margin: 0;
    height: 100%; }
  .product-card__link.product-card__link_flexible .product-card {
      width: 100%;
      height: 100%; }
  .product-card__type {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase; }
  @media (min-width: 742px) {
    .product-card__type {
      border-bottom: 2px solid #f1574b;
      line-height: 18px; } }
  .product-card__type, .product-card__title, .product-card__subtitle {
  font-family: Arial, sans-serif; }
  .product-card__title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px; }
  @media (min-width: 742px) {
    .product-card__title {
      font-size: 24px;
      line-height: 30px; } }
  .product-card__subtitle {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 742px) {
    .product-card__subtitle {
      font-size: 16px;
      line-height: 20px; } }
  .product-card__description {
  display: none; }
  @media (min-width: 742px) {
    .product-card__description {
      display: block;
      font-size: 14px;
      line-height: 22px;
      padding: 16px 0; } }
.suggested-extras {
  margin: 32px 0 0;
  width: 100%; }
  @media (min-width: 768px) {
    .suggested-extras {
      margin: 0; } }
  .suggested-extras__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 28px;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .suggested-extras__header {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .suggested-extras__header .suggested-extras__header-title {
    font-size: 20px;
    margin: 0 13px 0 0; }
  @media (min-width: 768px) {
      .suggested-extras__header .suggested-extras__header-title {
        font-size: 24px; } }
  .suggested-extras__header .suggested-extras__header-detail {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, sans-serif;
    font-size: 16px; }
  @media (max-width: 767px) {
      .suggested-extras__header .suggested-extras__header-detail {
        font-size: 14px;
        text-align: right; } }
  .suggested-extras__list-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  padding-bottom: 32px; }
  .suggested-extras__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 12px;
  text-align: center; }
  .suggested-extras__list::-webkit-scrollbar {
    display: none; }
  .suggested-extras__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 32px;
  padding: 0 16px;
  text-align: left;
  width: 25%; }
  @media (max-width: 1200px) {
    .suggested-extras__item {
      width: 300px; } }
  @media (max-width: 741px) {
    .suggested-extras__item {
      padding-left: 8px;
      padding-right: 8px;
      width: 172px; } }
.index-cx__container___1U6rq {
  background: #faf8f6;
  padding: 32px 32px 100px;
  text-align: center; }
  @media (min-width: 1024px) {
    .index-cx__container___1U6rq {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 45px 50px 100px;
      text-align: left; } }
  @media (min-width: 1024px) {
    .index-cx__container___1U6rq.index-cx__space-for-banner___2yn2S {
      margin-bottom: 104px; } }
  .index-cx__logo___2UrGQ {
  margin: 0 auto 1rem;
  width: 50px; }
  @media (min-width: 1024px) {
    .index-cx__logo___2UrGQ {
      margin: 0; } }
  .index-cx__links___23K6b {
  color: #f1574b; }
  .index-cx__links___23K6b .index-cx__copy___3aYRC {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    margin: 0 7px; }
  @media (min-width: 1024px) {
      .index-cx__links___23K6b .index-cx__copy___3aYRC {
        margin-left: 15px; } }
.cart-cx__container___1nSPt {
  width: 100%; }
  .cart-cx__container___1nSPt * {
    box-sizing: border-box; }
  .cart-cx__inner___3rxNl {
  margin: 20px auto;
  max-width: 100%;
  width: 1320px; }
  @media (min-width: 768px) {
    .cart-cx__inner___3rxNl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 45px auto 90px; } }
  .cart-cx__banner___1BE3_ {
  color: #fff;
  padding: 28px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-cx__banner___1BE3_ {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cart-cx__banner___1BE3_ .cart-cx__banner__cta___1x7oj {
    border-color: #fff;
    border-width: 3px;
    color: #fff;
    margin-top: .5em; }
  .cart-cx__banner___1BE3_ .cart-cx__banner__cta___1x7oj:hover, .cart-cx__banner___1BE3_ .cart-cx__banner__cta___1x7oj:focus {
      background-color: #fff;
      color: #3e306e; }
  @media (min-width: 768px) {
      .cart-cx__banner___1BE3_ .cart-cx__banner__cta___1x7oj {
        margin-left: 16px;
        margin-top: 0; } }
  .cart-cx__banner__image___3LTOw {
  display: inline-block;
  height: 32px;
  margin-bottom: .5em;
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px; }
  @media (min-width: 768px) {
    .cart-cx__banner__image___3LTOw {
      height: 45px;
      margin-bottom: 0;
      margin-right: 30px;
      width: 56px; } }
  .cart-cx__banner__copy___aryTZ {
  font-family: Arial, sans-serif;
  font-size: 20px; }
  @media (max-width: 767px) {
    .cart-cx__banner__copy___aryTZ .mobile-hidden {
      display: none; } }
  @media (min-width: 768px) {
    .cart-cx__banner__copy___aryTZ {
      font-size: 24px; } }
  .cart-cx__product-lists-wrapper___3Mg3U {
  padding: 0; }
  @media (min-width: 768px) {
    .cart-cx__product-lists-wrapper___3Mg3U {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: 360px; } }
  @media (min-width: 1024px) {
    .cart-cx__product-lists-wrapper___3Mg3U {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 756px;
              flex: 0 1 756px;
      width: 756px; } }
  .cart-cx__product-lists___wYFI7 {
  padding: 0 28px; }
  .cart-cx__order-details-wrapper___3fMJe {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .cart-cx__order-details-wrapper___3fMJe {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0;
      width: 378px; } }
  @media (min-width: 875px) {
    .cart-cx__order-details-wrapper___3fMJe {
      width: 388px; } }
  @media (min-width: 1024px) {
    .cart-cx__order-details-wrapper___3fMJe {
      width: 413px; } }
  @media (min-width: 768px) {
  .cart-cx__order-details___1F1RZ {
    padding-right: 28px; } }
  .cart-cx__empty___1jXge {
  margin-top: 70px;
  text-align: center; }
  .cart-cx__empty___1jXge .cart-cx__empty__image___1agX9 {
    opacity: .2;
    width: 70px; }
  .cart-cx__empty___1jXge .cart-cx__empty__copy___326oE {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: .5em auto;
    opacity: .2; }
  @media (min-width: 768px) {
      .cart-cx__empty___1jXge .cart-cx__empty__copy___326oE {
        font-size: 32px; } }
  .cart-cx__empty___1jXge .cart-cx__empty__cta___gnK_n {
    font-family: Arial, sans-serif;
    font-size: 18px; }
  .cart-cx__suggested-extras___12q1m {
  margin: 20px auto;
  max-width: 100%;
  padding: 0;
  width: 1320px; }
  @media (min-width: 768px) {
    .cart-cx__suggested-extras___12q1m {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 45px auto 90px; } }
.membership-details-modal {
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 1024px) {
    .membership-details-modal {
      height: auto;
      width: 760px; } }
  .membership-details-modal-overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2001; }
  .membership-details-modal-close {
    border: 0;
    background: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg) no-repeat;
    background-size: cover;
    cursor: pointer;
    padding: 0;
    opacity: .2;
    position: absolute;
    right: 24px;
    top: 24px;
    height: 20px;
    width: 20px; }
  .membership-details-modal-close:hover {
      opacity: 1; }
  .membership-details-modal-banner {
    position: relative;
    width: 100%;
    min-height: 248px; }
  @media (min-width: 1024px) {
      .membership-details-modal-banner {
        height: 278px; } }
  .membership-details-modal-banner-ribbon {
      background: url(/packs/ribbon-294729e624a501456e6403c0f4997e27.svg) no-repeat;
      background-size: cover;
      position: relative;
      margin: 0 auto;
      top: 44px;
      height: 49px;
      width: 36px; }
  @media (min-width: 1024px) {
        .membership-details-modal-banner-ribbon {
          top: 52px; } }
  .membership-details-modal-banner-text {
      position: relative;
      color: #f1574b;
      font-size: 24px;
      font-weight: bold;
      padding: 0 24px;
      text-align: center;
      top: calc(12px + 49px);
      line-height: 1.25; }
  @media (min-width: 1024px) {
        .membership-details-modal-banner-text {
          line-height: 1.21;
          top: calc(28px + 49px);
          font-size: 28px;
          padding: 0 60px; } }
  .membership-details-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 36px; }
  .membership-details-modal-content-main {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 20px; }
  @media (min-width: 1024px) {
        .membership-details-modal-content-main {
          padding: 0 108px; } }
  .membership-details-modal-content-sub {
      border-top: 1px rgba(0, 0, 0, 0.15) solid;
      padding: 36px 28px 0;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      text-align: center;
      line-height: 1.43; }
  .membership-details-modal-content-sub-title {
        font-weight: bold;
        letter-spacing: 1px; }
  @media (min-width: 1024px) {
          .membership-details-modal-content-sub-title {
            letter-spacing: normal; } }
  .membership-details-modal-cutout {
    color: #f1574b;
    margin-bottom: 32px;
    position: relative; }
  .membership-details-modal-cutout-text {
      text-align: center;
      margin: 0 auto;
      line-height: normal; }
  @media (min-width: 1024px) {
        .membership-details-modal-cutout-text {
          left: 52px;
          margin: 0;
          min-height: 40px;
          position: relative;
          text-align: left;
          top: 0; } }
  .membership-details-modal-cutout-icon {
      background: url(/packs/circle-check-308ca4b857fc43acf27ea6c72c18b327.svg) no-repeat;
      background-size: cover;
      margin: 0 auto;
      height: 36px;
      width: 36px; }
  @media (min-width: 1024px) {
        .membership-details-modal-cutout-icon {
          left: 0;
          margin: 0;
          position: absolute;
          top: 0; } }
  .membership-details-modal-content-highlight {
    position: relative;
    color: #f1574b;
    font-weight: bold; }
  .membership-details-modal-content-highlight::before {
      background-color: #fff0b6;
      content: '';
      height: 11px;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      z-index: -1; }
.membership-cart-cx__container___38IXN {
  width: 100%; }
  .membership-cart-cx__container___38IXN * {
    box-sizing: border-box; }
  .membership-cart-cx__inner___blkUI {
  margin: 20px auto;
  max-width: 100%;
  width: 1320px; }
  @media (min-width: 1024px) {
    .membership-cart-cx__inner___blkUI {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 20px auto 90px; } }
  .membership-cart-cx__banner___2yGp0 {
  color: #000;
  padding: 28px;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .membership-cart-cx__banner___2yGp0 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .membership-cart-cx__banner__copy___3Dbkz {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold; }
  .membership-cart-cx__banner__copy___3Dbkz .mobile-hidden {
    display: none; }
  @media (min-width: 1024px) {
      .membership-cart-cx__banner__copy___3Dbkz .mobile-hidden {
        display: inline-block;
        margin-right: 4px; } }
  .membership-cart-cx__product-lists-wrapper___1opLN {
  padding: 0; }
  @media (min-width: 1024px) {
    .membership-cart-cx__product-lists-wrapper___1opLN {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 756px;
              flex: 0 1 756px;
      width: 756px; } }
  .membership-cart-cx__product-lists___11Eik {
  padding: 0 28px; }
  .membership-cart-cx__cart-membership-options___xCGM7 {
  font-family: Arial, sans-serif;
  margin: 0 28px; }
  @media (min-width: 1024px) {
    .membership-cart-cx__cart-membership-options___xCGM7 {
      width: 413px; } }
  .membership-cart-cx__cart-membership-options-header___2JXK_ {
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0;
    text-align: center; }
  .membership-cart-cx__cart-membership-options-disclaimer___3aJU9 {
    color: #999;
    font-size: 14px;
    margin: 8px auto 0;
    max-width: 360px;
    text-align: center; }
  .membership-cart-cx__cart-membership-checkout-message___1jEHG {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .membership-cart-cx__cart-membership-checkout-message___1jEHG {
      padding: 0; } }
  .membership-cart-cx__cart-membership-checkout-message-icon___LBK2Z {
    background: url(/packs/repeat-6a5012af000dd66266b26b526b17e73e.svg) no-repeat;
    background-size: cover;
    display: none;
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    height: 34px;
    width: 34px; }
  @media (min-width: 1024px) {
      .membership-cart-cx__cart-membership-checkout-message-icon___LBK2Z {
        display: inline-block; } }
  .membership-cart-cx__empty___3-mAs {
  margin-top: 70px;
  text-align: center; }
  .membership-cart-cx__empty___3-mAs .membership-cart-cx__empty__image___2OARA {
    opacity: .2;
    width: 70px; }
  .membership-cart-cx__empty___3-mAs .membership-cart-cx__empty__copy___urvkg {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: .5em auto;
    opacity: .2; }
  @media (min-width: 1024px) {
      .membership-cart-cx__empty___3-mAs .membership-cart-cx__empty__copy___urvkg {
        font-size: 32px; } }
  .membership-cart-cx__empty___3-mAs .membership-cart-cx__empty__cta___3d4mb {
    font-family: Arial, sans-serif;
    font-size: 18px; }
  .membership-cart-cx__suggested-extras___1mkmu {
  margin: 20px auto;
  max-width: 100%;
  padding: 0;
  width: 1320px; }
  @media (min-width: 1024px) {
    .membership-cart-cx__suggested-extras___1mkmu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 45px auto 90px; } }
.bottom-continue-bar {
  font-family: Arial, sans-serif;
  font-size: 18px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2000; }
  @media (min-width: 1024px) {
    .bottom-continue-bar {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #faf8f6;
      box-shadow: inset 0 1px 0 0 #c4c4c4;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 104px;
      left: 0;
      position: fixed;
      text-align: left; } }
  .bottom-continue-bar.bottom-continue-bar__global-mobile-cta {
    margin-bottom: 68px; }
  @media (min-width: 1024px) {
      .bottom-continue-bar.bottom-continue-bar__global-mobile-cta {
        margin-bottom: 0; } }
  .bottom-continue-bar__left {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 16px; }
  @media (min-width: 1024px) {
      .bottom-continue-bar__left {
        margin-bottom: 0;
        margin-left: 48px;
        font-size: 18px;
        width: auto; } }
  .bottom-continue-bar__right-text.invert {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  @media (min-width: 1024px) {
    .bottom-continue-bar__right-text {
      display: inline-block;
      margin-right: 48px; }
      .bottom-continue-bar__right-text.invert {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .bottom-continue-bar__right {
    margin-bottom: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (min-width: 1024px) {
      .bottom-continue-bar__right {
        display: block;
        margin-bottom: 0;
        margin-right: 48px;
        width: auto; } }
  .bottom-continue-bar__right.bottom-continue-bar__global-mobile-cta {
      margin-bottom: 0; }
  .bottom-continue-bar__button {
    margin: 0 16px 16px;
    width: calc(100% - 32px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  @media (min-width: 1024px) {
      .bottom-continue-bar__button {
        display: inline-block;
        margin: 0;
        min-width: 200px;
        width: auto; } }
  .bottom-continue-bar__button.bottom-continue-bar__global-mobile-cta {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 68px;
      border-radius: 0;
      left: 0;
      margin: 0; }
  @media (min-width: 1024px) {
        .bottom-continue-bar__button.bottom-continue-bar__global-mobile-cta {
          border-radius: 100px;
          height: inherit;
          width: auto;
          min-width: 200px;
          position: static;
          margin: 0; } }
.membership-radio-option {
  border: solid 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: block;
  width: 100%;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms; }
  .membership-radio-option.selected {
    border-color: #f1574b;
    -webkit-transition: border-color 200ms;
    transition: border-color 200ms; }
  .membership-radio-option.selected:hover, .membership-radio-option.selected:focus {
      border-color: #f1574b; }
  .membership-radio-option-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    padding: 20px 110px 20px 20px;
    position: relative; }
  .membership-radio-option-header-radio {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px; }
  .membership-radio-option-header-radio::before {
      background-color: rgba(247, 247, 247, 0);
      border-radius: 50%;
      border: solid 2px rgba(0, 0, 0, 0.15);
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: border-color 200ms, background-color 200ms;
      transition: border-color 200ms, background-color 200ms;
      width: 24px;
      height: 24px; }
  .membership-radio-option-header-radio::before:hover, .membership-radio-option-header-radio::before:focus {
        border-color: rgba(0, 0, 0, 0.2); }
  .membership-radio-option-header-radio::after {
      content: '';
      background-color: #f1574b;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: width 200ms, height 200ms;
      transition: width 200ms, height 200ms;
      width: 0;
      height: 0; }
  .membership-radio-option-header-radio.selected::before {
      border-radius: 50%;
      border-color: #f1574b;
      background-color: #ffe9e6; }
  .membership-radio-option-header-radio.selected::after {
      background-color: #f1574b;
      border-radius: 50%;
      width: 12px;
      height: 12px; }
  .membership-radio-option-header-title {
    margin-left: 42px; }
  .membership-radio-option-recommended {
    background: #f1574b;
    color: #fff;
    border-radius: 2px;
    padding: 8px 14px 8px 21px;
    position: absolute;
    font-size: 12px;
    right: -4px;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: .6px; }
  .membership-radio-option-recommended::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    border-top: #f1574b solid 16px;
    border-left: #fff solid 7px;
    border-bottom: #f1574b solid 16px; }
  .membership-radio-option-body {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 20px 16px; }
  .membership-radio-option-price {
    font-size: 28px;
    letter-spacing: -1px;
    margin-right: 6px; }
  .membership-radio-option-price-content {
    font-size: 14px;
    padding: 0 20px 20px; }
  .membership-radio-option:hover, .membership-radio-option:focus {
    border-color: rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .membership-radio-option + .membership-radio-option {
    margin-top: 16px; }
  .membership-radio-option-details-button {
    background: transparent;
    border: none;
    color: #f1574b;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .membership-radio-option-radio {
    left: -9999px;
    position: absolute; }
.catalog_hero {
  background-position: center;
  background-size: cover;
  display: block;
  height: 40vh;
  position: relative;
  width: 100%; }
  @media (min-width: 736px) {
    .catalog_hero {
      height: 50vh;
      min-height: 464px; } }
  .catalog_hero-inner {
    -ms-flex-line-pack: center;
        align-content: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  @media (min-width: 736px) {
      .catalog_hero-inner {
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 520px; } }
  .catalog_hero-description {
    display: none; }
  @media (min-width: 736px) {
      .catalog_hero-description {
        display: block;
        font-size: 18px;
        line-height: 28px; } }
  .catalog_hero-name {
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    text-transform: lowercase; }
  .catalog_hero-name::first-letter {
      text-transform: uppercase; }
  @media (min-width: 736px) {
      .catalog_hero-name {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 24px; } }
  .catalog_hero .header_position_sticky {
    z-index: 2; }
  .menu_main_active .catalog_hero .header_position_sticky {
      z-index: 3; }
.catalog__filter-topic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64px;
  margin: 20px 15px;
  opacity: .7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  width: 88px; }
  .catalog__filter-topic-image {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .catalog__filter-topic-image-icon {
      background-image: url(/packs/all-a9637c97ff2e96bd38ed46ff8fb30bea.svg);
      background-size: cover;
      display: block;
      height: 40px;
      width: 40px; }
  .catalog__filter-topic-name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin-top: 4px;
    text-transform: uppercase; }
  .catalog__filter-topic:hover {
    opacity: 1; }
  .catalog__filter-topic_chosen {
    cursor: initial;
    opacity: 1; }
  .catalog__filter-topic_not-chosen {
    opacity: .3; }
.catalog__filter-topics {
  padding-top: 20px; }
  @media (min-width: 736px) {
    .catalog__filter-topics {
      background: #fff;
      border-bottom: 2px solid #f5f1ed;
      padding-bottom: 112px;
      width: 100%; } }
  .catalog__filter-topics-container {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 826px; }
  @media (min-width: 742px) {
      .catalog__filter-topics-container {
        width: 624px; } }
  @media (min-width: 1054px) {
      .catalog__filter-topics-container {
        width: 936px; } }
  @media (min-width: 1366px) {
      .catalog__filter-topics-container {
        width: 1248px; } }
.catalog__filter {
  background: #fff;
  box-shadow: -20px 0 10px -5px #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 1; }
  .catalog__filter::before {
    border-left: 1px solid #f5f1ed;
    content: '';
    height: calc(100% - 16px);
    left: 0;
    margin: 8px 0;
    position: absolute; }
  @media (min-width: 736px) {
      .catalog__filter::before {
        display: none; } }
  @media (min-width: 736px) {
    .catalog__filter {
      position: static; } }
  .catalog__filter, .catalog__filter-close {
    font-size: 16px;
    padding-right: 8px;
    text-align: center;
    width: 96px; }
  .catalog__filter-text, .catalog__filter-icon, .catalog__filter-close-text, .catalog__filter-close-icon {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle; }
  .catalog__filter-text, .catalog__filter-close-text {
      padding-right: 8px; }
  .catalog__filter-icon, .catalog__filter-close-icon {
      height: 16px;
      width: 16px; }
  .catalog__filter-icon {
    background-image: url(/packs/filter-009b9230848dbe58dd3be3d8ea8bb641.svg); }
  .catalog__filter-container {
    background: white;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }
  .catalog__filter-container-top {
      border-bottom: 2px solid #f5f1ed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: center;
      top: 0;
      width: 100%; }
  @media (min-width: 736px) {
        .catalog__filter-container-top {
          border-bottom: none;
          height: 100%;
          margin: 0 auto;
          width: 100%; } }
  @media (min-width: 736px) and (min-width: 742px) {
    .catalog__filter-container-top {
      width: 624px; } }
  @media (min-width: 736px) and (min-width: 1054px) {
    .catalog__filter-container-top {
      width: 936px; } }
  @media (min-width: 736px) and (min-width: 1366px) {
    .catalog__filter-container-top {
      width: 1248px; } }
  @media (min-width: 736px) {
      .catalog__filter-container {
        border-bottom: 2px solid #e4ddd7;
        bottom: auto;
        display: block;
        position: absolute; } }
  .catalog__filter-mobile-close {
    width: 100%; }
  @media (min-width: 736px) {
      .catalog__filter-mobile-close {
        display: none; } }
  .catalog__filter-mobile-close-icon {
      background-image: url(/packs/back-arrow-e875fd2013a32537e2d1dd2a90fd84ad.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      display: block;
      height: 64px;
      left: 24px;
      position: absolute;
      width: 17px; }
  .catalog__filter-mobile-close-text {
      font-weight: bold;
      text-align: center;
      width: 100%; }
  .catalog__filter-close {
    display: none; }
  @media (min-width: 736px) {
      .catalog__filter-close {
        display: block; } }
  .catalog__filter-close-icon {
      background-image: url(/packs/times-ed003391797c0756539ebd9ffd19d201.svg); }
.catalog__navigation {
  background: #fff;
  border-bottom: 3px solid #f5f1ed;
  height: 64px;
  line-height: 64px;
  max-width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media (min-width: 736px) {
    .catalog__navigation {
      height: 72px;
      line-height: 72px; } }
  @media (min-width: 1024px) {
    .catalog__navigation {
      padding: 0 16px; } }
  .catalog__navigation_filter-is-open {
    overflow: visible; }
  .catalog__navigation-container {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto; }
  @media (min-width: 742px) {
      .catalog__navigation-container {
        width: 624px; } }
  @media (min-width: 1054px) {
      .catalog__navigation-container {
        width: 936px; } }
  @media (min-width: 1366px) {
      .catalog__navigation-container {
        width: 1248px; } }
  .catalog__navigation-nav::after {
    content: ' ';
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1px; }
  .catalog__navigation_filter-view, .catalog__navigation-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% + 2px);
    max-width: 1300px;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
    text-transform: capitalize;
    vertical-align: middle;
    width: 100%; }
  .catalog__navigation_filter-view::-webkit-scrollbar, .catalog__navigation-nav::-webkit-scrollbar {
      display: none; }
  .catalog__navigation-item {
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 12px; }
  .catalog__navigation-item:first-of-type {
      margin-left: 16px; }
  .catalog__navigation-item:last-of-type {
      margin-right: 16px; }
  .catalog__navigation-item:hover {
      border-bottom: 2px solid #d1c8bd; }
  .catalog__navigation-item:active, .catalog__navigation-item:hover, .catalog__navigation-item:focus {
      color: #000; }
  .catalog__navigation-item.active {
      border-bottom: 2px solid #f1574b; }
  .catalog__navigation-item.active:hover {
        border-bottom: 2px solid #f1574b; }
  @media (min-width: 736px) {
      .catalog__navigation-item {
        margin: 0 16px; } }
  .catalog__navigation_filter-count, .catalog__navigation_filter-name {
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: none;
    vertical-align: middle; }
  .catalog__navigation_filter-name {
    cursor: pointer; }
  .catalog__navigation_filter-count {
    margin: 0 16px; }
  .catalog__navigation_filter-topic {
    background: #fff;
    border: 1px solid #e4ddd7;
    border-radius: 4px;
    padding: 6px 12px; }
  .catalog__navigation_filter-close.fa-times {
    color: #bfb2a9;
    font-size: 15px;
    margin-left: 6px;
    -webkit-text-stroke: 2px #fff; }
.catalog__subcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto 24px;
  width: 100%; }
  @media (min-width: 742px) {
    .catalog__subcategory {
      margin: 0 auto 48px; } }
  .catalog__subcategory:last-of-type {
    margin-bottom: 0; }
  .catalog__subcategory-card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 56px 24px 36px;
    position: relative;
    width: 100%; }
  @media (min-width: 742px) {
      .catalog__subcategory-card {
        min-height: 442px;
        padding: 80px 24px 56px; } }
  .catalog__subcategory-description, .catalog__subcategory-title {
    position: relative; }
  .catalog__subcategory-title {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 8px; }
  .catalog__subcategory-description {
    font-size: 16px;
    line-height: 1.56;
    max-height: 285px;
    overflow: hidden; }
  @media (min-width: 736px) {
      .catalog__subcategory-description {
        font-size: 18px; } }
.catalog__filtered-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
.catalog__category {
  display: block;
  margin: auto;
  max-width: 1366px;
  padding: 40px 0 24px;
  width: 100%; }
  @media (min-width: 375px) {
    .catalog__category {
      width: 344px; } }
  @media (min-width: 548px) {
    .catalog__category {
      width: 516px; } }
  @media (min-width: 742px) {
    .catalog__category {
      width: 624px; } }
  @media (min-width: 1054px) {
    .catalog__category {
      width: 936px; } }
  @media (min-width: 1366px) {
    .catalog__category {
      width: 1248px; } }
  @media (min-width: 742px) {
    .catalog__category {
      padding: 72px 0 32px; }
      .catalog__category:last-of-type {
        padding-bottom: 72px; } }
  .catalog__category-header {
    line-height: 36px;
    margin: 0 8px; }
  @media (min-width: 742px) {
      .catalog__category-header {
        border-bottom: 1px solid #e4ddd7;
        margin: 0 16px; } }
  .catalog__category-header-title {
      display: inline-block;
      font-size: 28px;
      margin-bottom: 0; }
  @media (min-width: 742px) {
        .catalog__category-header-title {
          font-size: 32px; } }
  .catalog__category-header-link {
      display: none; }
  @media (min-width: 742px) {
        .catalog__category-header-link {
          color: #f1574b;
          display: inline-block;
          font-family: Arial, sans-serif;
          font-size: 16px;
          margin-left: 12px; } }
.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  padding-bottom: 24px;
  scroll-behavior: smooth;
  width: 100%; }
  @media (min-width: 742px) {
    .catalog {
      padding-bottom: 72px; } }
  .catalog-tag {
    background-size: cover;
    border-radius: 6px;
    margin: 0 auto;
    padding: 24px;
    width: 85%; }
  .catalog-tag-name {
      font-size: 24px;
      line-height: 1.17;
      padding: 32px 0 10px; }
  .catalog-tag-description {
      line-height: 1.4; }
  .catalog__section {
    margin: 0 auto;
    width: 100%; }
  .product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .product-card_catalog {
  width: 156px; }
  @media (min-width: 742px) {
  .product-card_catalog, .catalog__subcategory-card {
    width: 280px; } }
  @media (max-width: 374px) {
  .product-card_catalog, .catalog__subcategory-card {
    width: 95vw; } }
  .product-card__link, .catalog__subcategory-card {
  margin: 16px 8px 0; }
  @media (min-width: 742px) {
    .product-card__link, .catalog__subcategory-card {
      margin: 32px 16px 0; } }
  @media (max-width: 374px) {
    .product-card__link, .catalog__subcategory-card {
      margin: 16px auto 0; } }
.checkout-form-new {
  padding: 40px 24px; }
  @media (min-width: 1024px) {
    .checkout-form-new {
      padding: 64px;
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: ([col-start] 1fr)[12];
          grid-template-columns: repeat(12, [col-start] 1fr);
      margin: 0 auto; } }
  @media (min-width: 1366px) {
    .checkout-form-new {
      max-width: 1366px;
      padding: 80px 72px; } }
  .checkout-form-new .field_with_errors input {
    box-shadow: inset 0 0 0 2px #f1574b; }
  .checkout-form-new .field_with_errors .error {
    color: #f1574b;
    font-size: 14px;
    padding-top: 4px;
    position: static; }
  @media (min-width: 1024px) {
    .checkout-form-new .field_with_errors .error {
      position: absolute; } }
  @media (min-width: 1024px) {
    .checkout-form-new .field {
      margin-bottom: 24px; } }
  .checkout-form-new input, .checkout-form-new select {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border-width: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 16px; }
  .checkout-form-new select {
    background-image: url(/packs/select-arrow-5022e56b7d44bedbf0ac23832990a9d7.svg);
    height: inherit; }
  @media (max-width: 1023px) {
  .checkout-form-new__left {
    padding-bottom: 40px; } }
  @media (min-width: 1024px) {
  .checkout-form-new__left {
    grid-column: 1 / 7; } }
  @media (min-width: 1200px) {
  .checkout-form-new__left {
    grid-column: 1 / 8; } }
  @media (min-width: 1024px) {
  .checkout-form-new__right {
    grid-column: 8 / 13; } }
  @media (min-width: 1200px) {
  .checkout-form-new__right {
    grid-column: 9 / 13; } }
  @media (min-width: 768px) {
  .checkout-form-new__right-container {
    position: -webkit-sticky;
    position: sticky;
    top: 128px; } }
  @media (min-width: 1024px) {
  .checkout-form-new__right-container {
    position: static; } }
  .checkout-form-new__fieldset:not(:last-child) {
  margin-bottom: 32px; }
  .checkout-form-new__legend {
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 24px; }
  .checkout-form-new__fields {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  -ms-grid-columns: ([col-start] 1fr)[2];
      grid-template-columns: repeat(2, [col-start] 1fr);
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .checkout-form-new__fields {
      grid-column-gap: 24px;
      -ms-grid-columns: ([col-start] 1fr)[4];
          grid-template-columns: repeat(4, [col-start] 1fr); } }
  .checkout-form-new__field {
  grid-column: 1 / 3;
  margin-bottom: 16px; }
  .checkout-form-new__field.state, .checkout-form-new__field.card_expiration {
    grid-column: 1 / 2; }
  .checkout-form-new__field.zipcode, .checkout-form-new__field.card_cvc {
    grid-column: 2 / 3; }
  @media (min-width: 1024px) {
    .checkout-form-new__field {
      grid-column: 1 / 3; }
      .checkout-form-new__field.last_name, .checkout-form-new__field.address2, .checkout-form-new__field.phone {
        grid-column: 3 / 5; }
      .checkout-form-new__field.state, .checkout-form-new__field.card_expiration {
        grid-column: 3 / 4; }
      .checkout-form-new__field.zipcode, .checkout-form-new__field.card_cvc {
        grid-column: 4 / 5; } }
  .checkout-form-new__label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }
  .checkout-form-new__psa {
  color: rgba(0, 0, 0, 0.4);
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .checkout-form-new__psa {
      margin-bottom: 0;
      margin-top: 16px; } }
  .checkout-form-new__submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  .checkout-form-new__submit .button {
    width: 100%; }
  @media (min-width: 480px) {
    .checkout-form-new__submit .button {
      max-width: 226px; } }
  .checkout-form-new__working-message {
  height: 24px;
  margin-top: 16px;
  position: relative;
  width: 100%; }
  .button_state_working ~ .checkout-form-new__working-message .working-message__message {
    opacity: 1;
    -webkit-transition: opacity 1s ease 3s;
    transition: opacity 1s ease 3s; }
  .button_state_working ~ .checkout-form-new__working-message .working-message__message:nth-child(2) {
      -webkit-transition-delay: 8s;
              transition-delay: 8s; }
  .button_state_working ~ .checkout-form-new__working-message .working-message__message:nth-child(3) {
      -webkit-transition-delay: 13s;
              transition-delay: 13s; }
  .button_state_working ~ .checkout-form-new__working-message .working-message__message:nth-child(4) {
      -webkit-transition-delay: 23s;
              transition-delay: 23s; }
  .checkout-form-new__error-message {
  margin-top: 16px;
  position: relative;
  width: 100%;
  color: #f1574b;
  font-size: 14px; }
  .checkout-form-new__apple-pay {
  margin-top: -40px;
  text-align: center; }
  @media (min-width: 480px) {
    .checkout-form-new__apple-pay {
      margin-top: -64px; } }
  .checkout-form-new__apple-pay-separator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 28px 0; }
  .checkout-form-new__apple-pay-separator::after, .checkout-form-new__apple-pay-separator::before {
    border-bottom: 1px solid #ececec;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    content: ''; }
  @media (min-width: 1024px) {
    .checkout-form-new__apple-pay-separator {
      margin: 36px 0; } }
  .checkout-form-new__apple-pay-separator-text {
  background-color: #fff;
  color: #9e9e9e;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0 4px;
  text-align: center;
  text-transform: uppercase; }
  .working-message__message {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.4);
  left: 50%;
  opacity: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  white-space: nowrap;
  width: 100%; }
  .order-summary {
  background-color: #faf8f6;
  font-family: Arial, sans-serif;
  padding: 32px; }
  @media (min-width: 1024px) {
    .order-summary {
      padding: 40px 48px; } }
  .order-summary__category {
  padding-bottom: 24px; }
  .order-summary__category-header, .order-summary__item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .order-summary__category-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
  padding-bottom: 8px; }
  .order-summary__shipping {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 10px; }
  .order-summary__title {
  font-size: 18px; }
  .order-summary__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .4; }
  .order-summary__label .fa {
    font-size: 15px;
    opacity: .9;
    padding-right: 8px; }
  .order-summary__item {
  font-size: 16px;
  line-height: 1.25;
  padding-bottom: 24px; }
  .order-summary__total {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 24px;
  text-align: center; }
  .order-summary__strike {
  opacity: .4; }
@media (min-width: 1024px) {
  .membership-order-details-cx__order-details___2BL6W {
    max-width: 368px; } }

.membership-order-details-cx__order-details__header___eR__N {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
  text-align: center; }

@media (max-width: 1023px) {
    .membership-order-details-cx__order-details__header___eR__N {
      background: #faf8f6;
      cursor: pointer;
      font-size: 18px;
      padding: 25px 32px;
      position: relative;
      text-align: left; } }

.membership-order-details-cx__dropdown-icon___1FRFU {
  display: inline-block;
  width: 12px;
  margin-left: 4px;
  vertical-align: middle;
  -webkit-transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1); }

.membership-order-details-cx__open___3sCOn .membership-order-details-cx__dropdown-icon___1FRFU {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media (min-width: 1024px) {
    .membership-order-details-cx__dropdown-icon___1FRFU {
      display: none; } }

.membership-order-details-cx__header-summary-title___1EWEO {
  position: absolute;
  right: 32px;
  font-family: Arial, sans-serif; }

@media (min-width: 1024px) {
  .membership-order-details-cx__order-details__content___3_O_X {
    background: #faf8f6;
    padding: 25px 22px 52px; } }

.membership-order-details-cx__order-extras___3AyHR {
  margin: 0 24px; }

@media (min-width: 1024px) {
    .membership-order-details-cx__order-extras___3AyHR {
      margin: 0; } }

@media (max-width: 1023px) {
  .membership-order-details-cx__order-plan-wrapper___1UEYh {
    background: #faf8f6;
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    -webkit-transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1); } }

@media (max-width: 1023px) {
  .membership-order-details-cx__open___3sCOn .membership-order-details-cx__order-plan-wrapper___1UEYh {
    max-height: 700px;
    padding-bottom: 32px; } }

.membership-order-details-cx__extra-product__options___2pdEJ {
  margin: -15px auto 0;
  max-width: 100%; }

@media (min-width: 1024px) {
    .membership-order-details-cx__extra-product__options___2pdEJ {
      width: 295px; } }

.membership-order-details-cx__extra-product__quantity___2fL_j {
  color: #767676;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 5px;
  text-transform: uppercase; }

.membership-order-details-cx__order-item___1M3oB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 22px auto;
  max-width: 100%; }

@media (min-width: 1024px) {
    .membership-order-details-cx__order-item___1M3oB {
      width: 295px; } }

.membership-order-details-cx__order-item___1M3oB.membership-order-details-cx__order-item_header___CElSY {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px; }

.membership-order-details-cx__order-item___1M3oB.membership-order-details-cx__order-item_spacer___3HFtG {
    border-bottom: 1px solid #979797;
    padding-bottom: 10px; }

.membership-order-details-cx__order-item___1M3oB.membership-order-details-cx__order-item_total___O0GgK .membership-order-details-cx__order-item__text___1kVMJ {
    font-weight: bold; }

.membership-order-details-cx__order-total-item___3ePbC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px auto;
  max-width: 100%; }

@media (min-width: 1024px) {
    .membership-order-details-cx__order-total-item___3ePbC {
      width: 295px; } }

.membership-order-details-cx__order-total-item___3ePbC.membership-order-details-cx__order-item_total___O0GgK .membership-order-details-cx__order-item__text___1kVMJ {
    font-weight: bold; }

.membership-order-details-cx__item-text___2cHLf {
  font-family: Arial, sans-serif;
  font-size: 16px; }

.membership-order-details-cx__item-text___2cHLf.membership-order-details-cx__caps-label___1BTKd {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-top: 6px;
    text-transform: uppercase; }

.membership-order-details-cx__item-text___2cHLf.membership-order-details-cx__membership___35rqA {
    color: #f1574b; }

.membership-order-details-cx__item-text-icon___2oTyX {
    vertical-align: middle; }

.membership-order-details-cx__item-text_bold___1HZ7S {
    font-weight: bold; }

.membership-order-details-cx__item-text__striken___36lbU {
    color: #969493;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: bold;
    margin-right: 12px;
    text-align: right;
    text-decoration: line-through; }

.membership-order-details-cx__refresh-icon___2uDVJ {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 7px;
  width: 13px; }

.membership-order-details-cx__order-item__title___22W-M {
  margin: 0; }

.membership-order-details-cx__order-plan___3Mr2m {
  background-color: #f5f1ed;
  padding: 12px 24px; }

.membership-order-details-cx__order-summary___SgEW2 {
  margin: 40px 24px 0; }

@media (min-width: 1024px) {
    .membership-order-details-cx__order-summary___SgEW2 {
      margin: 40px 0 0; } }

.membership-order-details-cx__order-summary___SgEW2 .membership-order-details-cx__order-item___1M3oB .membership-order-details-cx__order-item__text___1kVMJ {
    color: #4a4a4a; }

.membership-order-details-cx__promo-form___1p8ah {
  margin: -8px 24px 0; }

@media (min-width: 1024px) {
    .membership-order-details-cx__promo-form___1p8ah {
      margin: 0 auto;
      max-width: 295px; } }

.membership-order-details-cx__disclaimer___3xr5_ {
  color: #999;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 20px auto 0;
  max-width: 100%;
  text-align: center;
  width: 295px; }
.checkout-form-membership {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .checkout-form-membership {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: ([col-start] 1fr)[12];
          grid-template-columns: repeat(12, [col-start] 1fr);
      margin: 0 auto;
      padding: 64px; } }
  @media (min-width: 1366px) {
    .checkout-form-membership {
      max-width: 1366px;
      padding: 80px 72px; } }
  .checkout-form-membership .field_with_errors input {
    box-shadow: inset 0 0 0 2px #f1574b; }
  .checkout-form-membership .field_with_errors .error {
    color: #f1574b;
    font-size: 14px;
    padding-top: 4px;
    position: static; }
  @media (min-width: 1024px) {
    .checkout-form-membership .field_with_errors .error {
      position: absolute; } }
  @media (min-width: 1024px) {
    .checkout-form-membership .field {
      margin-bottom: 24px; } }
  .checkout-form-membership input, .checkout-form-membership select {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border-width: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 16px; }
  .checkout-form-membership select {
    background-image: url(/packs/select-arrow-5022e56b7d44bedbf0ac23832990a9d7.svg);
    height: inherit; }
  .checkout-form-membership__left {
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 24px; }
  @media (min-width: 1024px) {
    .checkout-form-membership__left {
      margin: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 0;
      grid-column: 1 / 7; } }
  .checkout-form-membership__right {
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1024px) {
    .checkout-form-membership__right {
      grid-column: 8 / 13;
      margin-bottom: 0; } }
  .checkout-form-membership__fieldset:not(:last-child) {
  margin-bottom: 32px; }
  .checkout-form-membership__legend {
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 24px; }
  .checkout-form-membership__fields {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  -ms-grid-columns: ([col-start] 1fr)[2];
      grid-template-columns: repeat(2, [col-start] 1fr);
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .checkout-form-membership__fields {
      grid-column-gap: 24px;
      -ms-grid-columns: ([col-start] 1fr)[4];
          grid-template-columns: repeat(4, [col-start] 1fr); } }
  .checkout-form-membership__field {
  grid-column: 1 / 3;
  margin-bottom: 16px; }
  .checkout-form-membership__field.state, .checkout-form-membership__field.card_expiration {
    grid-column: 1 / 2; }
  .checkout-form-membership__field.zipcode, .checkout-form-membership__field.card_cvc {
    grid-column: 2 / 3; }
  @media (min-width: 1024px) {
    .checkout-form-membership__field {
      grid-column: 1 / 3; }
      .checkout-form-membership__field.last_name, .checkout-form-membership__field.address2, .checkout-form-membership__field.phone {
        grid-column: 3 / 5; }
      .checkout-form-membership__field.state, .checkout-form-membership__field.card_expiration {
        grid-column: 3 / 4; }
      .checkout-form-membership__field.zipcode, .checkout-form-membership__field.card_cvc {
        grid-column: 4 / 5; } }
  .checkout-form-membership__label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase; }
  .checkout-form-membership__submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  .checkout-form-membership__submit .button {
    width: 100%; }
  @media (min-width: 1024px) {
    .checkout-form-membership__submit .button {
      max-width: 226px; } }
  .checkout-form-membership__error-message {
  margin-top: 16px;
  position: relative;
  width: 100%;
  color: #f1574b;
  font-size: 14px; }
  .checkout-form-membership__apple-pay {
  margin-top: -40px;
  text-align: center; }
  @media (min-width: 1024px) {
    .checkout-form-membership__apple-pay {
      margin-top: -64px; } }
  .checkout-form-membership__apple-pay-separator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 28px 0; }
  .checkout-form-membership__apple-pay-separator::after, .checkout-form-membership__apple-pay-separator::before {
    border-bottom: 1px solid #ececec;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    content: ''; }
  @media (min-width: 1024px) {
    .checkout-form-membership__apple-pay-separator {
      margin: 36px 0; } }
  .checkout-form-membership__apple-pay-separator-text {
  background-color: #fff;
  color: #9e9e9e;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0 4px;
  text-align: center;
  text-transform: uppercase; }
  .checkout-form-membership__loading-button {
  min-width: 85px; }
  .checkout-form-full-width {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 1024px) {
    .checkout-form-full-width {
      grid-column: 1/13; } }
  .checkout-form-membership__working-message {
  height: 24px;
  margin-top: 16px;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .checkout-form-membership__working-message {
      margin-top: 0;
      min-width: 100px;
      height: 100%; } }
  .membership-working-message__message {
  -webkit-animation: fade-in-out-four 30s infinite;
          animation: fade-in-out-four 30s infinite;
  font-family: Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  line-height: 1.4;
  font-size: 13px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  padding: 0;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  opacity: 0;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .membership-working-message__message {
      font-size: 14px; } }
  .membership-working-message__message:nth-child(2) {
    -webkit-animation-delay: 7.5s;
            animation-delay: 7.5s; }
  .membership-working-message__message:nth-child(3) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s; }
  .membership-working-message__message:nth-child(4) {
    -webkit-animation-delay: 22.5s;
            animation-delay: 22.5s; }
  .order-summary {
  background-color: #faf8f6;
  font-family: Arial, sans-serif;
  padding: 32px; }
  @media (min-width: 1024px) {
    .order-summary {
      padding: 40px 48px; } }
  .order-summary__category {
  padding-bottom: 24px; }
  .order-summary__category-header, .order-summary__item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .order-summary__category-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
  padding-bottom: 8px; }
  .order-summary__shipping {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 10px; }
  .order-summary__title {
  font-size: 18px; }
  .order-summary__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .4; }
  .order-summary__label .fa {
    font-size: 15px;
    opacity: .9;
    padding-right: 8px; }
  .order-summary__item {
  font-size: 16px;
  line-height: 1.25;
  padding-bottom: 24px; }
  .order-summary__total {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 24px;
  text-align: center; }
  .order-summary__strike {
  opacity: .4; }
  @-webkit-keyframes fade-in-out-four {
  0%, 28%, 100% {
    opacity: 0; }
  5%, 25% {
    opacity: 1; } }
  @keyframes fade-in-out-four {
  0%, 28%, 100% {
    opacity: 0; }
  5%, 25% {
    opacity: 1; } }
.tip-email {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tip-email__success {
    color: #2cbba9; }
  .tip-email__error {
    color: #f00;
    margin-top: .5em; }
.pack-preview__image {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  width: 750px; }
  @media (max-width: 767px) {
    .pack-preview__image {
      display: none; } }
  .pack-preview__image img {
    width: 100%; }
  .pack-preview__image .pack-preview__pack-content {
    right: 87px;
    top: 345px;
    width: 230px; }
  .pack-preview__mobile-image {
  height: 378px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 300px; }
  @media (min-width: 768px) {
    .pack-preview__mobile-image {
      display: none; } }
  .pack-preview__mobile-image img {
    width: 100%; }
  .pack-preview__mobile-image .pack-preview__pack-content {
    left: 40px;
    top: 70px;
    width: 220px; }
  .pack-preview__pack-content {
  padding: 32px 28px;
  position: absolute;
  text-align: left; }
  .pack-preview__pack-content .pack-content__title {
    height: 42px; }
  .fade-in-image {
  opacity: 0;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
  .fade-in-image.loaded {
    opacity: 1; }
@media (max-width: 767px) {
  .hero.quick-stick-intro.hero {
    color: #000; }
    .hero.quick-stick-intro.hero .subtle {
      color: #000; }
    .hero.quick-stick-intro.hero .hero__mobile-background {
      height: 320px;
      position: relative;
      width: 100%; }
      .hero.quick-stick-intro.hero .hero__mobile-background img {
        width: 100%; }
    .hero.quick-stick-intro.hero .hero__inner {
      background-color: white;
      min-height: 0; }
    .hero.quick-stick-intro.hero .hero__content {
      margin-bottom: 45px;
      margin-top: 45px; } }

@media (min-width: 768px) {
  .hero.quick-stick-intro .hero__content {
    margin-top: 5em; }
    .hero.quick-stick-intro .hero__content .hero__copy {
      max-width: 550px; } }

.hero.quick-stick-intro .quick-stick-intro__form img {
  max-width: 100%;
  width: auto; }

.hero.quick-stick-intro .quick-stick-intro__cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em; }

.hero.quick-stick-intro .quick-stick-intro__price {
  margin: 0 0 0 20px; }

.hero.quick-stick-intro .pack-hero__quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto; }

@media (max-width: 767px) {
    .hero.quick-stick-intro .pack-hero__quantity > div {
      border: 3px solid #f5f1ed;
      height: 30px;
      width: 30px; } }

.hero.quick-stick-intro .quick-stick-intro__image {
  display: inline-block; }
.card-stack-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 600px; }

.card-stack {
  min-height: 410px;
  padding-bottom: 100%;
  position: relative; }

.card-stack__card {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }

.card-stack__card.active {
    opacity: 1; }

.card-stack__inner {
  border: 2px solid #f5f1ed;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
  padding: 75px 20px;
  position: absolute;
  right: 10px;
  top: 10px; }

@media (min-width: 768px) {
    .card-stack__inner {
      padding: 100px 32px; } }

.card-stack__header {
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

@media (min-width: 768px) {
    .card-stack__header {
      padding: 32px; } }

.card-stack__button-wrapper {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

@media (min-width: 768px) {
    .card-stack__button-wrapper {
      bottom: 32px; } }

.card-stack__button-wrapper .button {
    cursor: pointer; }
.cards-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.cards-hero__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 80vh;
  position: relative;
  text-align: center;
  width: 100%; }

.marketing-module:first-child .cards-hero__inner {
    padding-top: 80px; }

@media (min-width: 768px) {
    .cards-hero__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.cards-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 3.25em auto;
  width: 100%; }

@media (min-width: 768px) {
    .cards-hero__content {
      width: 50%; } }

.cards-hero__copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 550px; }

@media (min-width: 768px) {
    .cards-hero__copy {
      padding-left: 32px;
      padding-right: 32px; } }

.cards-hero__card-stack {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 3.25em auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

@media (min-width: 768px) {
    .cards-hero__card-stack {
      padding-left: 32px;
      padding-right: 32px;
      width: 50%; } }
.content-panel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 17.1875rem;
  position: relative;
  width: 100%; }
  @media (max-width: 1023px) {
    .split-panels_mobile_order-reverse .content-panel:last-child {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media screen and (min-width: 768px) {
    .content-panel {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      height: 85vh;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .content-panel[data-has-bg-image='true'] {
    height: 80vw;
    min-height: 375px; }
  @media screen and (min-width: 768px) {
      .content-panel[data-has-bg-image='true'] {
        height: 100%; } }
  .content-panel__content {
  padding: 10%;
  text-align: center;
  width: 100%; }
  .content-panel__content p {
    color: #767676; }
  .content-panel__content button {
    min-width: 11.25rem; }
  @media screen and (min-width: 768px) {
    .content-panel__content {
      padding: 0;
      text-align: left;
      width: 60%; } }
  .content-panel__content.fade-in-text {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  .activated .content-panel__content.fade-in-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .content-panel_has_mobile_image .content-panel__primary-background {
  display: none; }
  @media (min-width: 768px) {
    .content-panel_has_mobile_image .content-panel__primary-background {
      display: block; } }
  .content-panel__mobile-background {
  display: block; }
  @media (min-width: 768px) {
    .content-panel__mobile-background {
      display: none; } }
.content-strip {
  background-position: center;
  background-size: cover; }

.content-strip__inner {
  margin: 0 auto;
  max-width: 735px;
  padding: 2em 20px 2.25em;
  text-align: center; }

.content-strip_color_light .content-strip__inner {
    color: #fff; }

.content-strip__inner img {
    margin-bottom: 1em;
    max-width: 100%;
    width: initial; }

.content-strip__inner p:not(:last-child) {
    margin-bottom: 1em; }

@media (max-width: 767px) {
  .content-strip_has_mobile_image .content-strip__background_primary {
    display: none; } }

.content-strip__background_mobile {
  display: block; }

@media (min-width: 768px) {
    .content-strip__background_mobile {
      display: none; } }

.content-strip__cta {
  margin: 42px; }
.faq-module {
  background-color: #f5f1ed;
  padding: 64px 0; }
  @media (max-width: 767px) {
    .faq-module {
      padding: 42px 0; } }
  .faq-module__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .faq-module__inner {
      padding: 0 32px; } }
  .faq-module__sections {
  background-color: #fff;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.02);
  margin: 64px 0;
  padding: 0 56px; }
  @media (max-width: 767px) {
    .faq-module__sections {
      padding: 0 28px; } }
  .faq-section {
  border-bottom: 4px solid #f5f1ed;
  padding: 56px 0;
  text-align: left; }
  @media (max-width: 767px) {
    .faq-section {
      padding: 32px 0; }
      .faq-section p {
        font-size: 12px; } }
  .faq-section:last-child {
    border-bottom: 0; }
.pack-contents-vitamin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 736px) {
    .pack-contents-vitamin-wrapper {
      padding: 0 13.33333px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .pack-contents-vitamin-wrapper {
      width: 33.33%; } }
  .pack-contents-vitamin {
  background: #f5f1ed;
  border-radius: 6px 6px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 250px;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative; }
  .pack-contents-vitamin__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .pack-contents-vitamin__content {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0; }
  .pack-contents-vitamin__content.pack-contents-vitamin__content_flavored {
    color: #fff; }
  .pack-contents-vitamin__header {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .pack-contents-vitamin__header {
      font-size: 24px; } }
  .pack-contents-vitamin__subheader {
  margin-bottom: 0;
  text-transform: capitalize; }
  .pack-contents-vitamin__list {
  bottom: .25em;
  left: 20px;
  position: absolute; }
  .pack-contents-vitamin__list li {
    display: inline-block;
    margin-bottom: .75em;
    padding-right: .5em; }
  .pack-contents-vitamin__list img {
    display: inline-block;
    margin-right: .25em;
    width: 30px; }
  .pack-contents-vitamin__copy {
  border-left: 2px solid #f5f1ed;
  border-right: 2px solid #f5f1ed;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 15px;
  margin: 0;
  padding: 16px 20px; }
  .pack-contents-vitamin__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #f5f1ed;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1em .5em; }
  .pack-contents-vitamin__bottom > * {
    margin-bottom: .5em; }
  .pack-contents-vitamin__bottom .quantity-info {
    margin-left: .5em;
    margin-right: .5em; }
.pack-contents {
  padding: 4em 20px; }

.pack-contents__title {
  margin-bottom: 2.5em;
  text-align: center; }

.pack-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 1200px; }
.pack-hero-vitamin {
  color: #000;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 1em;
  padding: 0 10px;
  width: 30%; }
  @media (max-width: 1023px) {
    .pack-hero-vitamin {
      width: 33.33%; } }
  .pack-hero-vitamin img {
    margin-bottom: .5em;
    width: 60px; }
  .starter-pack-hero__vitamins_compact .pack-hero-vitamin {
    width: 25%; }
  @media (max-width: 1023px) {
      .starter-pack-hero__vitamins_compact .pack-hero-vitamin {
        width: 50%; } }
  @media (max-width: 767px) {
      .starter-pack-hero__vitamins_compact .pack-hero-vitamin {
        width: 25%; } }
  @media (max-width: 413px) {
      .starter-pack-hero__vitamins_compact .pack-hero-vitamin {
        width: 50%; } }
  .pack-hero-vitamin__title {
  margin-bottom: .15em; }
.starter-pack-hero .hero__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 90vh;
  width: 100%; }
  @media (min-width: 768px) {
    .starter-pack-hero .hero__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .starter-pack-hero .hero__content {
  padding: 0 28px; }
  @media (max-width: 767px) {
    .starter-pack-hero .hero__content {
      margin-top: 0;
      padding-top: 0; } }
  @media (min-width: 768px) {
    .starter-pack-hero .hero__content {
      margin-left: 0;
      margin-right: 0;
      max-width: 50%;
      width: 100%; } }
  .starter-pack-hero .hero__copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }
  .starter-pack-hero .hero__copy h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px; }
  .starter-pack-hero .hero__copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px; }
  .starter-pack-hero .starter-pack-hero__vitamins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .starter-pack-hero .starter-pack-hero__cta {
  margin-top: 2em; }
  @media (min-width: 768px) {
    .starter-pack-hero .starter-pack-hero__cta {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .starter-pack-hero .starter-pack-hero__price {
  margin: 28px 0; }
  @media (min-width: 768px) {
    .starter-pack-hero .starter-pack-hero__price {
      margin: 0 0 0 32px; } }
  .starter-pack-hero .starter-pack-hero__image {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  width: 750px; }
  @media (max-width: 767px) {
    .starter-pack-hero .starter-pack-hero__image {
      display: none; } }
  .starter-pack-hero .starter-pack-hero__image img {
    width: 100%; }
  .starter-pack-hero .starter-pack-hero__image_mobile_only {
  display: none;
  position: relative;
  width: 360px; }
  @media (max-width: 767px) {
    .starter-pack-hero .starter-pack-hero__image_mobile_only {
      display: block; } }
  .starter-pack-hero .starter-pack-hero__image_mobile_only img {
    width: 100%; }
  .starter-pack-hero .starter-pack-hero__image_mobile_only .starter-pack-hero__pack-content {
    padding: 15px 10px;
    right: 43px;
    text-align: left;
    top: 165px;
    width: 110px; }
  .starter-pack-hero .starter-pack-hero__image_mobile_only .starter-pack-hero__pack-content .pack-content__title {
      font-size: 12px;
      height: 1em;
      margin-bottom: .5em; }
  .starter-pack-hero .starter-pack-hero__image_mobile_only .starter-pack-hero__pack-content .pack-content__header {
      font-size: 7px;
      margin-bottom: 0; }
  .starter-pack-hero .starter-pack-hero__image_mobile_only .starter-pack-hero__pack-content .pack-content__body {
      font-size: 7px; }
  .starter-pack-hero .starter-pack-hero__pack-content {
  padding: 32px 28px;
  position: absolute;
  right: 87px;
  text-align: left;
  top: 345px;
  width: 230px; }
  .starter-pack-hero .starter-pack-hero__pack-content .pack-content__title {
    height: 42px; }
.product-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 4em 20px;
  position: relative;
  width: 1200px; }

.product-block-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 768px) {
    .product-block-wrapper {
      padding: 0 13.33333px;
      width: 50%; } }

@media (min-width: 1024px) {
    .product-block-wrapper {
      width: 33.33%; } }

.product-block {
  background-position: center 1em;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px 6px 0 0;
  position: relative; }

.product-block.product-block--type-protein {
    background-position: center 2.5em; }

.product-block__top {
  padding-bottom: 55%;
  position: relative; }

.product-block--type-protein .product-block__top {
    padding-bottom: 66%; }

.product-block__top-content {
  bottom: 0;
  left: 0;
  padding: 1.5em;
  position: absolute;
  right: 0;
  top: 0; }

.product-block__icon {
  width: 60px; }

.product-block__copy {
  font-size: 14px;
  padding: 0 1.5em; }

.product-block__copy ul, .product-block__copy ol {
    margin-left: 20px; }

.product-block__copy li {
    display: list-item;
    list-style-type: disc; }

@media (min-width: 768px) {
    .product-block__copy {
      min-height: 120px; } }

.product-block__learn-more {
  padding: 0 1.5em 1.5em; }

.product-block__bottom {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  font-size: 16px;
  padding: 1em 1em .5em; }

.product-block__bottom > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.product-block__bottom .product__price-info, .product-block__bottom .product__buy-button {
    margin-bottom: 15px;
    padding-top: 0; }

.product-block__bottom .product__price {
    margin: 0 15px; }

.product-block__bottom .product__quantity-decrement {
    margin-right: 8px; }

.product-block__bottom .product__quantity-increment {
    margin-left: 8px; }

.product-block__bottom .button {
    font-size: 16px;
    padding: .35em 1em; }

.product-block__bottom .quantity-info {
    margin-left: .5em;
    margin-right: .5em; }
.product-preview-vitamin {
  background-color: #ddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 30px 35px; }
  .product-preview-vitamin:first-child {
    margin-top: 35px; }
  @media (min-width: 1024px) {
    .product-preview-vitamin {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: initial;
              flex-direction: initial;
      min-height: 0; } }
  .product-preview-vitamin__copy {
    background: #fff;
    padding: 2em; }
  @media (min-width: 1024px) {
      .product-previews_square_image .product-preview-vitamin__copy {
        padding: 1.5em; } }
  @media (min-width: 1024px) {
      .product-preview-vitamin__copy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .product-preview-vitamin__title {
    font-size: 26px;
    line-height: normal;
    margin: 0; }
  .product-preview-vitamin__subtitle {
    color: #767676;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 18px; }
  .product-preview-vitamin__badge {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-preview-vitamin__badge-image {
    height: 30px;
    margin: .5em;
    margin-left: 0;
    width: 30px; }
  .product-preview-vitamin__badge-image img {
      max-height: 100%;
      max-width: 100%; }
  .product-preview-vitamin__badge-description {
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: .5em .5em .5em .25em; }
  .product-preview-vitamin__fill-image {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-bottom: 40%;
    position: relative; }
  @media (min-width: 1024px) {
      .product-previews_square_image .product-preview-vitamin__fill-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 180px; } }
  @media (min-width: 768px) {
      .product-preview-vitamin__fill-image {
        height: 120px;
        padding-bottom: 0; } }
  @media (min-width: 1024px) {
      .product-preview-vitamin__fill-image {
        height: auto; } }
.product-previews {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 17.1875rem;
  position: relative;
  width: 100%; }
  @media (max-width: 1023px) {
    .product-previews > .fill-image {
      position: static; }
    .split-panels_mobile_order-reverse .product-previews:last-child {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media (min-width: 768px) {
    .product-previews {
      min-height: 85vh; } }
  .product-previews__vitamins {
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .product-previews__vitamins {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.index-cx__container___1ZMxJ {
  background-color: #f5f1ed;
  position: relative; }

.index-cx__background-image___-ldYZ {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.index-cx__content___2iSGN {
  margin: 0 auto;
  max-width: 100%;
  padding: 100px 32px;
  position: relative;
  text-align: center;
  width: 900px;
  z-index: 1; }

.index-cx__content___2iSGN img {
    display: block;
    height: 60px;
    margin: 0 auto 12px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 60px; }

@media (min-width: 1024px) {
    .index-cx__content___2iSGN {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 408px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 32px; }
      .index-cx__content___2iSGN .index-cx__copy___Ov8w6 {
        font-size: 24px;
        line-height: 1.43; }
      .index-cx__content___2iSGN .index-cx__subtitle___1Sv6H {
        margin-top: -1em; } }
.split-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.split-panels__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
    .split-panels__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (min-width: 768px) {
    .split-panels__inner {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .split-panels_height_auto .split-panels__inner {
        min-height: auto; } }

@media (max-width: 767px) {
    .split-panels_mobile_order-reverse .split-panels__inner > *:last-child {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

@media (min-width: 768px) {
    .split-panels__inner > * {
      width: 50%; } }
.index-cx__container___3XxFJ h3 {
  margin-bottom: .25em;
  margin-top: 0; }

.index-cx__section-header___2_eXP {
  margin-bottom: .25em; }

@media screen and (min-width: 768px) {
    .index-cx__section-header___2_eXP {
      font-size: 27px; } }

.index-cx__section___3GPyO {
  margin: 1.25em auto 0;
  max-width: 500px; }

.index-cx__section___3GPyO:last-child {
    padding-bottom: 1em; }

.index-cx__section___3GPyO img {
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 55px; }
.marketing-module .survey .hero__inner {
  min-height: 100vh; }

.marketing-module .survey .hero__content {
  margin: 1em auto; }

.marketing-module .embedded-survey {
  overflow-y: scroll; }

.marketing-module .question-component {
  height: auto; }

.marketing-module .question-component__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.marketing-module .question__header {
  max-width: 450px; }

.marketing-module .multiselect-component__title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2; }

.marketing-module .multiselect-component_display-as-binary .multiselect-component__selectable, .marketing-module .multiselect-component_display-as-list .multiselect-component__selectable {
  padding: .75em; }

.marketing-module .multiselect-component_display-as-binary .multiselect-component__label, .marketing-module .multiselect-component_display-as-list .multiselect-component__label {
  padding: .25em .75em; }

.marketing-module .multiselect-component_display-as-binary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

@media (min-width: 480px) {
    .marketing-module .multiselect-component_display-as-binary {
      width: 80%; } }

.marketing-module .multiselect-component_display-as-binary .multiselect-component__selectable {
    width: 100%; }

.marketing-module .multiselect-component_display-as-binary .multiselect-component__selectable {
    border-radius: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

.marketing-module .multiselect-component_display-as-binary .multiselect-component__title {
    text-align: left; }

.marketing-module .multiselect-component_display-as-list {
  width: 100%; }

.marketing-module .multiselect-component_display-as-list .multiselect-component__selectable {
    background-color: transparent; }

.marketing-module .multiselect-component_display-as-list .multiselect-component__selectable .check {
      background-color: transparent; }

@media (min-width: 736px) {
    .marketing-module .multiselect-component_display-as-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      width: 600px; }
      .marketing-module .multiselect-component_display-as-list .multiselect-component__selectable {
        width: 47%; } }

.marketing-module .question__bottom {
  background: none;
  height: auto;
  position: static;
  z-index: auto; }
.video-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80vw;
  height: 100%;
  min-height: 375px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .video-panel {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%; } }
  .video-panel__bg-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
  width: 100%; }
  .video-panel__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }
  .video-panel__bg-img {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }
  .video-panel__image-copy {
  color: #fff;
  font-family: Arial, sans-serif;
  left: 2em;
  position: absolute;
  top: 1em; }
  .video-panel__img-title {
  font-size: 23px;
  margin-right: .5em; }
  .video-panel__img-subtitle {
  font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
  font-size: 20px; }
.index-cx__image___279oU {
  opacity: 0;
  -webkit-transition: 800ms opacity;
  transition: 800ms opacity; }
  .index-cx__image___279oU.index-cx__active___6BY1m {
    opacity: 1; }
.index-cx__container___1Ret7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .index-cx__container___1Ret7 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .index-cx__form-factor___2_Aw7 {
  border: 2px solid #edebde;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  margin: 4px 0;
  padding: 12px 14px;
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms;
  width: calc(50% - 4px); }
  @media (min-width: 768px) {
    .index-cx__form-factor___2_Aw7 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px; } }
  .index-cx__form-factor___2_Aw7:hover, .index-cx__form-factor___2_Aw7.index-cx__selected___1xm3y {
    border-color: #f1574b; }
  .index-cx__icon___2gmpJ {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  position: relative;
  width: 20px; }
  @media (min-width: 768px) {
    .index-cx__icon___2gmpJ {
      height: 24px;
      margin-right: 8px;
      width: 24px; } }
  .index-cx__name___3R_2q, .index-cx__subtitle___22J1f {
  color: #000;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-transform: capitalize; }
  .index-cx__subtitle___22J1f {
  font-size: 16px;
  opacity: .4; }
  @media (min-width: 768px) {
    .index-cx__subtitle___22J1f {
      margin-left: 6px; } }
  .index-cx__catalog___MOetC.index-cx__container___1Ret7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  .index-cx__catalog___MOetC .index-cx__form-factor___2_Aw7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
  width: 100%; }
  .index-cx__catalog___MOetC .index-cx__subtitle___22J1f {
  line-height: 32px;
  margin-left: 4px; }
  .index-cx__catalog___MOetC .index-cx__icon___2gmpJ {
  height: 20px;
  margin-right: 4px;
  width: 20px; }
@media (max-width: 1023px) {
  .product-hero.index-cx__hero___3eCzp {
    background-color: #fff; } }

.product-hero.index-cx__hero___3eCzp .index-cx__hero__fill-image___w0JVy {
  background-color: #edebde;
  overflow: hidden;
  width: 100%; }

@media (min-width: 1024px) {
    .product-hero.index-cx__hero___3eCzp .index-cx__hero__fill-image___w0JVy {
      bottom: 0;
      left: 0;
      position: absolute;
      top: 0; } }

@media (max-width: 1023px) {
    .product-hero.index-cx__hero___3eCzp .index-cx__hero__fill-image___w0JVy {
      height: 50vw;
      position: relative; } }

@media (max-width: 767px) {
    .product-hero.index-cx__hero___3eCzp .index-cx__hero__fill-image___w0JVy {
      height: 93vw;
      max-height: 500px; } }

.product-hero.index-cx__hero___3eCzp .index-cx__hero__fill-image___w0JVy > * {
    -webkit-transition: 400ms opacity;
    transition: 400ms opacity; }

.product-hero.index-cx__hero___3eCzp .index-cx__hero__fill-image___w0JVy.index-cx__loading___32MbI > * {
    opacity: 0; }

@media (max-width: 767px) {
  .index-cx__hero-image_desktop___18pmF {
    display: none; } }

@media (min-width: 768px) {
  .index-cx__hero-image_mobile___2qf0q {
    display: none; } }

.index-cx__hero__symbols___mhwSt {
  margin-bottom: .45em;
  margin-top: -.75em;
  min-height: 5px; }

.index-cx__hero__sizes___1xivT {
  margin: 2em 0 1.5em; }

.index-cx__hero__sizes___1xivT label {
    letter-spacing: 0;
    text-transform: none; }

@media (max-width: 767px) {
      .index-cx__hero__sizes___1xivT label {
        display: none; } }

.index-cx__hero__sizes___1xivT label:hover {
      cursor: pointer; }

.index-cx__hero__sizes___1xivT label:hover input[type="radio"] + span::after {
        border-color: #fff; }

.index-cx__hero__sizes___1xivT input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    opacity: 0;
    width: 0; }

.index-cx__hero__sizes___1xivT input[type="radio"] + span {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-right: 25px;
    padding-left: 30px;
    position: relative;
    text-transform: capitalize; }

.index-cx__hero__sizes___1xivT input[type="radio"] + span::after {
      border: 3px solid #f5f1ed;
      border-radius: 50%;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition-duration: 800ms;
              transition-duration: 800ms;
      -webkit-transition-property: background-color, border-color, border-width;
      transition-property: background-color, border-color, border-width;
      width: 20px; }

@media (min-width: 1024px) {
        .index-cx__hero__sizes___1xivT input[type="radio"] + span::after {
          border-color: rgba(255, 255, 255, 0.5); } }

.index-cx__hero__sizes___1xivT input[type="radio"]:checked + span::after {
    background-color: #f1574b;
    border-color: #fff;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms; }

.index-cx__hero__sizes___1xivT span.index-cx__semi-transparent___1ul9Y {
    font-size: .8em;
    opacity: .5; }

@media (min-width: 768px) {
  .index-cx__hero__form-factors_mobile___3IU4Y {
    display: none; } }

@media (max-width: 1023px) {
  .index-cx__hero__content___Wktfv {
    border-bottom: 2px solid #f4f4f4;
    padding: 32px; } }

@media (min-width: 1024px) {
  .index-cx__hero_protein___1kzIE .index-cx__hero__content___Wktfv {
    color: #fff; } }

@media (min-width: 1024px) {
  .index-cx__hero__content___Wktfv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80vh;
    padding: 112px 96px 77px 64px;
    z-index: 1; }
    .index-cx__hero__content___Wktfv .index-cx__hero__title___3xr6H {
      line-height: 1.2;
      max-width: 480px; }
    .index-cx__hero__content___Wktfv .index-cx__hero__subtitle___1h78x {
      margin-top: .5em; } }

.index-cx__hero__flavors___1v40w .caps-label {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 0; }

.index-cx__hero__content-inner___6VPKw {
  max-width: 100%;
  width: 550px; }

.index-cx__hero__add-to-pack___1SlqU {
  margin-top: 32px; }

@media (max-width: 767px) {
    .index-cx__hero__add-to-pack___1SlqU button.index-cx__add-to-pack___2qy6d {
      margin-bottom: 32px;
      text-align: center;
      width: 100%; } }

.index-cx__ingredients___3jgBZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }

.index-cx__ingredient-section___9kx1o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.index-cx__ingredients_count_1___3RBfn .index-cx__ingredient-section___9kx1o {
    width: 100%; }

.index-cx__ingredient-section___9kx1o img {
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    width: auto; }

.index-cx__ingredient-section___9kx1o h6 {
    margin: 0; }

.index-cx__ingredient-section___9kx1o p {
    font-size: 14px;
    margin: 0 0 .5em 1.75em; }

@media (max-width: 767px) {
      .index-cx__ingredient-section___9kx1o p {
        margin-left: 0; } }
.module-hero {
  position: relative; }

.module-hero__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 96px 32px 64px;
  position: relative;
  text-align: center; }

@media (min-width: 768px) {
    .module-hero__content {
      min-height: 810px; } }

@media (max-width: 767px) {
    .module-hero__content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 92vh;
      padding-top: 72px; } }

.module-hero__image {
  position: relative; }

@media (min-width: 768px) {
  .module-hero__info-block {
    margin: -64px auto 0;
    max-width: 930px; } }

.module-hero__info-block-padding {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0; }

@media (min-width: 768px) {
    .module-hero__info-block-padding {
      padding-bottom: 304px;
      padding-top: 0; } }

@media (min-width: 1366px) {
    .module-hero__info-block-padding {
      padding-bottom: 26vw; } }

.module-hero__title {
  color: #151515;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -.5px;
  margin-bottom: 14px; }

@media (min-width: 768px) {
    .module-hero__title {
      font-size: 48px;
      padding: 0 32px; } }

.module-hero__eyebrow {
  border-bottom: 2px solid #f1574b;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 16px;
  text-transform: uppercase; }

.module-hero__subtitle {
  color: #4a4a4a;
  font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto 28px;
  max-width: 675px;
  width: 100%; }

@media (min-width: 768px) {
    .module-hero__subtitle {
      color: #25272d;
      font-size: 24px; } }
.missing-button-padding {
  height: 0; }

@media (min-width: 768px) {
  .missing-button-padding {
    height: 51px; } }
.protein-powders-features {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vw;
  position: relative;
  z-index: 1; }
  .protein-powders-features .protein-powders-features__background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .protein-powders-features .protein-powders-features__inner {
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 0 30px;
    position: relative;
    width: 1050px; }
  @media (min-width: 1024px) {
      .protein-powders-features .protein-powders-features__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .protein-powders-features .protein-powders-features__info {
    margin: 50px 0;
    padding: 0 28px; }
  @media (min-width: 1024px) {
      .protein-powders-features .protein-powders-features__info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%; } }
  .protein-powders-features .protein-powders-features__title {
    font-size: 28px;
    line-height: 1.1; }
  @media (min-width: 1024px) {
      .protein-powders-features .protein-powders-features__title {
        font-size: 38px; } }
  .protein-powders-features .protein-powders-features__subtitle {
    font-size: 18px;
    line-height: 1.78; }
  .protein-powders-features .protein-powders-features__list {
    margin: 50px 0;
    padding: 0 28px; }
  @media (min-width: 1024px) {
      .protein-powders-features .protein-powders-features__list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%; } }
  .protein-powders-features .protein-powders-features__list li {
      border-top: 1px solid #fff;
      font-family: Arial, sans-serif;
      padding: 20px 0 20px 48px;
      position: relative; }
  @media (min-width: 1024px) {
        .protein-powders-features .protein-powders-features__list li {
          font-size: 18px;
          padding: 22px 24px 22px 77px; } }
  .protein-powders-features .protein-powders-features__list li:last-child {
        border-bottom: 1px solid #fff; }
  .protein-powders-features .protein-powders-features__list li::after {
        background-image: url(/packs/check-white-bordered-01b7b166d79fa203fb6f7c9570aaee0c.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 28px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 28px; }
  @media (min-width: 1024px) {
          .protein-powders-features .protein-powders-features__list li::after {
            height: 32px;
            left: 22px;
            width: 32px; } }
@media (min-width: 1024px) {
  .protein-powders-ingredients .protein-powders-ingredients__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.protein-powders-ingredients .protein-powders-ingredients__section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 60px 0;
  padding: 0 32px;
  text-align: center; }

@media (min-width: 1024px) {
    .protein-powders-ingredients .protein-powders-ingredients__section {
      padding: 32px;
      width: 50%; } }

@media (min-width: 1024px) {
    .protein-powders-ingredients .protein-powders-ingredients__section:first-child {
      border-right: 1px solid #dcdcdc; } }

.protein-powders-ingredients .protein-powders-ingredients__wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 480px; }

.protein-powders-ingredients .protein-powders-ingredients__header {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: .6em; }

@media (min-width: 1024px) {
    .protein-powders-ingredients .protein-powders-ingredients__header {
      font-size: 32px; } }

.protein-powders-ingredients .protein-powders-ingredients__copy {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px; }

.protein-powders-ingredients .nutrition-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px; }

.protein-powders-ingredients .nutrition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  width: 120px; }

.protein-powders-ingredients .nutrition-item span {
    font-size: 28px;
    margin-bottom: .2em; }

.protein-powders-ingredients .nutrition-summary--plant .nutrition-item:first-child span::after, .protein-powders-ingredients .nutrition-summary--plant .nutrition-item:nth-child(3) span::after {
  color: #f1574b;
  content: '*'; }

.protein-powders-ingredients .picto-list {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
  padding-top: 20px;
  text-align: center; }

.protein-powders-ingredients .picto-list .picto-list__picto-item {
    margin: 0 10px 20px;
    width: 82px; }

.protein-powders-ingredients .picto-list .picto-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.protein-powders-ingredients .picto-list .picto-item__content {
    padding: 5px 0 0;
    text-transform: uppercase; }

.protein-powders-ingredients .protein-powders-ingredients__warning {
  color: #9e9e9e;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-top: 1.5em; }

.protein-powders-ingredients .protein-powders-ingredients__cta {
  margin-top: 40px; }
.powders-page__nutritious {
  overflow: hidden;
  padding: 64px 32px;
  position: relative;
  text-align: center; }

.powders-page__nutritious-content {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 32px;
  position: relative;
  z-index: 1; }

.powders-page__nutritious-title {
  margin-bottom: 16px; }

.powders-page__nutritious-copy .module-section__copy {
  max-width: none; }

.powders-page__nutritious-testimonial {
  margin-top: 16px; }

.powders-page__nutritious-image-1 {
  bottom: -13%;
  position: absolute;
  right: -18%;
  width: 260px; }

.powders-page__nutritious-image-2 {
  bottom: -9%;
  left: 5%;
  position: absolute;
  width: 169px; }

.powders-page__nutritious-image-3 {
  left: -10%;
  position: absolute;
  top: 15%;
  width: 160px;
  z-index: 1; }

.powders-page__nutritious-image-4 {
  position: absolute;
  right: -13%;
  top: -7%;
  width: 133px; }

.powders-page__nutritious-image-5 {
  left: -28%;
  position: absolute;
  top: -20%;
  width: 260px; }

.powders-page__nutritious-testimonial-copy {
  color: #151515;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  margin: 0 auto 8px; }

@media (min-width: 768px) {
  .powders-page__nutritious-testimonial-copy {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 1.56;
    margin: inherit; }
  .powders-page__nutritious {
    padding: 160px 32px; }
  .powders-page__nutritious-content {
    padding: 0; }
  .powders-page__nutritious-image-1 {
    bottom: 0;
    right: 15%;
    width: 265px; }
  .powders-page__nutritious-image-2 {
    bottom: 0;
    left: 15%;
    width: 205px; }
  .powders-page__nutritious-image-3 {
    left: 2%;
    top: 17%;
    width: 206px; }
  .powders-page__nutritious-image-4 {
    right: 0;
    top: 0;
    width: 200px; }
  .powders-page__nutritious-image-5 {
    left: 0;
    top: 0; } }
.index-cx__header___2enYH {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 0 20px;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-115%);
          transform: translateY(-115%);
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 100%;
  z-index: 1000; }
  @media (min-width: 768px) {
    .index-cx__header___2enYH {
      height: 80px;
      padding: 0 32px; } }
  .index-cx__header___2enYH.index-cx__loaded___1jAPc {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .index-cx__header___2enYH.index-cx__header_page_cart___3sjIB {
    background: #fff; }
  .index-cx__header___2enYH.index-cx__header_page_checkout___kE26O {
    background: #faf8f6; }
  .index-cx__header___2enYH .index-cx__button___2wOJ0 {
    font-size: 17px;
    padding: .65em;
    text-align: center;
    width: 178px; }
  @media (max-width: 767px) {
      .index-cx__header___2enYH .index-cx__button___2wOJ0 {
        display: none; } }
  .index-cx__logo-wrapper___1-vpp {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .index-cx__logo___jYhgj {
  width: 108px; }
  @media (max-width: 767px) {
    .index-cx__logo___jYhgj {
      display: none; } }
  .index-cx__logo-mobile___2mpIz {
  width: 50px; }
  @media (min-width: 768px) {
    .index-cx__logo-mobile___2mpIz {
      display: none; } }
.index-cx__root___17RfH {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .index-cx__root___17RfH {
      letter-spacing: 1.1px; } }
  .index-cx__icon___275Lw {
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  margin-top: -2px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 14px; }
  @media (min-width: 768px) {
    .index-cx__icon___275Lw {
      margin-top: -4px; } }
.index-cx__container___3oqcu {
  overflow: hidden; }

.index-cx__header___3U5yo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  opacity: 1;
  padding: 0 32px;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-115%);
          transform: translateY(-115%);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  width: 100%;
  z-index: 9000; }

.index-cx__scrolled___1NKaQ .index-cx__header___3U5yo {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

@media (max-width: 767px) {
    .index-cx__header___3U5yo {
      display: none; } }

.index-cx__header___3U5yo .index-cx__button___3l3eX {
    font-size: 17px;
    text-align: center;
    width: 195px; }

.index-cx__logo-wrapper___3aG5h {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.index-cx__logo-wrapper___3aG5h .index-cx__title___1TMg7 {
    font-size: 32px;
    line-height: 1.13; }

@media (max-width: 767px) {
  .index-cx__mobile-hidden___2kyS0 {
    display: none; } }

.index-cx__mobile-nav___QyeXk {
  display: block; }

@media (min-width: 768px) {
    .index-cx__mobile-nav___QyeXk {
      display: none; } }

.index-cx__mobile-nav___QyeXk {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(245, 241, 237, 0.9));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(245, 241, 237, 0.9));
  bottom: 0;
  left: 0;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 2000; }

.index-cx__mobile-nav___QyeXk a {
    width: 100%; }
.index-cx__hero___2qW0A {
  background-color: #faf8f6;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .index-cx__hero___2qW0A {
      height: 600px; } }
  .index-cx__hero__background___nO4-2 {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  @media screen and (min-width: 768px) {
    .index-cx__hero__background___nO4-2 {
      display: block;
      height: 600px;
      position: fixed; } }
  .index-cx__hero__background___nO4-2.index-cx__hero__background_mobile___gYzZR {
    bottom: 0;
    display: block; }
  @media screen and (min-width: 768px) {
      .index-cx__hero__background___nO4-2.index-cx__hero__background_mobile___gYzZR {
        display: none; } }
  .index-cx__hero__content___1kvZo {
  z-index: 1; }
  @media (max-width: 767px) {
    .index-cx__hero__content___1kvZo {
      margin-bottom: 100px; } }
  @media screen and (min-width: 768px) {
    .index-cx__hero__content___1kvZo {
      height: 600px;
      left: 50%;
      position: fixed;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .index-cx__hero__content-inner___2dM7u {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 70px 32px 50px;
  text-align: center;
  -webkit-transition: 100ms -webkit-transform;
  transition: 100ms -webkit-transform;
  transition: 100ms transform;
  transition: 100ms transform, 100ms -webkit-transform; }
  @media screen and (max-width: 767px) {
    .index-cx__hero__content-inner___2dM7u {
      min-height: 80vw; } }
  @media screen and (min-width: 768px) {
    .index-cx__hero__content-inner___2dM7u {
      padding: 130px 32px 90px;
      width: 864px; } }
  .index-cx__hero__content-inner___2dM7u .index-cx__title___1IhqV {
    font-size: 32px;
    margin-bottom: .5em; }
  .index-cx__hero__content-inner___2dM7u p {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
      .index-cx__hero__content-inner___2dM7u p {
        max-width: 100%;
        width: 600px; } }
  @media screen and (min-width: 768px) {
      .index-cx__hero__content-inner___2dM7u p {
        font-size: 20px;
        max-width: 632px; } }
  .index-cx__hero__content-inner___2dM7u button {
    border: 0; }
  @media screen and (max-width: 767px) {
      .index-cx__hero__content-inner___2dM7u button {
        display: none; } }
  @media screen and (max-width: 767px) {
    .index-cx__hero__content-inner___2dM7u .index-cx__symbols___34tvd {
      background-color: #faf8f6;
      border-bottom: 2px solid #fff;
      border-top: 2px solid #fff;
      bottom: -100px;
      left: 0;
      overflow: hidden;
      padding-top: 20px;
      position: absolute;
      white-space: nowrap;
      width: 100%; }
      .index-cx__hero__content-inner___2dM7u .index-cx__symbols___34tvd .symbols {
        -ms-overflow-style: none;
        overflow-x: auto;
        padding: 0 15px;
        white-space: nowrap; }
        .index-cx__hero__content-inner___2dM7u .index-cx__symbols___34tvd .symbols::-webkit-scrollbar {
          background: transparent;
          display: none; } }
  .index-cx__hero__scroller___E-8Wm {
  font-size: 18px;
  font-weight: normal;
  margin-top: 1em;
  padding-bottom: 24px;
  position: relative; }
  .index-cx__hero__scroller___E-8Wm::after {
    border-bottom: 3px solid #f1574b;
    border-left: 3px solid #f1574b;
    bottom: 0;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    width: 14px; }
  .index-cx__hero__overlay___38xAq {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }
.index-cx__info___1Tw4D {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding: 28px;
  text-align: center;
  width: 356px; }
  @media (max-width: 767px) {
    .index-cx__info___1Tw4D {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      .index-cx__info___1Tw4D .index-cx__product-list___D7gQy {
        display: none; } }
  @media (min-width: 768px) {
    .index-cx__info___1Tw4D {
      padding: 42px;
      text-align: center;
      width: 396px; } }
  .index-cx__info__header___2utvK {
  font-size: 26px;
  margin-bottom: .75em;
  margin-top: 0; }
  .index-cx__product-list___D7gQy li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .index-cx__view-more___SlWbX {
  cursor: pointer; }
  .index-cx__dosing___Qa-D7 {
  border-bottom: 1px solid #dbd1c6;
  border-top: 1px solid #dbd1c6;
  margin-top: 1.5em;
  padding: 1em 0; }
  .index-cx__dosing___Qa-D7 p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; }
  .index-cx__dosing___Qa-D7 img {
    display: inline-block;
    height: 38px;
    margin-right: 3px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    width: 38px; }
  @media (max-width: 767px) {
    .index-cx__dosing___Qa-D7 {
      margin: 0 auto; }
      .index-cx__dosing___Qa-D7 p {
        padding: 0 6px; } }
.index-cx__container___10dM2 {
  background: #f5f1ed;
  padding: 20px 0;
  position: relative; }
  .index-cx__container___10dM2:nth-child(even) {
    background: #faf8f6; }
  @media (min-width: 768px) {
    .index-cx__container___10dM2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .index-cx__items___1Qt88 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: scroll;
  position: relative; }
  @media screen and (min-width: 768px) {
    .index-cx__items___1Qt88 {
      padding: 25px 0; } }
  .index-cx__items-inner___3cnGR {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 12px;
  padding-right: 32px;
  white-space: nowrap; }
  .index-cx__items-inner___3cnGR::-webkit-scrollbar {
    display: none; }
  @media (max-width: 767px) {
    .index-cx__items-inner___3cnGR {
      padding: 0 20px;
      text-align: center; } }
  .index-cx__item-wrapper___2ukUK {
  display: inline-block;
  padding: 25px 8px;
  text-align: left;
  white-space: normal;
  width: 286px; }
  .index-cx__scroll-button___3b4wH {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 32px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 64px; }
  .index-cx__scroll-button___3b4wH:hover {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.45); }
  .index-cx__scroll-button___3b4wH.index-cx__scroll-button_hidden___1vSf8 {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75); }
  @media screen and (max-width: 767px) {
    .index-cx__scroll-button___3b4wH {
      display: none; } }
  .index-cx__scroll-button_left___1rikt {
  left: 372px; }
  .index-cx__scroll-button_right___1yfy1 {
  right: 60px; }
.index-cx__container___ogccv {
  background: #fff;
  bottom: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: 500ms opacity;
  transition: 500ms opacity;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
  width: 900px;
  z-index: 9000; }
  @media (min-width: 768px) {
    .index-cx__container___ogccv {
      left: -100%;
      opacity: 1;
      padding-top: 90px;
      pointer-events: auto;
      -webkit-transition: 500ms left;
      transition: 500ms left; } }
  .index-cx__container___ogccv.index-cx__container_open___Hdv_T {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: 530ms;
            transition-duration: 530ms;
    -webkit-transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
            transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
  .index-cx__inner___1GgSS {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .index-cx__inner___1GgSS {
      top: 90px; } }
  .index-cx__claim-wrapper___22vu1 {
  background-color: #f4f4f4;
  padding: 30px 32px 120px; }
  @media screen and (min-width: 768px) {
    .index-cx__claim-wrapper___22vu1 {
      padding: 30px 42px 60px; } }
  .index-cx__close-button___3Xnlm {
  background-color: #f1574b;
  border-radius: 50%;
  bottom: 27px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 68px;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68px; }
  .index-cx__close-button___3Xnlm::after, .index-cx__close-button___3Xnlm::before {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 24px; }
  .index-cx__close-button___3Xnlm::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  @media (min-width: 768px) {
    .index-cx__close-button___3Xnlm {
      display: none; } }
.index-cx__header___3E-vU {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 32px;
  position: absolute;
  top: 0;
  -webkit-transition: 500ms opacity;
  transition: 500ms opacity;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
  width: 100%; }
  .index-cx__header___3E-vU .index-cx__title___2xMCL {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 32px;
    margin: 0;
    text-align: center; }
  .index-cx__header___3E-vU .index-cx__header-left___lKYYa, .index-cx__header___3E-vU .index-cx__header-right___3FQeT {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px; }
  @media (max-width: 767px) {
    .index-cx__header___3E-vU {
      display: none; } }
.index-cx__hero___1M_R3 {
  position: relative;
  z-index: 1; }
  .index-cx__hero___1M_R3.index-cx__hero_protein___2XpFC svg g {
    stroke: #fff; }
  .index-cx__hero___1M_R3.index-cx__hero_protein___2XpFC svg path {
    fill: #fff; }
  .index-cx__hero-image___3xZ6C {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .index-cx__hero-content___22sR4 {
  padding: 60px 42px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .index-cx__hero-content___22sR4 {
      padding: 120px 32px 25px; }
      .index-cx__hero-content___22sR4 .index-cx__hero-content__copy___34tQZ {
        display: none; } }
  .index-cx__hero_protein___2XpFC .index-cx__hero-content___22sR4 {
    color: #fff; }
  .index-cx__hero-content__symbols___32P7w {
  margin: 0 -7px; }
  .index-cx__hero-content__name___2BzuQ {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .index-cx__hero-content__name___2BzuQ {
      display: none; } }
  .index-cx__hero-content_mobile___2SjEx {
  background-color: #faf8f6;
  padding: 32px; }
  .index-cx__hero-content_mobile___2SjEx .index-cx__hero-content__copy-title___1rNHQ {
    font-size: 20px; }
  @media (min-width: 768px) {
    .index-cx__hero-content_mobile___2SjEx {
      display: none; } }
  .index-cx__hero-content__copy___34tQZ {
  max-width: 420px; }
  .index-cx__hero-content__copy___34tQZ .index-cx__hero-content__copy-title___1rNHQ {
    font-size: 24px; }
  .index-cx__hero__flavors___2Idk4 {
  margin-top: 1rem; }
  .index-cx__hero__flavors___2Idk4 .caps-label {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: .25em; }
  @media (max-width: 767px) {
    .index-cx__hero__flavors___2Idk4 {
      display: none; } }
.index-cx__container___2rgvh {
  position: relative; }
  .index-cx__container___2rgvh * {
    box-sizing: border-box; }
  .index-cx__section-list___3EpTD {
  background-color: transparent;
  min-height: calc(100vh - 600px);
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .index-cx__section-list___3EpTD {
      z-index: 1001; } }
  .index-cx__overlay___1U1FM {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 500ms opacity;
  transition: 500ms opacity;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.33, 0, 0, 1);
  z-index: 9999; }
  .index-cx__overlay___1U1FM.index-cx__overlay_open___2OyX9 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: 530ms;
            transition-duration: 530ms;
    -webkit-transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1);
            transition-timing-function: cubic-bezier(0.99, 0, 0.67, 1); }
.index-cx__wrapper___iSUIb {
  padding: 75px 30px 150px;
  text-align: center; }
  @media (min-width: 768px) {
    .index-cx__wrapper___iSUIb {
      padding: 75px 0 150px; } }
  .index-cx__title___1BCEA {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .index-cx__title___1BCEA {
      font-size: 32px;
      line-height: 1.3;
      margin-top: 32px; } }
  .index-cx__caption___33swy {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  opacity: .7; }
  .index-cx__cta___2IqXh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 177px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(bottom, #f5f1ed 50%, rgba(245, 241, 237, 0) 100%);
  background: linear-gradient(to top, #f5f1ed 50%, rgba(245, 241, 237, 0) 100%); }
  @media (min-width: 768px) {
    .index-cx__cta___2IqXh {
      position: relative;
      height: auto; } }
  .index-cx__cta__caption___pbYPe {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #b3b3b3;
    margin: 16px 0 20px; }
  @media (min-width: 768px) {
      .index-cx__cta__caption___pbYPe {
        display: none; } }
  .index-cx__continue-button___2BuAR {
  width: 286px; }
  .index-cx__selections___2iyPl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 54px auto 0; }
  @media (min-width: 768px) {
    .index-cx__selections___2iyPl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 54px auto; } }
  .index-cx__selection___hWvkj {
  margin-bottom: 70px;
  text-align: center; }
  @media (min-width: 768px) {
    .index-cx__selection___hWvkj {
      width: 315px;
      margin: 0 48px; } }
  .index-cx__selection__top___3-SXK {
    border-bottom: 1px solid #d1c6bd; }
  @media (min-width: 768px) {
      .index-cx__selection__top___3-SXK {
        height: 250px; } }
  .index-cx__selection__image-wrapper___2-J0F {
    margin-bottom: 35px; }
  .index-cx__selection__image___1XOXY {
    height: 100px; }
  .index-cx__selection__title___2dXaF {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .index-cx__selection__caption___1awry {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 16px; }
  @media (min-width: 768px) {
      .index-cx__selection__caption___1awry {
        width: 306px; } }
  .index-cx__selection__topics___1YY0N {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0 36px; }
  .index-cx__selection__cta___18tc6 button {
    width: 140px; }
  .index-cx__selection-topic___3zQGb {
  margin: 0 10px;
  text-align: center; }
  .index-cx__selection-topic__image___3IG9- {
    height: 36px;
    width: auto; }
  .index-cx__selection-topic__title___o557u {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
.index-cx__button___1GSUx {
  border-color: #3e306e;
  color: #3e306e; }
  .index-cx__button__selected___2Kin9 {
    background-color: #3e306e;
    background-image: url(/packs/checkmark-white-6fdd00db4394a66cd03ba758d88dbd93.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    color: transparent; }
.new-promise__info-panel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 375px;
  padding: 48px 32px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .new-promise__info-panel {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 0;
      text-align: left; } }
  .new-promise__info-panel-title {
  margin-bottom: 16px; }
  .new-promise__info-panel-copy {
  margin-bottom: 32px; }
  .split-panel-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    .split-panel-wrapper {
      min-height: 80vh; } }
  .split-panel-wrapper .split-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (min-width: 768px) {
      .split-panel-wrapper .split-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .split-panel-wrapper .split-panel .split-panel__content {
      min-height: 375px; }
  @media (min-width: 768px) {
        .split-panel-wrapper .split-panel .split-panel__content {
          height: 100%;
          width: 50%; } }
  .split-panel-wrapper .split-panel.split-panel__content--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  @media (min-width: 768px) {
        .split-panel-wrapper .split-panel.split-panel__content--reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .new-promise__info-panel-tagline {
  margin: 20px auto 40px;
  max-width: 240px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
  .new-promise__info-panel-content {
    margin: 0 auto;
    width: 60%; }
  .new-promise__info-panel-tagline {
    max-width: none;
    text-align: left; } }
  .promise-hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 767px) {
    .promise-hero {
      min-height: 100vw; } }
  @media (min-width: 768px) {
    .promise-hero {
      min-height: 80vh; } }
  .promise-hero__fill-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .promise-hero__info-block {
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 32px 32px;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .promise-hero__info-block {
      margin: 0 auto;
      max-width: 930px; } }
  .promise__split-panels {
  background-color: #f6f6f6; }
  .promise-eval, .promise-backers {
  padding: 64px 32px 96px; }
  .promise-backers {
  background-color: #faf8f6; }
  .promise-eval__info-block, .promise-backers__info-block {
  margin: 0 auto 64px;
  max-width: 300px; }
  @media (min-width: 768px) {
    .promise-eval__info-block, .promise-backers__info-block {
      max-width: 560px; }
      .promise-eval__info-block p, .promise-backers__info-block p {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px; } }
  @media (min-width: 768px) {
  .promise-eval__picto-list .picto-item {
    padding-left: 10px;
    padding-right: 10px; } }
  .promise .accordion-item {
  border-bottom-color: #fff; }
  @media (min-width: 768px) {
  .promise .accordion-item__title > h4 {
    font-size: 30px; } }
  .promise .accordion-item__content {
  line-height: 1.9; }
  @media (min-width: 768px) {
  .promise .info-block_align_center h1 {
    font-size: 38px; }
  .promise .info-block_align_center p {
    line-height: 1.9; } }
  @media (min-width: 768px) {
  .promise .promise-eval__picto-list h4 {
    font-size: 18px; }
  .promise .promise-eval__picto-list p {
    font-size: 14px; } }
.rewards-page {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    .rewards-page ::-webkit-scrollbar {
      display: none; } }
  @media (min-width: 1024px) {
    .rewards-page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .rewards-page__navigation {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3; }
  .rewards-page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: calc(100vh - 64px - 55px);
    overflow: hidden;
    position: relative; }
  @media (max-width: 1023px) {
      .rewards-page__content {
        height: calc(100vh - 64px - 55px + 20px);
        margin-top: -20px;
        padding: 20px; } }
  @media (min-width: 1024px) {
      .rewards-page__content {
        height: calc(100vh - 80px); } }
  .rewards-page__content > div {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .rewards-page__content > div > div {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
  .fade-enter {
  opacity: 0; }
  .fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in; }
  .fade-exit {
  opacity: 1; }
  .fade-exit.fade-exit-active {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in; }
.marketplace-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 55px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .marketplace-navigation {
      border-top: 2px solid #f5f1ed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: -webkit-sticky;
      position: sticky;
      top: 64px; } }
  @media (min-width: 1024px) {
    .marketplace-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: calc(100vh - 80px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: -40px;
      top: 80px;
      width: 380px; } }
  .marketplace-navigation .whitespace {
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
  @media (max-width: 1023px) {
      .marketplace-navigation .whitespace {
        display: none; } }
.navigator-tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navigator-tab .navigator-tab__content {
    background-color: white;
    -webkit-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out; }
  @media (min-width: 1024px) {
    .navigator-tab {
      border-bottom: 4px solid #faf9f8; }
      .navigator-tab:hover .navigator-tab__content {
        background-color: #f9f6f4; } }
  @media (max-width: 1023px) {
    .navigator-tab {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 55px;
      -webkit-transition: none;
      transition: none; } }
  .navigator-tab.active .navigator-tab__title {
    color: #f1574b; }
  .navigator-tab__content {
    pointer-events: auto; }
  @media (min-width: 1024px) {
      .navigator-tab__content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 120px;
        padding-left: 40px; } }
  @media (max-width: 1023px) {
      .navigator-tab__content {
        height: 45px;
        width: 100%; } }
  .navigator-tab__carrot {
    margin-left: 10px; }
  @media (max-width: 1023px) {
      .navigator-tab__carrot {
        margin-bottom: -3px; } }
  .navigator-tab__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-weight: bold;
    height: 25px;
    letter-spacing: 0;
    -webkit-transition: color 400ms ease-out;
    transition: color 400ms ease-out; }
  @media (min-width: 1024px) {
      .navigator-tab__title {
        font-size: 20px;
        margin-top: 37px; } }
  @media (max-width: 1023px) {
      .navigator-tab__title {
        display: inline-block;
        font-size: 16px;
        line-height: 45px;
        text-align: center;
        width: 100%; } }
  .navigator-tab__description {
    color: #9b9b9b;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0; }
  @media (max-width: 1023px) {
      .navigator-tab__description {
        display: none; } }
.nav-triangle {
  height: 120px;
  overflow: hidden;
  width: 20px; }
  @media (min-width: 1024px) {
    .nav-triangle {
      height: 120px;
      overflow: hidden;
      width: 20px; } }
  @media (max-width: 1023px) {
    .nav-triangle {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 20px;
      overflow: hidden;
      width: 100%; } }
  .nav-triangle__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 400ms ease-out;
    transition: 400ms ease-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  @media (min-width: 1024px) {
      .nav-triangle__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        width: 40px; }
        .nav-triangle__container.active {
          -webkit-transform: translateX(-20px);
                  transform: translateX(-20px); } }
  @media (max-width: 1023px) {
      .nav-triangle__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 40px; }
        .nav-triangle__container.active {
          -webkit-transform: translateY(-20px);
                  transform: translateY(-20px); } }
  .nav-triangle__top, .nav-triangle__bottom {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background-color: white;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (min-width: 1024px) {
      .nav-triangle__top, .nav-triangle__bottom {
        -webkit-transition: background-color 400ms ease-out;
        transition: background-color 400ms ease-out; } }
  .nav-triangle__middle {
    border-color: white;
    border-style: solid;
    border-width: 20px; }
  @media (max-width: 1023px) {
      .nav-triangle__middle {
        border-bottom-color: transparent !important; } }
  @media (min-width: 1024px) {
      .nav-triangle__middle {
        border-right-color: transparent !important;
        -webkit-transition: border-color 400ms ease-out;
        transition: border-color 400ms ease-out; } }
  @media (min-width: 1024px) {
  .navigator-tab.active .nav-triangle__container {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); } }
  @media (max-width: 1023px) {
  .navigator-tab.active .nav-triangle__container {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
  @media (min-width: 1024px) {
  .navigator-tab:hover .nav-triangle__top, .navigator-tab:hover .nav-triangle__bottom {
    background-color: #f9f6f4; }
  .navigator-tab:hover .nav-triangle__middle {
    border-color: #f9f6f4; } }
.carrot-badge {
  background-color: #fff2cc;
  border-color: #ffd060;
  border-radius: 1000px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block; }

.carrot-badge > div {
  padding-top: 100%;
  width: 100%; }
.carrots-screen {
  background-color: #e6f3f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative; }
  @media (min-width: 1024px) {
    .carrots-screen {
      padding-left: 40px; } }
  @media (max-width: 1023px) {
    .carrots-screen {
      padding-top: 40px; } }
  .carrots-screen__background {
    z-index: 1; }
  .carrots-screen__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px;
    min-height: 500px;
    z-index: 2; }
  @media (max-width: 479px) {
      .carrots-screen__content {
        margin: 20px; } }
  .carrots-screen__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center; }
  .carrots-screen__title--text {
      font-size: 54px;
      line-height: 58px; }
  .carrots-screen__title--quantity {
      font-size: 94px;
      line-height: 94px; }
  @media (max-width: 1023px) {
        .carrots-screen__title--quantity {
          font-size: 54px;
          line-height: 58px; } }
  @media (max-width: 479px) {
      .carrots-screen__title {
        font-size: 39px;
        line-height: 40px; } }
  .carrots-screen__carrot-badge {
    display: inline-block; }
  .carrots-screen__carrot-badge--mobile {
      margin-bottom: -2px;
      margin-left: 3px; }
  @media (min-width: 480px) {
        .carrots-screen__carrot-badge--mobile {
          display: none; } }
  .carrots-screen__carrot-badge--tablet {
      margin-bottom: -2px;
      margin-left: 5px; }
  @media (max-width: 479px) {
        .carrots-screen__carrot-badge--tablet {
          display: none; } }
  @media (min-width: 1024px) {
        .carrots-screen__carrot-badge--tablet {
          display: none; } }
  .carrots-screen__carrot-badge--desktop {
      margin-bottom: -3px;
      margin-left: 9px; }
  @media (max-width: 1023px) {
        .carrots-screen__carrot-badge--desktop {
          display: none; } }
  .carrots-screen__text {
    color: #4a4a4a;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin: 30px;
    max-width: 464px;
    text-align: center; }
.image-button {
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 120px;
  margin: 38px;
  overflow: hidden; }
  @media (max-width: 479px) {
    .image-button {
      width: 280px; } }
  @media (min-width: 480px) and (max-width: 666px) {
  .image-button {
    width: 450px; } }

    @media (min-width: 560px) and (max-width:675px){
      #doodletop{
        width:25%;
      }
      #doodledown{
        width:25%;
      }
    }
  @media (min-width: 667px) {
    #doodletop{
      width:25%;
    }
    #doodledown{
      width:25%;
    }
    .image-button {
      width: 550px; } }
  .image-button__image {
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    width: 160px; }
  @media (max-width: 479px) {
      .image-button__image {
        width: 80px; } }
  .image-button__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 22px;
    margin-right: 19px; }
  .image-button__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px; }
  @media (max-width: 479px) {
      .image-button__title {
        font-size: 14px;
        line-height: 28px; } }
  .image-button__description {
    color: #4a4a4a;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    letter-spacing: 0; }
  @media (max-width: 479px) {
      .image-button__description {
        font-size: 11px;
        line-height: 16px; } }
  @media (min-width: 480px) and (max-width: 666px) {
  .image-button__description {
    font-size: 13px;
    line-height: 18px; } }
  @media (min-width: 667px) {
      .image-button__description {
        font-size: 15px;
        line-height: 20px; } }
.carrot-splatter__inner-container {
  bottom: 50%;
  left: 50%;
  opacity: .3;
  position: absolute;
  right: 50%;
  top: 50%; }

.carrot-splatter__icon {
  position: absolute;
  z-index: 0; }

.carrot-splatter__icon--1 {
    left: -35vw;
    top: 10vh; }

.carrot-splatter__icon--2 {
    left: -25vw;
    top: -35vh; }

.carrot-splatter__icon--3 {
    left: -22vw;
    top: 2vh; }

.carrot-splatter__icon--4 {
    left: 2vw;
    top: -20vh; }

.carrot-splatter__icon--5 {
    left: 12vw;
    top: 30vh; }

.carrot-splatter__icon--6 {
    left: 25vw;
    top: -30vh; }

.carrot-splatter__icon--7 {
    left: 27vw;
    top: 5vh; }
.history-screen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f1ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 25px 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .history-screen {
      padding-left: 40px; } }
.history-line-item {
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px;
  overflow: hidden; }
  .history-line-item__image {
    background-size: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%; }
  .history-line-item__quantity {
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
    white-space: nowrap; }
  .history-line-item__quantity.positive {
      color: #f1574b; }
  .history-line-item__quantity.negative {
      color: rgba(0, 0, 0, 0.4); }
  .history-line-item__title {
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px; }
  .history-line-item__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .history-line-item__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .history-line-item__content-middle {
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left; }
  .history-line-item__content-bottom {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .history-line-item__date {
    color: #3e306e;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase; }
  .history-line-item__date.active {
      color: #f1574b; }
  .history-line-item__date.inactive {
      color: #3e306e; }
  @media (min-width: 1024px) {
  .history-line-item {
    height: 120px;
    width: 550px; }
    .history-line-item__image {
      width: 150px; }
    .history-line-item__quantity {
      font-size: 15px; }
    .history-line-item__content-container {
      padding: 23px 32px 19px 18px; }
    .history-line-item__content-middle {
      font-size: 13px;
      margin-top: 6px; }
    .history-line-item__content-bottom {
      margin-top: 5px; }
    .history-line-item__title {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 1023px) {
  .history-line-item {
    height: 80px;
    width: 345px; }
    .history-line-item__image {
      width: 105px; }
    .history-line-item__content-container {
      padding: 8px 10px; }
    .history-line-item__content-middle {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 3px;
      margin-top: 5px; }
    .history-line-item__quantity {
      font-size: 13px; }
    .history-line-item__title {
      font-size: 16px;
      line-height: 19px; } }
.market-screen {
  background-color: #e5eef8;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%; }
  .market-screen.active {
    overflow-y: hidden; }
  @media (min-width: 1024px) {
    .market-screen {
      padding-left: 20px; } }
  .market-screen__left {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 25px;
    position: absolute;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    width: 100%; }
  .market-screen__left.inactive {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
  .market-screen__left-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 25px auto;
      max-width: 560px;
      width: calc(100vw - 60px); }
  .market-screen__right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    width: 100%; }
  @media (min-width: 1024px) {
      .market-screen__right {
        padding-left: 20px; } }
  .market-screen__right.active {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
  .market-screen__right-scrollfix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      left: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
      position: absolute;
      width: 100%; }
  @media (max-width: 1023px) {
        .market-screen__right-scrollfix {
          height: calc(100vh - 64px - 55px + 20px); } }
  @media (min-width: 1024px) {
        .market-screen__right-scrollfix {
          height: calc(100vh - 80px); } }
  .market-screen__right-scrollfill {
      height: 50px;
      width: 100%; }
  .market-screen__modal-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 15px;
    width: 100%; }
  @media (max-width: 374px) {
      .market-screen__modal-container {
        min-height: 550px; } }
  @media (max-width: 1023px) {
      .market-screen__modal-container {
        min-height: 650px; } }
  @media (min-width: 1024px) {
      .market-screen__modal-container {
        min-height: 780px; } }
  .market-summary {
  background-color: #fff2cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  margin-bottom: -72px;
  position: -webkit-sticky;
  position: sticky;
  -webkit-transition: visibility .3s, opacity .3s;
  transition: visibility .3s, opacity .3s;
  z-index: 1; }
  @media (min-width: 1024px) {
    .market-summary {
      margin-left: 20px; } }
  .market-summary.active {
    opacity: 1;
    visibility: visible; }
  .market-summary.inactive {
    opacity: 0;
    visibility: hidden; }
  .market-summary__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px; }
  .market-summary__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    letter-spacing: 0;
    margin-bottom: 2px;
    text-align: left; }
  .market-summary__description {
    color: rgba(0, 0, 0, 0.8);
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: left; }
  .market-summary__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px; }
  .back-to {
  color: #000;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: 26px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 24px 0 12px 25px;
  text-align: left; }
  @media (min-width: 1024px) {
    .back-to {
      padding-left: 20px; } }
  @media (max-width: 1023px) {
    .back-to {
      padding: 20px 0; } }
  .back-to__clickable {
    cursor: pointer;
    display: inline-block; }
  .back-to__arrow {
    color: #f1574b;
    padding: 0 4px; }
.redemption-confirmation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 400ms ease-out visibility, opacity 400ms ease-out;
  transition: 400ms ease-out visibility, opacity 400ms ease-out;
  width: 100vw;
  z-index: 4; }
  .redemption-confirmation.active {
    opacity: 1;
    visibility: visible; }
  .redemption-confirmation.inactive {
    opacity: 0;
    visibility: hidden; }
  .redemption-confirmation__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 480px;
    margin: 20px;
    max-width: calc(100vw - 40px);
    padding: 60px 20px;
    width: 600px; }
  .redemption-confirmation__icon {
    height: 81px;
    margin-bottom: 15px;
    width: 86px; }
  .redemption-confirmation__description {
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-weight: normal;
    letter-spacing: .27px;
    line-height: 28px;
    margin: 13px 0;
    text-align: center;
    width: 100%; }
  .redemption-confirmation__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: .48px;
    line-height: 34px;
    text-align: center; }
  .redemption-confirmation__cta {
    margin: 5px; }
.image-card {
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 9px 0;
  max-width: 270px;
  overflow: hidden;
  padding-bottom: 6px;
  text-align: center;
  width: calc(50vw - 40px); }
  .image-card__tag {
    font-size: 10px; }
  .image-card__image {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 12px;
    padding-bottom: 74%; }
  .image-card__new {
    background: #3e306e;
    border-radius: 19px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 8.5px;
    font-weight: bold;
    height: 18px;
    letter-spacing: .94px;
    line-height: 18px;
    margin-right: 12px;
    margin-top: 10px;
    text-align: center;
    width: 49px; }
  .image-card__new.inactive {
      display: none; }
  .image-card__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    letter-spacing: 0;
    line-height: 16px; }
  .image-card__description {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    letter-spacing: 0;
    line-height: 16px; }
.redemption-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 550px; }
  .redemption-modal__container {
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
  @media (max-width: 1023px) {
      .redemption-modal__container {
        margin-bottom: 25px; } }
  @media (min-width: 1024px) {
      .redemption-modal__container {
        height: 735px; } }
  .redemption-modal__image {
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-bottom: 63.6363636%;
    /* 0.63... =  350 / 550 */
    position: relative;
    width: 100%; }
  .redemption-modal__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 32px 43px; }
  @media (min-width: 1024px) {
      .redemption-modal__content {
        height: 385px;
        padding: 0 32px 43px; } }
  @media (max-width: 1023px) {
      .redemption-modal__content {
        height: 280px;
        padding: 0 14px 25px; } }
  @media (max-width: 374px) {
      .redemption-modal__content {
        height: 350px; } }
  .redemption-modal__title {
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    padding: 18px 0;
    text-align: left; }
  @media (min-width: 1024px) {
      .redemption-modal__title {
        font-size: 28px; } }
  @media (max-width: 1023px) {
      .redemption-modal__title {
        font-size: 22px; } }
  .redemption-modal__title-container {
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .redemption-modal__cost {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 23px;
    letter-spacing: 0;
    margin: auto 0;
    text-align: right; }
  .redemption-modal__description {
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0;
    overflow: hidden;
    text-align: left;
    width: 100%; }
  @media (min-width: 1024px) {
      .redemption-modal__description {
        font-size: 16px;
        line-height: 24px;
        padding-top: 21px; } }
  @media (max-width: 1023px) {
      .redemption-modal__description {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        max-height: 140px;
        padding-top: 11px; } }
  .redemption-modal__confirmation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .redemption-modal__confirmation-text, .redemption-modal__server-status {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 22px;
    text-align: left; }
.invite-screen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbe1de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 50px;
  position: relative; }
  @media (min-width: 1024px) {
    .invite-screen {
      padding-left: 90px; } }
  .invite-screen__deadspace {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .invite-screen__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    max-width: 550px;
    text-align: center; }
  @media (max-width: 479px) {
      .invite-screen__title {
        font-size: 28px; } }
  .invite-screen__input {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px; }
  @media (max-width: 479px) {
      .invite-screen__input {
        width: 280px; } }
  .invite-screen__label {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    letter-spacing: 1.22px;
    margin: 16px 0;
    text-align: left;
    text-transform: uppercase; }
  .invite-screen__textbox {
    background: #fff;
    border-radius: 4px;
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #4a4a4a;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 34px;
    height: 78px;
    padding: 0 36px; }
  @media (max-width: 479px) {
      .invite-screen__textbox {
        height: 55px; } }
  .invite-screen__textbox:focus {
      outline: none; }
  .invite-screen__text {
    color: #4a4a4a;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 550px;
    text-align: center; }
  @media (max-width: 479px) {
      .invite-screen__text {
        font-size: 14px;
        line-height: 21px; } }
  .invite-screen__share {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    letter-spacing: 1.22px;
    text-align: left;
    text-transform: uppercase; }
  .invite-screen__terms {
    color: #f1574b;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    letter-spacing: 0;
    text-align: center; }
  .invite-screen__mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
  .invite-screen__mobile-actions > a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 5px;
      text-align: center; }
  @media (min-width: 1024px) {
      .invite-screen__mobile-actions {
        display: none; } }
  .invite-screen-hero {
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  width: 500px; }
  @media (max-width: 479px) {
    .invite-screen-hero {
      background-size: 100%;
      height: 315px;
      width: 350px; } }
  .invite-screen-hero__mask {
    display: inline-block;
    height: 210px;
    left: 290px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    top: 210px;
    width: 150px; }
  @media (max-width: 479px) {
      .invite-screen-hero__mask {
        height: 147px;
        left: 203px;
        padding: 0 10px;
        top: 132px;
        width: 105px; } }
  .invite-screen-hero__greeting {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    letter-spacing: 0;
    margin-top: 50px;
    text-align: left; }
  @media (max-width: 479px) {
      .invite-screen-hero__greeting {
        font-size: 14px;
        height: 18px;
        margin-top: 35px; } }
  .invite-screen-hero__title {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: .89px;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase; }
  @media (max-width: 479px) {
      .invite-screen-hero__title {
        margin-top: 18px; } }
  .invite-screen-hero__text {
    color: #4a4a4a;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 11px;
    margin-top: 5px;
    text-align: left; }
  .copy-personalized-invite-url {
  margin: 10px 5px;
  text-align: center; }
.hello-hero .hero__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 90vh;
  width: 100%; }
  @media (min-width: 768px) {
    .hello-hero .hero__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .hello-hero .hero__content {
  padding: 0 28px; }
  @media (max-width: 767px) {
    .hello-hero .hero__content {
      padding-top: 28px; } }
  @media (min-width: 768px) {
    .hello-hero .hero__content {
      margin-left: 0;
      margin-right: 0;
      max-width: 50%;
      width: 100%; } }
  .hello-hero .hero__copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }
  @media (max-width: 767px) {
    .hello-hero .hero__copy h1.h0 {
      font-size: 28px; } }
  .hello-hero .hero__copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px; }
  .hello-hero__input {
  margin: 42px auto 63px;
  max-width: 280px;
  text-align: left; }
  @media (max-width: 767px) {
    .hello-hero__input {
      margin: 0 auto 28px; } }
  .hello-hero__mobile-image-wrapper {
  margin: 0 -28px; }
  .hello-hero__input_desktop {
  display: none; }
  @media (min-width: 768px) {
    .hello-hero__input_desktop {
      display: inline-block; } }
  @media (min-width: 768px) {
  .hello-hero__input_mobile {
    display: none; } }
.product-section {
  background-color: #f9fcfc;
  text-align: center; }
  @media (min-width: 768px) {
    .product-section {
      min-height: 85vh;
      text-align: left; } }
  .product-section .product-section__fill-image {
    background-position: left center;
    background-size: cover;
    min-height: 375px;
    position: relative;
    width: 100%; }
  @media (min-width: 768px) {
      .product-section .product-section__fill-image {
        background-position: center;
        background-size: cover;
        height: 100%;
        position: absolute; } }
  .product-section .product-section__content {
    margin: 2em auto;
    max-width: 300px;
    text-align: center; }
  @media (min-width: 768px) {
      .product-section .product-section__content {
        max-width: 550px;
        position: absolute;
        right: 10%;
        top: 10%; } }
  .product-section .product-section__copy p {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold; }
  @media (min-width: 768px) {
      .product-section .product-section__copy p {
        display: inline-block;
        font-size: 20px; } }
.floating {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: Floatingx;
          animation-name: Floatingx;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  float: left; }

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.floating-reverse {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: FloatingReverse;
          animation-name: FloatingReverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  float: left; }

@-webkit-keyframes FloatingReverse {
  from {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  65% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); } }

@keyframes FloatingReverse {
  from {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  65% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); } }

.goals-section {
  background-color: #fff;
  min-height: 0;
  overflow-x: hidden;
  padding: 25px 0 75px; }

.goals__container {
  padding: 25px 25px 0;
  position: relative;
  width: 100%; }

.goals__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 25px; }

.goal {
  height: 20vh;
  position: absolute;
  width: 20vw; }

.goals__headline {
  margin: 0;
  padding: 0 20px; }

.goals__cta {
  margin-top: 1.11111em;
  width: 10.55556em; }

.goal__content {
  padding: 2%;
  position: relative; }

.goal__icon-container {
  border-radius: 50%;
  display: inline-block;
  height: 3.33333em;
  vertical-align: top;
  width: 3.33333em; }

.goal__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%; }

.goals__copy-wrapper {
  position: relative;
  text-align: center;
  width: 100%; }

.goals__footer {
  padding: 60px 30px;
  position: relative;
  text-align: center; }

@media screen and (min-width: 768px) {
  .goals-section {
    min-height: 100vh;
    padding: 50px;
    padding-right: 110px; }
  .goals__copy-wrapper {
    left: 20%;
    position: absolute;
    top: 42%;
    width: 60%;
    z-index: 2; }
  .goals__wrapper {
    min-height: 100vh;
    position: relative; }
  .goal__content {
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: top .8s, left .8s, -webkit-transform .8s;
    transition: top .8s, left .8s, -webkit-transform .8s;
    transition: transform .8s, top .8s, left .8s;
    transition: transform .8s, top .8s, left .8s, -webkit-transform .8s; }
    .goal__content.active {
      -webkit-transform: translate(-100%, -100%);
              transform: translate(-100%, -100%); }
      .goal__content.active .goal__icon-container {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      .goal__content.active .goal__copy {
        opacity: 1; }
  .goal__icon-container {
    height: 5em;
    width: 5em; }
    .goal__icon-container:hover {
      cursor: pointer;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-transition: -webkit-transform 500ms ease;
      transition: -webkit-transform 500ms ease;
      transition: transform 500ms ease;
      transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .goal__icon-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .goal__copy {
    left: 6.7em;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    width: 11.11111em; }
    .goal__copy h4 {
      font-size: 18px;
      margin-bottom: 10px;
      text-transform: capitalize; }
    .goal__copy p {
      color: #767676;
      font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
      font-size: 14px;
      width: 80%; }
  .goals__footer {
    height: 20%;
    left: 20%;
    padding: 0 12%;
    position: absolute;
    top: 80%;
    width: 60%; }
  .goals__footer-copy {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
.personalization-container {
  background-color: #fff;
  min-height: 34.375rem; }

.personalization__section {
  float: left;
  min-height: 17.1875rem;
  position: relative;
  width: 100%; }

.personalization__copy {
  padding: 10%;
  text-align: center;
  width: 100%; }

.personalization__copy p {
    color: #767676; }

.personalization__copy button {
    min-width: 11.25rem; }

.personalization__headline {
  position: relative;
  will-change: auto; }

.personalization__headline h2, .personalization__headline .h2 {
    margin-bottom: 0.8125em; }

.personalization__headline-keywords {
  display: inline; }

.personalization__headline-keywords span {
    display: none; }

.personalization__headline-names {
  color: #f1574b;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 70px; }

.personalization__headline-names b {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap; }

.personalization__headline-names b.is-visible {
      -webkit-animation: headline-slide-in 750ms;
              animation: headline-slide-in 750ms;
      opacity: 1;
      position: relative;
      top: 0; }

.personalization__headline-names b.is-hidden {
      -webkit-animation: headline-slide-out 750ms;
              animation: headline-slide-out 750ms; }

.marketing-page__fill-image {
  float: left;
  min-height: 375px;
  position: relative;
  width: 100%; }

@media (max-width: 767px) {
  .marketing-page__fill-image {
    height: 80vw; } }

@media screen and (min-width: 768px) {
  .personalization-container {
    min-height: 85vh; }
  .personalization__section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 85vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%; }
  .personalization__headline {
    width: 120%; }
  .personalization__copy {
    padding: 0;
    text-align: left;
    width: 60%; }
  .marketing-page__fill-image {
    display: inline-block;
    min-height: 80vh;
    width: 50%; } }
.purpose-section {
  min-height: 0;
  padding: 8em 50px;
  position: relative;
  text-align: center; }
  .purpose-section__fill-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .purpose-section__content {
    margin: 0 auto;
    max-width: 600px; }
  .purpose-section__copy {
    color: #767676; }
  .purpose-section__copy .highlight {
      border: 0;
      color: #f1574b;
      font-family: Arial, sans-serif; }
  @media screen and (min-width: 768px) {
      .purpose-section__copy {
        line-height: 2; } }
.science-section {
  background: #f7f7fb;
  min-height: initial;
  padding: 50px 0;
  position: relative;
  text-align: center; }

.science-section__subtitle {
  margin-bottom: 2em;
  padding: 0 1.5em; }

.science-section__content {
  position: relative;
  width: 100%; }

.science-section__card-wrapper {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0 1.5em; }

.science-section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  padding: 0; }

.science-section__card {
  background-color: #fff;
  position: relative;
  text-align: left;
  width: 250px; }

.science-section__card-img {
  background-position: center;
  background-size: cover;
  height: 180px; }

.science-section__card-copy-container {
  min-height: 110px;
  padding: 20px 30px;
  position: relative; }

.science-section__see-more {
  margin-top: 2.4375em; }

.science-section__see-more i {
    font-size: 10px;
    padding-left: 1em; }

@media screen and (min-width: 768px) {
  .science-section {
    min-height: 85vh;
    padding: 100px 0 75px; }
  .science-section__card-img {
    height: 200px; }
  .science-section__title {
    margin-bottom: .25em; }
  .science-section__subtitle {
    margin: 0 auto 4em;
    padding: 0;
    width: 540px; }
  .science-section__cards {
    padding-left: 100px; }
  .science-section__card {
    width: 320px; }
  .science-section__card-copy-container {
    min-height: 100px; } }
.homepage-section {
  overflow: hidden;
  position: relative; }

.fade-in-text {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.activated-section .fade-in-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.science-section__subtitle {
  color: #767676; }
.new-homepage__hero-title-wrapper {
  margin: 0 0 24px; }

.new-homepage__hero-title {
  display: block;
  line-height: 1.2;
  margin-bottom: 0; }

.new-homepage__hero-subtitle {
  margin: 0 auto 32px;
  max-width: 485px; }

.new-homepage__hero-title-noun-wrapper {
  display: inline-block;
  text-align: center; }

.new-homepage__hero-title-noun {
  border-bottom: 2px solid #fff;
  color: #151515;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -.5px;
  text-align: left; }

@media (min-width: 768px) {
    .new-homepage__hero-title-noun {
      font-size: 48px; } }

@media (max-width: 767px) {
  .new-homepage__hero-title {
    padding: 0; } }

@media (min-width: 768px) {
  .new-homepage__hero-title-wrapper {
    margin: 0 0 24px -16px; }
  .new-homepage__hero-title {
    display: inline-block;
    padding-right: 0; }
  .new-homepage__hero-title-noun-wrapper {
    display: inline-block;
    margin-left: 14px;
    text-align: left;
    width: 160px; }
  .new-homepage__hero-subtitle {
    margin: 0 auto 34px; } }
.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  opacity: .4;
  position: absolute;
  z-index: 2;
  top: 20px;
  background: 0 0;
  border: 0;
  font-size: 32px;
  cursor: pointer; }

.carousel .control-arrow:hover {
  opacity: 1; }

.carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ''; }

.carousel .control-disabled.control-arrow {
  opacity: 0;
  cursor: inherit;
  display: none; }

.carousel .control-prev.control-arrow {
  left: 0; }

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff; }

.carousel .control-next.control-arrow {
  right: 0; }

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff; }

.carousel {
  position: relative;
  width: 100%; }

.carousel * {
  box-sizing: border-box; }

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none; }

.carousel .carousel {
  position: relative; }

.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: 0 0;
  top: 50%;
  margin-top: -13px;
  font-size: 18px; }

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden; }

.carousel .thumbs {
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap; }

.carousel .thumb {
  -webkit-transition: border .15s ease-in;
  transition: border .15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px; }

.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: 0; }

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333; }

.carousel .thumb img {
  vertical-align: top; }

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden; }

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px; }

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2); }

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  -webkit-transition: height .15s ease-in;
  transition: height .15s ease-in; }

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column; }

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-vertical .slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%; }

.carousel .slider.animated {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background: #000; }

.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0; }

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0; }

.carousel .slide .legend {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: .25;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out; }

.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%; }

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0; } }

.carousel .control-dots .dot {
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  opacity: .3;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px; }

.carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1; }

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff; }

.carousel:hover .slide .legend {
  opacity: 1; }
.new-homepage__overview {
  font-family: Arial, sans-serif;
  position: relative;
  text-align: center;
  z-index: 2; }
  .new-homepage__overview.new-homepage__section {
    padding-left: 0;
    padding-right: 0; }
  .new-homepage__overview-title {
  margin: 0 auto 32px;
  max-width: 552px;
  padding: 0 36px; }
  .new-homepage__overview-column {
  padding: 32px 16%; }
  .new-homepage__overview-column p {
    font-family: Arial, sans-serif; }
  .new-homepage__overview-padding {
  padding-bottom: 32px !important; }
  .carousel.carousel-slider .slide {
  background: none;
  padding-bottom: 32px; }
  .carousel.carousel-slider .control-dots {
  margin: 0; }
  .carousel.carousel-slider .control-dots .dot {
    background: #f1574b;
    box-shadow: none;
    height: 10px;
    opacity: .2;
    width: 10px; }
  .carousel.carousel-slider .control-dots .dot.selected {
      opacity: 1; }
  @media (min-width: 1024px) {
  .new-homepage__overview-title {
    margin: 0 auto 64px;
    max-width: 650px; }
  .new-homepage__overview-padding {
    padding-bottom: 96px !important; }
  .new-homepage__overview-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.new-homepage__plan {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1; }

.new-homepage__background-image {
  height: 84vw;
  position: relative; }

.new-homepage__body {
  position: relative; }

.new-homepage__plan-header {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 32px 28px 48px;
  text-align: center; }

.new-homepage__plan-title {
  margin-bottom: 16px;
  padding-top: 32px; }

.new-homepage__plan-image-1 {
  left: 0;
  position: absolute;
  top: 135px;
  width: 252px; }

.new-homepage__plan-image-2 {
  left: 0;
  position: absolute;
  top: 88px;
  width: 117px; }

.new-homepage__plan-image-3 {
  position: absolute;
  right: 0;
  top: -46px;
  width: 130px; }

.new-homepage__plan-image-4 {
  bottom: -141px;
  position: absolute;
  right: 0;
  width: 145px; }

.new-homepage__plan-image-5 {
  bottom: -10px;
  position: absolute;
  right: 0;
  width: 126px; }

.new-homepage__plan-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
  position: relative; }

.new-homepage__plan-line-connector {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 57%;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.new-homepage__plan-line-circle {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #396b6d;
  height: 16px;
  width: 16px; }

.new-homepage__plan-line-line {
  background-color: #396b6d;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px; }

.new-homepage__plan-product-wrapper {
  margin: 0 auto;
  max-width: 440px;
  padding: 0 40px;
  text-align: center; }

.new-homepage__plan-product-copy {
  color: #4a4a4a;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px; }

.new-homepage__plan-product-item {
  margin-bottom: 48px;
  max-width: 456px; }

.new-homepage__plan-product-item-link {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold; }

@media (min-width: 1024px) {
  .new-homepage__plan {
    background-position: center 90%;
    background-size: cover; }
  .new-homepage__plan-header {
    padding: 32px 28px 96px; }
  .new-homepage__plan-title {
    padding-top: 128px; }
  .new-homepage__plan-products {
    padding-bottom: 56px; }
  .new-homepage__plan-product-copy {
    font-size: 20px;
    line-height: 1.6; }
  .new-homepage__plan-product-item {
    margin-bottom: 64px; }
  .new-homepage__plan-product-wrapper {
    margin: inherit;
    max-width: inherit;
    padding: 0 96px;
    text-align: left;
    width: 48%; } }
.new-homepage__guidance {
  position: relative;
  z-index: 2; }

.new-homepage__guidance-image-1 {
  position: absolute;
  right: 0;
  top: 60%;
  width: 78px;
  z-index: 3; }

.new-homepage__guidance-image-2 {
  left: 0;
  position: absolute;
  top: 46%;
  width: 160px;
  z-index: 3; }

.new-homepage__guidance-image-3 {
  left: 15%;
  position: absolute;
  top: 48%;
  width: 163px; }

.new-homepage__guidance-image-4 {
  position: absolute;
  right: 30%;
  top: 0;
  width: 147px; }

.new-homepage__guidance-image-5 {
  position: absolute;
  right: 15%;
  top: 0;
  width: 107px; }

.new-homepage__guidance-sections {
  padding: 64px 0 0; }

.new-homepage__guidance-section {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 0 0;
  position: relative;
  width: 100%; }

.new-homepage__guidance-section:first-child {
    margin-bottom: 64px; }

.new-homepage__guidance-section-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -64px;
  padding: 112px 32px 96px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

.new-homepage__guidance-section-img {
  height: 60vw;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 48px);
  z-index: 2; }

.new-homepage__guidance-section-link {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-top: 16px; }

@media (min-width: 1024px) {
  .new-homepage__guidance-sections {
    padding: 64px 0; }
  .new-homepage__guidance-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 96px auto;
    padding: 32px 0; }
    .new-homepage__guidance-section:first-child {
      margin-bottom: 0; }
  .new-homepage__guidance-image-1 {
    width: 136px; }
  .new-homepage__guidance-image-2 {
    top: 39%;
    width: 252px; }
  .new-homepage__guidance-image-3 {
    left: 10%;
    top: 42%;
    width: 206px; }
  .new-homepage__guidance-image-4 {
    right: 30%;
    width: 267px; }
  .new-homepage__guidance-image-5 {
    right: 25%;
    width: 177px; }
  .new-homepage__guidance-section-box {
    margin-top: 0;
    max-width: 688px;
    min-height: 488px;
    padding: 32px 64px;
    text-align: left; }
  .new-homepage__guidance-section-img {
    height: 100%;
    left: auto;
    margin: 0;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: 0; }
  .new-homepage__guidance-section-link {
    font-size: 20px; } }
.new-homepage__get-started {
  padding: 128px 32px;
  position: relative;
  text-align: center; }

.new-homepage__get-started-title {
  margin-bottom: 32px; }

.new-homepage__get-started-image-1 {
  left: 0;
  position: absolute;
  top: 0;
  width: 133px; }

.new-homepage__get-started-image-2 {
  left: 1rem;
  position: absolute;
  top: 2rem;
  width: 104px; }

.new-homepage__get-started-image-3 {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 92px; }

@media (min-width: 768px) {
  .new-homepage__get-started {
    padding: 160px 32px; }
  .new-homepage__get-started-image-1 {
    width: 289px; }
  .new-homepage__get-started-image-2 {
    left: 4rem;
    top: 2.5rem;
    width: 209px; }
  .new-homepage__get-started-image-3 {
    width: 204px; } }
.new-homepage__section {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 32px 28px 96px;
  width: 100%; }

.new-homepage__vertical-line {
  background-color: #000;
  bottom: -52px;
  height: 104px;
  left: 0;
  margin: 0 auto;
  max-width: 2px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2; }

.module-section__title-wrapper {
  margin-bottom: 20px; }

.module-section__title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0 !important; }

.module-section__title--underlined {
  border-bottom: 3px solid #f1574b;
  display: inline-block;
  font-size: 28px;
  line-height: 1.2; }

.module-section__subheading {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px; }

.module-section__tagline {
  color: #151515;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }

.module-section__copy {
  color: #151515;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 8px;
  max-width: 460px; }

@media (min-width: 1024px) {
  .new-homepage__section {
    padding: 96px 28px; }
  .new-homepage__vertical-line {
    bottom: -120px;
    height: 182px; }
  .module-section__title {
    font-size: 38px;
    margin-bottom: 20px; }
  .module-section__tagline {
    font-size: 24px;
    line-height: 1.33; }
  .module-section__subheading {
    font-size: 24px;
    line-height: 1.33; }
  .module-section__copy {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.56;
    margin: inherit; } }
.quality-page__map-pin_0 {
  left: 50.5%;
  top: 49%; }

.quality-page__map-pin_1 {
  left: 3%;
  top: 38%; }

.quality-page__map-pin_2 {
  left: 87%;
  top: 33%; }

.quality-page__map-pin_3 {
  left: 69%;
  top: 61%; }

.quality-page__map-pin_4 {
  left: 69%;
  top: 65%; }

.quality-page__map-pin_5 {
  left: 42%;
  top: 34%; }

.quality-page__map-pin_6 {
  left: 45%;
  top: 44%; }

.quality-page__map-pin_7 {
  left: 50%;
  top: 46%; }

.slider-decorator-0, .slider-decorator-1 {
  display: none; }

.marketing-page__hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6.5em 0;
  position: relative; }

.quality-page__hero-copy {
  text-align: center;
  width: 85%; }

.quality-page__hero-title {
  line-height: 1.9; }

.quality-page__hero-detail {
  left: 50%;
  position: absolute;
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.quality-page__hero-detail p {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50%; }

.marketing-page__img-container, .quality-page__map-section {
  background-position: center;
  float: left;
  min-height: 375px;
  position: relative;
  width: 100%; }

.quality-page__img-container {
  background-size: cover; }

.quality-page__map-section {
  background-color: #f5f1ed;
  background-size: cover; }

.quality-page__map-container {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%; }

.quality-page__map {
  width: 100%; }

.quality-page__map-pin {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.quality-page__map-pin a {
    display: inline-block;
    height: 100%; }

.quality-page__map-content-container {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 140px;
  left: 0;
  margin: 5%;
  position: absolute;
  width: 90%; }

.quality-page__map-content-container img {
    height: 100%; }

.quality-page__map-description-img {
  background-position: center;
  background-size: cover;
  height: 140px;
  width: 140px; }

.quality-page__map-content {
  overflow: hidden;
  padding: 1rem; }

.quality-page__map-content .quality-page__map-title {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold; }

.quality-page__map-content .quality-page__map-subtitle {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px; }

.quality-page__map-content .quality-page__map-copy {
    color: #9b9b9b;
    font-size: 12px; }

.quality-page__img-info {
  bottom: 2.8rem;
  color: #fff;
  left: 3.3rem;
  position: absolute; }

.quality-page__img-info .quality-page__image-title {
    font-size: 18px;
    margin: 0; }

.quality-page__img-info .quality-page__image-subtitle {
    font-size: 15px; }

.marketing-page__detail-container {
  float: left;
  min-height: 275px;
  position: relative;
  width: 100%; }

.quality-page__detail {
  margin: 3.25em auto;
  position: relative;
  width: 80%; }

.browser-ie .quality-page__detail {
    padding: 32px 77px;
    width: 100%; }

.quality-page__detail-copy-wrapper {
  text-align: left; }

.quality-page__detail-copy-wrapper .quality-page__detail-copy p {
    line-height: 1.88rem; }

@media screen and (max-width: 767px) {
  .marketing-page__img-container {
    height: 80vw; } }

@media screen and (min-width: 768px) {
  .marketing-page__hero {
    min-height: 80vh; }
  .quality-page__hero-copy {
    width: 80%; }
  .quality-page__hero-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 70%; }
    .quality-page__hero-detail p {
      margin: 10px; }
  .marketing-page__img-container, .quality-page__map-section {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50%; }
  .quality-page__map-section {
    background-size: contain;
    min-height: 80vh; }
  .quality-page__map-container {
    top: 40%; }
  .quality-page__map-pin {
    cursor: pointer; }
    .browser-ie .quality-page__map-pin {
      width: 27px; }
  .quality-page__map-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .marketing-page__detail-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 50%; }
  .marketing-page__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh; }
  .quality-page__detail-copy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
    text-align: left; } }
.new-quality-page__map-section {
  background-position: center;
  float: left;
  min-height: 375px;
  position: relative;
  width: 100%; }

.new-quality-page__map-section {
  background-size: cover; }

.new-quality-page__map-container {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%; }

.new-quality-page__map {
  width: 100%; }

.new-quality-page__map-pin {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.new-quality-page__map-pin a {
    display: inline-block;
    height: 100%; }

.new-quality-page__map-content-container {
  background-color: #fff;
  border: solid 3px #f5f1ed;
  bottom: 0;
  box-shadow: 4px 4px 10px 0 #e2dcd6;
  display: none;
  left: 0;
  margin: 0 auto 15%;
  position: absolute;
  right: 0;
  width: 70%; }

.new-quality-page__map-content-container img {
    height: 100%; }

.new-quality-page__map-description-img {
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 70px;
  margin: 20px 0 20px 20px;
  width: 70px; }

.new-quality-page__map-content {
  overflow: hidden;
  padding: 1rem; }

.new-quality-page__map-content .new-quality-page__map-title {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px; }

.new-quality-page__map-content .new-quality-page__map-copy {
    color: #909090;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43; }

@media screen and (min-width: 768px) {
  .new-quality-page__map-section {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50%; }
  .new-quality-page__map-section {
    background-size: contain;
    min-height: 80vh;
    width: 100%; }
  .new-quality-page__map-container {
    top: 40%; }
  .new-quality-page__map-pin {
    cursor: pointer; }
    .browser-ie .new-quality-page__map-pin {
      width: 27px; }
  .new-quality-page__map-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.new-quality-page__map-pin--inactive {
  width: 25px; }

.new-quality-page__map-pin_0 {
  left: 53%;
  top: 37%; }

.new-quality-page__map-pin_1 {
  left: 5%;
  top: 22%; }

.new-quality-page__map-pin_2 {
  left: 46.1%;
  top: 31%; }

.quality-formulated {
  padding: 32px; }

.quality-formulated__cards {
  margin: -10.66667px;
  text-align: center; }

.quality-formulated__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 32px;
  padding: 32px; }

.quality-formulated__card-image {
  margin-bottom: 16px;
  width: 90px; }

.quality-formulated__card-title {
  color: #9b9b9b;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

.quality-formulated__info-block {
  margin: 0 auto 64px;
  max-width: 300px; }

@media (min-width: 768px) {
  .quality-formulated {
    padding: 64px 32px 32px; }
  .quality-formulated__info-block {
    max-width: 815px; }
  .quality-formulated__cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 64px; }
  .quality-formulated__card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 10.66667px;
    padding: 48px 32px;
    width: 33.33%; }
  .module-section__copy.formulated-with-care {
    margin: 0 auto; } }
.powders-page__ingredients {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 64px 32px;
  text-align: center; }

.powders-page__ingredients-title {
  margin-bottom: 16px; }

.powders-page__ingredients-cards {
  margin: 32px 0 0; }

.powders-page__ingredients-card-wrapper {
  padding: 0 0 32px; }

.powders-page__ingredients-card {
  border: solid 3px #f5f1ed;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 0 #f5f1ed;
  height: 100%;
  padding: 16px; }

.powders-page__ingredients-card-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: left; }

.powders-page__ingredients-card-image {
  height: 140px;
  position: relative; }

.powders-page__ingredients-card-content {
  text-align: left; }

.powders-page__ingredients-card-link {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold; }

.powders-page__ingredients-card-details {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  padding: 16px 0; }

@media (min-width: 768px) {
  .powders-page__ingredients {
    padding: 64px 0; }
  .powders-page__ingredients-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px -16px 0; }
  .powders-page__ingredients-card-wrapper {
    padding: 16px;
    width: 33.3%; }
  .powders-page__ingredients-card {
    padding: 21.33333px 32px 32px; }
  .powders-page__ingredients-card-list {
    font-size: 16px;
    line-height: 1.25; }
  .powders-page__ingredients-card-title {
    font-size: 26px; }
  .powders-page__ingredients-card-image {
    height: 236px; } }
.powders-page__personalized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 32px; }

.powders-page__personalized-content {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  width: 100%; }

.powders-page__personalized-content-title {
  margin-bottom: 32px; }

.powders-page__personalized-image-wrapper {
  margin-top: 48px;
  padding: 0 32px;
  text-align: center;
  width: 100%; }
.personalized-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 32px;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease; }

.personalized-desktop__content-wrapper {
  width: 50%; }

.personalized-desktop__content {
  margin: 0 auto;
  max-width: 400px;
  padding: 128px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.personalized-desktop__content-title {
  margin-bottom: 32px; }

.personalized-desktop__content-nouns {
  height: 48px;
  position: relative;
  width: 100%; }

.personalized-desktop__content-noun {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0; }

.personalized-desktop__content-noun.is-visible {
    -webkit-animation: headline-slide-in 750ms;
            animation: headline-slide-in 750ms;
    opacity: 1;
    position: relative;
    top: 0; }

.personalized-desktop__content-noun.is-hidden {
    -webkit-animation: headline-slide-out 750ms;
            animation: headline-slide-out 750ms; }

.personalized-desktop__image-wrapper {
  text-align: center;
  width: 50%; }

.personalized-desktop__image {
  max-width: 456px;
  min-height: 580px;
  padding: 48px 0; }
.vitamins-page__testimonial {
  margin: 0 auto;
  max-width: 566px;
  padding: 48px 32px;
  text-align: center; }

.vitamins-page__testimonial-copy {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.56; }
.product-section {
  background-color: #f9fcfc;
  text-align: center; }
  @media (min-width: 768px) {
    .product-section {
      min-height: 85vh;
      text-align: left; } }
  .product-section .product-section__fill-image {
    background-position: left center;
    background-size: cover;
    min-height: 375px;
    position: relative;
    width: 100%; }
  @media (min-width: 768px) {
      .product-section .product-section__fill-image {
        background-position: center;
        background-size: cover;
        height: 100%;
        position: absolute; } }
  .product-section .product-section__content {
    margin: 2em auto;
    max-width: 300px;
    text-align: center; }
  .product-section .product-section__content h2, .product-section .product-section__content p {
      margin-bottom: 16px; }
  @media (min-width: 768px) {
      .product-section .product-section__content {
        max-width: 550px;
        position: absolute;
        right: 10%;
        top: 10%; } }
  .product-section .product-section__copy p {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold; }
  @media (min-width: 768px) {
      .product-section .product-section__copy p {
        display: inline-block;
        font-size: 20px; } }
.ingredients-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 85vh; }

.ingredients-section__bg-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
  width: 100%; }

.ingredients__copy-container {
  background-color: #f9fcfc;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.ingredients-section__bg-container + .ingredients-section__bg-container {
  opacity: 0; }

.ingredient-section__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.ingredients-section__bg-img {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.ingredient-section__image-copy {
  color: #fff;
  font-family: Arial, sans-serif;
  left: 2em;
  position: absolute;
  top: 1em; }

.ingredients-section__img-title {
  font-size: 23px;
  margin-right: .5em; }

.ingredients-section__img-subtitle {
  font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
  font-size: 20px; }

@media screen and (min-width: 768px) {
  .ingredients-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .ingredients__copy-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
.guidance-section-vitamin {
  background-color: #ddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 30px 35px; }
  .guidance-section-vitamin:first-child {
    margin-top: 35px; }
  @media (min-width: 1024px) {
    .guidance-section-vitamin {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: initial;
              flex-direction: initial;
      min-height: 0; } }
  .guidance-section-vitamin__copy {
    background: #fff;
    padding: 2em; }
  @media (min-width: 1024px) {
      .guidance-section-vitamin__copy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .guidance-section-vitamin__title {
    font-size: 26px;
    line-height: normal;
    margin: 0; }
  .guidance-section-vitamin__subtitle {
    color: #767676;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-family: "GauthierOTF", "Gauthier", "Baskerville", serif;
    font-size: 18px; }
  .guidance-section-vitamin__badge {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .guidance-section-vitamin__badge-image {
    height: 30px;
    margin: .5em;
    margin-left: 0;
    width: 30px; }
  .guidance-section-vitamin__badge-image img {
      max-height: 100%;
      max-width: 100%; }
  .guidance-section-vitamin__badge-description {
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: .5em .5em .5em .25em; }
  .guidance-section-vitamin__fill-image {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: 35vw;
    position: relative; }
  @media (min-width: 768px) {
      .guidance-section-vitamin__fill-image {
        height: 120px; } }
  @media (min-width: 1024px) {
      .guidance-section-vitamin__fill-image {
        height: auto; } }
.guidance-section {
  min-height: 0; }
  @media (min-width: 768px) {
    .guidance-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .guidance-section__copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 93.33333333vw;
    text-align: center; }
  .guidance-section__copy p {
      max-width: 320px; }
  .guidance-section__vitamins {
    overflow: hidden;
    width: 100%; }
  @media (min-width: 768px) {
      .guidance-section__vitamins {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .guidance__title {
  margin-bottom: 16px; }
.personalization-container {
  background-color: #fff;
  min-height: 34.375rem; }

.personalization__section {
  float: left;
  min-height: 17.1875rem;
  position: relative;
  width: 100%; }

.personalization__copy {
  padding: 10%;
  text-align: center;
  width: 100%; }

.personalization__copy p {
    color: #767676; }

.personalization__copy button {
    min-width: 11.25rem; }

.personalization__headline {
  margin-bottom: 16px;
  position: relative;
  will-change: auto; }

.personalization__headline h2, .personalization__headline .h2 {
    margin-bottom: 0.8125em; }

.personalization__headline-keywords {
  display: inline; }

.personalization__headline-keywords span {
    display: none; }

.personalization__headline-names {
  color: #f1574b;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 70px; }

.personalization__headline-names b {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap; }

.personalization__headline-names b.is-visible {
      -webkit-animation: headline-slide-in 750ms;
              animation: headline-slide-in 750ms;
      opacity: 1;
      position: relative;
      top: 0; }

.personalization__headline-names b.is-hidden {
      -webkit-animation: headline-slide-out 750ms;
              animation: headline-slide-out 750ms; }

.marketing-page__fill-image {
  float: left;
  min-height: 375px;
  position: relative;
  width: 100%; }

@media (max-width: 767px) {
  .marketing-page__fill-image {
    height: 80vw; } }

@media screen and (min-width: 768px) {
  .personalization-container {
    min-height: 85vh; }
  .personalization__section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 85vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%; }
  .personalization__headline {
    width: 120%; }
  .personalization__copy {
    padding: 0;
    text-align: left;
    width: 60%; }
  .marketing-page__fill-image {
    display: inline-block;
    min-height: 80vh;
    width: 50%; } }
.vitamins-page__healthy {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.vitamins-page__healthy-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px;
  text-align: center;
  width: 100%; }

.vitamins-page__healthy-image {
  height: 100vw;
  position: relative;
  width: 100%; }

.vitamins-page__healthy-content-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px -8px 48px;
  text-align: center; }

.vitamins-page__healthy-content-icon {
  margin: 0 8px;
  max-width: 100px; }

.vitamins-page__healthy-content-icon img {
    margin-bottom: 8px;
    width: 52px; }

.vitamins-page__healthy-content-icon h4 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }

@media (max-width: 767px) {
  

  .vitamins-page__healthy {
    background-color: #eee;
    background-image: none !important; } }

@media (min-width: 768px) {
  #doodletop{
    width:25%;
  }
  #doodledown{
    width:25%;
  }
  .vitamins-page__healthy {
    min-height: 80vh;
    padding: 0; }
  .vitamins-page__healthy-content {
    min-height: 80vh;
    padding: 0;
    text-align: left;
    width: 50%; }
  .vitamins-page__healthy-image {
    min-height: 80vh;
    position: relative;
    width: 50%; }
  .vitamins-page__healthy-info {
    margin: 0 auto;
    width: 60%; }
  .vitamins-page__healthy-content-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 32px -16px 48px; }
  .vitamins-page__healthy-content-icon {
    margin: 0 16px; }
    .vitamins-page__healthy-content-icon h4 {
      font-size: 16px; } }
.personalization-page__hero-copy {
  left: 50%;
  text-align: center;
  width: 85%; }
  .personalization-page__hero-copy strong {
    color: #f1574b; }
  .personalization-page__hero-copy h5 {
    line-height: 1.9; }
  .personalization-page__sections {
  padding: 30px 0; }
  .personalization-page__sections .marketing-page__img-container {
    background-size: contain; }
  .personalization-detail__wrapper {
  padding: 1.625em 32px 4.875em;
  position: relative;
  width: 100%; }
  .personalization-page__person-details {
  margin-bottom: 2em; }
  .personalization-page__person-details h2 {
    font-size: 30px;
    margin: 0; }
  .personalization-page__person-details p {
    font-size: 24px; }
  .personalization-page__details-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .personalization-page__details-item {
  margin-right: 1em;
  text-align: center; }
  .personalization-page__details-item img {
    height: 50px;
    width: 50px; }
  .personalization-page__details-item:last-child {
    margin-right: 0; }
  .personalization-page__details-item-description {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px; }
  @media screen and (min-width: 768px) {
  .personalization-page__hero-copy {
    width: 50%; }
    .personalization-page__hero-copy h1 {
      font-size: 60px;
      margin-bottom: 24px; }
  .personalization-page__sections {
    margin: 0 auto;
    max-width: 1400px;
    padding: 60px 0; }
  .marketing-page__detail-container.personalization-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .personalization-page__section-copy {
    font-size: 22px;
    margin: 30px 0;
    position: relative; }
  .personalization-page__section-details {
    position: relative; }
  .personalization-detail__wrapper {
    padding: 8%; } }
  @media screen and (min-width: 1024px) {
  .personalization-detail__wrapper {
    padding: 10%;
    padding-right: 15%; } }

.question__slide-in {
    
    -webkit-animation: slide-in .5s ;
            animation: slide-in .5s ;
            animation-timing-function: ease-out; }

.question__slide-out {
    
    -webkit-animation: slide-out .5s ;
            animation: slide-out .5s ;
            animation-timing-function: ease-in; }

.question__slide-in-reverse {
    
    -webkit-animation: slide-in_reverse .5s ;
            animation: slide-in_reverse .5s ;
            animation-timing-function: ease-out; }

.question__slide-out-reverse {
    
    -webkit-animation: slide-out_reverse .5s ;
            animation: slide-out_reverse .5s ;
            animation-timing-function: ease-in; }

/*# sourceMappingURL=application-747062172190b42db468.css.map*/

.ctn_in{
  position: relative;
  height: 100%; width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
}
@media (max-width: 768px) {
  .ctn_in{
    border-top: #eee 1px solid;
  }
}
.ctn_in.ctn_in_welcome{
  background-color: #f1f6fa;
}
.ctn_in.ctn_in_welcome .ctn_welcome_bg_l{
  position: absolute;
  left: 0; top: 0; bottom: 0; right: 500px;
  background-color: #f1f6fa;
  background-image: linear-gradient(90deg, #fffae6, #f1f6fa);
}
.ctn_in.ctn_in_welcome .ctn_welcome_bg_r{
  top: 0; right: 0; bottom: 0;
  position: absolute;
  width: 500px;
  background-image: url(../images/welcome-bg-2.jpg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .ctn_in.ctn_in_welcome .ctn_welcome_bg_r{
    right: -30px;
  }
}
@media (max-width: 1249px) {
  .ctn_in.ctn_in_welcome .ctn_welcome_bg_l{
    right: 0; bottom: 400px; width: auto;
    background-image: linear-gradient(#fffae6, #f1f6fa);
  }
  .ctn_in.ctn_in_welcome .ctn_welcome_bg_r{
    right: 0; left: 0; top: auto;
    width: auto; height: 300px;
    background-image: url(../images/welcome-bg-h-2.jpg);
    background-size: 100% auto;
    background-position: top center;
  }
}
@media (max-width: 680px) {
  .ctn_in.ctn_in_welcome .ctn_welcome_bg_r{
    background-position: bottom center;
  }
}
.ctn_in.ctn_in_question{
  background-color: #fff;
}
@media (max-width: 680px) {
  .ctn_in.ctn_in_question{
    display: block;
  }  
}
.ctn_in.ctn_in_question .ctn_in_q_bg{
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 20vw;
  background-color: #fff;
  background-image: linear-gradient(#fffcf2, #fff);
  z-index: 2;
}
.ctn_in.ctn_in_question:after{
  content: "";
  position: absolute;
  left: 0; right: 0; height: 200px;
  bottom: 0; height: 20vw;
  background-image: url(../images/question-bg.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 1249px) and (min-height: 1200px) {
  .ctn_in.ctn_in_question .ctn_in_q_bg{
    bottom: 50vw;
  }
  .ctn_in.ctn_in_question:after{
    background-size: 170% auto;
    height: 50vw;
  }
}
@media (max-width: 980px) {
  .ctn_in.ctn_in_question .ctn_in_q_bg{
    bottom: 50vw;
  }
  .ctn_in.ctn_in_question:after{
    background-size: 170% auto;
    height: 50vw;
  }  
}
.ctn_in.ctn_in_question.ctn_id_43{
  display: block;
  padding-top: 110px;
  overflow: auto;
  padding-bottom: 40px;
}
@media (max-height: 989px) {
  .ctn_in.ctn_in_question.ctn_id_43 .ctn_in_q_bg{
    bottom: 0;
  }
  .ctn_in.ctn_in_question.ctn_id_43:after{
    display: none;
  }
  .ctn_in.ctn_in_question.ctn_id_43 .ctn_container{
    margin-bottom: 0;
  }
}
@media (max-height: 726px) and (min-width: 681px) {
  .ctn_in.ctn_in_question.ctn_id_43{
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    padding-bottom: 40px;
  }
  .ctn_in.ctn_in_question.ctn_id_43 .ctn_q_title{
    margin-left: 140px; margin-right: 140px;
  }
}
@media (max-width: 680px) {
  .ctn_in.ctn_in_question.ctn_id_43{
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ctn_in.ctn_in_question.ctn_id_43 .ctn_in_q_bg{
  /*height: 100%;*/
}
.ctn_in.ctn_in_question.ctn_id_43 .ctn_question{
  margin: 0;
}
.ctn_in.ctn_in_question.ctn_id_43 .ctn_question .multiselect-component__selectable{
  font-size: 18px;
  flex-basis: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ctn_welcome{
  max-width: 700px;
}
.ctn_container{
  width: calc(100% - 200px);
  margin: 0 100px;
  position: relative;
  z-index: 999;
}
@media (max-width: 980px) {
  .ctn_container{
    width: calc(100% - 80px);
    margin: 0 40px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .ctn_container{
    width: 100%;
    margin: 0;
    padding: 100px 16px 20px;
    box-sizing: border-box;
  }
  .ctn_in.ctn_in_welcome .ctn_container{
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.ctn_welcome h4{
  color: #006519;
  font-size: 60px;
  font-weight: normal;
  margin: 0 0 20px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}
.ctn_welcome p{
  font-size: 24px;
  margin: 0 0 20px;
  color: #555;
  line-height: 1.3;  
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.ctn_welcome button{
  font-size: 20px;
  padding: 14px 50px;
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #78C90E;
  border: none;
  color: #fff;
}
.ctn_welcome button:hover,
.ctn_welcome button:focus{
  color: #fff;
  background-color: #006519;
}
@media (max-width: 680px) {
  .ctn_welcome h4{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
  }
  .ctn_welcome p{
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.ctn_copyright{
  padding: 60px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #444;
}
.ctn_copyright a{
  color: #086224;
}
.ctn_copyright span{
  display: inline-block;
  margin: 0 6px;
}
.ctn_question{
  text-align: center;
  margin-bottom: 24vh;
}
@media (max-width: 680px) {
  .ctn_question{
    margin-bottom: 10vh;
  }
}

.ctn_q_title{
  color: #006519;
  font-size: 38px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 auto 40px;
  max-width: 760px;
}
.ctn_q_desc{
  color: #555;
  font-family: 'Rubik', sans-serif;
  margin: -40px 0 40px;
  font-size: 24px;
}
@media (max-width: 680px) {
  .ctn_q_title{
    font-size: 28px;
  }
  .ctn_q_desc{
    font-size: 17px;
  }
}
.ctn_input_cnt{
  padding: 0;
  border-color: #ccc !important;
}
.ctn_input_cnt:hover{
  border-color: #006519 !important;
}
.ctn_input_cnt input{
  padding: 24px;
  padding-right: 5px;
  color: #444;
}
.ctn_input_cnt button{
  width: 68px; height: 38px;
  font-size: 36px;
  margin-right: 20px;
  background-color: #78C90E;
  border-color: #78C90E;
}
.ctn_input_cnt button:hover,
.ctn_input_cnt button:focus{
  color: #fff;
  background-color: #006519;
  border-color: #006519;
}
@media (max-width: 680px) {
  .ctn_input_cnt button{
    margin-right: 10px;
    font-size: 30px;
    width: 58px;
  }
  .ctn_input_cnt{
    border-width: 2px;
  }
  .ctn_input_cnt input{
    font-size: 18px;
    padding: 14px 10px;
  }
}
.ctn_question .multiselect-component__selectable{
  padding: 10px 14px;
  border: #006519 3px solid !important;
  color: #006519;
  border-radius: 50px;
  border-radius: 10px;
  position: relative;
  transition: all .3s ease;
}
.ctn_question .multiselect-component__selectable .checkbox{
  border-color: #ccc;
}
.ctn_question .multiselect-component__selectable:hover .checkbox{
  border-color: #fff !important;
}
.ctn_question .multiselect-component__selectable:hover .checkbox .check{
  background-color: #006519 !important;
}
.ctn_question .multiselect-component__selectable:hover{
  background-color: #006519;
  color: #fff;
}
.ctn_question .multiselect-component__selectable .multiselect-component__title{
  margin: 0;
}
.ctn_question .multiselect-component__selectable .multiselect-component__image-wrapper{
  position: absolute;
  width: 34px; height: 40px; left: 18px; top: 0;
  opacity: .6;
}
@media (max-width: 680px) {
  .ctn_question .multiselect-component__selectable .multiselect-component__image-wrapper{
    width: 20px; height: 20px; left: 8px; top: 5px;
  }
}
.ctn_question .multiselect-component__selectable .multiselect-component__image-wrapper img{
  width: 100%; height: auto;
}
.ctn_question .multiselect-component__selectable:hover .multiselect-component__image-wrapper{
  filter: invert(1);
  opacity: 1;
}
.ctn_question .multiselect-component__selectable .multiselect-component__title{
  text-align: left;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 680px) {
  .multiselect-component.multiselect-component_display-as-boxes{
    display: flex;
  }
  .multiselect-component.multiselect-component_display-as-boxes .multiselect-component__selectable{
    width: calc(50% - 16px);
    margin: 0 auto;
  }
  .ctn_question .multiselect-component__selectable .checkbox{
    width: 20px !important; height: 20px !important;
    border-width: 2px;
    flex: none;
  }
  .ctn_question .multiselect-component__selectable{
    padding: 6px 10px 4px;
    border-width: 2px !important;
  }
}

.ctn_in_loading{
  opacity: .6;
}
.ctn_in.ctn_result{
  display: block;
  padding: 0 60px;
  overflow: auto;
}
.ctn_result_top{
  padding: 100px 0;
  position: relative;
}
.ctn_result_top h4{
  color: #006519;
  font-size: 46px;
  margin: 0;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2;
}
.ctn_result_top h4.h42{
  color: #555;
  margin-bottom: 20px;
}
.animation-image{
  width: 70px; height: 70px;
}
.ctn_result_top .ctn_result_img{
  width: 460px;
  position: absolute;
  right: 0; top: 0; bottom: 0;
  background-image: url(../images/result-img.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1236px) {
  .ctn_in.ctn_result{
    background-color: #fffcf2;
    background-image: linear-gradient(140deg, #fffcf2, #fff);
  }
  .ctn_result_top .ctn_result_img{
    display: none;
  }
}
.ctn_result_top .ctn_result_desc{
  font-size: 24px;
  margin: 0 0 20px;
  color: #555;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.ctn_result_top h4,
.ctn_result_top .ctn_result_desc{
  max-width: 520px;
  position: relative;
  z-index: 3;
}
.ctn_result_top button{
  font-size: 20px;
  padding: 14px 50px;
  box-sizing: border-box;
  background-color: #78C90E;
  border: none;
  color: #fff;
}
.ctn_result_top button:hover{
  color: #fff;
  background-color: #006519;
}
@media (max-width: 680px) {
  .ctn_in.ctn_result{
    padding: 0 16px;
  }
  .ctn_result_top{
    padding: 80px 0 40px;
  }
  .ctn_result_top h4{
    font-size: 36px;
    font-weight: 500;
  }
  .ctn_result_top h4.h42{
    margin-bottom: 10px;
  }
  .ctn_result_top .ctn_result_desc{
    font-size: 16px;
  }
  .ctn_result_top button{
    font-size: 18px;
    padding: 10px 26px;
  }
}
.ctn_no_data{
  color: #767676;
}
.ctn_products{
  margin: 0 -10px;
}
.ctn_products .ctn_product{
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.ctn_products .ctn_product .variant-overlay{
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 9;
  display: none;
}
.ctn_products .ctn_product .variant-selector{
  position: absolute;
  left: 24px; right: 24px; bottom: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  border: #eee 1px solid;
  z-index: 99;
  display: none;
}
.ctn_products .ctn_product .variant-selector h4{
  color: #767676;
  border-bottom: #eee 1px solid;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 20px 8px;
  margin: 0 0 4px;
}
.ctn_products .ctn_product .variant-selector li{
  list-style: none;
  font-size: 16px;
  color: #444;
  cursor: pointer;
  padding: 4px 20px;
}
.ctn_products .ctn_product .variant-selector li:hover{
  background-color: #f5f5f5;
}
@media (max-width: 1280px) {
  .ctn_products .ctn_product{
    width: 25%;
  }
}
@media (max-width: 1026px) {
  .ctn_products .ctn_product{
    width: 33.3333%;
  }
}
@media (max-width: 826px) {
  .ctn_products .ctn_product{
    width: 50%;
  }
}
.ctn_products .ctn_product a{
  display: block;
  border: #eee 1px solid;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,.1);*/
  cursor: default;
  background-color: #fff;
}

.ctn_products .ctn_product.hot-product{
  padding: 8px;
}
.ctn_products .ctn_product.hot-product a{
  border-color: #ff9f00;
  border-width: 3px;
}
.ctn_products .ctn_product.hot-product a .hot-product-cnt{
  margin: -14px 0px 12px;
}
.ctn_products .ctn_product.hot-product a .hot-product{
  display: inline-block;
  background: #ff8501;
  color: #fff;
  padding: 2px 6px 1px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
  padding-left: 24px;
}
.ctn_products .ctn_product.hot-product a .hot-product .hot-product-img{
  position: absolute;
  left: 6px; top: 0; bottom: 0; width: 14px;
  background-image: url(../images/icon-star.png);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(100);
}

.ctn_product_info{
  padding: 10px 14px;
  position: relative;
  z-index: 7;
}
.ctn_product_info h4{
  color: #444;
  line-height: 1.3;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
  text-transform: none;
}
.ctn_product_info h4:hover{
  color: #006519;
}
.ctn_product_category{
  font-size: 11px;
  text-transform: uppercase;
  color: #767676;
  font-weight: 500;
}
.ctn_clear{
  clear: both;
}
.ctn_product_img{
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}
.ctn_product_img.ctn_media_24{
  padding: 30px;
  padding-top: 60px;
}
.ctn_product_img img{
  transition: all .3s ease;
}
.ctn_product_img:hover img{
  transform: scale(1.1);
}
.ctn_product_info.ctn_media_24{
  /*margin-top: -60px;*/
}
.ctn_btn_cnt{
  border-top: #eee 1px solid;
  margin: 0 -14px;
  padding: 10px 14px 0;
}
.ctn_btn_cnt button{
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 0;
  box-sizing: border-box;
  border: none;
  color: #fff;
  background-color: #78C90E;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.ctn_btn_cnt button:hover{
  background-color: #006519;
}
.ctn_product_section_title{
  margin: 0 10px 6px;
  font-size: 30px;
  color: #444;
  padding-left: 52px;
  position: relative;
}
.ctn_product_section_title span{
  display: block;
  font-size: 20px;
  color: #767676;
  margin-top: -10px;
}
.ctn_product_section_title:before{
  content: "";
  width: 34px; height: 34px;
  position: absolute;
  left: 0; top: 7px;
  background-image: url(../images/icon-star.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ctn_product_section_title.also_try:before{
  background-image: url(../images/icon-heart.png);
}
.ctn_product_section_title.also_try{
  margin-top: 40px;
}
@media (max-width: 680px) {
  .ctn_product_section_title{
    font-size: 20px;
    font-weight: 500;
    padding-left: 42px;
  }
  .ctn_product_section_title span{
    font-size: 16px;
    font-weight: normal;
    margin-top: -6px;
  }
  .ctn_product_section_title:before{
    width: 26px;
    height: 26px;
    top: 4px;
  }
  .ctn_products .ctn_product{
    /*width: 100%;*/
  }
}

.ctn_progress_cnt{
  position: fixed;
  top: 46px; left: 220px; right: 220px;
  height: 10px;
  background-color: #ccc;
  background-color: #d2ccb8;
  z-index: 999;
  border-radius: 50px;
  overflow: hidden;
  display: none;
}
.ctn_progress_cnt .ctn_progress{
  width: 37%;
  background-color: #78C90E;
  background-image: linear-gradient(90deg, #69bd02, #78C90E);
  border-radius: 50px;
  height: 100%;
}
.button.button_survey_reset{
  top: 0; right: 30px; bottom: auto;
  font-weight: normal;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  border-radius: 50px;
  padding: 8px 20px !important;
  padding-left: 42px !important;
  top: 30px;
  font-size: 15px !important;
  color: #444;
  width: 136px;

  /*border: #eee 1px solid;*/
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
.button.button_survey_reset i{
  font-size: 28px;
  position: absolute;
  left: 8px; top: 8px;
}
.button.button_survey_reset span{
  color: #444;
}
.button.button_survey_reset:hover{
  background-color: #eee;
}
.button.button_survey_back{
  width: 136px;
  top: 0; left: 30px; bottom: auto;
  font-weight: normal;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  border-radius: 50px;
  padding: 8px 20px !important;
  padding-left: 42px !important;
  top: 30px;
  font-size: 15px !important;
  color: #444;

  /*border: #eee 1px solid;*/
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
.button.button_survey_back i{
  font-size: 28px;
  position: absolute;
  left: 8px; top: 8px;
}
.button.button_survey_back span{
  color: #444;
}
.button.button_survey_back:hover{
  background-color: #eee;
}
@media (max-width: 680px) {
  .button.button_survey_back,
  .button.button_survey_reset{
    background-color: #fff;
    width: auto;
    top: 4px;
    padding: 6px 16px !important;
    padding-left: 42px !important;
    box-shadow: none;
  }
  .button.button_survey_back i,
  .button.button_survey_reset i{
    font-size: 24px;
    top: 6px; left: 6px;
  }
  .button.button_survey_back{
    left: 2px;
  }
  .button.button_survey_reset{
    right: 2px;
  }
  .ctn_header{
    background-color: #fff;
    position: fixed;
    z-index: 9999999;
    top: 1px; left: 0; right: 0;
    /*border-top: #eee 1px solid;*/
    border-bottom: #eee 1px solid;
    height: 43px;
    display: none;
  }
  .ctn_progress_cnt{
    top: 60px; left: 16px; right: 16px;
    /*border-radius: 0;*/
    height: 8px;
  }
  .ctn_progress_cnt .ctn_progress{
    /*border-radius: 0;*/
  }
}

/**
 * Share modal
 *
 */
.shareModal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}
.shareModal .modalContentCnt{
  position: fixed;
  z-index: 2;
  top: 0; right: 0; left: 0; bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shareModal .modalOverlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 1;
  opacity: 1;
}
.shareModal .modalContent{
  position: absolute;
  background-color: #fff;
  z-index: 2;
  padding: 30px 80px 40px;
  border-radius: 5px;
  margin-top: -20px;
  overflow: hidden;
}
.shareModal .modalContent .modalTitle{
  padding: 20px 100px 10px;
  font-size: 28px;
  margin: -30px -80px 24px;
  background-color: #eee;
}
.shareModal .modalContent .selectorCnt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.shareModal .modalContent .selectorCnt .selectorItem{
  padding: 14px 20px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  text-align: center;
  display: block;
  color: #444;
  text-decoration: none;
}
.shareModal .modalContent .selectorCnt .selectorItem:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #f5f5f5;
}
.shareModal .modalContent .selectorCnt .selectorItem img{
  height: 30px; width: auto;
  margin-bottom: 5px;
}
.shareModal .modalContent .selectorCnt .selectorItem h4{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 680px) {
  .shareModal .modalContent{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    border-radius: 10px 10px 0 0;
    margin: 0; padding: 30px 16px;
  }
}

.snackbar{
  position: fixed;
  bottom: 16px; right: 20px;
  padding: 10px 20px;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  display: none;
}
