@charset "UTF-8";
/*================================================================================
  Base Theme by Overdose Digital ~ https://overdose.digital/) | Built with Slate.
   - You cannot use native CSS/SASS @imports in this file without a build script.
==================================================================================
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````.--:::-.````````````````````````````````````````
```````````````````````````-+shdddddddddddyo/.``````````````````````````````````
````````````````````````-ohdddddddddddddddddddy/````````````````````````````````
``````````````````````-sddddddddddddddddddddddddh+.`````````````````````````````
`````````````````````+ddddddddho:-.....-/shdddddddy-````````````````````````````
````````````````````sddddddds-`````````````:hddddddd:```````````````````````````
```````````````````+ddddddh:`````````````````oddddddh-``````````````````````````
``````````````````-ddddddd:```````````````````odddddds``````````````````````````
``````````````````/ddddddo````````````````````.hdddddh-`````````````````````````
``````````````````odddddd/`````````````````````ydddddd:`````````````````````````
``````````````````+dddddd+````````````````````.ydddddd-`````````````````````````
``````````````````:ddddddy.```````````````````:ddddddy.`````````````````````````
```````````````````ydddddds``````````````````-hdddddd/``````````````````````````
```````````````````-hddddddy-```````````````/hdddddds```````````````````````````
````````````````````-hddddddds/.`````````-+yddddddds````````````````````````````
`````````````````````.odddddddddhsoo+ooydddddddddh/`````./oo/.``````````````````
```````````````````````-sddddddddddddddddddddddh+.`````-hddddh-`````````````````
`````````````````````````./shdddddddddddddddyo:````````-dddddh-`````````````````
`````````````````````````````.:+ossyyysso/:.````````````-oyyo-``````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
```````````````` ___ _________________  ________________  _  ____```````````````
````````````````/ _ /_  __/_  __/ __/ |/ /_  __/  _/ __ \/ |/ / /```````````````
```````````````/ __ |/ /   / / / _//    / / / _/ // /_/ /    /_/ ```````````````
``````````````/_/ |_/_/   /_/ /___/_/|_/ /_/ /___/\____/_/|_(_)  ```````````````
```````````````````````````______________  ___  __``````````````````````````````
``````````````````````````/ __/_  __/ __ \/ _ \/ /``````````````````````````````
`````````````````````````_\ \  / / / /_/ / ___/_/ ``````````````````````````````
````````````````````````/___/ /_/  \____/_/  (_)  ``````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````Editing this file from within Shopify can cause issues.`````````````
````````````It's created automatically from the project source, so `````````````
````````````changes made here may be lost if it's ever updated again.```````````
````````````````````````````````````````````````````````````````````````````````
````````````CUSTOM CSS SHOULD BE IN CUSTOM.SCSS.LIQUID OR ITS OWN FILE``````````
````````````Doing otherwise can void your warranty. You've been warned.`````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
````````````````````````````````````````````````````````````````````````````````
*/
/*================ UTILS ================*/
/*================ SASS Helpers ================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/* Returns correct breakpoint infix for use with responsive utils */
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Typography ================*/
/*================ Base Colors ================*/
/*================ Links & Buttons ================*/
/*================ Site Sections ================*/
/*============================================================================
  Grid Breakpoints & Class Names
==============================================================================*/
/**
 * Breakpoints
 * $px - Pixel width of breakpoint
 * $bp - Calculated breakpoint width
 * $cw - Calculated container width
 */
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Cards ================*/
/*================ VENDOR OVERRIDES ================*/
/*============================================================================
  Vendor Overrides
==============================================================================*/
/*============= Slick Overrides =============*/
.slick-slider .slick-dots {
  margin: 0;
  width: auto;
  left: 50%;
  bottom: 0.5em;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px; }
    @media only screen and (min-width: 56.25em) {
      .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px; } }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      border-radius: 10px; }
      @media only screen and (min-width: 56.25em) {
        .slick-slider .slick-dots li button {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.05;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -ms-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (min-width: 56.25em) {
        .slick-slider .slick-dots li button::before {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 0.35; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.15; }

/* Custom Slick Scrollbars */
.slick-scrollbar, .slick-scrollbar-mark {
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 5px;
  pointer-events: none;
  border-radius: 5px; }

.slick-scrollbar {
  left: 50%;
  z-index: 99;
  border: 1px solid #d8d8d8;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.slick-scrollbar-mark {
  left: 0;
  z-index: 100;
  background: #d8d8d8;
  -ms-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

/*============= Featherlight Overrides =============*/
.od-modal.od-modal--fill-50 .od-modal-inner {
  min-width: 50vw;
  min-height: 50vh; }
.od-modal.od-modal--fill-available .od-modal-inner {
  height: 85vh;
  width: 85vw; }
.od-modal.od-modal--fade-up-in .od-modal-content {
  position: relative;
  -ms-transition: background-color 0.2s ease, transform 0.2s ease;
  -webkit-transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease; }
  .od-modal.od-modal--fade-up-in .od-modal-content::before, .od-modal.od-modal--fade-up-in .od-modal-content::after {
    -ms-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 1em;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
  .od-modal.od-modal--fade-up-in .od-modal-content::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  .od-modal.od-modal--fade-up-in .od-modal-content::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: white transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    background-image: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform; }
  .od-modal.od-modal--fade-up-in .od-modal-content.loading, .loading .od-modal.od-modal--fade-up-in .od-modal-content[data-loads], .loading .od-modal.od-modal--fade-up-in .od-modal-content [data-loads] {
    cursor: default;
    text-shadow: none !important;
    color: transparent !important;
    opacity: 1;
    pointer-events: none; }
    .od-modal.od-modal--fade-up-in .od-modal-content.loading::before, .od-modal.od-modal--fade-up-in .od-modal-content.loading::after, .loading .od-modal.od-modal--fade-up-in .od-modal-content[data-loads]::before, .loading .od-modal.od-modal--fade-up-in .od-modal-content[data-loads]::after, .loading .od-modal.od-modal--fade-up-in .od-modal-content [data-loads]::before, .loading .od-modal.od-modal--fade-up-in .od-modal-content [data-loads]::after {
      -webkit-animation-play-state: running;
      animation-play-state: running;
      opacity: 1; }
.od-modal.od-modal--fade-up-in .od-modal-inner, .od-modal.od-modal--fade-up-in .od-modal-close {
  -ms-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
.od-modal.od-modal--fade-up-in.od-modal--loading .od-modal-content {
  background-color: transparent;
  overflow: hidden;
  pointer-events: none;
  -ms-transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem); }
  .od-modal.od-modal--fade-up-in.od-modal--loading .od-modal-content::before, .od-modal.od-modal--fade-up-in.od-modal--loading .od-modal-content::after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 1; }
.od-modal.od-modal--fade-up-in.od-modal--loading .od-modal-inner, .od-modal.od-modal--fade-up-in.od-modal--loading .od-modal-close {
  opacity: 0; }
.od-modal .od-modal-close-icon {
  padding: 1em;
  height: 3em;
  width: 3em;
  line-height: 1; }
  .od-modal .od-modal-close-icon .icon {
    height: 1em;
    width: 1em; }

/*============= iziToast Overrides =============*/
.js-drawer-open .iziToast-wrapper {
  z-index: 99; }

.iziToast {
  font-family: var(--font-body); }
  .iziToast.full {
    padding: 0; }
    .iziToast.full .iziToast-body {
      padding: 0;
      margin: 0; }
    .iziToast.full .iziToast-texts {
      margin: 0;
      padding: 0; }
  .iziToast .campaign-img-text {
    text-align: center;
    padding: 14px 0 10px; }
  .iziToast:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04); }
  .iziToast .iziToast-message {
    font-size: 1rem !important; }
    .iziToast .iziToast-message hr:first-child {
      margin-top: 0; }
    .iziToast .iziToast-message hr:last-child {
      margin-bottom: 0; }
  .iziToast .iziToast-icon {
    width: 1rem; }
  .iziToast .iziToast-close {
    background-color: white;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    height: 24px;
    width: 24px; }
  .iziToast.iziToast-color-green {
    background: #c6e86c;
    border-color: #c6e86c; }
  .iziToast.iziToast-theme-alert > .iziToast-body .iziToast-buttons {
    float: right; }
    .iziToast.iziToast-theme-alert > .iziToast-body .iziToast-buttons button {
      text-transform: capitalize; }
  .iziToast.iziToast-theme-alert > .iziToast-body .iziToast-title {
    margin-bottom: 0.375em; }
  .iziToast.iziToast-theme-mini-cart {
    width: auto !important; }
    @media only screen and (min-width: 56.25em) {
      .iziToast.iziToast-theme-mini-cart {
        right: 2rem; } }
    .iziToast.iziToast-theme-mini-cart .ico-success::after {
      top: 50%;
      left: 50%;
      width: 2rem;
      content: '';
      z-index: -1;
      height: 2rem;
      position: absolute;
      border-radius: 50%;
      background-color: var(--color-primary);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .iziToast.iziToast-theme-mini-cart .iziToast-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-box-align: center;
      -ms-grid-row-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    .iziToast.iziToast-theme-mini-cart .iziToast-texts {
      padding-left: 1rem; }
    .iziToast.iziToast-theme-mini-cart .iziToast-title {
      font-family: var(--font-heading);
      font-weight: var(--font-heading-weight);
      margin-bottom: 0.2em;
      font-size: 1rem; }
    .iziToast.iziToast-theme-mini-cart .iziToast-title,
    .iziToast.iziToast-theme-mini-cart .iziToast-message {
      display: block;
      float: none; }
    .iziToast.iziToast-theme-mini-cart .iziToast-buttons {
      margin-left: 1rem; }
      .iziToast.iziToast-theme-mini-cart .iziToast-buttons .btn {
        background-color: var(--color-secondary);
        color: white;
        font-family: var(--font-heading);
        font-weight: bold;
        font-size: 0.9rem;
        padding: 1em 2em; }
        .iziToast.iziToast-theme-mini-cart .iziToast-buttons .btn:hover {
          background-color: var(--color-primary-hover); }
        .iziToast.iziToast-theme-mini-cart .iziToast-buttons .btn span {
          font-family: var(--font-body);
          font-weight: var(--font-body-weight-bold);
          vertical-align: baseline; }
          @media only screen and (max-width: 56.24em) {
            .iziToast.iziToast-theme-mini-cart .iziToast-buttons .btn span {
              display: none; } }
          .iziToast.iziToast-theme-mini-cart .iziToast-buttons .btn span::after {
            content: '';
            border-bottom: 1px solid white;
            border-right: 1px solid white;
            width: 6px;
            height: 6px;
            margin-left: 0.5rem;
            transform: rotate(-45deg);
            display: inline-block;
            position: relative;
            top: -2px; }
    .iziToast.iziToast-theme-mini-cart .iziToast-texts {
      margin-bottom: 10px; }
  .iziToast.iziToast-theme-notification-message {
    background-color: var(--color-secondary);
    color: #fff; }
    .iziToast.iziToast-theme-notification-message .iziToast-message {
      color: #fff;
      font-size: 0.9rem;
      font-weight: bold; }
  .iziToast.iziToast-theme-confirmation-modal {
    background-color: #fff;
    max-width: 600px;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .iziToast.iziToast-theme-confirmation-modal .iziToast-texts {
      margin-bottom: 1rem;
      float: none; }
    .iziToast.iziToast-theme-confirmation-modal .iziToast-title {
      color: var(--color-primary);
      margin-bottom: 1rem;
      text-align: center;
      width: 100%;
      font-size: 1.9rem; }
    .iziToast.iziToast-theme-confirmation-modal .iziToast-message {
      text-align: center;
      color: var(--color-body-text);
      font-size: 1rem; }
    .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons {
      width: 100%;
      text-align: center;
      float: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-box-align: center;
      -ms-grid-row-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 56.25em) {
        .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn.btn.btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        @media only screen and (max-width: 56.24em) {
          .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn.btn.btn {
            width: 100%; } }
      .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn--text {
        font-size: 1rem;
        text-decoration: underline; }
  .iziToast.iziToast-theme-confirmation-modal.buttons-column .iziToast-buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .iziToast.iziToast-theme-confirmation-modal.buttons-column .iziToast-buttons button {
      margin-bottom: 1rem; }

.tippy-tooltip.header-dropdown-theme {
  background: var(--color-header-bg);
  text-align: left;
  padding: 0;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0px; }
  .tippy-tooltip.header-dropdown-theme .tippy-arrow {
    border-bottom-color: var(--color-header-bg);
    left: auto !important;
    right: 2rem; }
  .tippy-tooltip.header-dropdown-theme .tippy-content {
    min-width: 250px;
    padding: 0; }
    .tippy-tooltip.header-dropdown-theme .tippy-content::after {
      height: 4px;
      width: 100%;
      background-color: var(--color-primary);
      content: '';
      display: block; }

.tippy-tooltip.error-theme {
  background: #fff;
  text-align: center;
  padding: 0;
  font-size: 1rem;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px; }
  .tippy-tooltip.error-theme .tippy-arrow {
    border-top-color: #fff; }
  .tippy-tooltip.error-theme .tippy-content {
    min-width: 250px;
    padding: calc(0.5rem + 4px) 0.5rem 0.5rem;
    color: var(--color-body-text);
    position: relative;
    overflow: hidden; }
    .tippy-tooltip.error-theme .tippy-content::before {
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%;
      background-color: #d9291c;
      content: '';
      display: block; }

.cf-form-inner {
  animation: none !important; }

.introjs-tooltipReferenceLayer .introjs-helperNumberLayer {
  display: none; }
.introjs-tooltipReferenceLayer .introjs-tooltip {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-right: 4px; }
.introjs-tooltipReferenceLayer .introjs-button {
  background: transparent;
  border: 0 none;
  font-size: 0.9375em;
  text-shadow: none;
  font-family: var(--font-body);
  font-weight: bold;
  border-radius: 0;
  border-bottom: 1px solid var(--color-primary);
  padding: 0 0;
  margin: 0 0.6em; }
  .introjs-tooltipReferenceLayer .introjs-button:hover {
    box-shadow: none; }
  .introjs-tooltipReferenceLayer .introjs-button:not(.introjs-disabled) {
    color: var(--color-primary); }
  .introjs-tooltipReferenceLayer .introjs-button.introjs-disabled {
    display: none; }
  .introjs-tooltipReferenceLayer .introjs-button.introjs-donebutton {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9; }
.introjs-tooltipReferenceLayer .introjs-tooltipbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.introjs-helperLayer {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-color: transparent;
  border-right: 2px; }

.iziToast-wrapper {
  z-index: 100000002; }

.iziToast-overlay {
  z-index: 100000001; }

/*================ SECTIONS ================*/
.error-page__wrapper .error-page__logo svg {
  height: 49px;
  width: 86px; }
  @media only screen and (min-width: 56.25em) {
    .error-page__wrapper .error-page__logo svg {
      height: 74px;
      width: 131px; } }
.error-page__wrapper .error-page__banner {
  display: inline-block;
  height: 145px;
  font-size: 150px;
  color: var(--color-body-text);
  line-height: initial;
  font-family: var(--font-heading); }
  @media only screen and (min-width: 56.25em) {
    .error-page__wrapper .error-page__banner {
      height: 282px;
      font-size: 350px;
      line-height: 1; } }
  .error-page__wrapper .error-page__banner img {
    max-height: 100%;
    -ms-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
.error-page__wrapper .error-page__heading {
  margin: 3rem 0;
  font-size: 42px; }
  @media only screen and (min-width: 56.25em) {
    .error-page__wrapper .error-page__heading {
      font-size: 60px; } }
.error-page__wrapper .error-page__subheading {
  margin: 0 auto; }
  @media only screen and (min-width: 56.25em) {
    .error-page__wrapper .error-page__subheading {
      width: 470px; } }
.error-page__wrapper .error-page__button-group {
  margin-top: 1.5rem;
  margin-bottom: 2rem; }
  .error-page__wrapper .error-page__button-group .error-page__btn {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-width: 1px;
    box-shadow: none;
    font-weight: normal; }
    @media only screen and (min-width: 56.25em) {
      .error-page__wrapper .error-page__button-group .error-page__btn {
        width: 200px;
        margin: .2rem; } }

/*================ Call to Action ================*/
.call-to-action__body {
  margin-bottom: 1em; }

.notice-bar {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 0;
  padding: 1rem;
  margin-top: 2rem; }
  @media only screen and (min-width: 56.25em) {
    .notice-bar {
      margin-top: 0;
      max-width: 350px; } }
  .notice-bar .notice-bar__title {
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-body-text);
    padding-bottom: 0.5rem;
    text-transform: none; }
  .notice-bar .notice-bar__description {
    margin: 1rem 0;
    margin-bottom: 2rem; }
  .notice-bar .notice-bar__links {
    width: 100%;
    display: block; }
    .notice-bar .notice-bar__links .notice-bar__link {
      padding: 0.25rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .notice-bar .notice-bar__links .notice-bar__link .notice-bar__link-title {
        margin-left: 0.5rem;
        color: var(--color-body-text); }
        .notice-bar .notice-bar__links .notice-bar__link .notice-bar__link-title:hover {
          text-decoration: underline; }

.faq-accordion-group {
  margin-bottom: 3.077rem; }
  @media only screen and (min-width: 56.25em) {
    .faq-accordion-group {
      margin-bottom: 3.571rem; } }
  .faq-accordion-group:last-of-type {
    margin-bottom: 0; }

.faq-category__title {
  padding-bottom: 0.5rem;
  display: block;
  width: 100%;
  font-size: 1.45rem;
  color: var(--color-body-headings);
  height: auto;
  margin-bottom: 1rem; }

.accordion-type--plus .faq-item__title::before, .accordion-type--plus .faq-item__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  left: auto;
  bottom: auto;
  width: 1px;
  height: 12px;
  -ms-transition: var(--accordion-transition-duration) ease transform, var(--accordion-transition-duration) ease opacity;
  -webkit-transition: var(--accordion-transition-duration) ease transform, var(--accordion-transition-duration) ease opacity;
  transition: var(--accordion-transition-duration) ease transform, var(--accordion-transition-duration) ease opacity;
  will-change: transform;
  margin: 0;
  animation: none;
  background-color: var(--color-body-text); }
.accordion-type--plus .faq-item__title::before {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 1; }
.accordion-type--plus .faq-item__title::after {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.accordion-type--plus .faq-item__title.active::before {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0; }
.accordion-type--plus .faq-item__title.active::after {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

@media only screen and (max-width: 34.365em) {
  .accordion-type--arrow .simple-accordion__title.faq-item__title {
    padding-right: 1.538rem; } }
.accordion-type--arrow .simple-accordion__title.faq-item__title::after {
  content: '';
  position: absolute;
  top: 0.384rem;
  right: 0.25rem;
  left: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: var(--color-body-text);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-radius: 0;
  opacity: 0.7;
  background: transparent;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transition: var(--accordion-transition-duration) ease transform;
  -webkit-transition: var(--accordion-transition-duration) ease transform;
  transition: var(--accordion-transition-duration) ease transform;
  will-change: transform;
  margin: 0;
  animation: none; }
.accordion-type--arrow .simple-accordion__title.faq-item__title:before {
  display: none; }
.accordion-type--arrow .simple-accordion__title.faq-item__title.active::after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.template-page-faq .faq-item {
  padding: 1rem;
  margin-bottom: 1rem !important; }
@media only screen and (max-width: 56.24em) {
  .template-page-faq #MainContent {
    padding-top: 4rem;
    padding-bottom: 3.308rem; } }
@media only screen and (max-width: 34.365em) {
  .template-page-faq .faq-row {
    margin: 0; } }
@media only screen and (max-width: 56.24em) {
  .template-page-faq .faq-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.template-page-faq .body-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.template-page-faq .faq-nav-bar__menu {
  list-style: none;
  margin-top: 1rem;
  margin-left: 0; }
  @media only screen and (max-width: 56.24em) {
    .template-page-faq .faq-nav-bar__menu {
      display: none; } }
  .template-page-faq .faq-nav-bar__menu .faq-nav-bar__item {
    padding: 0.25rem 0; }
  .template-page-faq .faq-nav-bar__menu .faq-nav-bar__link {
    font-size: 0.83rem;
    line-height: 2.1; }
.template-page-faq .page-heading {
  margin-bottom: 2.2rem; }
.template-page-faq h1, .template-page-faq .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .template-page-faq .iziToast-title {
  font-size: 1.87rem;
  margin-bottom: 0.7rem;
  line-height: 1;
  padding-bottom: 0; }
.template-page-faq .rte-mobile {
  display: block;
  font-size: 0.929rem; }
  @media only screen and (min-width: 56.25em) {
    .template-page-faq .rte-mobile {
      display: none; } }
.template-page-faq .rte-desktop {
  font-size: 1.095rem;
  display: none; }
  @media only screen and (min-width: 56.25em) {
    .template-page-faq .rte-desktop {
      display: block; } }
.template-page-faq .page-heading-divider {
  border-color: #e8eaeb;
  margin-top: 0.6rem; }
  @media only screen and (max-width: 56.24em) {
    .template-page-faq .page-heading-divider {
      margin-top: 1rem; } }
@media only screen and (min-width: 56.25em) {
  .template-page-faq .block-wrapper--accordion {
    padding-top: 3rem; } }
@media only screen and (min-width: 56.25em) {
  .template-page-faq .sidebar-row {
    position: sticky;
    top: 13.7rem; } }
.template-page-faq .layout-container--body {
  flex: 1 1 55%;
  margin-left: 0; }
  @media only screen and (min-width: 56.25em) {
    .template-page-faq .layout-container--body {
      max-width: 55%;
      margin-left: auto; } }
.template-page-faq .layout-container--sidebar {
  flex: 1 1 35%; }
  @media only screen and (min-width: 56.25em) {
    .template-page-faq .layout-container--sidebar {
      max-width: 35%; } }
.template-page-faq .page-header.page-header--no-background-image .page-header__text {
  margin: 0.5em 0 2em;
  text-align: left; }

/*================ Featured Collections ================*/
[data-section-type="featured-collections"] {
  padding: 1em 0 0; }
  @media only screen and (min-width: 56.25em) {
    [data-section-type="featured-collections"] {
      padding: 3em 0 0; } }

.featured-collections__header {
  font-size: 0.75em;
  background-color: var(--color-primary);
  text-transform: uppercase;
  padding: 0.25em;
  text-align: center;
  margin: 0 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .featured-collections__header a {
    color: #fff;
    padding: 0.5em 1em;
    line-height: 1.15;
    position: relative;
    text-decoration: none; }
    .featured-collections__header a::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      width: calc(100% - 1.6em);
      bottom: 0.25em;
      right: 0.8em;
      left: 0.8em;
      -ms-transform: translateY(0.5em);
      -webkit-transform: translateY(0.5em);
      transform: translateY(0.5em);
      -ms-transition: transform 0.25s ease, opacity 0.25s ease;
      -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
      transition: transform 0.25s ease, opacity 0.25s ease;
      opacity: 0;
      background-color: #fff; }
    .featured-collections__header a.active::after {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  @media only screen and (min-width: 34.375em) {
    .featured-collections__header {
      font-size: 1.3em; } }

/*================ Instagram Feature ================*/
.instagram-feature-wrap {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 3.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden; }
  @media only screen and (min-width: 56.25em) {
    .instagram-feature-wrap {
      padding-left: 0;
      padding-right: 0; } }

.instagram-feature {
  position: relative;
  z-index: 10;
  color: #fff; }
  .instagram-feature .instagram-feature__item-title {
    display: block;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: none;
    font-size: 1.875rem;
    margin: 0 0 0.5em;
    color: var(--color-primary); }
  @media only screen and (min-width: 56.25em) {
    .instagram-feature .instagram-feature__item-title {
      font-size: 30px;
      margin-bottom: 15px; }
    .instagram-feature .showcase-gallery .showcase-grid {
      margin: 20px 0; } }

.instagram-feature-media {
  white-space: nowrap;
  display: block; }
  @media only screen and (min-width: 62.5em) {
    .instagram-feature-media {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      width: 100%; } }

.instagram-feed__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: inline-block; }
  .instagram-feed__item a {
    width: 200px;
    height: 200px;
    display: block; }
    @media only screen and (min-width: 83.75em) {
      .instagram-feed__item a {
        width: 250px;
        height: 250px; } }

.instagram-feed__img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%; }

.related-items {
  max-width: 100%;
  width: 100%; }
  .related-items .related-items__header .related-items__title {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 56.25em) {
      .related-items .related-items__header .related-items__title {
        margin-top: 2rem;
        margin-bottom: 3rem; } }
  .related-items .related-items-container {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .related-items .related-items-container .related-items-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 100%; }
      .related-items .related-items-container .related-items-wrapper .related-items__item {
        margin-bottom: 2rem; }
        @media only screen and (min-width: 56.25em) {
          .related-items .related-items-container .related-items-wrapper .related-items__item {
            margin-bottom: 0rem; } }

.related-items .related-items__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative; }
  .related-items .related-items__slider .slick-list {
    width: 100%;
    height: 100%; }
  .related-items .related-items__slider .slick-track {
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .related-items .related-items__slider .related-items__item {
    margin-bottom: 0rem;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
    .related-items .related-items__slider .related-items__item .product-grid-item {
      padding: 1rem;
      height: 100%; }
      @media only screen and (min-width: 56.25em) {
        .related-items .related-items__slider .related-items__item .product-grid-item {
          padding: 0; } }
    .related-items .related-items__slider .related-items__item .article-grid-item {
      padding: 1rem;
      height: 100%; }
      @media only screen and (min-width: 56.25em) {
        .related-items .related-items__slider .related-items__item .article-grid-item {
          padding: 0; } }
.related-items .related-items__arrow-prev,
.related-items .related-items__arrow-next {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 56.25em) {
    .related-items .related-items__arrow-prev,
    .related-items .related-items__arrow-next {
      display: none; } }
.related-items .related-items__arrow-prev {
  border: 1px solid var(--color-border);
  left: 0; }
.related-items .related-items__arrow-next {
  border: 1px solid var(--color-border);
  right: 0; }

/*================ Sections ================*/
.section {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .section.section--vertical-padding-none {
    padding-top: 0;
    padding-bottom: 0; }
  .section.section--vertical-padding-small {
    padding-top: 1em;
    padding-bottom: 1em; }
  .section.section--vertical-padding-medium {
    padding-top: 2em;
    padding-bottom: 2em; }
  .section.section--vertical-padding-large {
    padding-top: 3em;
    padding-bottom: 3em; }
  .section.section--margin-none {
    margin-top: 0;
    margin-bottom: 0; }

.shopify-section {
  position: relative; }

.section-header {
  margin-bottom: 1.5em; }
  .section-header .section-header__title {
    margin-bottom: 0;
    color: var(--color-body-text);
    font-size: 1.25em; }
    .inverse .section-header .section-header__title {
      color: var(--color-body-text-inverse); }
    .section-header .section-header__title:last-child {
      margin-bottom: 1.5em; }
    .section-header .section-header__title + p {
      margin-top: 0.5em; }
  .section-header span[rv-show] {
    display: none; }
  .section-header p {
    margin: 1em 0; }
  @media only screen and (min-width: 34.375em) {
    .section-header .section-header__title {
      margin-bottom: 1.5em; } }

#shopify-section-header {
  position: relative;
  z-index: 2; }
  .tutorial #shopify-section-header {
    z-index: 999999; }

#MainContent {
  position: relative;
  z-index: 1; }

.store-locator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media only screen and (min-width: 62.5em) {
    .store-locator {
      *zoom: 1;
      height: calc(100vh - (var(--header-height) + var(--notice-bar-height)) - 4rem - 4rem); }
      .store-locator::after {
        content: '';
        display: table;
        clear: both; } }

.store-locator__head,
.store-locator__stores,
.store-locator__map-view {
  z-index: 1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  border-radius: 2px;
  padding: 1rem; }
  .store-locator__head > div,
  .store-locator__stores > div,
  .store-locator__map-view > div {
    transition: opacity 0.25s ease; }
  .loading .store-locator__head > div, .loading
  .store-locator__stores > div, .loading
  .store-locator__map-view > div {
    opacity: 0; }
  @media only screen and (min-width: 62.5em) {
    .store-locator__head,
    .store-locator__stores,
    .store-locator__map-view {
      width: 40%;
      position: relative; } }

.store-locator__head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
  position: relative; }
  .store-locator__head::before, .store-locator__head::after {
    -ms-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 1em;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
  .store-locator__head::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  .store-locator__head::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: white transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    background-image: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform; }
  .store-locator__head.loading, .loading .store-locator__head[data-loads], .loading .store-locator__head [data-loads] {
    cursor: default;
    text-shadow: none !important;
    color: transparent !important;
    opacity: 1;
    pointer-events: none; }
    .store-locator__head.loading::before, .store-locator__head.loading::after, .loading .store-locator__head[data-loads]::before, .loading .store-locator__head[data-loads]::after, .loading .store-locator__head [data-loads]::before, .loading .store-locator__head [data-loads]::after {
      -webkit-animation-play-state: running;
      animation-play-state: running;
      opacity: 1; }

.store-locator__stores {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0; }
  @media only screen and (min-width: 62.5em) {
    .store-locator__stores {
      height: 400px;
      overflow: auto;
      margin-bottom: 0; } }
  @media only screen and (max-width: 62.49em) {
    .store-locator__stores {
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }

.store-locator__stores-list-container {
  border: 1px solid var(--color-border);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  min-height: 100px; }

.store-locator__titles {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-border); }

.store-locator__map-view {
  height: calc(100vh - (var(--header-height-mobile) + var(--notice-bar-height)) - 2rem - 2rem);
  overflow: hidden; }
  @media only screen and (min-width: 62.5em) {
    .store-locator__map-view {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: calc(60% - 2rem);
      background-color: #e5e3df;
      margin-bottom: 0;
      padding: 0; } }
  @media only screen and (max-width: 62.49em) {
    .store-locator__map-view {
      padding-top: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }

.store-locator__map {
  width: 100%;
  height: 100%; }

.store-locator__filters {
  margin-bottom: 1rem; }

.store-locator__filters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.store-locator-filter {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  padding-right: 1em;
  white-space: nowrap; }
  @media only screen and (min-width: 34.375em) {
    .store-locator-filter {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 33%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 33%;
      -ms-flex: 1 0 33%;
      flex: 1 0 33%; } }
  @media only screen and (min-width: 62.5em) {
    .store-locator-filter {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 25%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%; } }

.store-locator__search {
  margin-bottom: 1rem; }

.store-locator__search-title {
  line-height: 1;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.store-locator-search__input {
  width: 100%; }

.store-locator__group-select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 62.5em) {
    .store-locator__group-select-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-box-align: center;
      -ms-grid-row-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.store-locator__group-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.store-locator__group-find-me {
  padding-top: 1rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  white-space: nowrap; }
  @media only screen and (min-width: 62.5em) {
    .store-locator__group-find-me {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-top: 0;
      padding-left: 2rem; } }

.store-locator-filter__checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-border);
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.5em; }
  .store-locator-filter__checkbox::after {
    content: '';
    left: 50%;
    top: 50%;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    -ms-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: var(--color-primary);
    opacity: 0.05; }
  .store-locator-filter.is-active .store-locator-filter__checkbox::after {
    opacity: 0.7; }

.store-locator-filter__icon {
  margin-right: 0.5em; }

.store-locator__group {
  margin-bottom: 2rem; }

.store-locator__stores-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 150px;
  max-height: 100vh; }
  [data-stores-count="1"] > .store-locator__stores-list {
    padding-bottom: 0; }

.store-locator__no-stores-found {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .store-locator__no-stores-found p {
    margin-bottom: 1em; }

.store-locator-store {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 1rem;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (min-width: 34.375em) {
    .store-locator-store {
      padding: 1.11em 1em; } }
  .store-locator-store:hover {
    opacity: 1; }
  .filters-active .store-locator-store:not(.in-filter) {
    display: none; }
  .store-locator-store a {
    color: var(--color-body-text); }
  .store-locator-store.in-view ~ .store-locator-store.in-view {
    border-top: 1px solid var(--color-border); }

.store-locator-store__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.store-locator-store__title {
  padding-bottom: 0.5rem;
  display: block;
  margin-bottom: 0; }
  .store-locator-store:not(.is-active) .store-locator-store__title {
    margin-bottom: 0; }

.store-locator-store__icon {
  left: 0;
  top: 0;
  padding: 1.11em 1em;
  position: relative;
  position: absolute; }
  .store-locator-store__icon::before, .store-locator-store__icon::after {
    -ms-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 1em;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
  .store-locator-store__icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  .store-locator-store__icon::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: white transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    background-image: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform; }
  .store-locator-store__icon.loading, .loading .store-locator-store__icon[data-loads], .loading .store-locator-store__icon [data-loads] {
    cursor: default;
    text-shadow: none !important;
    color: transparent !important;
    opacity: 1;
    pointer-events: none; }
    .store-locator-store__icon.loading::before, .store-locator-store__icon.loading::after, .loading .store-locator-store__icon[data-loads]::before, .loading .store-locator-store__icon[data-loads]::after, .loading .store-locator-store__icon [data-loads]::before, .loading .store-locator-store__icon [data-loads]::after {
      -webkit-animation-play-state: running;
      animation-play-state: running;
      opacity: 1; }
  @media only screen and (min-width: 34.375em) {
    .store-locator-store__icon {
      padding: 1.11em 1em; } }
  .store-locator-store.is-active:not(.is-loading) .store-locator-store__icon .icon {
    -ms-transition: fill 0.3s ease;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }

.store-locator-store__contact-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.store-locator-store__tags {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.store-locator-store__tag {
  padding-left: 0.5em; }

.store-locator-store__additional-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 34.375em) {
    .store-locator-store__additional-details {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .store-locator-store__additional-details .store-locator-contact,
  .store-locator-store__additional-details .store-locator-hours {
    padding-left: 1rem;
    padding-right: 1rem; }

@media only screen and (min-width: 34.375em) {
  .store-locator-store .store-locator-contact {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }
.store-info-window .store-locator-contact {
  margin-bottom: 1em; }

.store-locator-contact__title {
  font-size: 0.75rem;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-weight: bold; }

.store-locator-hours {
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 34.375em) {
    .store-locator-hours {
      padding-top: 0; } }
  @media only screen and (min-width: 34.375em) {
    .store-locator-store .store-locator-hours {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 50%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }

.store-locator-hours__periods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.store-locator-hours__period-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2em; }

.store-locator-hours__period-times {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.store-info-window__street-address {
  margin-bottom: 1em; }

.store-locator__stores-list-messages {
  text-align: center;
  width: 100%;
  padding: 1rem; }
  .store-locator__stores-list + .store-locator__stores-list-messages {
    display: none; }

#online-resources .page-header__title {
  font-size: 4.2rem; }
#online-resources .rte p {
  font-size: 1.3rem; }

.resources_img {
  max-width: 100px;
  width: 30%;
  float: left;
  margin-bottom: 30px; }

.resources_links {
  width: 70%;
  padding-left: 20px;
  float: left; }
  .resources_links h3 {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.2; }

body.template-page-get-started.popup_open, body.template-page-landingpage.popup_open, body.template-page-landingpage-winter.popup_open, body.template-page-get-started-classic.popup_open, body.template-page-get-started-v1.popup_open, body.template-page-get-started-new.popup_open, body.template-page-plans-and-pricing.popup_open, body.template-page-simple.popup_open, body.template-page-essential.popup_open, body.template-page-rapid-results-max-details.popup_open, body.template-page-max-up.popup_open {
  overflow-y: hidden; }

.popup_open .iziToast-wrapper-center, .popup_open .iziToast-wrapper-topCenter {
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden; }

body.template-page-plans-and-pricing, body.template-page-landingpage, body.template-page-landingpage-winter, body.template-page-get-started, body.template-page-get-started-sr, body.template-page-get-started-classic, body.template-page-get-started-new, body.template-page-get-started-v1, body.template-page-simple, body.template-page-essential, body.template-page-rapid-results-max-details, body.template-page-max-up {
  /* enable Flickity by default */ }
  body.template-page-plans-and-pricing .flickity-viewport .item, body.template-page-landingpage .flickity-viewport .item, body.template-page-landingpage-winter .flickity-viewport .item, body.template-page-get-started .flickity-viewport .item, body.template-page-get-started-sr .flickity-viewport .item, body.template-page-get-started-classic .flickity-viewport .item, body.template-page-get-started-new .flickity-viewport .item, body.template-page-get-started-v1 .flickity-viewport .item, body.template-page-simple .flickity-viewport .item, body.template-page-essential .flickity-viewport .item, body.template-page-rapid-results-max-details .flickity-viewport .item, body.template-page-max-up .flickity-viewport .item {
    width: 100%; }
  body.template-page-plans-and-pricing ol.flickity-page-dots, body.template-page-landingpage ol.flickity-page-dots, body.template-page-landingpage-winter ol.flickity-page-dots, body.template-page-get-started ol.flickity-page-dots, body.template-page-get-started-sr ol.flickity-page-dots, body.template-page-get-started-classic ol.flickity-page-dots, body.template-page-get-started-new ol.flickity-page-dots, body.template-page-get-started-v1 ol.flickity-page-dots, body.template-page-simple ol.flickity-page-dots, body.template-page-essential ol.flickity-page-dots, body.template-page-rapid-results-max-details ol.flickity-page-dots, body.template-page-max-up ol.flickity-page-dots {
    display: block;
    margin: 0px 0 30px 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    position: relative; }
  body.template-page-plans-and-pricing .carousel:after, body.template-page-landingpage .carousel:after, body.template-page-landingpage-winter .carousel:after, body.template-page-get-started .carousel:after, body.template-page-get-started-sr .carousel:after, body.template-page-get-started-classic .carousel:after, body.template-page-get-started-new .carousel:after, body.template-page-get-started-v1 .carousel:after, body.template-page-simple .carousel:after, body.template-page-essential .carousel:after, body.template-page-rapid-results-max-details .carousel:after, body.template-page-max-up .carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */ }
  @media screen and (min-width: 900px) {
    body.template-page-plans-and-pricing, body.template-page-landingpage, body.template-page-landingpage-winter, body.template-page-get-started, body.template-page-get-started-sr, body.template-page-get-started-classic, body.template-page-get-started-new, body.template-page-get-started-v1, body.template-page-simple, body.template-page-essential, body.template-page-rapid-results-max-details, body.template-page-max-up {
      /* disable Flickity for large devices */ }
      body.template-page-plans-and-pricing .carousel:after, body.template-page-landingpage .carousel:after, body.template-page-landingpage-winter .carousel:after, body.template-page-get-started .carousel:after, body.template-page-get-started-sr .carousel:after, body.template-page-get-started-classic .carousel:after, body.template-page-get-started-new .carousel:after, body.template-page-get-started-v1 .carousel:after, body.template-page-simple .carousel:after, body.template-page-essential .carousel:after, body.template-page-rapid-results-max-details .carousel:after, body.template-page-max-up .carousel:after {
        content: ''; }
      body.template-page-plans-and-pricing .carousel.desktop-banner:after, body.template-page-landingpage .carousel.desktop-banner:after, body.template-page-landingpage-winter .carousel.desktop-banner:after, body.template-page-get-started .carousel.desktop-banner:after, body.template-page-get-started-sr .carousel.desktop-banner:after, body.template-page-get-started-classic .carousel.desktop-banner:after, body.template-page-get-started-new .carousel.desktop-banner:after, body.template-page-get-started-v1 .carousel.desktop-banner:after, body.template-page-simple .carousel.desktop-banner:after, body.template-page-essential .carousel.desktop-banner:after, body.template-page-rapid-results-max-details .carousel.desktop-banner:after, body.template-page-max-up .carousel.desktop-banner:after {
        content: 'flickity';
        display: none;
        /* hide :after */ }
      body.template-page-plans-and-pricing .flickity-prev-next-button, body.template-page-landingpage .flickity-prev-next-button, body.template-page-landingpage-winter .flickity-prev-next-button, body.template-page-get-started .flickity-prev-next-button, body.template-page-get-started-sr .flickity-prev-next-button, body.template-page-get-started-classic .flickity-prev-next-button, body.template-page-get-started-new .flickity-prev-next-button, body.template-page-get-started-v1 .flickity-prev-next-button, body.template-page-simple .flickity-prev-next-button, body.template-page-essential .flickity-prev-next-button, body.template-page-rapid-results-max-details .flickity-prev-next-button, body.template-page-max-up .flickity-prev-next-button {
        display: none; } }
  body.template-page-plans-and-pricing #block-allplanschart .row, body.template-page-landingpage #block-allplanschart .row, body.template-page-landingpage-winter #block-allplanschart .row, body.template-page-get-started #block-allplanschart .row, body.template-page-get-started-sr #block-allplanschart .row, body.template-page-get-started-classic #block-allplanschart .row, body.template-page-get-started-new #block-allplanschart .row, body.template-page-get-started-v1 #block-allplanschart .row, body.template-page-simple #block-allplanschart .row, body.template-page-essential #block-allplanschart .row, body.template-page-rapid-results-max-details #block-allplanschart .row, body.template-page-max-up #block-allplanschart .row {
    display: block; }
  body.template-page-plans-and-pricing [type="radio"],
  body.template-page-plans-and-pricing [type="checkbox"], body.template-page-landingpage [type="radio"],
  body.template-page-landingpage [type="checkbox"], body.template-page-landingpage-winter [type="radio"],
  body.template-page-landingpage-winter [type="checkbox"], body.template-page-get-started [type="radio"],
  body.template-page-get-started [type="checkbox"], body.template-page-get-started-sr [type="radio"],
  body.template-page-get-started-sr [type="checkbox"], body.template-page-get-started-classic [type="radio"],
  body.template-page-get-started-classic [type="checkbox"], body.template-page-get-started-new [type="radio"],
  body.template-page-get-started-new [type="checkbox"], body.template-page-get-started-v1 [type="radio"],
  body.template-page-get-started-v1 [type="checkbox"], body.template-page-simple [type="radio"],
  body.template-page-simple [type="checkbox"], body.template-page-essential [type="radio"],
  body.template-page-essential [type="checkbox"], body.template-page-rapid-results-max-details [type="radio"],
  body.template-page-rapid-results-max-details [type="checkbox"], body.template-page-max-up [type="radio"],
  body.template-page-max-up [type="checkbox"] {
    font-size: 1em;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 2em; }
    body.template-page-plans-and-pricing [type="radio"] + label,
    body.template-page-plans-and-pricing [type="checkbox"] + label, body.template-page-landingpage [type="radio"] + label,
    body.template-page-landingpage [type="checkbox"] + label, body.template-page-landingpage-winter [type="radio"] + label,
    body.template-page-landingpage-winter [type="checkbox"] + label, body.template-page-get-started [type="radio"] + label,
    body.template-page-get-started [type="checkbox"] + label, body.template-page-get-started-sr [type="radio"] + label,
    body.template-page-get-started-sr [type="checkbox"] + label, body.template-page-get-started-classic [type="radio"] + label,
    body.template-page-get-started-classic [type="checkbox"] + label, body.template-page-get-started-new [type="radio"] + label,
    body.template-page-get-started-new [type="checkbox"] + label, body.template-page-get-started-v1 [type="radio"] + label,
    body.template-page-get-started-v1 [type="checkbox"] + label, body.template-page-simple [type="radio"] + label,
    body.template-page-simple [type="checkbox"] + label, body.template-page-essential [type="radio"] + label,
    body.template-page-essential [type="checkbox"] + label, body.template-page-rapid-results-max-details [type="radio"] + label,
    body.template-page-rapid-results-max-details [type="checkbox"] + label, body.template-page-max-up [type="radio"] + label,
    body.template-page-max-up [type="checkbox"] + label {
      position: relative;
      padding-left: 0.5em; }
      body.template-page-plans-and-pricing [type="radio"] + label::before, body.template-page-plans-and-pricing [type="radio"] + label::after,
      body.template-page-plans-and-pricing [type="checkbox"] + label::before,
      body.template-page-plans-and-pricing [type="checkbox"] + label::after, body.template-page-landingpage [type="radio"] + label::before, body.template-page-landingpage [type="radio"] + label::after,
      body.template-page-landingpage [type="checkbox"] + label::before,
      body.template-page-landingpage [type="checkbox"] + label::after, body.template-page-landingpage-winter [type="radio"] + label::before, body.template-page-landingpage-winter [type="radio"] + label::after,
      body.template-page-landingpage-winter [type="checkbox"] + label::before,
      body.template-page-landingpage-winter [type="checkbox"] + label::after, body.template-page-get-started [type="radio"] + label::before, body.template-page-get-started [type="radio"] + label::after,
      body.template-page-get-started [type="checkbox"] + label::before,
      body.template-page-get-started [type="checkbox"] + label::after, body.template-page-get-started-sr [type="radio"] + label::before, body.template-page-get-started-sr [type="radio"] + label::after,
      body.template-page-get-started-sr [type="checkbox"] + label::before,
      body.template-page-get-started-sr [type="checkbox"] + label::after, body.template-page-get-started-classic [type="radio"] + label::before, body.template-page-get-started-classic [type="radio"] + label::after,
      body.template-page-get-started-classic [type="checkbox"] + label::before,
      body.template-page-get-started-classic [type="checkbox"] + label::after, body.template-page-get-started-new [type="radio"] + label::before, body.template-page-get-started-new [type="radio"] + label::after,
      body.template-page-get-started-new [type="checkbox"] + label::before,
      body.template-page-get-started-new [type="checkbox"] + label::after, body.template-page-get-started-v1 [type="radio"] + label::before, body.template-page-get-started-v1 [type="radio"] + label::after,
      body.template-page-get-started-v1 [type="checkbox"] + label::before,
      body.template-page-get-started-v1 [type="checkbox"] + label::after, body.template-page-simple [type="radio"] + label::before, body.template-page-simple [type="radio"] + label::after,
      body.template-page-simple [type="checkbox"] + label::before,
      body.template-page-simple [type="checkbox"] + label::after, body.template-page-essential [type="radio"] + label::before, body.template-page-essential [type="radio"] + label::after,
      body.template-page-essential [type="checkbox"] + label::before,
      body.template-page-essential [type="checkbox"] + label::after, body.template-page-rapid-results-max-details [type="radio"] + label::before, body.template-page-rapid-results-max-details [type="radio"] + label::after,
      body.template-page-rapid-results-max-details [type="checkbox"] + label::before,
      body.template-page-rapid-results-max-details [type="checkbox"] + label::after, body.template-page-max-up [type="radio"] + label::before, body.template-page-max-up [type="radio"] + label::after,
      body.template-page-max-up [type="checkbox"] + label::before,
      body.template-page-max-up [type="checkbox"] + label::after {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%; }
      body.template-page-plans-and-pricing [type="radio"] + label::before,
      body.template-page-plans-and-pricing [type="checkbox"] + label::before, body.template-page-landingpage [type="radio"] + label::before,
      body.template-page-landingpage [type="checkbox"] + label::before, body.template-page-landingpage-winter [type="radio"] + label::before,
      body.template-page-landingpage-winter [type="checkbox"] + label::before, body.template-page-get-started [type="radio"] + label::before,
      body.template-page-get-started [type="checkbox"] + label::before, body.template-page-get-started-sr [type="radio"] + label::before,
      body.template-page-get-started-sr [type="checkbox"] + label::before, body.template-page-get-started-classic [type="radio"] + label::before,
      body.template-page-get-started-classic [type="checkbox"] + label::before, body.template-page-get-started-new [type="radio"] + label::before,
      body.template-page-get-started-new [type="checkbox"] + label::before, body.template-page-get-started-v1 [type="radio"] + label::before,
      body.template-page-get-started-v1 [type="checkbox"] + label::before, body.template-page-simple [type="radio"] + label::before,
      body.template-page-simple [type="checkbox"] + label::before, body.template-page-essential [type="radio"] + label::before,
      body.template-page-essential [type="checkbox"] + label::before, body.template-page-rapid-results-max-details [type="radio"] + label::before,
      body.template-page-rapid-results-max-details [type="checkbox"] + label::before, body.template-page-max-up [type="radio"] + label::before,
      body.template-page-max-up [type="checkbox"] + label::before {
        -ms-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        background-color: var(--color-primary);
        height: 10px;
        left: -1.15rem;
        opacity: 0;
        width: 10px; }
      body.template-page-plans-and-pricing [type="radio"] + label:hover::before,
      body.template-page-plans-and-pricing [type="checkbox"] + label:hover::before, body.template-page-landingpage [type="radio"] + label:hover::before,
      body.template-page-landingpage [type="checkbox"] + label:hover::before, body.template-page-landingpage-winter [type="radio"] + label:hover::before,
      body.template-page-landingpage-winter [type="checkbox"] + label:hover::before, body.template-page-get-started [type="radio"] + label:hover::before,
      body.template-page-get-started [type="checkbox"] + label:hover::before, body.template-page-get-started-sr [type="radio"] + label:hover::before,
      body.template-page-get-started-sr [type="checkbox"] + label:hover::before, body.template-page-get-started-classic [type="radio"] + label:hover::before,
      body.template-page-get-started-classic [type="checkbox"] + label:hover::before, body.template-page-get-started-new [type="radio"] + label:hover::before,
      body.template-page-get-started-new [type="checkbox"] + label:hover::before, body.template-page-get-started-v1 [type="radio"] + label:hover::before,
      body.template-page-get-started-v1 [type="checkbox"] + label:hover::before, body.template-page-simple [type="radio"] + label:hover::before,
      body.template-page-simple [type="checkbox"] + label:hover::before, body.template-page-essential [type="radio"] + label:hover::before,
      body.template-page-essential [type="checkbox"] + label:hover::before, body.template-page-rapid-results-max-details [type="radio"] + label:hover::before,
      body.template-page-rapid-results-max-details [type="checkbox"] + label:hover::before, body.template-page-max-up [type="radio"] + label:hover::before,
      body.template-page-max-up [type="checkbox"] + label:hover::before {
        opacity: 0.2; }
      body.template-page-plans-and-pricing [type="radio"] + label::after,
      body.template-page-plans-and-pricing [type="checkbox"] + label::after, body.template-page-landingpage [type="radio"] + label::after,
      body.template-page-landingpage [type="checkbox"] + label::after, body.template-page-landingpage-winter [type="radio"] + label::after,
      body.template-page-landingpage-winter [type="checkbox"] + label::after, body.template-page-get-started [type="radio"] + label::after,
      body.template-page-get-started [type="checkbox"] + label::after, body.template-page-get-started-sr [type="radio"] + label::after,
      body.template-page-get-started-sr [type="checkbox"] + label::after, body.template-page-get-started-classic [type="radio"] + label::after,
      body.template-page-get-started-classic [type="checkbox"] + label::after, body.template-page-get-started-new [type="radio"] + label::after,
      body.template-page-get-started-new [type="checkbox"] + label::after, body.template-page-get-started-v1 [type="radio"] + label::after,
      body.template-page-get-started-v1 [type="checkbox"] + label::after, body.template-page-simple [type="radio"] + label::after,
      body.template-page-simple [type="checkbox"] + label::after, body.template-page-essential [type="radio"] + label::after,
      body.template-page-essential [type="checkbox"] + label::after, body.template-page-rapid-results-max-details [type="radio"] + label::after,
      body.template-page-rapid-results-max-details [type="checkbox"] + label::after, body.template-page-max-up [type="radio"] + label::after,
      body.template-page-max-up [type="checkbox"] + label::after {
        border: 1px solid #445562;
        height: 18px;
        left: calc(-1.15rem - 4px);
        width: 18px; }
    body.template-page-plans-and-pricing [type="radio"]:checked + label::before,
    body.template-page-plans-and-pricing [type="checkbox"]:checked + label::before, body.template-page-landingpage [type="radio"]:checked + label::before,
    body.template-page-landingpage [type="checkbox"]:checked + label::before, body.template-page-landingpage-winter [type="radio"]:checked + label::before,
    body.template-page-landingpage-winter [type="checkbox"]:checked + label::before, body.template-page-get-started [type="radio"]:checked + label::before,
    body.template-page-get-started [type="checkbox"]:checked + label::before, body.template-page-get-started-sr [type="radio"]:checked + label::before,
    body.template-page-get-started-sr [type="checkbox"]:checked + label::before, body.template-page-get-started-classic [type="radio"]:checked + label::before,
    body.template-page-get-started-classic [type="checkbox"]:checked + label::before, body.template-page-get-started-new [type="radio"]:checked + label::before,
    body.template-page-get-started-new [type="checkbox"]:checked + label::before, body.template-page-get-started-v1 [type="radio"]:checked + label::before,
    body.template-page-get-started-v1 [type="checkbox"]:checked + label::before, body.template-page-simple [type="radio"]:checked + label::before,
    body.template-page-simple [type="checkbox"]:checked + label::before, body.template-page-essential [type="radio"]:checked + label::before,
    body.template-page-essential [type="checkbox"]:checked + label::before, body.template-page-rapid-results-max-details [type="radio"]:checked + label::before,
    body.template-page-rapid-results-max-details [type="checkbox"]:checked + label::before, body.template-page-max-up [type="radio"]:checked + label::before,
    body.template-page-max-up [type="checkbox"]:checked + label::before {
      opacity: 1; }
  body.template-page-plans-and-pricing .get-started-3-col .flickity-slider, body.template-page-landingpage .get-started-3-col .flickity-slider, body.template-page-landingpage-winter .get-started-3-col .flickity-slider, body.template-page-get-started .get-started-3-col .flickity-slider, body.template-page-get-started-sr .get-started-3-col .flickity-slider, body.template-page-get-started-classic .get-started-3-col .flickity-slider, body.template-page-get-started-new .get-started-3-col .flickity-slider, body.template-page-get-started-v1 .get-started-3-col .flickity-slider, body.template-page-simple .get-started-3-col .flickity-slider, body.template-page-essential .get-started-3-col .flickity-slider, body.template-page-rapid-results-max-details .get-started-3-col .flickity-slider, body.template-page-max-up .get-started-3-col .flickity-slider {
    display: flex;
    flex-flow: row wrap; }
  body.template-page-plans-and-pricing .get-started-3-col .carousel-cell, body.template-page-landingpage .get-started-3-col .carousel-cell, body.template-page-landingpage-winter .get-started-3-col .carousel-cell, body.template-page-get-started .get-started-3-col .carousel-cell, body.template-page-get-started-sr .get-started-3-col .carousel-cell, body.template-page-get-started-classic .get-started-3-col .carousel-cell, body.template-page-get-started-new .get-started-3-col .carousel-cell, body.template-page-get-started-v1 .get-started-3-col .carousel-cell, body.template-page-simple .get-started-3-col .carousel-cell, body.template-page-essential .get-started-3-col .carousel-cell, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell, body.template-page-max-up .get-started-3-col .carousel-cell {
    width: 100%;
    margin-bottom: 26px;
    text-align: center;
    color: #445562;
    margin-right: 0px; }
    @media only screen and (min-width: 56.25em) {
      body.template-page-plans-and-pricing .get-started-3-col .carousel-cell, body.template-page-landingpage .get-started-3-col .carousel-cell, body.template-page-landingpage-winter .get-started-3-col .carousel-cell, body.template-page-get-started .get-started-3-col .carousel-cell, body.template-page-get-started-sr .get-started-3-col .carousel-cell, body.template-page-get-started-classic .get-started-3-col .carousel-cell, body.template-page-get-started-new .get-started-3-col .carousel-cell, body.template-page-get-started-v1 .get-started-3-col .carousel-cell, body.template-page-simple .get-started-3-col .carousel-cell, body.template-page-essential .get-started-3-col .carousel-cell, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell, body.template-page-max-up .get-started-3-col .carousel-cell {
        width: calc(33.33% - 20px);
        margin-right: 30px; } }
    body.template-page-plans-and-pricing .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-landingpage .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-landingpage-winter .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-get-started .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-get-started-sr .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-get-started-classic .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-get-started-new .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-get-started-v1 .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-simple .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-essential .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell:nth-of-type(3), body.template-page-max-up .get-started-3-col .carousel-cell:nth-of-type(3) {
      margin-right: 0px; }
    body.template-page-plans-and-pricing .get-started-3-col .carousel-cell .description, body.template-page-landingpage .get-started-3-col .carousel-cell .description, body.template-page-landingpage-winter .get-started-3-col .carousel-cell .description, body.template-page-get-started .get-started-3-col .carousel-cell .description, body.template-page-get-started-sr .get-started-3-col .carousel-cell .description, body.template-page-get-started-classic .get-started-3-col .carousel-cell .description, body.template-page-get-started-new .get-started-3-col .carousel-cell .description, body.template-page-get-started-v1 .get-started-3-col .carousel-cell .description, body.template-page-simple .get-started-3-col .carousel-cell .description, body.template-page-essential .get-started-3-col .carousel-cell .description, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell .description, body.template-page-max-up .get-started-3-col .carousel-cell .description {
      padding: 0 15px; }
    body.template-page-plans-and-pricing .get-started-3-col .carousel-cell img, body.template-page-landingpage .get-started-3-col .carousel-cell img, body.template-page-landingpage-winter .get-started-3-col .carousel-cell img, body.template-page-get-started .get-started-3-col .carousel-cell img, body.template-page-get-started-sr .get-started-3-col .carousel-cell img, body.template-page-get-started-classic .get-started-3-col .carousel-cell img, body.template-page-get-started-new .get-started-3-col .carousel-cell img, body.template-page-get-started-v1 .get-started-3-col .carousel-cell img, body.template-page-simple .get-started-3-col .carousel-cell img, body.template-page-essential .get-started-3-col .carousel-cell img, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell img, body.template-page-max-up .get-started-3-col .carousel-cell img {
      width: 100%; }
    body.template-page-plans-and-pricing .get-started-3-col .carousel-cell h2, body.template-page-landingpage .get-started-3-col .carousel-cell h2, body.template-page-landingpage-winter .get-started-3-col .carousel-cell h2, body.template-page-get-started .get-started-3-col .carousel-cell h2, body.template-page-get-started-sr .get-started-3-col .carousel-cell h2, body.template-page-get-started-classic .get-started-3-col .carousel-cell h2, body.template-page-get-started-new .get-started-3-col .carousel-cell h2, body.template-page-get-started-v1 .get-started-3-col .carousel-cell h2, body.template-page-simple .get-started-3-col .carousel-cell h2, body.template-page-essential .get-started-3-col .carousel-cell h2, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell h2, body.template-page-max-up .get-started-3-col .carousel-cell h2 {
      font-family: 'Fira Sans',sans-serif !important;
      font-style: normal;
      text-transform: capitalize;
      font-weight: 500 !important;
      color: #16384E;
      margin-bottom: 15px !important;
      font-size: 20px;
      letter-spacing: 0; }
      @media only screen and (min-width: 34.375em) {
        body.template-page-plans-and-pricing .get-started-3-col .carousel-cell h2, body.template-page-landingpage .get-started-3-col .carousel-cell h2, body.template-page-landingpage-winter .get-started-3-col .carousel-cell h2, body.template-page-get-started .get-started-3-col .carousel-cell h2, body.template-page-get-started-sr .get-started-3-col .carousel-cell h2, body.template-page-get-started-classic .get-started-3-col .carousel-cell h2, body.template-page-get-started-new .get-started-3-col .carousel-cell h2, body.template-page-get-started-v1 .get-started-3-col .carousel-cell h2, body.template-page-simple .get-started-3-col .carousel-cell h2, body.template-page-essential .get-started-3-col .carousel-cell h2, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell h2, body.template-page-max-up .get-started-3-col .carousel-cell h2 {
          font-size: 20px; } }
      @media only screen and (min-width: 56.25em) {
        body.template-page-plans-and-pricing .get-started-3-col .carousel-cell h2, body.template-page-landingpage .get-started-3-col .carousel-cell h2, body.template-page-landingpage-winter .get-started-3-col .carousel-cell h2, body.template-page-get-started .get-started-3-col .carousel-cell h2, body.template-page-get-started-sr .get-started-3-col .carousel-cell h2, body.template-page-get-started-classic .get-started-3-col .carousel-cell h2, body.template-page-get-started-new .get-started-3-col .carousel-cell h2, body.template-page-get-started-v1 .get-started-3-col .carousel-cell h2, body.template-page-simple .get-started-3-col .carousel-cell h2, body.template-page-essential .get-started-3-col .carousel-cell h2, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell h2, body.template-page-max-up .get-started-3-col .carousel-cell h2 {
          font-size: 20px; } }
      @media only screen and (min-width: 83.75em) {
        body.template-page-plans-and-pricing .get-started-3-col .carousel-cell h2, body.template-page-landingpage .get-started-3-col .carousel-cell h2, body.template-page-landingpage-winter .get-started-3-col .carousel-cell h2, body.template-page-get-started .get-started-3-col .carousel-cell h2, body.template-page-get-started-sr .get-started-3-col .carousel-cell h2, body.template-page-get-started-classic .get-started-3-col .carousel-cell h2, body.template-page-get-started-new .get-started-3-col .carousel-cell h2, body.template-page-get-started-v1 .get-started-3-col .carousel-cell h2, body.template-page-simple .get-started-3-col .carousel-cell h2, body.template-page-essential .get-started-3-col .carousel-cell h2, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell h2, body.template-page-max-up .get-started-3-col .carousel-cell h2 {
          font-size: 25px; } }
    body.template-page-plans-and-pricing .get-started-3-col .carousel-cell h3, body.template-page-landingpage .get-started-3-col .carousel-cell h3, body.template-page-landingpage-winter .get-started-3-col .carousel-cell h3, body.template-page-get-started .get-started-3-col .carousel-cell h3, body.template-page-get-started-sr .get-started-3-col .carousel-cell h3, body.template-page-get-started-classic .get-started-3-col .carousel-cell h3, body.template-page-get-started-new .get-started-3-col .carousel-cell h3, body.template-page-get-started-v1 .get-started-3-col .carousel-cell h3, body.template-page-simple .get-started-3-col .carousel-cell h3, body.template-page-essential .get-started-3-col .carousel-cell h3, body.template-page-rapid-results-max-details .get-started-3-col .carousel-cell h3, body.template-page-max-up .get-started-3-col .carousel-cell h3 {
      font-family: 'Fira Sans',sans-serif !important;
      font-style: normal;
      text-transform: inherit;
      font-weight: 500 !important;
      color: #16384E;
      font-size: 16px;
      margin-bottom: 15px;
      margin-top: 20px;
      line-height: 1; }
  body.template-page-plans-and-pricing .tabs-nav ul, body.template-page-landingpage .tabs-nav ul, body.template-page-landingpage-winter .tabs-nav ul, body.template-page-get-started .tabs-nav ul, body.template-page-get-started-sr .tabs-nav ul, body.template-page-get-started-classic .tabs-nav ul, body.template-page-get-started-new .tabs-nav ul, body.template-page-get-started-v1 .tabs-nav ul, body.template-page-simple .tabs-nav ul, body.template-page-essential .tabs-nav ul, body.template-page-rapid-results-max-details .tabs-nav ul, body.template-page-max-up .tabs-nav ul {
    margin: 0 0 20px 0;
    padding: 0; }
  body.template-page-plans-and-pricing .tabs-nav li, body.template-page-landingpage .tabs-nav li, body.template-page-landingpage-winter .tabs-nav li, body.template-page-get-started .tabs-nav li, body.template-page-get-started-sr .tabs-nav li, body.template-page-get-started-classic .tabs-nav li, body.template-page-get-started-new .tabs-nav li, body.template-page-get-started-v1 .tabs-nav li, body.template-page-simple .tabs-nav li, body.template-page-essential .tabs-nav li, body.template-page-rapid-results-max-details .tabs-nav li, body.template-page-max-up .tabs-nav li {
    font-size: 1.2rem;
    list-style: none;
    display: inline-block;
    padding: 3px;
    border-bottom: 2px solid var(--color-border);
    margin-right: 10px; }
    body.template-page-plans-and-pricing .tabs-nav li.active, body.template-page-landingpage .tabs-nav li.active, body.template-page-landingpage-winter .tabs-nav li.active, body.template-page-get-started .tabs-nav li.active, body.template-page-get-started-sr .tabs-nav li.active, body.template-page-get-started-classic .tabs-nav li.active, body.template-page-get-started-new .tabs-nav li.active, body.template-page-get-started-v1 .tabs-nav li.active, body.template-page-simple .tabs-nav li.active, body.template-page-essential .tabs-nav li.active, body.template-page-rapid-results-max-details .tabs-nav li.active, body.template-page-max-up .tabs-nav li.active {
      border-bottom: 2px solid var(--color-body-headings); }
    body.template-page-plans-and-pricing .tabs-nav li a, body.template-page-landingpage .tabs-nav li a, body.template-page-landingpage-winter .tabs-nav li a, body.template-page-get-started .tabs-nav li a, body.template-page-get-started-sr .tabs-nav li a, body.template-page-get-started-classic .tabs-nav li a, body.template-page-get-started-new .tabs-nav li a, body.template-page-get-started-v1 .tabs-nav li a, body.template-page-simple .tabs-nav li a, body.template-page-essential .tabs-nav li a, body.template-page-rapid-results-max-details .tabs-nav li a, body.template-page-max-up .tabs-nav li a {
      color: var(--color-body-text);
      font-family: var(--font-body);
      font-weight: var(--font-body-weight); }
      body.template-page-plans-and-pricing .tabs-nav li a:hover, body.template-page-landingpage .tabs-nav li a:hover, body.template-page-landingpage-winter .tabs-nav li a:hover, body.template-page-get-started .tabs-nav li a:hover, body.template-page-get-started-sr .tabs-nav li a:hover, body.template-page-get-started-classic .tabs-nav li a:hover, body.template-page-get-started-new .tabs-nav li a:hover, body.template-page-get-started-v1 .tabs-nav li a:hover, body.template-page-simple .tabs-nav li a:hover, body.template-page-essential .tabs-nav li a:hover, body.template-page-rapid-results-max-details .tabs-nav li a:hover, body.template-page-max-up .tabs-nav li a:hover {
        text-decoration: none; }
  body.template-page-plans-and-pricing .tabs-content div.tab-card:not(:first-child), body.template-page-landingpage .tabs-content div.tab-card:not(:first-child), body.template-page-landingpage-winter .tabs-content div.tab-card:not(:first-child), body.template-page-get-started .tabs-content div.tab-card:not(:first-child), body.template-page-get-started-sr .tabs-content div.tab-card:not(:first-child), body.template-page-get-started-classic .tabs-content div.tab-card:not(:first-child), body.template-page-get-started-new .tabs-content div.tab-card:not(:first-child), body.template-page-get-started-v1 .tabs-content div.tab-card:not(:first-child), body.template-page-simple .tabs-content div.tab-card:not(:first-child), body.template-page-essential .tabs-content div.tab-card:not(:first-child), body.template-page-rapid-results-max-details .tabs-content div.tab-card:not(:first-child), body.template-page-max-up .tabs-content div.tab-card:not(:first-child) {
    display: none; }
  body.template-page-plans-and-pricing .margin-bottom-30, body.template-page-landingpage .margin-bottom-30, body.template-page-landingpage-winter .margin-bottom-30, body.template-page-get-started .margin-bottom-30, body.template-page-get-started-sr .margin-bottom-30, body.template-page-get-started-classic .margin-bottom-30, body.template-page-get-started-new .margin-bottom-30, body.template-page-get-started-v1 .margin-bottom-30, body.template-page-simple .margin-bottom-30, body.template-page-essential .margin-bottom-30, body.template-page-rapid-results-max-details .margin-bottom-30, body.template-page-max-up .margin-bottom-30 {
    margin-bottom: 30px; }
  body.template-page-plans-and-pricing select.error, body.template-page-landingpage select.error, body.template-page-landingpage-winter select.error, body.template-page-get-started select.error, body.template-page-get-started-sr select.error, body.template-page-get-started-classic select.error, body.template-page-get-started-new select.error, body.template-page-get-started-v1 select.error, body.template-page-simple select.error, body.template-page-essential select.error, body.template-page-rapid-results-max-details select.error, body.template-page-max-up select.error {
    color: #d9291c; }
  body.template-page-plans-and-pricing .modal-header, body.template-page-landingpage .modal-header, body.template-page-landingpage-winter .modal-header, body.template-page-get-started .modal-header, body.template-page-get-started-sr .modal-header, body.template-page-get-started-classic .modal-header, body.template-page-get-started-new .modal-header, body.template-page-get-started-v1 .modal-header, body.template-page-simple .modal-header, body.template-page-essential .modal-header, body.template-page-rapid-results-max-details .modal-header, body.template-page-max-up .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
  body.template-page-plans-and-pricing .modal-body, body.template-page-landingpage .modal-body, body.template-page-landingpage-winter .modal-body, body.template-page-get-started .modal-body, body.template-page-get-started-sr .modal-body, body.template-page-get-started-classic .modal-body, body.template-page-get-started-new .modal-body, body.template-page-get-started-v1 .modal-body, body.template-page-simple .modal-body, body.template-page-essential .modal-body, body.template-page-rapid-results-max-details .modal-body, body.template-page-max-up .modal-body {
    position: relative;
    padding: 15px; }
  body.template-page-plans-and-pricing .whats-included-modal p, body.template-page-landingpage .whats-included-modal p, body.template-page-landingpage-winter .whats-included-modal p, body.template-page-get-started .whats-included-modal p, body.template-page-get-started-sr .whats-included-modal p, body.template-page-get-started-classic .whats-included-modal p, body.template-page-get-started-new .whats-included-modal p, body.template-page-get-started-v1 .whats-included-modal p, body.template-page-simple .whats-included-modal p, body.template-page-essential .whats-included-modal p, body.template-page-rapid-results-max-details .whats-included-modal p, body.template-page-max-up .whats-included-modal p {
    color: #323d48;
    line-height: 20px; }
  body.template-page-plans-and-pricing .whats-included-modal a, body.template-page-landingpage .whats-included-modal a, body.template-page-landingpage-winter .whats-included-modal a, body.template-page-get-started .whats-included-modal a, body.template-page-get-started-sr .whats-included-modal a, body.template-page-get-started-classic .whats-included-modal a, body.template-page-get-started-new .whats-included-modal a, body.template-page-get-started-v1 .whats-included-modal a, body.template-page-simple .whats-included-modal a, body.template-page-essential .whats-included-modal a, body.template-page-rapid-results-max-details .whats-included-modal a, body.template-page-max-up .whats-included-modal a {
    color: #16384E; }
  body.template-page-plans-and-pricing .whats-included-modal .float-right, body.template-page-landingpage .whats-included-modal .float-right, body.template-page-landingpage-winter .whats-included-modal .float-right, body.template-page-get-started .whats-included-modal .float-right, body.template-page-get-started-sr .whats-included-modal .float-right, body.template-page-get-started-classic .whats-included-modal .float-right, body.template-page-get-started-new .whats-included-modal .float-right, body.template-page-get-started-v1 .whats-included-modal .float-right, body.template-page-simple .whats-included-modal .float-right, body.template-page-essential .whats-included-modal .float-right, body.template-page-rapid-results-max-details .whats-included-modal .float-right, body.template-page-max-up .whats-included-modal .float-right {
    float: right; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-header, body.template-page-landingpage .whats-included-modal .modal-header, body.template-page-landingpage-winter .whats-included-modal .modal-header, body.template-page-get-started .whats-included-modal .modal-header, body.template-page-get-started-sr .whats-included-modal .modal-header, body.template-page-get-started-classic .whats-included-modal .modal-header, body.template-page-get-started-new .whats-included-modal .modal-header, body.template-page-get-started-v1 .whats-included-modal .modal-header, body.template-page-simple .whats-included-modal .modal-header, body.template-page-essential .whats-included-modal .modal-header, body.template-page-rapid-results-max-details .whats-included-modal .modal-header, body.template-page-max-up .whats-included-modal .modal-header {
    background: #DFEBF0; }
  body.template-page-plans-and-pricing .whats-included-modal .food-weeks, body.template-page-landingpage .whats-included-modal .food-weeks, body.template-page-landingpage-winter .whats-included-modal .food-weeks, body.template-page-get-started .whats-included-modal .food-weeks, body.template-page-get-started-sr .whats-included-modal .food-weeks, body.template-page-get-started-classic .whats-included-modal .food-weeks, body.template-page-get-started-new .whats-included-modal .food-weeks, body.template-page-get-started-v1 .whats-included-modal .food-weeks, body.template-page-simple .whats-included-modal .food-weeks, body.template-page-essential .whats-included-modal .food-weeks, body.template-page-rapid-results-max-details .whats-included-modal .food-weeks, body.template-page-max-up .whats-included-modal .food-weeks {
    display: none; }
  body.template-page-plans-and-pricing .whats-included-modal .food-image, body.template-page-landingpage .whats-included-modal .food-image, body.template-page-landingpage-winter .whats-included-modal .food-image, body.template-page-get-started .whats-included-modal .food-image, body.template-page-get-started-sr .whats-included-modal .food-image, body.template-page-get-started-classic .whats-included-modal .food-image, body.template-page-get-started-new .whats-included-modal .food-image, body.template-page-get-started-v1 .whats-included-modal .food-image, body.template-page-simple .whats-included-modal .food-image, body.template-page-essential .whats-included-modal .food-image, body.template-page-rapid-results-max-details .whats-included-modal .food-image, body.template-page-max-up .whats-included-modal .food-image {
    margin: 1em auto; }
    body.template-page-plans-and-pricing .whats-included-modal .food-image img, body.template-page-landingpage .whats-included-modal .food-image img, body.template-page-landingpage-winter .whats-included-modal .food-image img, body.template-page-get-started .whats-included-modal .food-image img, body.template-page-get-started-sr .whats-included-modal .food-image img, body.template-page-get-started-classic .whats-included-modal .food-image img, body.template-page-get-started-new .whats-included-modal .food-image img, body.template-page-get-started-v1 .whats-included-modal .food-image img, body.template-page-simple .whats-included-modal .food-image img, body.template-page-essential .whats-included-modal .food-image img, body.template-page-rapid-results-max-details .whats-included-modal .food-image img, body.template-page-max-up .whats-included-modal .food-image img {
      width: 100%; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-header h2, body.template-page-landingpage .whats-included-modal .modal-header h2, body.template-page-landingpage-winter .whats-included-modal .modal-header h2, body.template-page-get-started .whats-included-modal .modal-header h2, body.template-page-get-started-sr .whats-included-modal .modal-header h2, body.template-page-get-started-classic .whats-included-modal .modal-header h2, body.template-page-get-started-new .whats-included-modal .modal-header h2, body.template-page-get-started-v1 .whats-included-modal .modal-header h2, body.template-page-simple .whats-included-modal .modal-header h2, body.template-page-essential .whats-included-modal .modal-header h2, body.template-page-rapid-results-max-details .whats-included-modal .modal-header h2, body.template-page-max-up .whats-included-modal .modal-header h2 {
    color: #16384E; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-header ul, body.template-page-landingpage .whats-included-modal .modal-header ul, body.template-page-landingpage-winter .whats-included-modal .modal-header ul, body.template-page-get-started .whats-included-modal .modal-header ul, body.template-page-get-started-sr .whats-included-modal .modal-header ul, body.template-page-get-started-classic .whats-included-modal .modal-header ul, body.template-page-get-started-new .whats-included-modal .modal-header ul, body.template-page-get-started-v1 .whats-included-modal .modal-header ul, body.template-page-simple .whats-included-modal .modal-header ul, body.template-page-essential .whats-included-modal .modal-header ul, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul, body.template-page-max-up .whats-included-modal .modal-header ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 0px; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-header a, body.template-page-landingpage .whats-included-modal .modal-header a, body.template-page-landingpage-winter .whats-included-modal .modal-header a, body.template-page-get-started .whats-included-modal .modal-header a, body.template-page-get-started-sr .whats-included-modal .modal-header a, body.template-page-get-started-classic .whats-included-modal .modal-header a, body.template-page-get-started-new .whats-included-modal .modal-header a, body.template-page-get-started-v1 .whats-included-modal .modal-header a, body.template-page-simple .whats-included-modal .modal-header a, body.template-page-essential .whats-included-modal .modal-header a, body.template-page-rapid-results-max-details .whats-included-modal .modal-header a, body.template-page-max-up .whats-included-modal .modal-header a {
    color: #919191;
    font-weight: bold; }
  body.template-page-plans-and-pricing .whats-included-modal .well, body.template-page-landingpage .whats-included-modal .well, body.template-page-landingpage-winter .whats-included-modal .well, body.template-page-get-started .whats-included-modal .well, body.template-page-get-started-sr .whats-included-modal .well, body.template-page-get-started-classic .whats-included-modal .well, body.template-page-get-started-new .whats-included-modal .well, body.template-page-get-started-v1 .whats-included-modal .well, body.template-page-simple .whats-included-modal .well, body.template-page-essential .whats-included-modal .well, body.template-page-rapid-results-max-details .whats-included-modal .well, body.template-page-max-up .whats-included-modal .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    line-height: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  body.template-page-plans-and-pricing .whats-included-modal .tabs-nav li, body.template-page-landingpage .whats-included-modal .tabs-nav li, body.template-page-landingpage-winter .whats-included-modal .tabs-nav li, body.template-page-get-started .whats-included-modal .tabs-nav li, body.template-page-get-started-sr .whats-included-modal .tabs-nav li, body.template-page-get-started-classic .whats-included-modal .tabs-nav li, body.template-page-get-started-new .whats-included-modal .tabs-nav li, body.template-page-get-started-v1 .whats-included-modal .tabs-nav li, body.template-page-simple .whats-included-modal .tabs-nav li, body.template-page-essential .whats-included-modal .tabs-nav li, body.template-page-rapid-results-max-details .whats-included-modal .tabs-nav li, body.template-page-max-up .whats-included-modal .tabs-nav li {
    border-bottom: none !important;
    display: block;
    font-size: 14px; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-header ul li, body.template-page-landingpage .whats-included-modal .modal-header ul li, body.template-page-landingpage-winter .whats-included-modal .modal-header ul li, body.template-page-get-started .whats-included-modal .modal-header ul li, body.template-page-get-started-sr .whats-included-modal .modal-header ul li, body.template-page-get-started-classic .whats-included-modal .modal-header ul li, body.template-page-get-started-new .whats-included-modal .modal-header ul li, body.template-page-get-started-v1 .whats-included-modal .modal-header ul li, body.template-page-simple .whats-included-modal .modal-header ul li, body.template-page-essential .whats-included-modal .modal-header ul li, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul li, body.template-page-max-up .whats-included-modal .modal-header ul li {
    line-height: 20px; }
  body.template-page-plans-and-pricing .whats-included-modal .tabs-nav li.active, body.template-page-landingpage .whats-included-modal .tabs-nav li.active, body.template-page-landingpage-winter .whats-included-modal .tabs-nav li.active, body.template-page-get-started .whats-included-modal .tabs-nav li.active, body.template-page-get-started-sr .whats-included-modal .tabs-nav li.active, body.template-page-get-started-classic .whats-included-modal .tabs-nav li.active, body.template-page-get-started-new .whats-included-modal .tabs-nav li.active, body.template-page-get-started-v1 .whats-included-modal .tabs-nav li.active, body.template-page-simple .whats-included-modal .tabs-nav li.active, body.template-page-essential .whats-included-modal .tabs-nav li.active, body.template-page-rapid-results-max-details .whats-included-modal .tabs-nav li.active, body.template-page-max-up .whats-included-modal .tabs-nav li.active {
    border-bottom: none; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-header .phone a,
  body.template-page-plans-and-pricing .whats-included-modal .modal-header .active a, body.template-page-landingpage .whats-included-modal .modal-header .phone a,
  body.template-page-landingpage .whats-included-modal .modal-header .active a, body.template-page-landingpage-winter .whats-included-modal .modal-header .phone a,
  body.template-page-landingpage-winter .whats-included-modal .modal-header .active a, body.template-page-get-started .whats-included-modal .modal-header .phone a,
  body.template-page-get-started .whats-included-modal .modal-header .active a, body.template-page-get-started-sr .whats-included-modal .modal-header .phone a,
  body.template-page-get-started-sr .whats-included-modal .modal-header .active a, body.template-page-get-started-classic .whats-included-modal .modal-header .phone a,
  body.template-page-get-started-classic .whats-included-modal .modal-header .active a, body.template-page-get-started-new .whats-included-modal .modal-header .phone a,
  body.template-page-get-started-new .whats-included-modal .modal-header .active a, body.template-page-get-started-v1 .whats-included-modal .modal-header .phone a,
  body.template-page-get-started-v1 .whats-included-modal .modal-header .active a, body.template-page-simple .whats-included-modal .modal-header .phone a,
  body.template-page-simple .whats-included-modal .modal-header .active a, body.template-page-essential .whats-included-modal .modal-header .phone a,
  body.template-page-essential .whats-included-modal .modal-header .active a, body.template-page-rapid-results-max-details .whats-included-modal .modal-header .phone a,
  body.template-page-rapid-results-max-details .whats-included-modal .modal-header .active a, body.template-page-max-up .whats-included-modal .modal-header .phone a,
  body.template-page-max-up .whats-included-modal .modal-header .active a {
    color: #16384E; }
  body.template-page-plans-and-pricing .whats-included-modal h3, body.template-page-landingpage .whats-included-modal h3, body.template-page-landingpage-winter .whats-included-modal h3, body.template-page-get-started .whats-included-modal h3, body.template-page-get-started-sr .whats-included-modal h3, body.template-page-get-started-classic .whats-included-modal h3, body.template-page-get-started-new .whats-included-modal h3, body.template-page-get-started-v1 .whats-included-modal h3, body.template-page-simple .whats-included-modal h3, body.template-page-essential .whats-included-modal h3, body.template-page-rapid-results-max-details .whats-included-modal h3, body.template-page-max-up .whats-included-modal h3 {
    font-family: 'Fira Sans',sans-serif !important;
    font-style: normal;
    text-transform: inherit;
    font-weight: 500 !important;
    color: #16384E;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1; }
  body.template-page-plans-and-pricing .whats-included-modal h4, body.template-page-landingpage .whats-included-modal h4, body.template-page-landingpage-winter .whats-included-modal h4, body.template-page-get-started .whats-included-modal h4, body.template-page-get-started-sr .whats-included-modal h4, body.template-page-get-started-classic .whats-included-modal h4, body.template-page-get-started-new .whats-included-modal h4, body.template-page-get-started-v1 .whats-included-modal h4, body.template-page-simple .whats-included-modal h4, body.template-page-essential .whats-included-modal h4, body.template-page-rapid-results-max-details .whats-included-modal h4, body.template-page-max-up .whats-included-modal h4 {
    font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    text-transform: inherit;
    font-weight: 500 !important;
    color: #16384E;
    font-size: 20px;
    line-height: 1; }
  body.template-page-plans-and-pricing .whats-included-modal h5, body.template-page-landingpage .whats-included-modal h5, body.template-page-landingpage-winter .whats-included-modal h5, body.template-page-get-started .whats-included-modal h5, body.template-page-get-started-sr .whats-included-modal h5, body.template-page-get-started-classic .whats-included-modal h5, body.template-page-get-started-new .whats-included-modal h5, body.template-page-get-started-v1 .whats-included-modal h5, body.template-page-simple .whats-included-modal h5, body.template-page-essential .whats-included-modal h5, body.template-page-rapid-results-max-details .whats-included-modal h5, body.template-page-max-up .whats-included-modal h5 {
    font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    text-transform: inherit;
    color: #16384E;
    font-size: 16px;
    margin-bottom: 10px; }
  body.template-page-plans-and-pricing .whats-included-modal select, body.template-page-landingpage .whats-included-modal select, body.template-page-landingpage-winter .whats-included-modal select, body.template-page-get-started .whats-included-modal select, body.template-page-get-started-sr .whats-included-modal select, body.template-page-get-started-classic .whats-included-modal select, body.template-page-get-started-new .whats-included-modal select, body.template-page-get-started-v1 .whats-included-modal select, body.template-page-simple .whats-included-modal select, body.template-page-essential .whats-included-modal select, body.template-page-rapid-results-max-details .whats-included-modal select, body.template-page-max-up .whats-included-modal select {
    background-color: RGBA(223, 235, 240, 0.35);
    padding: 0.25em;
    width: 100%;
    line-height: 24px;
    margin-bottom: 15px; }
  body.template-page-plans-and-pricing .whats-included-modal #IncludedWeeks .panel, body.template-page-landingpage .whats-included-modal #IncludedWeeks .panel, body.template-page-landingpage-winter .whats-included-modal #IncludedWeeks .panel, body.template-page-get-started .whats-included-modal #IncludedWeeks .panel, body.template-page-get-started-sr .whats-included-modal #IncludedWeeks .panel, body.template-page-get-started-classic .whats-included-modal #IncludedWeeks .panel, body.template-page-get-started-new .whats-included-modal #IncludedWeeks .panel, body.template-page-get-started-v1 .whats-included-modal #IncludedWeeks .panel, body.template-page-simple .whats-included-modal #IncludedWeeks .panel, body.template-page-essential .whats-included-modal #IncludedWeeks .panel, body.template-page-rapid-results-max-details .whats-included-modal #IncludedWeeks .panel, body.template-page-max-up .whats-included-modal #IncludedWeeks .panel {
    box-shadow: none;
    margin-top: 0; }
  body.template-page-plans-and-pricing .whats-included-modal .modal-footer, body.template-page-landingpage .whats-included-modal .modal-footer, body.template-page-landingpage-winter .whats-included-modal .modal-footer, body.template-page-get-started .whats-included-modal .modal-footer, body.template-page-get-started-sr .whats-included-modal .modal-footer, body.template-page-get-started-classic .whats-included-modal .modal-footer, body.template-page-get-started-new .whats-included-modal .modal-footer, body.template-page-get-started-v1 .whats-included-modal .modal-footer, body.template-page-simple .whats-included-modal .modal-footer, body.template-page-essential .whats-included-modal .modal-footer, body.template-page-rapid-results-max-details .whats-included-modal .modal-footer, body.template-page-max-up .whats-included-modal .modal-footer {
    border-top: 0;
    padding: 0 15px 15px; }
  body.template-page-plans-and-pricing .whats-included-modal .bold, body.template-page-landingpage .whats-included-modal .bold, body.template-page-landingpage-winter .whats-included-modal .bold, body.template-page-get-started .whats-included-modal .bold, body.template-page-get-started-sr .whats-included-modal .bold, body.template-page-get-started-classic .whats-included-modal .bold, body.template-page-get-started-new .whats-included-modal .bold, body.template-page-get-started-v1 .whats-included-modal .bold, body.template-page-simple .whats-included-modal .bold, body.template-page-essential .whats-included-modal .bold, body.template-page-rapid-results-max-details .whats-included-modal .bold, body.template-page-max-up .whats-included-modal .bold {
    font-weight: bold; }
  body.template-page-plans-and-pricing .whats-included-modal .margin-bottom-50, body.template-page-landingpage .whats-included-modal .margin-bottom-50, body.template-page-landingpage-winter .whats-included-modal .margin-bottom-50, body.template-page-get-started .whats-included-modal .margin-bottom-50, body.template-page-get-started-sr .whats-included-modal .margin-bottom-50, body.template-page-get-started-classic .whats-included-modal .margin-bottom-50, body.template-page-get-started-new .whats-included-modal .margin-bottom-50, body.template-page-get-started-v1 .whats-included-modal .margin-bottom-50, body.template-page-simple .whats-included-modal .margin-bottom-50, body.template-page-essential .whats-included-modal .margin-bottom-50, body.template-page-rapid-results-max-details .whats-included-modal .margin-bottom-50, body.template-page-max-up .whats-included-modal .margin-bottom-50 {
    margin-bottom: 50px; }
  body.template-page-plans-and-pricing .whats-included-modal .margin-top-30, body.template-page-landingpage .whats-included-modal .margin-top-30, body.template-page-landingpage-winter .whats-included-modal .margin-top-30, body.template-page-get-started .whats-included-modal .margin-top-30, body.template-page-get-started-sr .whats-included-modal .margin-top-30, body.template-page-get-started-classic .whats-included-modal .margin-top-30, body.template-page-get-started-new .whats-included-modal .margin-top-30, body.template-page-get-started-v1 .whats-included-modal .margin-top-30, body.template-page-simple .whats-included-modal .margin-top-30, body.template-page-essential .whats-included-modal .margin-top-30, body.template-page-rapid-results-max-details .whats-included-modal .margin-top-30, body.template-page-max-up .whats-included-modal .margin-top-30 {
    margin-top: 30px; }
  body.template-page-plans-and-pricing .whats-included-modal .tabs-content, body.template-page-landingpage .whats-included-modal .tabs-content, body.template-page-landingpage-winter .whats-included-modal .tabs-content, body.template-page-get-started .whats-included-modal .tabs-content, body.template-page-get-started-sr .whats-included-modal .tabs-content, body.template-page-get-started-classic .whats-included-modal .tabs-content, body.template-page-get-started-new .whats-included-modal .tabs-content, body.template-page-get-started-v1 .whats-included-modal .tabs-content, body.template-page-simple .whats-included-modal .tabs-content, body.template-page-essential .whats-included-modal .tabs-content, body.template-page-rapid-results-max-details .whats-included-modal .tabs-content, body.template-page-max-up .whats-included-modal .tabs-content {
    line-height: 1; }
    body.template-page-plans-and-pricing .whats-included-modal .tabs-content p, body.template-page-landingpage .whats-included-modal .tabs-content p, body.template-page-landingpage-winter .whats-included-modal .tabs-content p, body.template-page-get-started .whats-included-modal .tabs-content p, body.template-page-get-started-sr .whats-included-modal .tabs-content p, body.template-page-get-started-classic .whats-included-modal .tabs-content p, body.template-page-get-started-new .whats-included-modal .tabs-content p, body.template-page-get-started-v1 .whats-included-modal .tabs-content p, body.template-page-simple .whats-included-modal .tabs-content p, body.template-page-essential .whats-included-modal .tabs-content p, body.template-page-rapid-results-max-details .whats-included-modal .tabs-content p, body.template-page-max-up .whats-included-modal .tabs-content p {
      line-height: 20px; }
  body.template-page-plans-and-pricing .whats-included-modal .tabs-content ul, body.template-page-landingpage .whats-included-modal .tabs-content ul, body.template-page-landingpage-winter .whats-included-modal .tabs-content ul, body.template-page-get-started .whats-included-modal .tabs-content ul, body.template-page-get-started-sr .whats-included-modal .tabs-content ul, body.template-page-get-started-classic .whats-included-modal .tabs-content ul, body.template-page-get-started-new .whats-included-modal .tabs-content ul, body.template-page-get-started-v1 .whats-included-modal .tabs-content ul, body.template-page-simple .whats-included-modal .tabs-content ul, body.template-page-essential .whats-included-modal .tabs-content ul, body.template-page-rapid-results-max-details .whats-included-modal .tabs-content ul, body.template-page-max-up .whats-included-modal .tabs-content ul {
    padding-left: 0;
    color: #323d48; }
    body.template-page-plans-and-pricing .whats-included-modal .tabs-content ul li, body.template-page-landingpage .whats-included-modal .tabs-content ul li, body.template-page-landingpage-winter .whats-included-modal .tabs-content ul li, body.template-page-get-started .whats-included-modal .tabs-content ul li, body.template-page-get-started-sr .whats-included-modal .tabs-content ul li, body.template-page-get-started-classic .whats-included-modal .tabs-content ul li, body.template-page-get-started-new .whats-included-modal .tabs-content ul li, body.template-page-get-started-v1 .whats-included-modal .tabs-content ul li, body.template-page-simple .whats-included-modal .tabs-content ul li, body.template-page-essential .whats-included-modal .tabs-content ul li, body.template-page-rapid-results-max-details .whats-included-modal .tabs-content ul li, body.template-page-max-up .whats-included-modal .tabs-content ul li {
      margin-bottom: 10px;
      line-height: 20px; }
  body.template-page-plans-and-pricing .whats-included-modal .video_block, body.template-page-landingpage .whats-included-modal .video_block, body.template-page-landingpage-winter .whats-included-modal .video_block, body.template-page-get-started .whats-included-modal .video_block, body.template-page-get-started-sr .whats-included-modal .video_block, body.template-page-get-started-classic .whats-included-modal .video_block, body.template-page-get-started-new .whats-included-modal .video_block, body.template-page-get-started-v1 .whats-included-modal .video_block, body.template-page-simple .whats-included-modal .video_block, body.template-page-essential .whats-included-modal .video_block, body.template-page-rapid-results-max-details .whats-included-modal .video_block, body.template-page-max-up .whats-included-modal .video_block {
    position: relative;
    padding-bottom: 57%;
    height: 0; }
    body.template-page-plans-and-pricing .whats-included-modal .video_block iframe, body.template-page-landingpage .whats-included-modal .video_block iframe, body.template-page-landingpage-winter .whats-included-modal .video_block iframe, body.template-page-get-started .whats-included-modal .video_block iframe, body.template-page-get-started-sr .whats-included-modal .video_block iframe, body.template-page-get-started-classic .whats-included-modal .video_block iframe, body.template-page-get-started-new .whats-included-modal .video_block iframe, body.template-page-get-started-v1 .whats-included-modal .video_block iframe, body.template-page-simple .whats-included-modal .video_block iframe, body.template-page-essential .whats-included-modal .video_block iframe, body.template-page-rapid-results-max-details .whats-included-modal .video_block iframe, body.template-page-max-up .whats-included-modal .video_block iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 34.375em) {
    body.template-page-plans-and-pricing .whats-included-modal .col-sm-7, body.template-page-landingpage .whats-included-modal .col-sm-7, body.template-page-landingpage-winter .whats-included-modal .col-sm-7, body.template-page-get-started .whats-included-modal .col-sm-7, body.template-page-get-started-sr .whats-included-modal .col-sm-7, body.template-page-get-started-classic .whats-included-modal .col-sm-7, body.template-page-get-started-new .whats-included-modal .col-sm-7, body.template-page-get-started-v1 .whats-included-modal .col-sm-7, body.template-page-simple .whats-included-modal .col-sm-7, body.template-page-essential .whats-included-modal .col-sm-7, body.template-page-rapid-results-max-details .whats-included-modal .col-sm-7, body.template-page-max-up .whats-included-modal .col-sm-7 {
      padding-right: 5em; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header ul, body.template-page-landingpage .whats-included-modal .modal-header ul, body.template-page-landingpage-winter .whats-included-modal .modal-header ul, body.template-page-get-started .whats-included-modal .modal-header ul, body.template-page-get-started-sr .whats-included-modal .modal-header ul, body.template-page-get-started-classic .whats-included-modal .modal-header ul, body.template-page-get-started-new .whats-included-modal .modal-header ul, body.template-page-get-started-v1 .whats-included-modal .modal-header ul, body.template-page-simple .whats-included-modal .modal-header ul, body.template-page-essential .whats-included-modal .modal-header ul, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul, body.template-page-max-up .whats-included-modal .modal-header ul {
      margin-bottom: 15px; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header ul li, body.template-page-landingpage .whats-included-modal .modal-header ul li, body.template-page-landingpage-winter .whats-included-modal .modal-header ul li, body.template-page-get-started .whats-included-modal .modal-header ul li, body.template-page-get-started-sr .whats-included-modal .modal-header ul li, body.template-page-get-started-classic .whats-included-modal .modal-header ul li, body.template-page-get-started-new .whats-included-modal .modal-header ul li, body.template-page-get-started-v1 .whats-included-modal .modal-header ul li, body.template-page-simple .whats-included-modal .modal-header ul li, body.template-page-essential .whats-included-modal .modal-header ul li, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul li, body.template-page-max-up .whats-included-modal .modal-header ul li {
      display: inline-block;
      margin-right: 1em; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header ul li:last-child, body.template-page-landingpage .whats-included-modal .modal-header ul li:last-child, body.template-page-landingpage-winter .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-sr .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-classic .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-new .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-v1 .whats-included-modal .modal-header ul li:last-child, body.template-page-simple .whats-included-modal .modal-header ul li:last-child, body.template-page-essential .whats-included-modal .modal-header ul li:last-child, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul li:last-child, body.template-page-max-up .whats-included-modal .modal-header ul li:last-child {
      float: right;
      margin-right: 0; } }
  @media only screen and (min-width: 56.25em) {
    body.template-page-plans-and-pricing .whats-included-modal .modal-header, body.template-page-landingpage .whats-included-modal .modal-header, body.template-page-landingpage-winter .whats-included-modal .modal-header, body.template-page-get-started .whats-included-modal .modal-header, body.template-page-get-started-sr .whats-included-modal .modal-header, body.template-page-get-started-classic .whats-included-modal .modal-header, body.template-page-get-started-new .whats-included-modal .modal-header, body.template-page-get-started-v1 .whats-included-modal .modal-header, body.template-page-simple .whats-included-modal .modal-header, body.template-page-essential .whats-included-modal .modal-header, body.template-page-rapid-results-max-details .whats-included-modal .modal-header, body.template-page-max-up .whats-included-modal .modal-header {
      padding: 50px 50px 0; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-body, body.template-page-landingpage .whats-included-modal .modal-body, body.template-page-landingpage-winter .whats-included-modal .modal-body, body.template-page-get-started .whats-included-modal .modal-body, body.template-page-get-started-sr .whats-included-modal .modal-body, body.template-page-get-started-classic .whats-included-modal .modal-body, body.template-page-get-started-new .whats-included-modal .modal-body, body.template-page-get-started-v1 .whats-included-modal .modal-body, body.template-page-simple .whats-included-modal .modal-body, body.template-page-essential .whats-included-modal .modal-body, body.template-page-rapid-results-max-details .whats-included-modal .modal-body, body.template-page-max-up .whats-included-modal .modal-body {
      padding: 50px 50px; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-footer, body.template-page-landingpage .whats-included-modal .modal-footer, body.template-page-landingpage-winter .whats-included-modal .modal-footer, body.template-page-get-started .whats-included-modal .modal-footer, body.template-page-get-started-sr .whats-included-modal .modal-footer, body.template-page-get-started-classic .whats-included-modal .modal-footer, body.template-page-get-started-new .whats-included-modal .modal-footer, body.template-page-get-started-v1 .whats-included-modal .modal-footer, body.template-page-simple .whats-included-modal .modal-footer, body.template-page-essential .whats-included-modal .modal-footer, body.template-page-rapid-results-max-details .whats-included-modal .modal-footer, body.template-page-max-up .whats-included-modal .modal-footer {
      padding: 0 50px 50px; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header .close-dialog, body.template-page-landingpage .whats-included-modal .modal-header .close-dialog, body.template-page-landingpage-winter .whats-included-modal .modal-header .close-dialog, body.template-page-get-started .whats-included-modal .modal-header .close-dialog, body.template-page-get-started-sr .whats-included-modal .modal-header .close-dialog, body.template-page-get-started-classic .whats-included-modal .modal-header .close-dialog, body.template-page-get-started-new .whats-included-modal .modal-header .close-dialog, body.template-page-get-started-v1 .whats-included-modal .modal-header .close-dialog, body.template-page-simple .whats-included-modal .modal-header .close-dialog, body.template-page-essential .whats-included-modal .modal-header .close-dialog, body.template-page-rapid-results-max-details .whats-included-modal .modal-header .close-dialog, body.template-page-max-up .whats-included-modal .modal-header .close-dialog {
      height: 37px;
      width: 37px; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header h2, body.template-page-landingpage .whats-included-modal .modal-header h2, body.template-page-landingpage-winter .whats-included-modal .modal-header h2, body.template-page-get-started .whats-included-modal .modal-header h2, body.template-page-get-started-sr .whats-included-modal .modal-header h2, body.template-page-get-started-classic .whats-included-modal .modal-header h2, body.template-page-get-started-new .whats-included-modal .modal-header h2, body.template-page-get-started-v1 .whats-included-modal .modal-header h2, body.template-page-simple .whats-included-modal .modal-header h2, body.template-page-essential .whats-included-modal .modal-header h2, body.template-page-rapid-results-max-details .whats-included-modal .modal-header h2, body.template-page-max-up .whats-included-modal .modal-header h2 {
      font-size: 50px;
      margin-bottom: 0.5em; }
    body.template-page-plans-and-pricing .whats-included-modal h3, body.template-page-landingpage .whats-included-modal h3, body.template-page-landingpage-winter .whats-included-modal h3, body.template-page-get-started .whats-included-modal h3, body.template-page-get-started-sr .whats-included-modal h3, body.template-page-get-started-classic .whats-included-modal h3, body.template-page-get-started-new .whats-included-modal h3, body.template-page-get-started-v1 .whats-included-modal h3, body.template-page-simple .whats-included-modal h3, body.template-page-essential .whats-included-modal h3, body.template-page-rapid-results-max-details .whats-included-modal h3, body.template-page-max-up .whats-included-modal h3 {
      font-size: 32px; }
    body.template-page-plans-and-pricing .whats-included-modal h4, body.template-page-landingpage .whats-included-modal h4, body.template-page-landingpage-winter .whats-included-modal h4, body.template-page-get-started .whats-included-modal h4, body.template-page-get-started-sr .whats-included-modal h4, body.template-page-get-started-classic .whats-included-modal h4, body.template-page-get-started-new .whats-included-modal h4, body.template-page-get-started-v1 .whats-included-modal h4, body.template-page-simple .whats-included-modal h4, body.template-page-essential .whats-included-modal h4, body.template-page-rapid-results-max-details .whats-included-modal h4, body.template-page-max-up .whats-included-modal h4 {
      font-size: 22px;
      line-height: 1; }
    body.template-page-plans-and-pricing .whats-included-modal h5, body.template-page-landingpage .whats-included-modal h5, body.template-page-landingpage-winter .whats-included-modal h5, body.template-page-get-started .whats-included-modal h5, body.template-page-get-started-sr .whats-included-modal h5, body.template-page-get-started-classic .whats-included-modal h5, body.template-page-get-started-new .whats-included-modal h5, body.template-page-get-started-v1 .whats-included-modal h5, body.template-page-simple .whats-included-modal h5, body.template-page-essential .whats-included-modal h5, body.template-page-rapid-results-max-details .whats-included-modal h5, body.template-page-max-up .whats-included-modal h5 {
      font-size: 18px; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header ul li, body.template-page-landingpage .whats-included-modal .modal-header ul li, body.template-page-landingpage-winter .whats-included-modal .modal-header ul li, body.template-page-get-started .whats-included-modal .modal-header ul li, body.template-page-get-started-sr .whats-included-modal .modal-header ul li, body.template-page-get-started-classic .whats-included-modal .modal-header ul li, body.template-page-get-started-new .whats-included-modal .modal-header ul li, body.template-page-get-started-v1 .whats-included-modal .modal-header ul li, body.template-page-simple .whats-included-modal .modal-header ul li, body.template-page-essential .whats-included-modal .modal-header ul li, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul li, body.template-page-max-up .whats-included-modal .modal-header ul li {
      margin-right: 2em;
      line-height: 20px; }
    body.template-page-plans-and-pricing .whats-included-modal .modal-header ul li:last-child, body.template-page-landingpage .whats-included-modal .modal-header ul li:last-child, body.template-page-landingpage-winter .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-sr .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-classic .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-new .whats-included-modal .modal-header ul li:last-child, body.template-page-get-started-v1 .whats-included-modal .modal-header ul li:last-child, body.template-page-simple .whats-included-modal .modal-header ul li:last-child, body.template-page-essential .whats-included-modal .modal-header ul li:last-child, body.template-page-rapid-results-max-details .whats-included-modal .modal-header ul li:last-child, body.template-page-max-up .whats-included-modal .modal-header ul li:last-child {
      margin-right: 0; }
    body.template-page-plans-and-pricing .whats-included-modal .menu_details, body.template-page-landingpage .whats-included-modal .menu_details, body.template-page-landingpage-winter .whats-included-modal .menu_details, body.template-page-get-started .whats-included-modal .menu_details, body.template-page-get-started-sr .whats-included-modal .menu_details, body.template-page-get-started-classic .whats-included-modal .menu_details, body.template-page-get-started-new .whats-included-modal .menu_details, body.template-page-get-started-v1 .whats-included-modal .menu_details, body.template-page-simple .whats-included-modal .menu_details, body.template-page-essential .whats-included-modal .menu_details, body.template-page-rapid-results-max-details .whats-included-modal .menu_details, body.template-page-max-up .whats-included-modal .menu_details {
      margin-top: 20px; } }
  body.template-page-plans-and-pricing .check-icon, body.template-page-landingpage .check-icon, body.template-page-landingpage-winter .check-icon, body.template-page-get-started .check-icon, body.template-page-get-started-sr .check-icon, body.template-page-get-started-classic .check-icon, body.template-page-get-started-new .check-icon, body.template-page-get-started-v1 .check-icon, body.template-page-simple .check-icon, body.template-page-essential .check-icon, body.template-page-rapid-results-max-details .check-icon, body.template-page-max-up .check-icon {
    position: relative; }
  body.template-page-plans-and-pricing .check-icon span, body.template-page-landingpage .check-icon span, body.template-page-landingpage-winter .check-icon span, body.template-page-get-started .check-icon span, body.template-page-get-started-sr .check-icon span, body.template-page-get-started-classic .check-icon span, body.template-page-get-started-new .check-icon span, body.template-page-get-started-v1 .check-icon span, body.template-page-simple .check-icon span, body.template-page-essential .check-icon span, body.template-page-rapid-results-max-details .check-icon span, body.template-page-max-up .check-icon span {
    position: absolute;
    width: 75px;
    font-size: 11px;
    left: -63px;
    top: -9px;
    line-height: 16px;
    color: #445562; }
    @media only screen and (min-width: 34.375em) {
      body.template-page-plans-and-pricing .check-icon span, body.template-page-landingpage .check-icon span, body.template-page-landingpage-winter .check-icon span, body.template-page-get-started .check-icon span, body.template-page-get-started-sr .check-icon span, body.template-page-get-started-classic .check-icon span, body.template-page-get-started-new .check-icon span, body.template-page-get-started-v1 .check-icon span, body.template-page-simple .check-icon span, body.template-page-essential .check-icon span, body.template-page-rapid-results-max-details .check-icon span, body.template-page-max-up .check-icon span {
        left: 34px; } }
    @media only screen and (min-width: 56.25em) {
      body.template-page-plans-and-pricing .check-icon span, body.template-page-landingpage .check-icon span, body.template-page-landingpage-winter .check-icon span, body.template-page-get-started .check-icon span, body.template-page-get-started-sr .check-icon span, body.template-page-get-started-classic .check-icon span, body.template-page-get-started-new .check-icon span, body.template-page-get-started-v1 .check-icon span, body.template-page-simple .check-icon span, body.template-page-essential .check-icon span, body.template-page-rapid-results-max-details .check-icon span, body.template-page-max-up .check-icon span {
        position: absolute;
        width: 75px;
        font-size: 12px;
        left: 30px;
        top: -9px;
        line-height: 16px; } }
    @media only screen and (min-width: 62.5em) {
      body.template-page-plans-and-pricing .check-icon span, body.template-page-landingpage .check-icon span, body.template-page-landingpage-winter .check-icon span, body.template-page-get-started .check-icon span, body.template-page-get-started-sr .check-icon span, body.template-page-get-started-classic .check-icon span, body.template-page-get-started-new .check-icon span, body.template-page-get-started-v1 .check-icon span, body.template-page-simple .check-icon span, body.template-page-essential .check-icon span, body.template-page-rapid-results-max-details .check-icon span, body.template-page-max-up .check-icon span {
        left: 37px;
        width: 100px;
        top: -2px; } }
  body.template-page-plans-and-pricing .menu_order_list a.menu_triger, body.template-page-landingpage .menu_order_list a.menu_triger, body.template-page-landingpage-winter .menu_order_list a.menu_triger, body.template-page-get-started .menu_order_list a.menu_triger, body.template-page-get-started-sr .menu_order_list a.menu_triger, body.template-page-get-started-classic .menu_order_list a.menu_triger, body.template-page-get-started-new .menu_order_list a.menu_triger, body.template-page-get-started-v1 .menu_order_list a.menu_triger, body.template-page-simple .menu_order_list a.menu_triger, body.template-page-essential .menu_order_list a.menu_triger, body.template-page-rapid-results-max-details .menu_order_list a.menu_triger, body.template-page-max-up .menu_order_list a.menu_triger {
    color: #445562;
    text-decoration: underline;
    font-weight: normal;
    display: block; }
    body.template-page-plans-and-pricing .menu_order_list a.menu_triger.error, body.template-page-landingpage .menu_order_list a.menu_triger.error, body.template-page-landingpage-winter .menu_order_list a.menu_triger.error, body.template-page-get-started .menu_order_list a.menu_triger.error, body.template-page-get-started-sr .menu_order_list a.menu_triger.error, body.template-page-get-started-classic .menu_order_list a.menu_triger.error, body.template-page-get-started-new .menu_order_list a.menu_triger.error, body.template-page-get-started-v1 .menu_order_list a.menu_triger.error, body.template-page-simple .menu_order_list a.menu_triger.error, body.template-page-essential .menu_order_list a.menu_triger.error, body.template-page-rapid-results-max-details .menu_order_list a.menu_triger.error, body.template-page-max-up .menu_order_list a.menu_triger.error {
      color: red; }
  body.template-page-plans-and-pricing .menu_order_list ul, body.template-page-landingpage .menu_order_list ul, body.template-page-landingpage-winter .menu_order_list ul, body.template-page-get-started .menu_order_list ul, body.template-page-get-started-sr .menu_order_list ul, body.template-page-get-started-classic .menu_order_list ul, body.template-page-get-started-new .menu_order_list ul, body.template-page-get-started-v1 .menu_order_list ul, body.template-page-simple .menu_order_list ul, body.template-page-essential .menu_order_list ul, body.template-page-rapid-results-max-details .menu_order_list ul, body.template-page-max-up .menu_order_list ul {
    list-style: none;
    text-align: left;
    color: #445562; }
    body.template-page-plans-and-pricing .menu_order_list ul.show, body.template-page-landingpage .menu_order_list ul.show, body.template-page-landingpage-winter .menu_order_list ul.show, body.template-page-get-started .menu_order_list ul.show, body.template-page-get-started-sr .menu_order_list ul.show, body.template-page-get-started-classic .menu_order_list ul.show, body.template-page-get-started-new .menu_order_list ul.show, body.template-page-get-started-v1 .menu_order_list ul.show, body.template-page-simple .menu_order_list ul.show, body.template-page-essential .menu_order_list ul.show, body.template-page-rapid-results-max-details .menu_order_list ul.show, body.template-page-max-up .menu_order_list ul.show {
      display: inline-block; }
    body.template-page-plans-and-pricing .menu_order_list ul li, body.template-page-landingpage .menu_order_list ul li, body.template-page-landingpage-winter .menu_order_list ul li, body.template-page-get-started .menu_order_list ul li, body.template-page-get-started-sr .menu_order_list ul li, body.template-page-get-started-classic .menu_order_list ul li, body.template-page-get-started-new .menu_order_list ul li, body.template-page-get-started-v1 .menu_order_list ul li, body.template-page-simple .menu_order_list ul li, body.template-page-essential .menu_order_list ul li, body.template-page-rapid-results-max-details .menu_order_list ul li, body.template-page-max-up .menu_order_list ul li {
      margin-top: 5px !important; }
  body.template-page-plans-and-pricing .iziToast, body.template-page-landingpage .iziToast, body.template-page-landingpage-winter .iziToast, body.template-page-get-started .iziToast, body.template-page-get-started-sr .iziToast, body.template-page-get-started-classic .iziToast, body.template-page-get-started-new .iziToast, body.template-page-get-started-v1 .iziToast, body.template-page-simple .iziToast, body.template-page-essential .iziToast, body.template-page-rapid-results-max-details .iziToast, body.template-page-max-up .iziToast {
    max-width: 900px;
    background: #fff;
    border-radius: 0px;
    padding: 0; }
    body.template-page-plans-and-pricing .iziToast .iziToast-body, body.template-page-landingpage .iziToast .iziToast-body, body.template-page-landingpage-winter .iziToast .iziToast-body, body.template-page-get-started .iziToast .iziToast-body, body.template-page-get-started-sr .iziToast .iziToast-body, body.template-page-get-started-classic .iziToast .iziToast-body, body.template-page-get-started-new .iziToast .iziToast-body, body.template-page-get-started-v1 .iziToast .iziToast-body, body.template-page-simple .iziToast .iziToast-body, body.template-page-essential .iziToast .iziToast-body, body.template-page-rapid-results-max-details .iziToast .iziToast-body, body.template-page-max-up .iziToast .iziToast-body {
      margin: 0;
      padding: 0; }
    body.template-page-plans-and-pricing .iziToast .iziToast-texts, body.template-page-landingpage .iziToast .iziToast-texts, body.template-page-landingpage-winter .iziToast .iziToast-texts, body.template-page-get-started .iziToast .iziToast-texts, body.template-page-get-started-sr .iziToast .iziToast-texts, body.template-page-get-started-classic .iziToast .iziToast-texts, body.template-page-get-started-new .iziToast .iziToast-texts, body.template-page-get-started-v1 .iziToast .iziToast-texts, body.template-page-simple .iziToast .iziToast-texts, body.template-page-essential .iziToast .iziToast-texts, body.template-page-rapid-results-max-details .iziToast .iziToast-texts, body.template-page-max-up .iziToast .iziToast-texts {
      margin: 0;
      padding: 0; }
    body.template-page-plans-and-pricing .iziToast .iziToast-close, body.template-page-landingpage .iziToast .iziToast-close, body.template-page-landingpage-winter .iziToast .iziToast-close, body.template-page-get-started .iziToast .iziToast-close, body.template-page-get-started-sr .iziToast .iziToast-close, body.template-page-get-started-classic .iziToast .iziToast-close, body.template-page-get-started-new .iziToast .iziToast-close, body.template-page-get-started-v1 .iziToast .iziToast-close, body.template-page-simple .iziToast .iziToast-close, body.template-page-essential .iziToast .iziToast-close, body.template-page-rapid-results-max-details .iziToast .iziToast-close, body.template-page-max-up .iziToast .iziToast-close {
      background: url("close.png") no-repeat center;
      height: 21px;
      width: 20px;
      top: 20px;
      right: 30px;
      opacity: 1; }
      @media only screen and (min-width: 56.25em) {
        body.template-page-plans-and-pricing .iziToast .iziToast-close, body.template-page-landingpage .iziToast .iziToast-close, body.template-page-landingpage-winter .iziToast .iziToast-close, body.template-page-get-started .iziToast .iziToast-close, body.template-page-get-started-sr .iziToast .iziToast-close, body.template-page-get-started-classic .iziToast .iziToast-close, body.template-page-get-started-new .iziToast .iziToast-close, body.template-page-get-started-v1 .iziToast .iziToast-close, body.template-page-simple .iziToast .iziToast-close, body.template-page-essential .iziToast .iziToast-close, body.template-page-rapid-results-max-details .iziToast .iziToast-close, body.template-page-max-up .iziToast .iziToast-close {
          height: 47px;
          width: 47px; } }
  body.template-page-plans-and-pricing .iziToast-wrapper, body.template-page-landingpage .iziToast-wrapper, body.template-page-landingpage-winter .iziToast-wrapper, body.template-page-get-started .iziToast-wrapper, body.template-page-get-started-sr .iziToast-wrapper, body.template-page-get-started-classic .iziToast-wrapper, body.template-page-get-started-new .iziToast-wrapper, body.template-page-get-started-v1 .iziToast-wrapper, body.template-page-simple .iziToast-wrapper, body.template-page-essential .iziToast-wrapper, body.template-page-rapid-results-max-details .iziToast-wrapper, body.template-page-max-up .iziToast-wrapper {
    overflow: auto;
    pointer-events: all; }
  body.template-page-plans-and-pricing .iziToast-wrapper-topCenter, body.template-page-plans-and-pricing .iziToast-wrapper-center, body.template-page-landingpage .iziToast-wrapper-topCenter, body.template-page-landingpage .iziToast-wrapper-center, body.template-page-landingpage-winter .iziToast-wrapper-topCenter, body.template-page-landingpage-winter .iziToast-wrapper-center, body.template-page-get-started .iziToast-wrapper-topCenter, body.template-page-get-started .iziToast-wrapper-center, body.template-page-get-started-sr .iziToast-wrapper-topCenter, body.template-page-get-started-sr .iziToast-wrapper-center, body.template-page-get-started-classic .iziToast-wrapper-topCenter, body.template-page-get-started-classic .iziToast-wrapper-center, body.template-page-get-started-new .iziToast-wrapper-topCenter, body.template-page-get-started-new .iziToast-wrapper-center, body.template-page-get-started-v1 .iziToast-wrapper-topCenter, body.template-page-get-started-v1 .iziToast-wrapper-center, body.template-page-simple .iziToast-wrapper-topCenter, body.template-page-simple .iziToast-wrapper-center, body.template-page-essential .iziToast-wrapper-topCenter, body.template-page-essential .iziToast-wrapper-center, body.template-page-rapid-results-max-details .iziToast-wrapper-topCenter, body.template-page-rapid-results-max-details .iziToast-wrapper-center, body.template-page-max-up .iziToast-wrapper-topCenter, body.template-page-max-up .iziToast-wrapper-center {
    overflow-y: auto;
    overflow-x: hidden; }
  body.template-page-plans-and-pricing .popup_open .iziToast-wrapper-topCenter, body.template-page-plans-and-pricing .popup_open .iziToast-wrapper-center, body.template-page-landingpage .popup_open .iziToast-wrapper-topCenter, body.template-page-landingpage .popup_open .iziToast-wrapper-center, body.template-page-landingpage-winter .popup_open .iziToast-wrapper-topCenter, body.template-page-landingpage-winter .popup_open .iziToast-wrapper-center, body.template-page-get-started .popup_open .iziToast-wrapper-topCenter, body.template-page-get-started .popup_open .iziToast-wrapper-center, body.template-page-get-started-sr .popup_open .iziToast-wrapper-topCenter, body.template-page-get-started-sr .popup_open .iziToast-wrapper-center, body.template-page-get-started-classic .popup_open .iziToast-wrapper-topCenter, body.template-page-get-started-classic .popup_open .iziToast-wrapper-center, body.template-page-get-started-new .popup_open .iziToast-wrapper-topCenter, body.template-page-get-started-new .popup_open .iziToast-wrapper-center, body.template-page-get-started-v1 .popup_open .iziToast-wrapper-topCenter, body.template-page-get-started-v1 .popup_open .iziToast-wrapper-center, body.template-page-simple .popup_open .iziToast-wrapper-topCenter, body.template-page-simple .popup_open .iziToast-wrapper-center, body.template-page-essential .popup_open .iziToast-wrapper-topCenter, body.template-page-essential .popup_open .iziToast-wrapper-center, body.template-page-rapid-results-max-details .popup_open .iziToast-wrapper-topCenter, body.template-page-rapid-results-max-details .popup_open .iziToast-wrapper-center, body.template-page-max-up .popup_open .iziToast-wrapper-topCenter, body.template-page-max-up .popup_open .iziToast-wrapper-center {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden; }

@media only screen and (max-width: 34.365em) {
  tr.visible-xs {
    display: table-row !important; } }
.instant-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: white;
  left: 50%;
  height: calc(100% - var(--header-height-mobile));
  opacity: 1;
  overflow: auto;
  position: fixed !important;
  top: var(--header-height-mobile);
  -ms-transition: transform 0.25s ease, opacity 0.25s ease;
  -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 100%;
  z-index: 100;
  pointer-events: all;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06); }
  @media only screen and (min-width: 56.25em) {
    .instant-search {
      height: auto;
      max-height: calc(100% - var(--header-height));
      top: var(--header-height);
      width: calc(100% - 4rem); } }
  .instant-search:not(.active) {
    -ms-transform: translate(-50%, -10px);
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    opacity: 0;
    pointer-events: none; }
  .instant-search.loading .instant-search__block,
  .instant-search.loading .instant-search__aside {
    pointer-events: none; }

.instant-search__block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 2rem; }
  .instant-search__block.instant-search__block--products {
    min-height: 200px; }
  .instant-search__block.instant-search__block--pages {
    border-left: 1px solid var(--color-border); }
  .instant-search__block:last-child {
    padding-bottom: 4rem; }
    @supports (padding: max(0px)) {
      .instant-search__block:last-child {
        padding-bottom: max(4rem, env(safe-area-inset-bottom)); } }
  @media only screen and (min-width: 56.25em) {
    .instant-search__block {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 65%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 65%;
      -ms-flex: 1 1 65%;
      flex: 1 1 65%;
      padding: 4rem; } }
  .instant-search__block + .instant-search__block {
    padding-top: 0; }

.instant-search__aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 56.25em) {
    .instant-search__aside {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      margin-left: 1rem;
      padding-bottom: 2rem; } }

.instant-search__view-all {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #f9f9f9;
  bottom: 0;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: var(--font-body-weight-bold);
  margin-top: 2rem;
  order: 2;
  padding: 2rem 1rem;
  position: sticky;
  text-transform: uppercase;
  top: auto;
  width: calc(100% + 2rem); }
  @media only screen and (min-width: 56.25em) {
    .instant-search__view-all {
      margin-bottom: 0;
      order: 2;
      position: initial; } }
  .instant-search__view-all a {
    color: inherit; }
  .instant-search__view-all .icon {
    font-size: 0.5em; }

.instant-search__key {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 3rem;
  padding-bottom: 1rem; }

.instant-search__key-view-all {
  color: var(--color-primary);
  margin-left: auto;
  text-decoration: underline !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .instant-search__key-view-all.btn.btn--text, .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.instant-search__key-view-all.btn.btn--text {
    text-align: right;
    color: var(--color-primary);
    font-weight: var(--font-body-weight-bold);
    text-transform: uppercase;
    padding: 0; }
    .instant-search__key-view-all.btn.btn--text .icon, .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.instant-search__key-view-all.btn.btn--text .icon {
      margin-left: 1em; }

.instant-search__key-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.instant-search__key-count {
  margin-left: 0.25rem;
  opacity: 0.5; }

@media only screen and (min-width: 56.25em) {
  .instant-search__block--products .instant-search__values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.instant-search__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 56.24em) {
    .instant-search__product:nth-child(n + 4) {
      display: none; } }
  @media only screen and (min-width: 56.25em) {
    .instant-search__product {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 1rem 1rem 2rem; } }
  @media only screen and (min-width: 62.5em) {
    .instant-search__product {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.3%;
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%;
      max-width: 33.3%; } }

.instant-search__block--products {
  min-height: 200px; }

.instant-search__product-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase; }

.instant-search__product-pacakge-size {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  margin-top: 0.2rem; }

.instant-search__product-image-wrapper {
  height: 90px;
  padding: 0.2rem;
  width: 90px;
  position: relative; }
  .instant-search__product-image-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    position: relative; }
    .instant-search__product-image-wrapper img img {
      position: absolute;
      top: 0;
      left: 0; }

.instant-search__product-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin-left: 2rem;
  overflow: hidden;
  min-height: 90px; }

.instant-search__product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-weight: var(--font-body-weight-bold); }
  .instant-search__product-price > *:first-child {
    border-top: 1px solid var(--color-border);
    padding-top: 0.75em;
    margin-top: 1em; }
  .instant-search__product-price s {
    color: var(--color-body-text);
    font-family: var(--font-body);
    font-size: 0.9rem; }
  .instant-search__product-price > span + span {
    margin-left: 0.3rem; }
  .instant-search__product-price.instant-search__product-price--sale {
    color: var(--color-product-sale-text); }

.instant-search__item-title strong {
  color: var(--color-primary); }

.instant-search__faq,
.instant-search__page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .instant-search__faq:not(:last-child),
  .instant-search__page:not(:last-child) {
    padding-bottom: 1rem; }

.instant-search__item-image-wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 46px;
  height: 46px;
  margin-right: 1em; }
  .instant-search__item-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"; }

/*================ Chat Page ================*/
.onboarding-quiz .hero-banner--onboarding-quiz {
  position: relative;
  z-index: 1; }
  .onboarding-quiz .hero-banner--onboarding-quiz .onboarding-quiz__btn {
    position: absolute;
    top: 1rem;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    z-index: 3;
    width: 90%; }
    @media only screen and (min-width: 56.25em) {
      .onboarding-quiz .hero-banner--onboarding-quiz .onboarding-quiz__btn {
        width: auto;
        top: 2rem; } }
.onboarding-quiz .onboarding-quiz__container {
  position: relative;
  min-height: 90vh;
  opacity: 0;
  visibility: hidden;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  margin-bottom: 50vh; }
  .onboarding-quiz .onboarding-quiz__container.active {
    opacity: 1;
    visibility: visible; }
.onboarding-quiz .onboarding-quiz__header {
  padding: 1rem 0 0;
  background: var(--color-body);
  position: -webkit-sticky ;
  position: sticky ;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  @media only screen and (max-width: 34.365em) {
    .onboarding-quiz .onboarding-quiz__header {
      margin: 0; } }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz .onboarding-quiz__header {
      padding: 2rem 0 0;
      padding-top: 0;
      margin-top: 2rem; } }
.onboarding-quiz .onboarding-quiz__header-inner {
  max-width: 100%;
  margin: 0; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz .onboarding-quiz__header-inner {
      padding: 2rem; } }
.onboarding-quiz .onboarding-quiz__body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-box-align: end;
  -ms-grid-row-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  max-width: 1000px;
  margin: 0 auto;
  position: -webkit-sticky ;
  position: sticky ;
  width: 100%;
  top: 300px;
  left: 0; }
  @media only screen and (max-width: 34.365em) {
    .onboarding-quiz .onboarding-quiz__body {
      margin-bottom: 40vh; } }
.onboarding-quiz .onboarding-quiz__body-inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-box-align: end;
  -ms-grid-row-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -ms-transition: height 0.25s ease;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease; }
.onboarding-quiz .chat-window {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 1rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz .chat-window {
      padding: 0; } }
.onboarding-quiz .onboarding-quiz__footer {
  padding-bottom: 2rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz .onboarding-quiz__footer {
      margin-top: 4rem; } }
  .onboarding-quiz .onboarding-quiz__footer .simple-accordion__title {
    margin-bottom: 1rem; }
  .onboarding-quiz .onboarding-quiz__footer .onboarding-quiz-footer__title {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem; }
  .onboarding-quiz .onboarding-quiz__footer .onboarding-quiz-footer__text {
    text-align: left; }

.onboarding-quiz__body.expand {
  height: auto; }
  .onboarding-quiz__body.expand .onboarding-quiz__body-inner {
    height: auto; }
  .onboarding-quiz__body.expand .chat-window {
    padding-top: 4rem;
    height: auto; }

.onboarding-quiz__header .onboarding-quiz__title {
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__header .onboarding-quiz__title {
      text-align: left; } }
.onboarding-quiz__header .onboarding-quiz__logo .onboarding-quiz__btn {
  position: relative;
  top: auto;
  left: auto;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  margin-bottom: 1rem; }
.onboarding-quiz__header .onboarding-quiz__logo .logo-brand {
  font-size: 4.25rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__header .onboarding-quiz__logo .logo-brand {
      margin-bottom: 0.8rem; } }
.onboarding-quiz__header .onboarding-quiz__btn {
  margin: 0 auto;
  margin-bottom: 0.8rem;
  display: block; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__header .onboarding-quiz__btn {
      margin: 0 auto; } }
.onboarding-quiz__header .progress-bar-wrapper {
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  background: #ebedef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__header .progress-bar-wrapper {
      margin-bottom: 2rem; } }
  .onboarding-quiz__header .progress-bar-wrapper .progress-bar {
    background: var(--color-primary);
    height: 10px;
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 1%;
    -ms-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    max-width: 100%; }
  .onboarding-quiz__header .progress-bar-wrapper .chat-view-more__btn {
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 100%;
    height: 100px;
    text-align: center;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: -ms-linear-gradient(bottom, var(--color-body) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, var(--color-body) 0%, rgba(255, 255, 255, 0) 100%); }
    .onboarding-quiz__header .progress-bar-wrapper .chat-view-more__btn .chat-view-more__btn-text {
      display: block;
      padding-top: 0.5rem; }
.onboarding-quiz__header .progress-count {
  text-align: center;
  font-size: 1.1rem;
  color: var(--color-primary);
  margin-bottom: 1rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__header .progress-count {
      margin: 0;
      text-align: right; } }

.onboarding-quiz__body .chat-item [data-units="kg"] ~ .note.note--error {
  background: var(--color-primary);
  border-color: var(--color-primary); }
  .onboarding-quiz__body .chat-item [data-units="kg"] ~ .note.note--error a {
    color: var(--color-body-text-inverse); }
.onboarding-quiz__body .chat-item-responses {
  margin-bottom: 0.5rem; }
.onboarding-quiz__body .chat-item .card {
  padding: 1rem;
  position: relative;
  margin-bottom: 0; }
  .onboarding-quiz__body .chat-item .card span, .onboarding-quiz__body .chat-item .card .chat-item__title, .onboarding-quiz__body .chat-item .card div {
    z-index: 2; }
  .onboarding-quiz__body .chat-item .card .note {
    max-width: 320px; }
.onboarding-quiz__body .chat-item .card.card--animated {
  background: none;
  box-shadow: none;
  min-width: 100px;
  min-height: 50px; }
  .onboarding-quiz__body .chat-item .card.card--animated::after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: var(--color-body-text-inverse);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 100%;
    -ms-transition: width 0.45s ease, height 0.45s ease;
    -webkit-transition: width 0.45s ease, height 0.45s ease;
    transition: width 0.45s ease, height 0.45s ease; }
.onboarding-quiz__body .chat-item.chat-item--wide .card {
  padding: 2rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__body .chat-item.chat-item--wide .card {
      padding: 2rem; } }
.onboarding-quiz__body .chat-item .loading-wave {
  opacity: 0;
  z-index: 2; }
.onboarding-quiz__body .chat-item.loading .chat-item-text {
  opacity: 0; }
.onboarding-quiz__body .chat-item.loading .card.card--animated::after {
  width: 90px;
  height: 50px;
  -ms-transition: width 0.45s cubic-bezier(0,.59,.25,1), height 0.45s cubic-bezier(0,.59,.25,1);
  -webkit-transition: width 0.45s cubic-bezier(0,.59,.25,1), height 0.45s cubic-bezier(0,.59,.25,1);
  transition: width 0.45s cubic-bezier(0,.59,.25,1), height 0.45s cubic-bezier(0,.59,.25,1); }
.onboarding-quiz__body .chat-item.loading .loading-wave {
  opacity: 1; }
.onboarding-quiz__body .chat-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 62.5em) {
    .onboarding-quiz__body .chat-item-wrapper {
      margin-bottom: 0.25rem; } }
  .onboarding-quiz__body .chat-item-wrapper .chat-item {
    max-width: 400px;
    margin: 0 auto;
    width: calc(90vw - (45px + 0.5rem)); }
    @media only screen and (min-width: 56.25em) {
      .onboarding-quiz__body .chat-item-wrapper .chat-item {
        min-width: 350px;
        width: auto; } }
  .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--input {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--input .chat-item {
      max-width: 400px;
      margin: 0;
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      min-width: calc(90vw - (45px + 0.5rem)); }
      @media only screen and (min-width: 56.25em) {
        .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--input .chat-item {
          min-width: 350px; } }
  .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--response {
    margin-bottom: 0.5rem; }
  .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--question {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--question .chat-item {
      margin: 0;
      max-width: 500px; }
    .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--question .chat-item--message.loading {
      min-width: 0; }
  .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--success .chat-item__title {
    margin: 0;
    margin-top: 1rem; }
  .onboarding-quiz__body .chat-item-wrapper.chat-item-wrapper--success .btn {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    margin-top: 1rem; }
.onboarding-quiz__body .chat-thumbnail {
  width: 45px;
  height: 45px;
  margin-right: 1rem;
  background: var(--color-primary);
  border-radius: 50%;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__body .chat-thumbnail {
      width: 60px;
      height: 60px; } }
  .onboarding-quiz__body .chat-thumbnail svg {
    width: 100%;
    height: 100%; }
.onboarding-quiz__body .chat-item--message strong {
  display: block; }
.onboarding-quiz__body .chat-item__subtext {
  font-size: 0.8rem;
  padding: 0.5rem; }
.onboarding-quiz__body input:checked + .card-input-radio .icon {
  color: var(--color-primary); }
.onboarding-quiz__body .chat-item__radio-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .onboarding-quiz__body .chat-item__radio-input .icon {
    margin: auto;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--color-border); }

.card-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 45px;
  z-index: 2;
  min-width: 50px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loading-wave {
  position: relative;
  text-align: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .loading-wave .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    background: var(--color-border);
    -moz-animation: wave 1.3s linear infinite;
    -o-animation: wave 1.3s linear infinite;
    -webkit-animation: wave 1.3s linear infinite;
    animation: wave 1.3s linear infinite; }
    .loading-wave .dot:nth-child(2) {
      -moz-animation: wave 1.3s linear -1.1s infinite;
      -o-animation: wave 1.3s linear -1.1s infinite;
      -webkit-animation: wave 1.3s linear -1.1s infinite;
      animation: wave 1.3s linear -1.1s infinite; }
    .loading-wave .dot:nth-child(3) {
      -moz-animation: wave 1.3s linear -0.9s infinite;
      -o-animation: wave 1.3s linear -0.9s infinite;
      -webkit-animation: wave 1.3s linear -0.9s infinite;
      animation: wave 1.3s linear -0.9s infinite; }

/*================ chat animations ================*/
.chat-fade-up--question .chat-thumbnail {
  opacity: 0;
  visibility: hidden; }
.chat-fade-up--question .card {
  opacity: 0;
  visibility: hidden; }

.chat-fade-up--input .card {
  opacity: 0;
  visibility: hidden; }
.chat-fade-up--input .chat-item__subtext {
  opacity: 0; }

.chat-group.active .chat-fade-up--question .chat-thumbnail {
  opacity: 0;
  visibility: hidden;
  -moz-animation: fade-up 0.25s linear forwards;
  -o-animation: fade-up 0.25s linear forwards;
  -webkit-animation: fade-up 0.25s linear forwards;
  animation: fade-up 0.25s linear forwards; }
.chat-group.active .chat-fade-up--question .card {
  opacity: 0;
  visibility: hidden;
  -ms-transition: width 0.5s ease, height 0.5s ease;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  -moz-animation: fade-up 0.5s linear 0.25s forwards;
  -o-animation: fade-up 0.5s linear 0.25s forwards;
  -webkit-animation: fade-up 0.5s linear 0.25s forwards;
  animation: fade-up 0.5s linear 0.25s forwards; }
.chat-group.active .chat-fade-up--input .card {
  opacity: 0;
  visibility: hidden;
  -ms-transition: width 0.5s ease, height 0.5s ease;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  -moz-animation: fade-up 0.25s linear 0.5s forwards;
  -o-animation: fade-up 0.25s linear 0.5s forwards;
  -webkit-animation: fade-up 0.25s linear 0.5s forwards;
  animation: fade-up 0.25s linear 0.5s forwards; }
.chat-group.active .chat-fade-up--input .chat-item__subtext {
  opacity: 0;
  visibility: hidden;
  -moz-animation: fade-up 0.25s linear 1s forwards;
  -o-animation: fade-up 0.25s linear 1s forwards;
  -webkit-animation: fade-up 0.25s linear 1s forwards;
  animation: fade-up 0.25s linear 1s forwards; }

.chat-item-fade-up {
  opacity: 0;
  visibility: hidden;
  -moz-animation: fade-up 0.25s linear forwards;
  -o-animation: fade-up 0.25s linear forwards;
  -webkit-animation: fade-up 0.25s linear forwards;
  animation: fade-up 0.25s linear forwards; }

/*================ chat modals ================*/
.onboarding-qiz-login__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.chat-item--wide {
  width: 800px;
  position: relative; }

.btn.btn-secondary:hover {
  background: var(--color-secondary) !important; }

[data-input="date"] input {
  word-spacing: -4px; }

.chat-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0; }
  .chat-list .chat-list__item {
    list-style: none;
    width: calc(50% - 0.5rem);
    position: relative; }
    .chat-list .chat-list__item .chat-item__radio-input {
      margin-left: 0; }
  .chat-list .chat-list__item--next {
    width: 100%;
    text-align: center; }
  .chat-list.chat-list--vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .chat-list.chat-list--vertical .chat-list__item {
      width: 100%;
      margin-bottom: 1rem; }
  .chat-list .chat-item__info p {
    margin-top: 0.5rem; }
  .chat-list .chat-item__value {
    position: relative; }
  .chat-list .chat-item__icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 50px;
    color: var(--color-primary);
    cursor: pointer;
    padding: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .chat-list .chat-item__icon svg {
      margin: 0;
      font-size: 0.9rem !important; }
    .chat-list .chat-item__icon.simple-accordion__title::before, .chat-list .chat-item__icon.simple-accordion__title::after {
      display: none; }

.chat-item__value.simple-accordion__title::before, .chat-item__value.simple-accordion__title::after {
  display: none; }

.input-units {
  position: absolute;
  top: 0;
  left: calc(60px + 0.5rem);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.chat-group--page-loading {
  position: absolute;
  bottom: -70px;
  left: 0; }

.input-group .note.note--error {
  position: absolute;
  bottom: -5rem;
  left: 0;
  max-width: 350px;
  margin-left: auto; }

.input-group.card > .chat-item__btn.input-group__btn {
  top: calc(50% + 0.5em);
  height: calc(100% - 1rem); }

body#order-food #shopify-section-footer {
  display: none; }

.order-food.order-food-page-loading, .order-food.loading-order-complete {
  height: calc(100vh - var(--header-height-mobile) - var(--notice-bar-height));
  overflow: hidden; }
  @media only screen and (min-width: 56.25em) {
    .order-food.order-food-page-loading, .order-food.loading-order-complete {
      height: calc(100vh - var(--header-height) - var(--notice-bar-height)); } }
  .order-food.order-food-page-loading .order-food__head,
  .order-food.order-food-page-loading .order-food__body, .order-food.loading-order-complete .order-food__head,
  .order-food.loading-order-complete .order-food__body {
    display: none; }
.order-food:not(.order-food-page-loading) .order-food__loading--page-loading {
  display: none; }
.order-food:not(.loading-order-complete) .order-food__loading--order-complete {
  display: none; }

.order-food__body {
  margin-top: 2rem; }
  .order-food__body.full-width {
    overflow: hidden; }

.order-food__head {
  margin-top: -2rem; }
  @media only screen and (min-width: 34.375em) {
    .order-food__head {
      margin-top: -4rem; } }

.order-food-recommended-menu {
  position: relative;
  min-height: 40px; }
  .order-food-recommended-menu.active {
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); }

.order-food__recommended-menu-body {
  padding: 2rem 0; }
  .order-food-recommended-menu:not(.active) .order-food__recommended-menu-body {
    display: none; }
  .order-food__recommended-menu-body p:nth-of-type(2) {
    margin: 1.33333rem 0; }

.order-food__recommended-menu-button-wrapper {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 0.5rem;
  width: 100%; }

.order-food__recommended-menu-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: var(--font-body-weight-bold);
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 0.25rem 1rem;
  border: 0 none;
  background-color: transparent; }
  .order-food__recommended-menu-button .icon {
    margin-left: 0.5rem;
    -ms-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease; }
    .order-food-recommended-menu.active .order-food__recommended-menu-button .icon {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media only screen and (min-width: 83.75em) {
    .order-food__recommended-menu-button {
      margin-right: 2rem; } }
  .order-food-recommended-menu:not(.active) .order-food__recommended-menu-button {
    background-color: white;
    border-radius: 2px;
    border: 1px solid var(--color-border); }
    @media only screen and (max-width: 83.74em) {
      .order-food-recommended-menu:not(.active) .order-food__recommended-menu-button {
        border-right: 0;
        border-radius: 2px 0 0 2px; } }
  .order-food-recommended-menu.active .order-food__recommended-menu-button span {
    opacity: 0;
    visibility: none; }

@media only screen and (min-width: 56.25em) {
  .order-food__summary {
    position: relative;
    height: 100%; } }

#zip-prod-widget .zip-container span {
  font-size: 12px; }

@media only screen and (min-width: 56.25em) {
  .order-food-summary--sticky {
    position: sticky;
    top: calc((var(--header-height) + var(--notice-bar-height)) + 2rem);
    left: 0;
    height: calc(100vh - 4rem - (var(--header-height) + var(--notice-bar-height)));
    min-height: 500px; } }

@media only screen and (min-width: 56.25em) {
  #order-summary.card__body {
    min-height: 80px; } }

.order-food-upsell {
  padding-bottom: 1rem; }

.order-food-upsell__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.order-food-upsell__title {
  font-size: 0.75em;
  font-weight: var(--font-body-weight-bold);
  margin-bottom: 0.66667rem;
  text-transform: capitalize;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.order-food-upsell__desc {
  font-size: 0.8em;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .order-food-upsell__desc li {
    list-style: inside; }

.order-food-upsell__slider-buttons {
  font-size: 0.5rem;
  border: 0 none;
  background-color: transparent; }

.order-food-upsell__slider, .extra-js-element .order-food-upsell__block {
  border: 1px solid var(--color-border);
  border-radius: 2px; }

.extra-js-element .slider-view__track {
  padding: 10px; }
  @media only screen and (max-width: 56.24em) {
    .extra-js-element .slider-view__track {
      display: block; } }

.extra-js-element .order-food-upsell__block {
  display: inline-block;
  width: 49%;
  padding: 10px; }
  @media only screen and (max-width: 56.24em) {
    .extra-js-element .order-food-upsell__block {
      display: block;
      width: 100%;
      margin-bottom: 10px; } }

.extra-js-element .order-food-upsell__block:last-child {
  margin-left: 2%; }
  @media only screen and (max-width: 56.24em) {
    .extra-js-element .order-food-upsell__block:last-child {
      margin: 0; } }

.extra-js-element .order-food-upsell__product-desc {
  margin-top: 10px; }

.extra-js-element .order-food-upsell__product-details {
  padding-left: 1rem; }

.order-food-upsell__product {
  height: 100%;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.order-food-upsell__product-image-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.order-food-upsell__product-image {
  width: 100%;
  padding-bottom: 100%;
  background-color: #eceff1;
  position: relative;
  border-radius: 2px;
  overflow: hidden; }
  .order-food-upsell__product-image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.order-food-upsell__product-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0.5rem; }

.order-food-upsell__product-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.order-food-upsell__product-purchase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .order-food-upsell__product-purchase > *:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .order-food-upsell__product-purchase button ~ button {
    display: none; }

.order-food__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.order-food__menu-item {
  padding: 0.25rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 13.5%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 13.5%;
  -ms-flex: 1 1 13.5%;
  flex: 1 1 13.5%; }
  @media only screen and (min-width: 62.5em) {
    .order-food__menu-item {
      padding: 0.25rem; } }
  .order-food__menu-item[data-meal-index="-1"] {
    display: none; }
  .order-food__menu-item[data-meal-index="0"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-food__menu-item[data-meal-index="1"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-food__menu-item[data-meal-index="2"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-food__menu-item[data-meal-index="3"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-food__menu-item[data-meal-index="4"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-food__menu-item[data-meal-index="5"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-food__menu-item[data-meal-index="6"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-food__menu-item[data-meal-index="7"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-food__menu-item.bar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

@media only screen and (max-width: 62.49em) {
  .order-food__menu-item--label-day {
    margin-bottom: 0.5rem;
    -webkit-box-flex: 0 0 100%/7;
    -webkit-flex: 0 0 100%/7;
    -moz-box-flex: 0 0 100%/7;
    -moz-flex: 0 0 100%/7;
    -ms-flex: 0 0 100%/7;
    flex: 0 0 100%/7; }
    .order-food__menu-item--label-day p > span {
      display: block;
      margin-bottom: 0.125rem; }
    .order-food__menu-item--label-day p > span:last-child {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-box-align: center;
      -ms-grid-row-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      background-color: var(--color-body);
      background-color: var(--color-primary);
      border-radius: 50%;
      color: #fff;
      height: 40px;
      width: 40px; } }
@media only screen and (max-width: 34.365em) {
  .order-food__menu-item--label-day p > span:last-child {
    height: 35px;
    width: 35px; } }

@media only screen and (max-width: 62.49em) {
  [data-active-day-index="0"] .order-food__menu-item--label-day:not([data-day-index="0"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); }
  [data-active-day-index="1"] .order-food__menu-item--label-day:not([data-day-index="1"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); }
  [data-active-day-index="2"] .order-food__menu-item--label-day:not([data-day-index="2"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); }
  [data-active-day-index="3"] .order-food__menu-item--label-day:not([data-day-index="3"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); }
  [data-active-day-index="4"] .order-food__menu-item--label-day:not([data-day-index="4"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); }
  [data-active-day-index="5"] .order-food__menu-item--label-day:not([data-day-index="5"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); }
  [data-active-day-index="6"] .order-food__menu-item--label-day:not([data-day-index="6"]) p > span:last-child {
    background-color: var(--color-body);
    color: var(--color-primary); } }

@media only screen and (max-width: 62.49em) {
  [data-is-day-specific="false"][data-active-meal-index="0"] .order-food__menu-item--label-meal[data-meal-index="0"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="1"] .order-food__menu-item--label-meal[data-meal-index="1"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="2"] .order-food__menu-item--label-meal[data-meal-index="2"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="3"] .order-food__menu-item--label-meal[data-meal-index="3"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="4"] .order-food__menu-item--label-meal[data-meal-index="4"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="5"] .order-food__menu-item--label-meal[data-meal-index="5"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="6"] .order-food__menu-item--label-meal[data-meal-index="6"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; }
  [data-is-day-specific="false"][data-active-meal-index="7"] .order-food__menu-item--label-meal[data-meal-index="7"] .order-food__menu-label {
    background-color: var(--color-primary);
    border: var(--color-primary);
    color: #fff; } }

[data-active-week-index="0"] .order-food__menu-item--meal:not([data-week-index="0"]), [data-active-week-index="0"]
.order-food__shopping-list:not([data-week-index="0"]) {
  display: none; }
[data-active-week-index="1"] .order-food__menu-item--meal:not([data-week-index="1"]), [data-active-week-index="1"]
.order-food__shopping-list:not([data-week-index="1"]) {
  display: none; }
[data-active-week-index="2"] .order-food__menu-item--meal:not([data-week-index="2"]), [data-active-week-index="2"]
.order-food__shopping-list:not([data-week-index="2"]) {
  display: none; }
[data-active-week-index="3"] .order-food__menu-item--meal:not([data-week-index="3"]), [data-active-week-index="3"]
.order-food__shopping-list:not([data-week-index="3"]) {
  display: none; }
[data-active-week-index="4"] .order-food__menu-item--meal:not([data-week-index="4"]), [data-active-week-index="4"]
.order-food__shopping-list:not([data-week-index="4"]) {
  display: none; }
[data-active-week-index="5"] .order-food__menu-item--meal:not([data-week-index="5"]), [data-active-week-index="5"]
.order-food__shopping-list:not([data-week-index="5"]) {
  display: none; }
[data-active-week-index="6"] .order-food__menu-item--meal:not([data-week-index="6"]), [data-active-week-index="6"]
.order-food__shopping-list:not([data-week-index="6"]) {
  display: none; }
[data-active-week-index="7"] .order-food__menu-item--meal:not([data-week-index="7"]), [data-active-week-index="7"]
.order-food__shopping-list:not([data-week-index="7"]) {
  display: none; }

@media only screen and (max-width: 62.49em) {
  .order-food__menu-item--meal {
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 90%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%; }
    [data-is-day-specific="true"][data-active-day-index="0"] .order-food__menu-item--meal:not([data-day-index="0"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="0"] .order-food__menu-item--meal:not([data-meal-index="0"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="1"] .order-food__menu-item--meal:not([data-day-index="1"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="1"] .order-food__menu-item--meal:not([data-meal-index="1"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="2"] .order-food__menu-item--meal:not([data-day-index="2"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="2"] .order-food__menu-item--meal:not([data-meal-index="2"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="3"] .order-food__menu-item--meal:not([data-day-index="3"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="3"] .order-food__menu-item--meal:not([data-meal-index="3"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="4"] .order-food__menu-item--meal:not([data-day-index="4"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="4"] .order-food__menu-item--meal:not([data-meal-index="4"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="5"] .order-food__menu-item--meal:not([data-day-index="5"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="5"] .order-food__menu-item--meal:not([data-meal-index="5"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="6"] .order-food__menu-item--meal:not([data-day-index="6"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="6"] .order-food__menu-item--meal:not([data-meal-index="6"]) {
      display: none; }
    [data-is-day-specific="true"][data-active-day-index="7"] .order-food__menu-item--meal:not([data-day-index="7"]) {
      display: none; }
    [data-is-day-specific="false"][data-active-meal-index="7"] .order-food__menu-item--meal:not([data-meal-index="7"]) {
      display: none; } }

.order-food__menu-label {
  text-align: center;
  color: var(--color-primary);
  font-size: 0.8em;
  text-transform: capitalize;
  letter-spacing: 0.1em; }

.order-food__menu-item--label-day {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 2.25rem; }
  @media only screen and (min-width: 62.5em) {
    .order-food__menu-item--label-day .order-food__menu-label {
      background-color: var(--color-body);
      border-radius: 2px 2px 0 0;
      border: 1px solid var(--color-border);
      height: 100%;
      padding: 0.5rem;
      width: 100%; } }
  @media only screen and (min-width: 62.5em) {
    .order-food__menu-item--label-day {
      height: 2rem;
      position: relative; }
      .order-food__menu-item--label-day p {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.order-food__menu-item--label-meal,
.order-food__menu-item--spacer {
  position: relative; }
  .order-food__menu-item--label-meal p,
  .order-food__menu-item--spacer p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.order-food__menu-item--label-meal .order-food__menu-label,
.order-food__menu-item--spacer .order-food__menu-label {
  background-color: var(--color-body);
  border-radius: 2px 2px 0 0;
  border: 1px solid var(--color-border);
  height: 100%;
  padding: 0.5rem;
  width: 100%; }

.order-food__menu-item--spacer,
.order-food__menu-item--label-meal {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%; }
  @media only screen and (min-width: 62.5em) {
    .order-food__menu-item--spacer,
    .order-food__menu-item--label-meal {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 5.5%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 5.5%;
      -ms-flex: 0 0 5.5%;
      flex: 0 0 5.5%; } }
  @media only screen and (max-width: 62.49em) {
    .order-food__menu-item--spacer,
    .order-food__menu-item--label-meal {
      padding-right: 0; } }

@media only screen and (max-width: 62.49em) {
  [data-is-day-specific="true"] .order-food__menu-item--label-meal .order-food__menu-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none; } }
@media only screen and (max-width: 62.49em) {
  [data-is-day-specific="false"] .order-food__menu-item--label-meal {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    min-height: 3rem;
    cursor: pointer; }
    [data-is-day-specific="false"] .order-food__menu-item--label-meal ~ .order-food__menu-item--label-meal {
      padding-left: 0.25rem; }
    [data-is-day-specific="false"] .order-food__menu-item--label-meal .order-food__menu-label {
      border-radius: 2px; }
    [data-is-day-specific="false"] .order-food__menu-item--label-meal p {
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

.order-food__menu-item--spacer {
  opacity: 0; }
  @media only screen and (min-width: 62.5em) {
    .order-food__menu-item--spacer {
      max-width: 2.8rem; } }

.order-food__menu-item--label-meal {
  min-height: 4.5rem; }
  @media only screen and (min-width: 62.5em) {
    .order-food__menu-item--label-meal {
      max-width: 2.8rem; } }
  .order-food__menu-item--label-meal p {
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    line-height: 1em; }

.order-food__meal-plan {
  font-size: 0.9375em; }
  .order-food__meal-plan p:first-child {
    color: var(--color-primary);
    font-weight: var(--font-body-weight-bold); }
  .order-food__meal-plan p:last-child {
    text-transform: capitalize; }
  @media only screen and (max-width: 62.49em) {
    .order-food__meal-plan {
      padding-bottom: 1rem; } }

.order-food-meal .ribbon, .order-food-drawer-swap-product__image .ribbon, .order-food-drawer-product__image .ribbon, .order-food-upsell__product .ribbon {
  position: absolute;
  display: block;
  top: -3px;
  right: -3px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  z-index: 1; }
  .order-food-meal .ribbon .label, .order-food-drawer-swap-product__image .ribbon .label, .order-food-drawer-product__image .ribbon .label, .order-food-upsell__product .ribbon .label {
    font-weight: bold;
    position: relative;
    display: block;
    left: -10px;
    top: 14px;
    width: 145px;
    padding: 6px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #0081c6;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0); }

.order-food-upsell__product {
  position: relative; }
  .order-food-upsell__product .ribbon {
    top: -10px;
    right: -10px; }

.order-food-meal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border-radius: 0 2px 2px 0;
  border: 1px solid var(--color-border);
  opacity: 1;
  padding: 0.5rem;
  position: relative;
  height: 100%; }
  .order-food-meal.order-food-meal--clickable {
    cursor: pointer; }
  .order-food-meal .ribbon {
    width: 60px;
    height: 60px; }
    .order-food-meal .ribbon .label {
      left: -38px;
      top: 7px;
      width: 160px;
      padding: 5px 0;
      font-size: 9px; }
  @media only screen and (min-width: 56.25em) {
    .order-food-meal {
      padding: 1rem; } }
  @media only screen and (min-width: 62.5em) {
    .order-food-meal {
      font-size: 0.9375em;
      padding: 0.5rem;
      border-radius: 2px;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 62.49em) {
    [data-is-day-specific="true"] .order-food-meal {
      border-left: 0 none; } }
  .order-food__menu-item--ingredients-only .order-food-meal {
    background-color: var(--color-body);
    min-height: 100px; }

.order-food-meal__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-box-align: end;
  -ms-grid-row-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }
  .order-food__menu-item--ingredients-only .order-food-meal__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

.order-food-meal__information-button {
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: 0.25rem; }
  @media only screen and (min-width: 56.25em) {
    .order-food-meal__information-button {
      top: 0.5rem;
      left: 0.5rem;
      right: auto; } }
  @media only screen and (min-width: 62.5em) {
    .order-food-meal__information-button {
      top: 0.25rem;
      left: 0.25rem; } }
  .order-food-meal__information-button .btn {
    text-transform: lowercase;
    font-family: var(--font-body);
    font-size: 0.9375em; }

.order-food-meal__image {
  background-color: #eceff1;
  border-radius: 2px;
  height: 80px;
  margin-right: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 80px; }
  .order-food .order-food-meal__image {
    cursor: pointer; }
  .order-food__menu-item--skeleton .order-food-meal__image {
    animation: skeleton 1s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
  .order-food__menu-item--skeleton[data-day-index="0"] .order-food-meal__image {
    animation-delay: 0ms; }
  .order-food__menu-item--skeleton[data-day-index="1"] .order-food-meal__image {
    animation-delay: 50ms; }
  .order-food__menu-item--skeleton[data-day-index="2"] .order-food-meal__image {
    animation-delay: 100ms; }
  .order-food__menu-item--skeleton[data-day-index="3"] .order-food-meal__image {
    animation-delay: 150ms; }
  .order-food__menu-item--skeleton[data-day-index="4"] .order-food-meal__image {
    animation-delay: 200ms; }
  .order-food__menu-item--skeleton[data-day-index="5"] .order-food-meal__image {
    animation-delay: 250ms; }
  .order-food__menu-item--skeleton[data-day-index="6"] .order-food-meal__image {
    animation-delay: 300ms; }
  .order-food-meal__image > div {
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 34.375em) {
    .order-food-meal__image {
      width: 100px;
      height: 90px;
      margin-right: 1rem; } }
  @media only screen and (min-width: 62.5em) {
    .order-food-meal__image {
      width: 100%;
      height: 80px;
      margin-right: 0; } }
  @media only screen and (min-width: 83.75em) {
    .order-food-meal__image {
      height: 100px; } }
  .order-food-meal__image img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%; }

.order-food-meal__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
  text-align: left;
  width: 100%;
  font-size: 0.9375em; }
  @media only screen and (min-width: 62.5em) {
    .order-food-meal__title {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-box-align: start;
      -ms-grid-row-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; } }
  .order-food-meal__ingredients + .order-food-meal__title {
    font-weight: var(--font-body-weight-bold);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0.25rem; }

.order-food-meal__ingredients {
  margin-right: auto;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375em; }
  @media only screen and (min-width: 56.25em) {
    .order-food-meal__ingredients {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-box-align: start;
      -ms-grid-row-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
  .order-food__menu-item--ingredients-only .order-food-meal__ingredients {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.order-food-meal__swap-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .order-food-meal__image .order-food-meal__swap-button {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    border-radius: 2px; }
    .order-food-meal:hover .order-food-meal__image .order-food-meal__swap-button, .order-food-meal__image .order-food-meal__swap-button.active, .touchevents .order-food-meal__image .order-food-meal__swap-button {
      opacity: 1;
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -ms-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }

.order-food-upsell-desktop:empty,
.order-food-upsell-mobile:empty {
  display: none; }

.order-food__swap-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 1.33333rem;
  user-select: none;
  float: right; }
  .order-food__swap-options .icon {
    margin-right: 0.66667rem;
    opacity: 0.75; }
    @media only screen and (min-width: 34.375em) {
      .order-food__swap-options .icon {
        font-size: 0.6em; } }
  .order-food__swap-options .toggle-switch {
    margin-left: 1rem; }

.order-food-switch-counter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 2px;
  color: white;
  height: 1.5em;
  margin-left: 1rem;
  min-width: 3.5em;
  padding-left: 0.75em;
  padding-right: 0.75em; }
  .order-food-switch-counter > span {
    font-size: 0.75em;
    font-weight: var(--font-body-weight-bold);
    padding: 0 0.1em; }

.order-food__menu .order-food__shopping-list {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  padding: 1rem;
  margin-top: 1rem;
  order: 999;
  width: 100%; }
  .order-food__menu .order-food__shopping-list > p:first-child {
    color: var(--color-primary);
    font-weight: var(--font-body-weight-bold); }
.order-food__shopping-list ul {
  -webkit-columns: 1;
  columns: 1; }
  @media only screen and (min-width: 34.375em) {
    .order-food__shopping-list ul {
      -webkit-columns: 2;
      columns: 2; } }
  @media only screen and (min-width: 62.5em) {
    .order-food__shopping-list ul {
      -webkit-columns: 4;
      columns: 4; } }

.card-tab .order-food__menu-dropdown:not(:first-child) {
  margin-left: 1rem; }
.card-tab .order-food__menu-dropdown:not(:last-child) {
  margin-right: 1rem; }
.order-food__menu-dropdown select {
  padding-top: 0.555em;
  padding-bottom: 0.555em; }

.order-food__drawer {
  width: 700px;
  max-width: calc(100vw - 2rem); }

.order-food-drawer {
  padding: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }

.order-food-drawer__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border); }
  .order-food-drawer__head button.btn:first-child {
    margin-right: 1rem; }
  .order-food-drawer__head p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 0;
    margin-bottom: 0; }

.order-food-drawer__body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .order-food-drawer__body .card {
    height: 100%;
    overflow: auto;
    margin-bottom: 0; }

.order-food-drawer-product {
  height: auto; }
  .order-food-drawer-product.swaps-active {
    position: absolute;
    z-index: 2;
    height: 100%; }
    .order-food-drawer-product.swaps-active:not(.product-active) {
      display: none;
      opacity: 0;
      pointer-events: none; }

@media only screen and (min-width: 34.375em) {
  .order-food-drawer-product__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.order-food-drawer-product__image-wrap {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 34.375em) {
    .order-food-drawer-product__image-wrap {
      margin-bottom: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; } }

.order-food-drawer-product__image {
  width: 100%;
  padding-bottom: 100%;
  background-color: #eceff1;
  position: relative;
  border-radius: 2px;
  overflow: hidden; }
  .order-food-drawer-product__image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media only screen and (min-width: 34.375em) {
  .order-food-drawer-product__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 66%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 66%;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
    height: 100%;
    padding-left: 1rem; } }

.order-food-drawer-product__title {
  padding-bottom: 0.5rem; }

.order-food-drawer-product__diet {
  padding-bottom: 0.5rem;
  color: var(--color-primary); }

.order-food-drawer-product__description {
  font-size: 0.9375em; }

.order-food-drawer-product__information-accordion {
  font-size: 0.9375em;
  margin-top: 1rem; }
  .order-food-drawer-product__information-accordion .disclaimer {
    font-size: 0.8em; }
  .order-food-drawer-product__information-accordion [data-simple-accordion] .simple-accordion__title {
    font-weight: var(--font-body-weight-bold);
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .order-food-drawer-product__information-accordion [data-simple-accordion] .simple-accordion__title + * > * {
      padding-bottom: 1rem; }
  .order-food-drawer-product__information-accordion [data-simple-accordion]:not(:first-child) {
    border-top: 1px solid var(--color-border); }
  .order-food-drawer-product__information-accordion table {
    font-size: 1em; }
  .order-food-drawer-product__information-accordion th {
    background-color: var(--color-body); }
  .order-food-drawer-product__information-accordion th,
  .order-food-drawer-product__information-accordion td {
    padding: 0.5em 1em !important;
    border-left: 0;
    border-right: 0; }

.order-food-drawer-product__table {
  border: 1px solid var(--color-border);
  padding: 1rem;
  position: relative; }

.order-food-drawer-swap-product__information-button {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem; }
  .order-food-drawer-swap-product__information-button .btn {
    text-transform: lowercase;
    font-family: var(--font-body);
    font-size: 0.9375em; }

.order-food-drawer-swap-product__image {
  background-color: #eceff1;
  border-radius: 2px;
  height: 140px;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer; }
  .order-food-drawer-swap-product__image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.order-food-drawer-swap-product__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: var(--font-body-weight-bold);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 0.9375em; }
  .order-food-drawer-swap-product__details > *:not(:first-child) {
    padding-left: 1rem; }

.order-food-drawer-swap-product__warning {
  color: var(--color-primary);
  margin-bottom: 1em;
  margin-top: -1em;
  font-size: 0.8em;
  font-weight: bold; }

.order-food-drawer-swap-product__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.order-food-drawer-swap-product__price {
  white-space: nowrap; }

.order-food-drawer-swap-product__button span ~ span {
  display: none; }

.order-food-drawer-swap-products {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%; }

.order-food-drawer-swap-products__grid-item--default-product,
.order-food-drawer-swap-products__grid-item--required-swap-product {
  order: -1; }

.order-food-drawer-swap-products__grid-item--not-available {
  order: 999; }

.order-food-drawer-swap-products__grid-wrapper {
  padding: 0 0.5rem;
  margin: 0 -0.5rem;
  height: 100%; }

.order-food-drawer-swap-products__grid {
  position: relative;
  margin-top: 2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .order-food-drawer-swap-products__grid::before, .order-food-drawer-swap-products__grid::after {
    -ms-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 1.5rem;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
  .order-food-drawer-swap-products__grid::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  .order-food-drawer-swap-products__grid::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: var(--color-primary) transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    background-image: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform; }
  .order-food-drawer-swap-products__grid.loading, .loading .order-food-drawer-swap-products__grid[data-loads], .loading .order-food-drawer-swap-products__grid [data-loads] {
    cursor: default;
    text-shadow: none !important;
    color: transparent !important;
    opacity: 1;
    pointer-events: none; }
    .order-food-drawer-swap-products__grid.loading::before, .order-food-drawer-swap-products__grid.loading::after, .loading .order-food-drawer-swap-products__grid[data-loads]::before, .loading .order-food-drawer-swap-products__grid[data-loads]::after, .loading .order-food-drawer-swap-products__grid [data-loads]::before, .loading .order-food-drawer-swap-products__grid [data-loads]::after {
      -webkit-animation-play-state: running;
      animation-play-state: running;
      opacity: 1; }
  .order-food-drawer-swap-products__grid.loading {
    height: 400px; }
  .order-food-drawer-swap-products__grid .row > div {
    margin-bottom: 2rem; }

.order-food-drawer-swap-products__grid-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .order-food-drawer-swap-products__grid-item .card {
    height: 100%; }
  @media only screen and (min-width: 56.25em) {
    .order-food-drawer-swap-products__grid-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; } }

.order-food-drawer-swap-product-card .card__body {
  height: 100%; }

.order-food-drawer-swap-product {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.order-food__footnotes {
  list-style-type: none;
  font-size: 0.9rem; }
  @media only screen and (min-width: 62.5em) {
    .order-food__footnotes {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.order-food__footnote {
  padding-right: 1.7em;
  padding-top: 0.5rem; }
  .order-food__footnote > *:nth-child(2) {
    padding-left: 0.4rem; }

.footnote-icon {
  line-height: 1em;
  padding-left: 0.35em;
  font-weight: 600;
  font-size: 0.7em;
  margin-top: 0.3em; }

.footnote-icon--free-foods {
  color: #ff9084;
  position: relative;
  top: -3px; }

.footnote-icon--drop {
  color: #6dc4df; }

.footnote-icon--thaw {
  color: #b761b0; }

.tutorial-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 0.8rem; }
  .tutorial-message svg {
    width: 80px;
    height: 80px;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px; }
  .tutorial-message p {
    font-weight: bold;
    opacity: 0.9;
    font-size: 0.95rem;
    line-height: 1.3;
    padding: 0; }

.convenience-menu-detail {
  font-size: 0.9375em; }

.zip-pay.flex-container {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  border-radius: 30px; }
  .zip-pay.flex-container div {
    font-size: 11px;
    color: #21285e;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased; }
  .zip-pay.flex-container .zip-divider {
    min-width: 2px;
    height: 20px;
    background: #00aeb8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 8px; }

.cls-1 {
  fill: white; }

.iziToast.iziToast-theme-confirmation-modal .tutorial-modal__image img {
  max-width: 250px;
  margin-bottom: 2rem; }
.iziToast.iziToast-theme-confirmation-modal .tutorial-modal__image .iziToast-title {
  margin-bottom: 0; }
.iziToast.iziToast-theme-confirmation-modal .iziToast-message p + p {
  padding-top: 0.5rem; }

.static-page-wrapper {
  margin-top: 5rem; }
  .static-page-wrapper .static-page-title h1, .static-page-wrapper .static-page-title .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .static-page-wrapper .static-page-title .iziToast-title {
    font-size: 26px; }
    @media only screen and (min-width: 56.25em) {
      .static-page-wrapper .static-page-title h1, .static-page-wrapper .static-page-title .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .static-page-wrapper .static-page-title .iziToast-title {
        font-size: 42px; } }
  .static-page-wrapper .static-page-single-text {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .static-page-wrapper .static-page-content {
    border-top: 1px solid rgba(0, 30, 46, 0.11);
    border-bottom: 1px solid rgba(0, 30, 46, 0.11);
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .static-page-wrapper .static-page-content strong {
      font-weight: 700; }
    .static-page-wrapper .static-page-content .video {
      padding: 0 !important;
      text-align: center; }
      .static-page-wrapper .static-page-content .video .video__video-container {
        width: 100%;
        position: relative;
        margin: 3rem auto; }
        @media only screen and (min-width: 56.25em) {
          .static-page-wrapper .static-page-content .video .video__video-container {
            width: 720px;
            height: 424px; } }

.start-journey {
  padding: 5rem 0; }
  .start-journey .start-journey__subtitle {
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; }
    @media only screen and (min-width: 56.25em) {
      .start-journey .start-journey__subtitle {
        width: 671px; } }

.account-dashboard .layout-container--header,
.account-dashboard .layout-container--body,
.account-dashboard .layout-container--sidebar {
  padding: 1rem; }
.account-dashboard .layout-container--header {
  padding: 0 1rem; }
.account-dashboard a.btn.btn-primary {
  padding: 0.6em 4em; }
.account-dashboard .account-block--max-up-hub .max-up-img {
  max-width: 70%;
  margin-bottom: 8px;
  margin-top: 5px; }
.account-dashboard .account-block--max-up-hub p {
  margin-bottom: 8px; }
.account-dashboard .full-img {
  width: 100%; }
@media only screen and (max-width: 34.365em) {
  .account-dashboard .account-block.account-block--progress {
    margin-bottom: 0; } }
.account-dashboard .card__head {
  border-bottom: none;
  position: relative; }
  .account-dashboard .card__head::after {
    content: '';
    display: block;
    width: calc(100% - 2rem);
    margin: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--color-border); }
.account-dashboard .card__body + .card__body {
  border-top: 1px solid var(--color-border); }
.account-dashboard .card.responsive .card__head {
  border-bottom: none; }
.account-dashboard select#customer-max-select {
  border: 0 none;
  width: 100%;
  padding: 0; }

.iziToast-capsule .sr_pop {
  padding-right: 20px; }
  @media only screen and (min-width: 56.25em) {
    .iziToast-capsule .sr_pop {
      padding-right: 45px; } }
  .iziToast-capsule .sr_pop .iziToast-texts {
    margin: 0;
    padding: 0; }
    .iziToast-capsule .sr_pop .iziToast-texts .iziToast-message {
      display: flex;
      margin-bottom: 0px; }
      .iziToast-capsule .sr_pop .iziToast-texts .iziToast-message .sr_img {
        display: none;
        width: 75%; }
        @media only screen and (min-width: 56.25em) {
          .iziToast-capsule .sr_pop .iziToast-texts .iziToast-message .sr_img {
            display: block; } }
      .iziToast-capsule .sr_pop .iziToast-texts .iziToast-message .sr_text {
        padding: 10% 30px;
        font-size: 1.25em;
        line-height: 1.5; }
        .iziToast-capsule .sr_pop .iziToast-texts .iziToast-message .sr_text p {
          margin-bottom: 20px; }
        .iziToast-capsule .sr_pop .iziToast-texts .iziToast-message .sr_text strong {
          font-size: 1.5em; }
  .iziToast-capsule .sr_pop .iziToast-buttons {
    font-size: 12px;
    flex-direction: row-reverse; }
    @media only screen and (min-width: 56.25em) {
      .iziToast-capsule .sr_pop .iziToast-buttons {
        position: absolute;
        bottom: 12%;
        left: 17%;
        font-size: 1em; } }
    @media only screen and (max-width: 56.24em) {
      .iziToast-capsule .sr_pop .iziToast-buttons .btn {
        padding-left: 2px !important;
        padding-right: 2px !important; } }
    .iziToast-capsule .sr_pop .iziToast-buttons .btn.btn-primary, .iziToast-capsule .sr_pop .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn.btn-primary, .iziToast.iziToast-theme-confirmation-modal .iziToast-capsule .sr_pop .iziToast-buttons button.btn.btn-primary {
      margin-right: 5px; }
      @media only screen and (min-width: 56.25em) {
        .iziToast-capsule .sr_pop .iziToast-buttons .btn.btn-primary, .iziToast-capsule .sr_pop .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn.btn-primary, .iziToast.iziToast-theme-confirmation-modal .iziToast-capsule .sr_pop .iziToast-buttons button.btn.btn-primary {
          margin-right: 12px; } }

.account-block--your-centre .dashboard-centre__title {
  position: relative; }
.account-block--your-centre .icon {
  color: var(--color-primary); }
.account-block--your-centre .dashboard-centre__table {
  border: none;
  margin-left: 1rem; }
  .account-block--your-centre .dashboard-centre__table td, .account-block--your-centre .dashboard-centre__table tr {
    border: none;
    padding: 0; }
.account-block--your-centre .dashboard-centre__location {
  width: 90%;
  padding-left: 1rem; }

.account-profile-image {
  border-radius: 50%;
  background: var(--color-primary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  flex: none;
  margin: 1rem auto;
  position: relative; }
  .account-profile-image .account-profile-image__initial {
    color: var(--color-body-text-inverse);
    margin: 0;
    padding: 0; }
  .account-profile-image .icon {
    color: #eaebed;
    text-align: center;
    font-size: 1.5rem; }
    .account-profile-image .icon:not(:last-child) {
      display: none; }
  .account-profile-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50%;
    background-color: var(--color-primary); }
  .account-progress-form .account-profile-image {
    margin: 0;
    margin-right: 1rem; }

.card__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.card .card-highlight {
  position: relative;
  padding: 0.5rem 1rem; }
  .card .card-highlight::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.card.card--tertiary .card-highlight::before {
  background: var(--color-tertiary); }
.card.card--primary {
  position: relative; }
  .card.card--primary .card-highlight::before {
    background: var(--color-primary); }

.block-wrapper {
  height: auto;
  padding-bottom: 2rem; }
  .block-wrapper .card {
    height: 100%;
    margin-bottom: 0; }
  .block-wrapper .account-block {
    height: 100%; }

.btn.btn-link.card__head-link {
  font-size: 0.9rem;
  text-decoration: underline;
  text-transform: none;
  padding: 0.5rem; }
  @media only screen and (min-width: 56.25em) {
    .btn.btn-link.card__head-link {
      font-size: 0.786rem; } }

.card__head .card__head-link {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.card__row .card__head-link {
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  white-space: nowrap; }

.progress-bar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.66667rem;
  font-size: 0.786rem; }

.progress-bar {
  width: 100%;
  height: 12px;
  border: 1px solid var(--color-border);
  border-radius: 8px; }
  .progress-bar .progress-bar__bar {
    height: 100%;
    background: var(--color-primary);
    border-radius: 8px; }

.account-profile-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .account-profile-group .account-profile-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    border-right: 1px solid var(--color-border);
    text-align: center;
    padding: 0.5rem; }
    @media only screen and (min-width: 56.25em) {
      .account-profile-group .account-profile-item {
        padding: 1rem 1rem 0.5rem; } }
    .account-profile-group .account-profile-item + .account-profile-item {
      border-right: none; }
    .account-profile-group .account-profile-item .account-profile-item__title {
      margin-bottom: 0.33333rem;
      font-weight: var(--font-body-weight-bold); }
    .account-profile-group .account-profile-item.account-profile-item--current {
      color: var(--color-tertiary); }
      .account-profile-group .account-profile-item.account-profile-item--current .account-profile-item__value {
        color: inherit; }
    .account-profile-group .account-profile-item.account-profile-item--goal {
      color: var(--color-primary); }
      .account-profile-group .account-profile-item.account-profile-item--goal .account-profile-item__value {
        color: inherit; }

.account-block--progress .card__head + .card__body {
  padding-top: 0; }

.account-profile-heading {
  position: relative; }

.account-profile-details {
  padding: 0.5rem 0; }
  .account-profile-details .account-profile-title {
    text-transform: none !important;
    font-weight: var(--font-body-weight-bold);
    margin-top: 1rem;
    color: var(--color-primary);
    display: block; }

.account-profile-action {
  width: 90%;
  display: block;
  margin: 0 auto; }

.account-block--deliveries .slider-arrow {
  font-size: 0.7rem;
  padding: 0 0.25rem;
  cursor: pointer; }
  @media only screen and (min-width: 56.25em) {
    .account-block--deliveries .slider-arrow {
      font-size: 0.8rem; } }

.slider-navigation {
  position: absolute;
  top: 50%;
  right: 1rem;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (min-width: 56.25em) {
    .slider-navigation {
      display: none; } }

.account-delivery-slider {
  margin-left: -1rem;
  margin-right: -1rem; }
  .account-delivery-slider[data-slideshow]:not(.slick-initialized) {
    opacity: 0;
    height: 275px; }

.delivery-grid-item-wrapper {
  padding-right: 0.66667rem;
  padding-left: 0.66667rem;
  height: auto;
  max-width: 70%; }
  @media only screen and (min-width: 56.25em) {
    .delivery-grid-item-wrapper {
      padding-right: 1rem;
      padding-left: 1rem;
      max-width: 50%; } }

.delivery-grid-item {
  border: 1px solid var(--color-border);
  height: 100%;
  border-radius: 2px;
  overflow: hidden; }
  .delivery-grid-item.delivery-grid-item--empty .delivery-grid-item__date {
    opacity: 0; }
  .delivery-grid-item.delivery-grid-item--empty .delivery-grid-item__image-wrapper {
    opacity: 0.5; }
  .delivery-grid-item .delivery-grid-item__image-wrapper {
    width: 100%;
    padding-bottom: 70%;
    position: relative; }
    @media only screen and (min-width: 56.25em) {
      .delivery-grid-item .delivery-grid-item__image-wrapper {
        padding-bottom: 70%; } }
  .delivery-grid-item .delivery-grid-item__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .delivery-grid-item .delivery-grid-item__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  .delivery-grid-item .delivery-grid-item__title {
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: var(--font-body-weight-bold);
    line-height: 1.25; }
  .delivery-grid-item .delivery-grid-item__date {
    text-transform: capitalize;
    font-size: 0.75em;
    opacity: 0.75;
    display: block;
    min-height: 15px; }
  .delivery-grid-item .delivery-grid-item__footer {
    color: var(--color-primary); }
    .delivery-grid-item .delivery-grid-item__footer .delivery-grid-item__link {
      font-size: 0.786rem;
      text-decoration: underline; }
    .delivery-grid-item .delivery-grid-item__footer .delivery-grid-item__quick-order {
      margin-top: 1rem;
      width: 100%; }
    .delivery-grid-item .delivery-grid-item__footer .seperator {
      padding: 0 0.25rem; }
  .delivery-grid-item .delivery-grid-item__inner {
    padding: 0.66667rem; }
    @media only screen and (min-width: 56.25em) {
      .delivery-grid-item .delivery-grid-item__inner {
        padding: 1.33333rem; } }
    .delivery-grid-item .delivery-grid-item__inner .delivery-grid-item__status {
      margin-bottom: 1rem; }
      .delivery-grid-item .delivery-grid-item__inner .delivery-grid-item__status .delivery-grid-item__status-title {
        font-size: 0.786rem;
        text-transform: capitalize; }
        .delivery-grid-item .delivery-grid-item__inner .delivery-grid-item__status .delivery-grid-item__status-title::before {
          content: '';
          width: 7px;
          height: 7px;
          background: #c5e86c;
          border-radius: 50%;
          margin-right: 0.5rem;
          display: none; }
      .delivery-grid-item .delivery-grid-item__inner .delivery-grid-item__status.delivery-grid-item__status--success .delivery-grid-item__status-title::before {
        display: inline-block;
        background: #c5e86c; }
      .delivery-grid-item .delivery-grid-item__inner .delivery-grid-item__status.delivery-grid-item__status--warning .delivery-grid-item__status-title::before {
        display: inline-block;
        background: var(--color-tertiary); }
      .delivery-grid-item .delivery-grid-item__inner .delivery-grid-item__status.delivery-grid-item__status--error .delivery-grid-item__status-title::before {
        display: inline-block;
        background: #ffe3e5; }

.block-wrapper .account-block--promo-bar .card {
  height: auto; }

.refer-grid-item {
  width: 47%;
  float: left;
  display: block;
  border: 1px solid var(--color-border);
  height: 100%;
  border-radius: 2px;
  overflow: hidden; }
  .refer-grid-item.first {
    margin-right: 5%; }
  @media only screen and (max-width: 56.24em) {
    .refer-grid-item {
      width: 100%;
      float: none;
      margin: 0; } }
  .refer-grid-item .Click-here {
    cursor: pointer; }
  .refer-grid-item .delivery-grid-item__image-wrapper {
    width: 100%;
    padding-bottom: 70%;
    position: relative; }
    @media only screen and (min-width: 56.25em) {
      .refer-grid-item .delivery-grid-item__image-wrapper {
        padding-bottom: 70%; } }
  .refer-grid-item .delivery-grid-item__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .refer-grid-item .delivery-grid-item__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  .refer-grid-item .delivery-grid-item__header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    flex-direction: column;
    padding-bottom: 0.4rem; }
    @media only screen and (max-width: 56.24em) {
      .refer-grid-item .delivery-grid-item__header {
        min-height: 0; } }
    .refer-grid-item .delivery-grid-item__header p {
      margin-bottom: 0.3rem; }
  .refer-grid-item .delivery-grid-item__title {
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: var(--font-body-weight-bold);
    line-height: 1.15; }
  .refer-grid-item .delivery-grid-item__footer {
    color: var(--color-primary); }
    .refer-grid-item .delivery-grid-item__footer .delivery-grid-item__link {
      font-size: 0.786rem;
      text-decoration: underline; }
    .refer-grid-item .delivery-grid-item__footer .delivery-grid-item__quick-order {
      margin-top: 1rem;
      width: 100%; }
    .refer-grid-item .delivery-grid-item__footer .seperator {
      padding: 0 0.25rem; }
  .refer-grid-item .delivery-grid-item__inner {
    padding: 0.66667rem;
    text-align: center; }
    .refer-grid-item .delivery-grid-item__inner a.btn {
      padding: .6em 4em; }
    @media only screen and (max-width: 56.24em) {
      .refer-grid-item .delivery-grid-item__inner {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 56.25em) {
      .refer-grid-item .delivery-grid-item__inner {
        padding: 1rem; } }
    .refer-grid-item .delivery-grid-item__inner .delivery-grid-item__status {
      margin-bottom: 1rem; }
      .refer-grid-item .delivery-grid-item__inner .delivery-grid-item__status .delivery-grid-item__status-title {
        font-size: 0.786rem;
        text-transform: capitalize; }
        .refer-grid-item .delivery-grid-item__inner .delivery-grid-item__status .delivery-grid-item__status-title::before {
          content: '';
          width: 7px;
          height: 7px;
          background: #c5e86c;
          border-radius: 50%;
          margin-right: 0.5rem;
          display: none; }
      .refer-grid-item .delivery-grid-item__inner .delivery-grid-item__status.delivery-grid-item__status--success .delivery-grid-item__status-title::before {
        display: inline-block;
        background: #c5e86c; }
      .refer-grid-item .delivery-grid-item__inner .delivery-grid-item__status.delivery-grid-item__status--warning .delivery-grid-item__status-title::before {
        display: inline-block;
        background: var(--color-tertiary); }
      .refer-grid-item .delivery-grid-item__inner .delivery-grid-item__status.delivery-grid-item__status--error .delivery-grid-item__status-title::before {
        display: inline-block;
        background: #ffe3e5; }

.account-contact-details {
  padding: 1rem 0; }
  .account-contact-details .card__row:hover {
    text-decoration: none; }
    .account-contact-details .card__row:hover .account-contact-item span:nth-of-type(2) {
      text-decoration: underline; }
  .account-contact-details .icon {
    color: var(--color-primary);
    margin-right: 0.5rem; }
  .account-contact-details .account-contact-item {
    min-width: 75px;
    margin-right: 2rem;
    padding-bottom: 0.5rem; }
    .account-contact-details .account-contact-item:last-of-type {
      padding-bottom: 0; }

.block-wrapper .account-block.account-block--account-notice {
  margin-bottom: 0; }
  .block-wrapper .account-block.account-block--account-notice .card__body {
    overflow: hidden; }

.block-wrapper--account-notice .account-block--account-notice {
  padding-bottom: 0; }
.block-wrapper--account-notice + .block-wrapper--account-notice {
  padding-top: 0;
  padding-bottom: 0; }
  .block-wrapper--account-notice + .block-wrapper--account-notice .account-block--account-notice {
    padding: 0; }

.account-notice-bar {
  color: var(--color-body-text-inverse); }
  .account-notice-bar .icon {
    color: var(--color-body-text-inverse); }
  .account-notice-bar a {
    color: var(--color-body-text-inverse);
    text-decoration: underline; }
    .account-notice-bar a:hover {
      color: var(--color-body-text-inverse); }
  .account-notice-bar.account-notice-bar--error {
    background: #d9291c; }
  .account-notice-bar.account-notice-bar--warning {
    background: var(--color-tertiary); }
  .account-notice-bar.account-notice-bar--plain {
    background: var(--color-primary); }
  .account-notice-bar.account-notice-bar--success {
    background: #3c6345; }
  .account-notice-bar .account-notice-bar__text {
    display: inline-block;
    width: 80%; }
    @media only screen and (max-width: 34.365em) {
      .account-notice-bar .account-notice-bar__text p {
        width: 90%; } }
  .account-notice-bar .icon-info {
    margin-right: 1rem;
    font-size: 1rem; }
  .account-notice-bar .account-notice-bar__close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1rem;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.account-progress__profile-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 56.25em) {
    .account-progress__profile-image {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.customer-progress-form label {
  font-size: 0.9rem;
  margin-bottom: 0.5rem; }
.customer-progress-form input {
  width: 100%; }

.account-progress-form {
  margin-bottom: 0; }

.account-progress__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 1rem;
  display: block; }
  .account-progress__input:last-of-type {
    margin-right: 0; }

.account-profile-subtitle {
  margin-bottom: 1rem; }

.account-progress__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 1rem;
  font-size: 0.85rem; }
  @media only screen and (max-width: 56.24em) {
    .account-progress__info {
      margin-top: 1rem; } }

.account-progress__file-upload {
  margin-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .account-progress__file-upload form {
    margin-bottom: 0; }
  .account-progress__file-upload .icon-upload {
    font-size: 0.75rem;
    margin-right: 0.5rem; }

.membership-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid var(--color-border);
  border-radius: 8px;
  padding: 1rem;
  margin: 0.5rem;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 56.25em) {
    .membership-grid-item {
      min-width: 600px;
      margin: 2rem; } }
  .membership-grid-item .membership-grid-item__title {
    width: 100%;
    padding: 1rem;
    margin: 0;
    color: inherit; }
  .membership-grid-item .membership-grid-item__description {
    color: var(--color-body-text);
    width: 100%; }
    @media only screen and (min-width: 56.25em) {
      .membership-grid-item .membership-grid-item__description {
        width: 50%;
        padding: 1rem 2rem;
        padding-left: 1rem; } }
    .membership-grid-item .membership-grid-item__description ul li::before {
      content: "\2022";
      color: inherit;
      font-weight: bold;
      display: inline-block;
      font-size: 1.3rem;
      width: auto;
      margin-right: 0.5rem;
      margin-left: -1rem; }
    .membership-grid-item .membership-grid-item__description ul {
      margin-left: 0;
      list-style: none; }
    .membership-grid-item .membership-grid-item__description li {
      margin-bottom: 0.25rem;
      margin-left: 0.5rem;
      list-style: none;
      padding-left: 0.5rem; }
  .membership-grid-item .membership-grid-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0; }
    @media only screen and (min-width: 56.25em) {
      .membership-grid-item .membership-grid-item__info {
        width: 50%;
        padding: 1rem 2rem;
        padding-right: 1rem;
        border-left: 1px solid var(--color-border); } }
    .membership-grid-item .membership-grid-item__info .membership-grid-item__price {
      font-size: 4rem;
      line-height: 1;
      margin: 0;
      color: inherit; }
      .membership-grid-item .membership-grid-item__info .membership-grid-item__price small {
        font-size: 1.8rem;
        vertical-align: top;
        padding-left: 0.25rem; }
    .membership-grid-item .membership-grid-item__info .membership-grid-item__period {
      font-size: 1.8rem;
      line-height: 1;
      margin: 0;
      color: inherit; }
    .membership-grid-item .membership-grid-item__info .membership-grid-item__additional {
      color: var(--color-body-text); }
    .membership-grid-item .membership-grid-item__info .membership-grid-item__form {
      width: 100%; }
    .membership-grid-item .membership-grid-item__info .membership-grid-item__btn {
      margin-top: 1rem; }
      @media only screen and (min-width: 56.25em) {
        .membership-grid-item .membership-grid-item__info .membership-grid-item__btn {
          margin-top: 0.66667rem;
          margin-bottom: 1rem; } }

.notice-bar-fade-out {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  -ms-transform: translate(0, -1rem);
  -webkit-transform: translate(0, -1rem);
  transform: translate(0, -1rem);
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, height 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, height 0.5s ease; }

.slider-wrapper {
  max-width: 100%; }
  .slider-wrapper .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .slider-wrapper .slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto; }
    .slider-wrapper .slide:nth-of-type(1) {
      padding-right: 0.5rem; }
    .slider-wrapper .slide:nth-of-type(2) {
      padding-left: 0.5rem; }
  .slider-wrapper .slider-container {
    position: relative; }
  .slider-wrapper .slider__prev,
  .slider-wrapper .slider__next {
    cursor: pointer; }
    .slider-wrapper .slider__prev .icon,
    .slider-wrapper .slider__next .icon {
      height: 1.5em;
      width: 1.5em; }
  .slider-wrapper .slider__prev {
    left: 0;
    right: auto; }
  .slider-wrapper .slider__next {
    left: auto;
    right: 0; }

.dashboard-centre__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease; }

.dashboard-centre__schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  opacity: 0;
  transition: opacity 0.5s ease; }

.js-customer-centre {
  position: relative; }

.loading-spinner {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  margin: 0 auto; }
  .loading .loading-spinner {
    opacity: 1;
    position: absolute !important;
    position: relative; }
    .loading .loading-spinner::before, .loading .loading-spinner::after {
      -ms-transition: opacity 0.2s ease;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      font-size: 1em;
      opacity: 0;
      pointer-events: none;
      z-index: 1; }
    .loading .loading-spinner::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -.64285714em 0 0 -.64285714em;
      width: 1.28571429em;
      height: 1.28571429em;
      border-radius: 500rem;
      border: 0.2em solid rgba(0, 0, 0, 0.15); }
    .loading .loading-spinner::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -.64285714em 0 0 -.64285714em;
      width: 1.28571429em;
      height: 1.28571429em;
      -webkit-animation: spin .6s linear;
      animation: spin .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: white transparent transparent;
      border-style: solid;
      border-width: .2em;
      -webkit-box-shadow: 0 0 0 1px transparent;
      box-shadow: 0 0 0 1px transparent;
      background-image: none;
      -webkit-animation-play-state: paused;
      animation-play-state: paused;
      will-change: transform; }
    .loading .loading-spinner.loading, .loading .loading .loading-spinner[data-loads], .loading .loading .loading-spinner [data-loads] {
      cursor: default;
      text-shadow: none !important;
      color: transparent !important;
      opacity: 1;
      pointer-events: none; }
      .loading .loading-spinner.loading::before, .loading .loading-spinner.loading::after, .loading .loading .loading-spinner[data-loads]::before, .loading .loading .loading-spinner[data-loads]::after, .loading .loading .loading-spinner [data-loads]::before, .loading .loading .loading-spinner [data-loads]::after {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        opacity: 1; }

.fadein {
  opacity: 1; }

.account-block.account-block--promo-bar .promo-content__image {
  width: 100%;
  height: 100%; }
  .account-block.account-block--promo-bar .promo-content__image img {
    width: 100%; }
.account-block.account-block--promo-bar .promo-content {
  width: 100%;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1rem; }
  @media only screen and (min-width: 56.25em) {
    .account-block.account-block--promo-bar .promo-content {
      padding: 2rem;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 50%;
      transform: translate(0, -50%);
      margin-bottom: 0;
      margin-top: 0; } }
  @media only screen and (min-width: 56.25em) {
    .account-block.account-block--promo-bar .promo-content.left-content {
      left: 0;
      top: 50%;
      width: 65%;
      transform: translate(0, -50%);
      margin-bottom: 0;
      margin-top: 0; } }
  .account-block.account-block--promo-bar .promo-content .promo-content__title {
    margin-bottom: 0;
    text-align: center;
    max-width: 300px;
    color: #16384E; }
  .account-block.account-block--promo-bar .promo-content .promo-content__text {
    margin-bottom: 1rem;
    text-align: center;
    max-width: 300px; }
    .account-block.account-block--promo-bar .promo-content .promo-content__text em {
      vertical-align: super;
      font-size: smaller; }
  .account-block.account-block--promo-bar .promo-content.left-content .promo-content__title {
    max-width: 500px; }
  .account-block.account-block--promo-bar .promo-content.left-content .promo-content__text {
    max-width: 500px; }

.quality_survey {
  padding: 0 50px;
  max-width: 900px;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .quality_survey {
      padding: 0 15px; } }
  .quality_survey input.hs-button {
    display: none; }
  .quality_survey .rangeslider-wrap {
    padding-top: 0px; }
  .quality_survey .rangeslider-wrap ul li {
    margin-bottom: 100px;
    list-style: auto; }
    .quality_survey .rangeslider-wrap ul li .question_label {
      margin-bottom: 15px;
      display: block; }
  .quality_survey .rangeslider-wrap .rangeslider {
    position: relative;
    height: 8px;
    border-radius: 5px;
    width: 100%;
    background-color: #CECECE; }
  .quality_survey .rangeslider .rangeslider__labels {
    display: flex; }
  .quality_survey .rangeslider__handle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #0099ff;
    transition: background-color 0.2s;
    touch-action: pan-y;
    cursor: pointer;
    position: absolute;
    background-color: #0099ff;
    box-shadow: none;
    transform: translate(-16%, -50%); }
  .quality_survey .rangeslider__handle__value {
    display: none; }
  .quality_survey .rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #0099ff;
    border-radius: 5px; }
  .quality_survey .rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between; }
  .quality_survey .rangeslider__labels__label {
    font-size: 1em;
    position: relative;
    padding-top: 30px;
    color: #3d4d5c; }
  .quality_survey .rangeslider__labels__label:before {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5); }
  .quality_survey .rangeslider__labels__label:first-child:before, .quality_survey .rangeslider__labels__label:last-child:before {
    width: 1px;
    height: 9px;
    background-color: rgba(128, 128, 128, 0.5); }
  .quality_survey .rangeslider__labels__label:first-child:after {
    content: "None of the time";
    width: 50px;
    position: absolute;
    display: block;
    background: none;
    top: 50px;
    text-align: center;
    left: -18px;
    font-size: 10px; }
  .quality_survey .rangeslider__labels__label:nth-child(6):after {
    content: "About half of the time";
    width: 50px;
    position: absolute;
    display: block;
    background: none;
    top: 50px;
    text-align: center;
    left: -18px;
    font-size: 10px; }
  .quality_survey .rangeslider__labels__label:last-child:after {
    content: "All of the time";
    width: 50px;
    position: absolute;
    display: block;
    background: none;
    top: 50px;
    text-align: center;
    left: -18px;
    font-size: 10px; }
  .quality_survey .rangeslider__labels__label:first-child {
    transform: translate(43%, 0); }
  .quality_survey .rangeslider__labels__label:last-child {
    transform: translate(-30%, 0); }
  .quality_survey .rangeslider.rangeslider--active .rangeslider__handle,
  .quality_survey .rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #33adff; }
  .quality_survey .rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #33adff; }
  .quality_survey .rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15); }
  .quality_survey .survey_submit_button {
    padding: 10px 15px;
    min-width: 200px;
    background-color: #1581c2;
    font-family: Fira Sans, sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    text-transform: none !important;
    color: white !important;
    border: 1px solid #1581C2;
    border-radius: 7px;
    line-height: 20px;
    margin: 0 auto;
    display: block; }
  .quality_survey fieldset.form-columns-2, .quality_survey fieldset.form-columns-1 {
    max-width: 100% !important; }
  .quality_survey .hbspt-form {
    margin-bottom: 20px; }
  .quality_survey .maxup_logo {
    display: block;
    margin: 0 auto 50px auto;
    max-width: 280px; }
  .quality_survey h1, .quality_survey .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .quality_survey .iziToast-title {
    display: block;
    text-align: center;
    margin: 0 auto 50px auto; }
  .quality_survey .hbspt-form .input select {
    border: 1px solid #dddddd !important; }

.hbspt-form .submitted-message {
  text-align: center;
  font-size: 20px; }

.site-header__notice-bar p {
  margin-bottom: 0;
  font-size: 14px; }

.site-nav-wrap a, .mobile-nav__inner a {
  text-decoration: none !important; }

.site-nav ul {
  padding-left: 0; }

.template-page-get-started .new-designed {
  font-family: 'Fira Sans', sans-serif;
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  color: #16384e;
  line-height: 1.4;
  font-weight: 400; }
  @media (min-width: 768px) {
    .template-page-get-started .new-designed {
      font-size: 18px;
      line-height: 1.555555555555555; } }
  @media (min-width: 576px) {
    .template-page-get-started .new-designed .container.site-header__main {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .template-page-get-started .new-designed .container.site-header__main {
      max-width: 100%; } }
  .template-page-get-started .new-designed p.white {
    color: #fff; }
  .template-page-get-started .new-designed h1, .template-page-get-started .new-designed .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .template-page-get-started .new-designed .iziToast-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 42px;
    line-height: 1.17;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.4em;
    margin-top: 0; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed h1, .template-page-get-started .new-designed .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .template-page-get-started .new-designed .iziToast-title {
        font-size: 58px; } }
    .template-page-get-started .new-designed h1.no-margin-top, .template-page-get-started .new-designed .iziToast.iziToast-theme-confirmation-modal .no-margin-top.iziToast-title, .iziToast.iziToast-theme-confirmation-modal .template-page-get-started .new-designed .no-margin-top.iziToast-title {
      margin-top: 0 !important; }
    .template-page-get-started .new-designed h1 .light-blue, .template-page-get-started .new-designed .iziToast.iziToast-theme-confirmation-modal .iziToast-title .light-blue, .iziToast.iziToast-theme-confirmation-modal .template-page-get-started .new-designed .iziToast-title .light-blue {
      color: #1da4e9; }
    .template-page-get-started .new-designed h1 .white, .template-page-get-started .new-designed .iziToast.iziToast-theme-confirmation-modal .iziToast-title .white, .iziToast.iziToast-theme-confirmation-modal .template-page-get-started .new-designed .iziToast-title .white {
      color: #fff; }
  .template-page-get-started .new-designed h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    line-height: 1.27;
    font-weight: 500;
    color: #16384e;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed h2 {
        font-size: 40px;
        line-height: 1; } }
    @media (min-width: 1599px) {
      .template-page-get-started .new-designed h2 {
        margin-top: 0em;
        font-size: 40px; } }
    .template-page-get-started .new-designed h2 .light-blue {
      color: #1da4e9; }
    .template-page-get-started .new-designed h2 .white {
      color: #fff; }
  .template-page-get-started .new-designed h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
    color: #16384e;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed h3 {
        font-size: 40px;
        margin-top: 0px; } }
  .template-page-get-started .new-designed h4 {
    font-family: 'sofiapro-boldbold';
    font-size: 24px;
    line-height: 1;
    color: #16384e;
    margin-bottom: 12px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed h4 {
        font-size: 30px;
        margin-bottom: 20px; } }
  .template-page-get-started .new-designed ul {
    padding-left: 25px; }
    .template-page-get-started .new-designed ul li {
      margin-bottom: 10px; }
  .template-page-get-started .new-designed .margin-bottom-spacer-1 {
    margin-bottom: 0em; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .margin-bottom-spacer-1 {
        margin-bottom: 1em; } }
  .template-page-get-started .new-designed .margin-bottom-spacer {
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .margin-bottom-spacer {
        margin-bottom: 2em; } }
  .template-page-get-started .new-designed .margin-bottom-spacer-3 {
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .margin-bottom-spacer-3 {
        margin-bottom: 3em; } }
  .template-page-get-started .new-designed .margin-top-spacer-1 {
    margin-top: 0em; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .margin-top-spacer-1 {
        margin-top: 1em; } }
  .template-page-get-started .new-designed .margin-top-spacer {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .margin-top-spacer {
        margin-top: 2em; } }
  .template-page-get-started .new-designed .margin-top-spacer-3 {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .margin-top-spacer-3 {
        margin-top: 3em; } }
  .template-page-get-started .new-designed a.cta-button {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #DFEBF0;
    color: #16384e;
    text-decoration: none;
    line-height: 1;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 212px;
    display: inline-block;
    text-align: center;
    margin-top: 10px; }
  .template-page-get-started .new-designed a.cta-button-blue {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #1da4e9;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 132px;
    display: inline-block;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed a.cta-button-blue {
        min-width: 212px; } }
  .template-page-get-started .new-designed a.cta-button:hover, .template-page-get-started .new-designed a.cta-button:focus {
    background: #1da4e9 !important;
    color: white !important;
    text-decoration: none !important; }
  .template-page-get-started .new-designed a.cta-button-blue:hover, .template-page-get-started .new-designed a.cta-button-blue:focus {
    background: #16384e !important;
    color: white !important;
    text-decoration: none !important; }
  .template-page-get-started .new-designed .text-wrapper-500 {
    max-width: 500px; }
  .template-page-get-started .new-designed body,
  .template-page-get-started .new-designed html {
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden;
    /*this causes the background-image to disappear*/ }
  .template-page-get-started .new-designed img {
    image-rendering: auto; }
  @media (max-width: 991.98px) {
    .template-page-get-started .new-designed .site-main > * {
      margin: 1em 0; } }
  .template-page-get-started .new-designed section.page-content {
    padding: 1em 0; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed section.page-content {
        padding: 2em 0; } }
  .template-page-get-started .new-designed .site-main {
    padding-top: 0;
    padding-bottom: 0; }
  .template-page-get-started .new-designed .site-main > * {
    margin-top: 0;
    margin-bottom: 0; }
  .template-page-get-started .new-designed .header-wrapper {
    background: #1e1e1e; }
  @media (min-width: 1400px) {
    .template-page-get-started .new-designed .container, .template-page-get-started .new-designed .container-lg, .template-page-get-started .new-designed .container-md, .template-page-get-started .new-designed .container-sm, .template-page-get-started .new-designed .container-xl, .template-page-get-started .new-designed .container-xxl {
      max-width: 1140px; } }
  .template-page-get-started .new-designed .container.banner {
    background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Lets-Do-This-mobile-1.jpg) no-repeat top center;
    background-size: auto;
    padding-top: 300px !important;
    position: relative; }
    @media (min-width: 576px) {
      .template-page-get-started .new-designed .container.banner {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .container.banner {
        max-width: 1920px;
        position: relative;
        background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Lets-Do-This.jpg) no-repeat top center;
        background-size: auto;
        height: 500px;
        padding-top: 0px !important; } }
    .template-page-get-started .new-designed .container.banner .banner-model {
      position: absolute;
      left: 27px;
      top: 13%;
      color: #fff;
      font-weight: 500;
      padding: 10px 20px 10px 10px;
      background: rgba(29, 164, 233, 0.7); }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .container.banner .banner-model {
          top: inherit;
          bottom: 14px;
          left: calc(50% - 40px); } }
      @media (min-width: 1200px) {
        .template-page-get-started .new-designed .container.banner .banner-model {
          top: inherit;
          bottom: 50px;
          left: calc(50% + 482px); } }
    .template-page-get-started .new-designed .container.banner img {
      width: 100%; }
    .template-page-get-started .new-designed .container.banner .row {
      height: 100%;
      margin-left: 0;
      margin-right: 0; }
    .template-page-get-started .new-designed .container.banner .text-wrapper {
      position: relative;
      background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/mobile-shape.svg) no-repeat top center;
      background-size: cover;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .template-page-get-started .new-designed .container.banner .text-wrapper .inner-wrapper {
        padding: 20px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .container.banner .text-wrapper {
          max-width: 70%;
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/banner-shape.svg) no-repeat top right; }
          .template-page-get-started .new-designed .container.banner .text-wrapper .inner-wrapper {
            width: 390px;
            margin-left: -100px;
            margin-bottom: 6%; }
          .template-page-get-started .new-designed .container.banner .text-wrapper p {
            max-width: 340px; } }
      @media (min-width: 1200px) {
        .template-page-get-started .new-designed .container.banner .text-wrapper {
          max-width: 916px; }
          .template-page-get-started .new-designed .container.banner .text-wrapper .inner-wrapper {
            width: 390px;
            margin-left: -17%;
            margin-bottom: 6%; } }
      @media (min-width: 1400px) {
        .template-page-get-started .new-designed .container.banner .text-wrapper .inner-wrapper {
          margin-left: 6%; } }
      @media (min-width: 1600px) {
        .template-page-get-started .new-designed .container.banner .text-wrapper .inner-wrapper {
          margin-left: 23%; } }
  .template-page-get-started .new-designed .plans {
    display: flex; }
    .template-page-get-started .new-designed .plans .col-lg-4 {
      padding-left: 10px;
      padding-right: 10px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .plans {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .plans {
        flex-direction: row-reverse; } }
  .template-page-get-started .new-designed .plan-header-wrapper {
    width: 50%; }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .plan-header-wrapper {
        width: 100%; } }
  .template-page-get-started .new-designed .program-wrapper {
    background: #1383C4;
    display: flex;
    flex-flow: row wrap;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .program-wrapper {
        font-size: inherit; } }
    .template-page-get-started .new-designed .program-wrapper h3 {
      font-size: 22px;
      line-height: 35px;
      color: #fff;
      margin-bottom: 0;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: calc(100% - 39px);
      padding-top: 20px;
      flex-direction: column;
      padding-bottom: 42px; }
      .template-page-get-started .new-designed .program-wrapper h3 .whatincluded.d-md-none {
        display: block;
        font-size: 11px;
        color: #fff;
        line-height: 1;
        padding: 0;
        text-decoration: underline; }
      .template-page-get-started .new-designed .program-wrapper h3 a.cta-button {
        position: absolute;
        min-width: 132px;
        margin-left: 10px;
        margin-right: 10px;
        bottom: 10px;
        padding-top: 12px;
        padding-bottom: 12px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper h3 {
          height: calc(100% - 50px);
          font-size: 46px;
          line-height: 125px;
          align-items: center;
          padding-top: 0; }
          .template-page-get-started .new-designed .program-wrapper h3 a.cta-button {
            bottom: 28px;
            padding-top: 15px;
            padding-bottom: 15px; } }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .program-wrapper h3 {
          font-size: 40px;
          line-height: 125px;
          padding-bottom: 0; } }
    .template-page-get-started .new-designed .program-wrapper.maxup {
      background: #16384E;
      margin-bottom: 20px; }
      .template-page-get-started .new-designed .program-wrapper.maxup h3 {
        padding-bottom: 54px; }
      .template-page-get-started .new-designed .program-wrapper.maxup img {
        position: absolute;
        max-width: 98px;
        top: 40px; }
      .template-page-get-started .new-designed .program-wrapper.maxup .whatincluded.d-md-none {
        margin-top: 20px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper.maxup h3 {
          position: relative;
          margin-top: 0px;
          margin-bottom: 20px;
          padding-bottom: 150px; }
          .template-page-get-started .new-designed .program-wrapper.maxup h3 img {
            max-width: 167px;
            top: 73px;
            left: 85px; } }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .program-wrapper.maxup {
          margin-bottom: 0; }
          .template-page-get-started .new-designed .program-wrapper.maxup h3 {
            max-width: 100%;
            margin-top: -15px;
            margin-bottom: 15px;
            padding-bottom: 0; }
            .template-page-get-started .new-designed .program-wrapper.maxup h3 img {
              position: absolute;
              bottom: -17px;
              top: inherit;
              left: calc(50% - 73px); } }
    .template-page-get-started .new-designed .program-wrapper.classic h3 {
      font-size: 22px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper.classic h3 {
          font-size: 60px; } }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .program-wrapper.classic h3 {
          font-size: 42px;
          line-height: 125px; } }
      @media (min-width: 1200px) {
        .template-page-get-started .new-designed .program-wrapper.classic h3 {
          font-size: 60px; } }
    .template-page-get-started .new-designed .program-wrapper.meals-only h3 {
      height: 100%;
      font-size: 22px;
      padding-top: 25px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper.meals-only h3 {
          font-size: 42px;
          padding-top: 0px; } }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .program-wrapper.meals-only h3 {
          font-size: 40px;
          padding-top: 0px;
          line-height: 125px; } }
    .template-page-get-started .new-designed .program-wrapper .details-wrapper {
      width: 50%;
      background: #fff;
      padding-top: 15px;
      padding-bottom: 5px;
      min-height: 156px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper .details-wrapper {
          padding-top: 30px;
          min-height: 345px; } }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .program-wrapper .details-wrapper {
          width: 100%; } }
    .template-page-get-started .new-designed .program-wrapper .daily-price {
      font-family: 'Fira Sans', sans-serif;
      font-size: 59px;
      line-height: 40px;
      font-weight: 500;
      position: relative;
      text-align: center;
      padding-right: 30px; }
      .template-page-get-started .new-designed .program-wrapper .daily-price small {
        position: absolute;
        font-size: 20px;
        left: calc(50% - 58px);
        top: -13px; }
      .template-page-get-started .new-designed .program-wrapper .daily-price .cents {
        position: absolute;
        font-size: 22px;
        left: calc(50% + 19px);
        top: -12px; }
      .template-page-get-started .new-designed .program-wrapper .daily-price .per-day {
        position: absolute;
        font-size: 13px;
        left: calc(50% + 18px);
        bottom: -11px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper .daily-price {
          font-size: 100px;
          line-height: 67px; }
          .template-page-get-started .new-designed .program-wrapper .daily-price small {
            position: absolute;
            font-size: 40px;
            left: calc(50% - 89px);
            top: -20px; }
          .template-page-get-started .new-designed .program-wrapper .daily-price .cents {
            position: absolute;
            font-size: 40px;
            left: calc(50% + 40px);
            top: -21px; }
          .template-page-get-started .new-designed .program-wrapper .daily-price .per-day {
            position: absolute;
            font-size: 24px;
            left: calc(50% + 40px);
            bottom: -21px; } }
    .template-page-get-started .new-designed .program-wrapper .weekly-price {
      font-family: 'Fira Sans', sans-serif;
      font-size: 13px;
      line-height: 36px;
      font-weight: 500;
      position: relative; }
      .template-page-get-started .new-designed .program-wrapper .weekly-price:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 1px;
        background: #16384e;
        bottom: 0;
        left: calc(50% - 60px); }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper .weekly-price {
          font-size: 24px;
          line-height: 66px; }
          .template-page-get-started .new-designed .program-wrapper .weekly-price:after {
            content: "";
            position: absolute;
            width: 250px;
            height: 2px;
            background: #16384e;
            bottom: 0;
            left: calc(50% - 125px); } }
    .template-page-get-started .new-designed .program-wrapper .whatincluded {
      padding-top: 5px;
      padding-left: 0;
      margin-bottom: 0;
      padding-bottom: 5px; }
      .template-page-get-started .new-designed .program-wrapper .whatincluded li {
        list-style: none;
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .program-wrapper .whatincluded {
          padding-top: 20px; } }
    .template-page-get-started .new-designed .program-wrapper .cta-wrapper {
      height: 97px;
      align-items: center;
      justify-content: center;
      width: 100%;
      display: none; }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .program-wrapper .cta-wrapper {
          display: flex; } }
      .template-page-get-started .new-designed .program-wrapper .cta-wrapper a {
        margin-top: 0; }
    .template-page-get-started .new-designed .program-wrapper li {
      cursor: pointer;
      position: relative; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .program-wrapper li:after {
        content: "";
        position: absolute;
        right: 20px;
        width: 17px;
        height: 17px;
        top: 4px;
        background: url(https://statics.jennycraig.com/images/pages/shop-plans/2009-icon-info.png) no-repeat right center;
        background-size: 17px 17px;
        display: block;
        cursor: pointer; } }
  .template-page-get-started .new-designed .check-points {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    padding-left: 25px;
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 480px) {
      .template-page-get-started .new-designed .check-points {
        padding-left: 25px; } }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .check-points {
        padding-left: 40px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .check-points {
        justify-content: center; } }
    .template-page-get-started .new-designed .check-points li {
      position: relative;
      list-style: none;
      display: inline-block;
      padding-right: 10px;
      padding-left: 20px;
      font-size: 13px;
      width: 50%;
      text-align: left;
      margin-bottom: 20px; }
      .template-page-get-started .new-designed .check-points li:before {
        position: absolute;
        content: "";
        width: 31px;
        height: 31px;
        background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Tick-Icon.svg) no-repeat top center;
        background-size: cover;
        left: -15px;
        top: -8px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .check-points li {
          margin-bottom: 30px;
          padding-left: 30px; }
          .template-page-get-started .new-designed .check-points li:before {
            top: -5px; } }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .check-points li {
          width: auto;
          padding-right: 50px;
          margin-bottom: 0px;
          margin-top: 20px;
          font-size: 18px; }
          .template-page-get-started .new-designed .check-points li:before {
            width: 40px;
            height: 40px;
            left: -20px;
            top: -4px; } }
  .template-page-get-started .new-designed .program-header {
    background: #1DA4E9;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .program-header {
        line-height: 50px;
        height: inherit;
        font-size: inherit; } }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .program-header {
        line-height: 1.1;
        height: 50px; } }
  .template-page-get-started .new-designed .meals-only .program-header {
    background: #fff;
    color: #16384E;
    display: none;
    margin-top: 50px; }
  .template-page-get-started .new-designed .meals-only {
    border: 2px solid #1483C4;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .meals-only {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .meals-only {
        margin-top: 90px; } }
  .template-page-get-started .new-designed .classic, .template-page-get-started .new-designed .maxup {
    outline: 10px solid #DFEBF0;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .classic, .template-page-get-started .new-designed .maxup {
        margin-top: 40px;
        outline: 20px solid #DFEBF0; } }
  .template-page-get-started .new-designed .scroll-row-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .template-page-get-started .new-designed .no-wrap-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .template-page-get-started .new-designed .no-wrap-row.padding-mobile {
      padding-top: 30px;
      margin-bottom: 30px;
      padding-left: 33px;
      padding-right: 33px; }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .no-wrap-row {
        overflow-x: hidden;
        flex-wrap: wrap;
        overflow: visible; }
        .template-page-get-started .new-designed .no-wrap-row.padding-mobile {
          padding-top: 0px;
          padding-left: 0px;
          padding-right: 0px; }
          .template-page-get-started .new-designed .no-wrap-row.padding-mobile .col-sm-12, .template-page-get-started .new-designed .no-wrap-row.padding-mobile .col-md-12 {
            max-width: 100%; }
        .template-page-get-started .new-designed .no-wrap-row .hide-on-desktop {
          display: inline-block; } }
  .template-page-get-started .new-designed .blue-bg {
    background: #1da4e9;
    margin-bottom: 1em; }
  @media (min-width: 768px) {
    .template-page-get-started .new-designed .available-offers {
      margin-bottom: 30px !important; } }
  .template-page-get-started .new-designed .available-offers h2 {
    color: #fff; }
  .template-page-get-started .new-designed .available-offers p {
    color: #fff; }
  .template-page-get-started .new-designed .available-offers .offer-wrapper {
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .available-offers .offer-wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
    .template-page-get-started .new-designed .available-offers .offer-wrapper.green-bg {
      background: #A1D92A;
      margin-top: 15px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .available-offers .offer-wrapper.green-bg {
          margin-top: 0px; } }
    .template-page-get-started .new-designed .available-offers .offer-wrapper.yellow-bg {
      background: #FFFF00;
      margin-top: 15px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .available-offers .offer-wrapper.yellow-bg {
          margin-top: 0px; } }
  .template-page-get-started .new-designed .available-offers .offer {
    font-family: 'Fira Sans', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #16384e;
    max-width: 100%;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .available-offers .offer {
        max-width: calc(100% - 175px); } }
    .template-page-get-started .new-designed .available-offers .offer.big {
      font-size: 30px;
      line-height: 1; }
    .template-page-get-started .new-designed .available-offers .offer span {
      font-size: 16px;
      font-weight: 500;
      color: #16384E;
      display: block;
      line-height: 24px;
      margin-top: 10px; }
      .template-page-get-started .new-designed .available-offers .offer span.dark-blue {
        color: #16384e; }
      .template-page-get-started .new-designed .available-offers .offer span.light-blue {
        color: #1483C4; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .available-offers .offer {
        font-size: 40px;
        line-height: 1; }
        .template-page-get-started .new-designed .available-offers .offer.big {
          font-size: 40px;
          line-height: inherit; }
        .template-page-get-started .new-designed .available-offers .offer span {
          font-weight: 400;
          margin-top: 10px; } }
  .template-page-get-started .new-designed .available-offers .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.22222;
    border-top: 1px solid #16384e;
    padding-top: 5px;
    margin-top: 10px;
    position: relative; }
    .template-page-get-started .new-designed .available-offers .price.no-fee {
      font-size: 40px; }
    .template-page-get-started .new-designed .available-offers .price .cross-out {
      color: #767171;
      font-size: 30px;
      text-decoration: line-through;
      width: 64px;
      position: absolute;
      left: calc(50% - 138px);
      top: 18px; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .available-offers .price {
        position: absolute;
        width: 200px;
        height: calc(100% - 20px);
        top: 10px;
        right: 0;
        border-top: none;
        border-left: 2px solid #16384e;
        padding-top: 0px;
        margin-top: 0px;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 20px; }
        .template-page-get-started .new-designed .available-offers .price.no-fee {
          font-size: 31px; }
        .template-page-get-started .new-designed .available-offers .price .cross-out {
          color: #1da4e9;
          position: relative;
          left: inherit;
          top: inherit;
          font-size: 30px;
          margin-bottom: 10px; } }
  .template-page-get-started .new-designed .cta-block-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 15px !important;
    padding-right: 15px !important; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .cta-block-1 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important; } }
    .template-page-get-started .new-designed .cta-block-1 .container {
      background: #00205C;
      color: #fff; }
    .template-page-get-started .new-designed .cta-block-1 h3 {
      font-size: 21px;
      line-height: 1.666666666666;
      color: #fff;
      margin-bottom: 30px;
      text-transform: none; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .cta-block-1 h3 {
          font-size: 32px; } }
    .template-page-get-started .new-designed .cta-block-1 p {
      color: #fff; }
    .template-page-get-started .new-designed .cta-block-1 .cta-button {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .template-page-get-started .new-designed .cta-block-1 .cta-button {
          margin-bottom: 0px; } }
  .template-page-get-started .new-designed .mobile-banner-image {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .template-page-get-started .new-designed .mobile-banner-image {
        margin-bottom: 0px; } }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .mobile-banner-image {
        max-width: 490px;
        margin: 0 auto; } }
  .template-page-get-started .new-designed .grey-bg {
    background: #e3e3e3;
    padding-bottom: 0 !important;
    background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Lose-3x-More-Weight-mobile-2.jpg) no-repeat top center;
    background-size: auto;
    padding-top: 420px !important;
    margin-top: 1em; }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .grey-bg {
        background: #e3e3e3;
        padding-top: 0 !important; } }
    .template-page-get-started .new-designed .grey-bg .container-1920 {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .grey-bg .container-1920 {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Lose-3x-More-Weight.jpg) no-repeat bottom center;
          background-size: cover; } }
    @media (min-width: 992px) {
      .template-page-get-started .new-designed .grey-bg .row-reverse-992 {
        flex-direction: row-reverse; } }
    .template-page-get-started .new-designed .grey-bg .text-wrapper {
      padding-right: 0px;
      min-height: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column wrap; }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .grey-bg .text-wrapper {
          padding-right: 60px;
          min-height: 600px; } }
    .template-page-get-started .new-designed .grey-bg .coach-wrapper {
      position: relative; }
    .template-page-get-started .new-designed .grey-bg .coach {
      position: absolute;
      background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Rectangle.svg) no-repeat top right;
      min-width: 311px;
      background-color: #fff;
      font-size: 24px;
      height: 64px;
      padding: 0px 20px;
      line-height: 64px;
      font-weight: 500;
      left: calc(50% - 156px);
      top: -103px; }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .grey-bg .coach {
          bottom: 50px;
          top: inherit;
          left: -163px; } }
      .template-page-get-started .new-designed .grey-bg .coach span {
        float: right;
        font-size: 18px;
        color: #fff;
        font-weight: 400; }
  .template-page-get-started .new-designed .yellow-bg {
    background: #FDF8EC;
    margin-top: 30px; }
  .template-page-get-started .new-designed .faqs {
    display: flex;
    flex-flow: row wrap;
    padding-left: 0;
    margin-top: 15px; }
    .template-page-get-started .new-designed .faqs li {
      width: 100%;
      margin: 0px 0 0 0;
      list-style: none; }
      @media (min-width: 992px) {
        .template-page-get-started .new-designed .faqs li {
          margin: 0px 0 0 0; } }
      .template-page-get-started .new-designed .faqs li.faq_open .question:after {
        background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/minus.svg) no-repeat top center;
        top: calc(50% + 0px); }
      .template-page-get-started .new-designed .faqs li.faq_open .question {
        border-bottom: none; }
      .template-page-get-started .new-designed .faqs li .question {
        border-radius: 0;
        padding: 15px 15px;
        display: block;
        border-bottom: 2px solid #16384e;
        position: relative;
        cursor: pointer;
        font-size: 18px;
        line-height: 1.555555555555;
        font-weight: 400;
        text-align: left; }
        .template-page-get-started .new-designed .faqs li .question:after {
          content: "";
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Plus.svg) no-repeat top center;
          width: 38px;
          height: 20px;
          display: block;
          position: absolute;
          right: 0px;
          top: calc(50% - 10px); }
        @media (min-width: 768px) {
          .template-page-get-started .new-designed .faqs li .question {
            font-size: 26px; } }
        @media (min-width: 992px) {
          .template-page-get-started .new-designed .faqs li .question {
            padding: 25px 20px; }
            .template-page-get-started .new-designed .faqs li .question:after {
              content: "";
              background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Plus.svg) no-repeat top center;
              width: 38px;
              height: 20px;
              display: block;
              position: absolute;
              right: 40px;
              top: calc(50% - 10px); } }
      .template-page-get-started .new-designed .faqs li.faq_open .answer {
        display: block; }
      .template-page-get-started .new-designed .faqs li .answer {
        display: none;
        padding: 15px 15px;
        border-bottom: 2px solid #16384e;
        position: relative;
        text-align: left; }
        @media (min-width: 992px) {
          .template-page-get-started .new-designed .faqs li .answer {
            padding: 25px 20px; } }
        .template-page-get-started .new-designed .faqs li .answer:before {
          content: "";
          position: absolute;
          width: 2px;
          height: 10px;
          left: -2px;
          top: -10px;
          display: block;
          background: #fff; }
        .template-page-get-started .new-designed .faqs li .answer:after {
          content: "";
          position: absolute;
          width: 2px;
          height: 10px;
          right: -2px;
          top: -10px;
          display: block;
          background: #fff; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: block !important; }

.modal-foot {
  border: none !important;
  padding-bottom: 0 !important; }

.modal-content {
  border: none !important; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-dialog {
  max-width: 100% !important;
  margin-top: 0 !important; }

.whats-included-modal p {
  color: #323d48;
  line-height: 20px; }

.whats-included-modal a {
  color: #16384E; }

.whats-included-modal .float-right {
  float: right; }

.whats-included-modal .modal-header {
  background: #DFEBF0; }

.whats-included-modal .food-weeks {
  display: none; }

.whats-included-modal .food-image {
  margin: 1em auto; }
  .whats-included-modal .food-image img {
    width: 100%; }

.whats-included-modal .modal-header h2 {
  color: #16384E; }

.whats-included-modal .modal-header ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0px; }

.whats-included-modal .modal-header a {
  color: #919191;
  font-weight: bold; }

.whats-included-modal .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  line-height: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.whats-included-modal .tabs-nav li {
  border-bottom: none !important;
  display: block;
  font-size: 14px; }

.whats-included-modal .modal-header ul li {
  line-height: 20px; }

.whats-included-modal .tabs-nav li.active {
  border-bottom: none; }

.whats-included-modal .modal-header .phone a,
.whats-included-modal .modal-header .active a {
  color: #16384E; }

.whats-included-modal h3 {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  text-transform: inherit;
  font-weight: 500 !important;
  color: #16384E;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1; }

.whats-included-modal h4 {
  font-family: 'Fira Sans',sans-serif;
  font-style: normal;
  text-transform: inherit;
  font-weight: 500 !important;
  color: #16384E;
  font-size: 20px;
  line-height: 1; }

.whats-included-modal h5 {
  font-family: 'Fira Sans',sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: inherit;
  color: #16384E;
  font-size: 16px;
  margin-bottom: 10px; }

.whats-included-modal select {
  background-color: RGBA(223, 235, 240, 0.35);
  padding: 0.25em;
  width: 100%;
  line-height: 24px;
  margin-bottom: 15px; }

.whats-included-modal #IncludedWeeks .panel {
  box-shadow: none;
  margin-top: 0; }

.whats-included-modal .modal-footer {
  border-top: 0;
  padding: 0 15px 15px; }

.whats-included-modal .bold {
  font-weight: bold; }
.whats-included-modal .margin-bottom-50 {
  margin-bottom: 50px; }
.whats-included-modal .margin-top-30 {
  margin-top: 30px; }
.whats-included-modal .tabs-content {
  line-height: 1; }
  .whats-included-modal .tabs-content p {
    line-height: 20px; }
.whats-included-modal .tabs-content ul {
  padding-left: 0;
  color: #323d48; }
  .whats-included-modal .tabs-content ul li {
    margin-bottom: 10px;
    line-height: 20px; }
.whats-included-modal .video_block {
  position: relative;
  padding-bottom: 57%;
  height: 0; }
  .whats-included-modal .video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 34.375em) {
  .whats-included-modal .col-sm-7 {
    padding-right: 5em; }

  .whats-included-modal .modal-header ul {
    margin-bottom: 15px; }

  .whats-included-modal .modal-header ul li {
    display: inline-block;
    margin-right: 1em; }

  .whats-included-modal .modal-header ul li:last-child {
    float: right;
    margin-right: 0; } }
@media only screen and (min-width: 56.25em) {
  .whats-included-modal .modal-header {
    padding: 50px 50px 0; }

  .whats-included-modal .modal-body {
    padding: 50px 50px; }

  .whats-included-modal .modal-footer {
    padding: 0 50px 50px; }

  .whats-included-modal .modal-header .close-dialog {
    height: 37px;
    width: 37px; }

  .whats-included-modal .modal-header h2 {
    font-size: 50px;
    margin-bottom: 0.5em; }

  .whats-included-modal h3 {
    font-size: 32px; }

  .whats-included-modal h4 {
    font-size: 22px;
    line-height: 1; }

  .whats-included-modal h5 {
    font-size: 18px; }

  .whats-included-modal .modal-header ul li {
    margin-right: 2em;
    line-height: 20px; }

  .whats-included-modal .modal-header ul li:last-child {
    margin-right: 0; }

  .whats-included-modal .menu_details {
    margin-top: 20px; } }
.template-page-landingpage #MainContent, .template-page-landingpage-winter #MainContent {
  padding: 0 !important; }

body.template-page-landingpage .iziToast, body.template-page-landingpage-winter .iziToast {
  max-width: 900px;
  background: #fff;
  border-radius: 0px;
  padding: 0; }

body.template-page-landingpage .site-header__notice-bar, body.template-page-landingpage-winter .site-header__notice-bar {
  display: none; }

body.template-page-landingpage .lp_disclaimer, body.template-page-landingpage-winter .lp_disclaimer {
  display: block !important; }
  body.template-page-landingpage .lp_disclaimer.hideon_lp, body.template-page-landingpage-winter .lp_disclaimer.hideon_lp {
    display: none; }

.site-header__notice-bar a:hover {
  color: inherit; }

section#block-contactendcap, section#block-contactendcap .field--name-body {
  padding: 0 !important; }

.new-lp {
  font-family: 'Fira Sans', sans-serif;
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  color: #16384e;
  line-height: 1.4;
  font-weight: 400; }
  @media (min-width: 768px) {
    .new-lp {
      font-size: 18px;
      line-height: 1.555555555555555; } }
  @media (min-width: 576px) {
    .new-lp .container.site-header__main {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .new-lp .container.site-header__main {
      max-width: 100%; } }
  .new-lp h1, .new-lp .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .new-lp .iziToast-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 42px;
    line-height: 1.17;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.4em;
    margin-top: 0; }
    @media (min-width: 768px) {
      .new-lp h1, .new-lp .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .new-lp .iziToast-title {
        font-size: 58px; } }
    .new-lp h1.no-margin-top, .new-lp .iziToast.iziToast-theme-confirmation-modal .no-margin-top.iziToast-title, .iziToast.iziToast-theme-confirmation-modal .new-lp .no-margin-top.iziToast-title {
      margin-top: 0 !important; }
    .new-lp h1 .light-blue, .new-lp .iziToast.iziToast-theme-confirmation-modal .iziToast-title .light-blue, .iziToast.iziToast-theme-confirmation-modal .new-lp .iziToast-title .light-blue {
      color: #1da4e9; }
    .new-lp h1 .white, .new-lp .iziToast.iziToast-theme-confirmation-modal .iziToast-title .white, .iziToast.iziToast-theme-confirmation-modal .new-lp .iziToast-title .white {
      color: #fff; }
  .new-lp h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    line-height: 1.27;
    font-weight: 500;
    color: #16384e;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .new-lp h2 {
        font-size: 40px;
        line-height: 1; } }
    @media (min-width: 1599px) {
      .new-lp h2 {
        margin-top: 0em;
        font-size: 40px; } }
    .new-lp h2 .light-blue {
      color: #1da4e9; }
    .new-lp h2 .white {
      color: #fff; }
  .new-lp h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
    color: #16384e;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .new-lp h3 {
        font-size: 40px;
        margin-top: 0px; } }
  .new-lp p {
    font-family: 'Fira Sans', sans-serif;
    width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    color: #16384e;
    line-height: 1.4;
    font-weight: 400; }
    @media (min-width: 768px) {
      .new-lp p {
        font-size: 18px;
        line-height: 1.555555555555555; } }
  .new-lp section.page-content {
    padding: 1em 0; }
    @media (min-width: 768px) {
      .new-lp section.page-content {
        padding: 2em 0; } }
  .new-lp .site-main {
    padding-top: 0;
    padding-bottom: 0; }
  .new-lp .site-main > * {
    margin-top: 0;
    margin-bottom: 0; }
  .new-lp .margin-bottom-spacer-1 {
    margin-bottom: 0em; }
    @media (min-width: 768px) {
      .new-lp .margin-bottom-spacer-1 {
        margin-bottom: 1em; } }
  .new-lp .margin-bottom-spacer {
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .new-lp .margin-bottom-spacer {
        margin-bottom: 2em; } }
  .new-lp .margin-bottom-spacer-3 {
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .new-lp .margin-bottom-spacer-3 {
        margin-bottom: 3em; } }
  .new-lp .margin-top-spacer-1 {
    margin-top: 0em; }
    @media (min-width: 768px) {
      .new-lp .margin-top-spacer-1 {
        margin-top: 1em; } }
  .new-lp .margin-top-spacer {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .new-lp .margin-top-spacer {
        margin-top: 2em; } }
  .new-lp .margin-top-spacer-3 {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .new-lp .margin-top-spacer-3 {
        margin-top: 3em; } }
  .new-lp a.cta-button {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #DFEBF0;
    color: #16384e;
    text-decoration: none;
    line-height: 1;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 212px;
    display: inline-block;
    text-align: center;
    margin-top: 10px; }
  .new-lp a.cta-button-blue {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #1da4e9;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 132px;
    display: inline-block;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .new-lp a.cta-button-blue {
        min-width: 212px; } }
  .new-lp a.cta-button:hover, .new-lp a.cta-button:focus {
    background: #1da4e9 !important;
    color: white !important;
    text-decoration: none !important; }
  .new-lp a.cta-button-blue:hover, .new-lp a.cta-button-blue:focus {
    background: #16384e !important;
    color: white !important;
    text-decoration: none !important; }
  .new-lp .row {
    margin-bottom: inherit; }
  .new-lp .text-wrapper-500 {
    max-width: 500px; }
  .new-lp .text-wrapper-450 {
    max-width: 450px;
    margin: 0 auto; }
  .new-lp .text-wrapper-550 {
    max-width: 550px;
    margin: 0 auto; }
  .new-lp .text-wrapper-700 {
    max-width: 700px;
    margin: 0 auto; }
  .new-lp section.page-content {
    padding: 1em 0; }
    @media (min-width: 768px) {
      .new-lp section.page-content {
        padding: 2em 0; } }
  @media (min-width: 1400px) {
    .new-lp .container, .new-lp .container-lg, .new-lp .container-md, .new-lp .container-sm, .new-lp .container-xl, .new-lp .container-xxl {
      max-width: 1140px; } }
  .new-lp .container.lp-banner .desktop-banner {
    display: none; }
  .new-lp .container.lp-banner img {
    width: 100%; }
  @media (min-width: 576px) {
    .new-lp .container.lp-banner {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .new-lp .container.lp-banner {
      max-width: 1920px; } }
  @media (min-width: 992px) {
    .new-lp .container.lp-banner .col-12 {
      padding: 0 calc(var(--bs-gutter-x) * .5); }
    .new-lp .container.lp-banner .mobile-banner {
      display: none; }
    .new-lp .container.lp-banner .desktop-banner {
      display: block; } }
  .new-lp .start-your-journey {
    padding-bottom: 20px !important;
    margin-top: -1px; }
    .new-lp .start-your-journey img {
      width: 100%; }
    @media (min-width: 992px) {
      .new-lp .start-your-journey {
        padding-bottom: 0 !important;
        padding-top: 0 !important; } }
    .new-lp .start-your-journey .container-1920 {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 992px) {
        .new-lp .start-your-journey .container-1920 {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Intro-Block-1.jpg) no-repeat;
          background-size: cover;
          background-position: center; } }
      @media (min-width: 1200px) {
        .new-lp .start-your-journey .container-1920 {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Intro-Block-1.jpg) no-repeat;
          background-size: cover;
          background-position: center; } }
      @media (min-width: 1600px) {
        .new-lp .start-your-journey .container-1920 {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Intro-Block-1.jpg) no-repeat;
          background-size: 100% auto; } }
    .new-lp .start-your-journey .container-1920.winter {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 992px) {
        .new-lp .start-your-journey .container-1920.winter {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/05/Intro-Block-3.jpg) no-repeat;
          background-size: cover;
          background-position: center; } }
      @media (min-width: 1200px) {
        .new-lp .start-your-journey .container-1920.winter {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/05/Intro-Block-3.jpg) no-repeat;
          background-size: cover;
          background-position: center; } }
      @media (min-width: 1600px) {
        .new-lp .start-your-journey .container-1920.winter {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/05/Intro-Block-3.jpg) no-repeat;
          background-size: 100% auto; } }
    @media (min-width: 992px) {
      .new-lp .start-your-journey .row-reverse-992 {
        flex-direction: row-reverse; } }
    .new-lp .start-your-journey h2 {
      font-size: 36px;
      line-height: 1.18;
      text-transform: inherit;
      font-style: italic; }
      @media (min-width: 992px) {
        .new-lp .start-your-journey h2 {
          font-size: 36px; } }
      @media (min-width: 1200px) {
        .new-lp .start-your-journey h2 {
          font-size: 45px; } }
      @media (min-width: 1600px) {
        .new-lp .start-your-journey h2 {
          font-size: 48px; } }
      @media (min-width: 1800px) {
        .new-lp .start-your-journey h2 {
          font-size: 57px; } }
    .new-lp .start-your-journey h3 {
      font-size: 24px; }
      @media (min-width: 992px) {
        .new-lp .start-your-journey h3 {
          font-size: 24px; } }
      @media (min-width: 1200px) {
        .new-lp .start-your-journey h3 {
          font-size: 28px; } }
      @media (min-width: 1600px) {
        .new-lp .start-your-journey h3 {
          font-size: 31px; } }
    .new-lp .start-your-journey .text-wrapper {
      padding-right: 0px;
      min-height: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column wrap;
      margin: 20px 0 0 0; }
      @media (min-width: 992px) {
        .new-lp .start-your-journey .text-wrapper {
          max-width: 480px;
          margin: 0 auto;
          min-height: 500px;
          align-items: flex-start; } }
      @media (min-width: 1200px) {
        .new-lp .start-your-journey .text-wrapper {
          max-width: 500px;
          margin: 0 auto;
          min-height: 450px;
          align-items: flex-start; } }
      @media (min-width: 1600px) {
        .new-lp .start-your-journey .text-wrapper {
          max-width: 100%; } }
      @media (min-width: 1800px) {
        .new-lp .start-your-journey .text-wrapper {
          max-width: 500px; } }
  .new-lp .plans {
    display: flex;
    justify-content: center; }
    .new-lp .plans .col-lg-4 {
      padding-left: 10px;
      padding-right: 10px; }
    @media (min-width: 768px) {
      .new-lp .plans {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .new-lp .plans {
        flex-direction: row-reverse; } }
  .new-lp .plan-header-wrapper {
    width: 50%; }
    @media (min-width: 992px) {
      .new-lp .plan-header-wrapper {
        width: 100%; } }
  .new-lp .program-wrapper {
    background: #1383C4;
    display: flex;
    flex-flow: row wrap;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .new-lp .program-wrapper {
        font-size: inherit; } }
    .new-lp .program-wrapper h3 {
      font-size: 22px;
      line-height: 35px;
      color: #fff;
      margin-bottom: 0;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: calc(100% - 39px);
      padding-top: 20px;
      flex-direction: column;
      padding-bottom: 42px; }
      .new-lp .program-wrapper h3 .whatincluded.d-md-none {
        display: block;
        font-size: 11px;
        color: #fff;
        line-height: 1;
        padding: 0;
        text-decoration: underline; }
      .new-lp .program-wrapper h3 a.cta-button {
        position: absolute;
        min-width: 132px;
        margin-left: 10px;
        margin-right: 10px;
        bottom: 10px;
        padding-top: 12px;
        padding-bottom: 12px; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper h3 {
          height: calc(100% - 50px);
          font-size: 46px;
          line-height: 125px;
          align-items: center;
          padding-top: 0; }
          .new-lp .program-wrapper h3 a.cta-button {
            bottom: 28px;
            padding-top: 15px;
            padding-bottom: 15px; } }
      @media (min-width: 992px) {
        .new-lp .program-wrapper h3 {
          font-size: 40px;
          line-height: 125px;
          padding-bottom: 0; } }
    .new-lp .program-wrapper.maxup {
      background: #16384E;
      margin-bottom: 20px; }
      .new-lp .program-wrapper.maxup h3 {
        padding-bottom: 54px; }
      .new-lp .program-wrapper.maxup img {
        position: absolute;
        max-width: 98px;
        top: 40px; }
      .new-lp .program-wrapper.maxup .whatincluded.d-md-none {
        margin-top: 20px; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper.maxup h3 {
          position: relative;
          margin-top: 0px;
          margin-bottom: 20px;
          padding-bottom: 150px; }
          .new-lp .program-wrapper.maxup h3 img {
            max-width: 167px;
            top: 73px;
            left: 85px; } }
      @media (min-width: 992px) {
        .new-lp .program-wrapper.maxup {
          margin-bottom: 0; }
          .new-lp .program-wrapper.maxup h3 {
            max-width: 100%;
            margin-top: -15px;
            margin-bottom: 15px;
            padding-bottom: 0; }
            .new-lp .program-wrapper.maxup h3 img {
              position: absolute;
              bottom: -17px;
              top: inherit;
              left: calc(50% - 73px); } }
    .new-lp .program-wrapper.classic h3 {
      font-size: 22px; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper.classic h3 {
          font-size: 60px; } }
      @media (min-width: 992px) {
        .new-lp .program-wrapper.classic h3 {
          font-size: 42px;
          line-height: 125px; } }
      @media (min-width: 1200px) {
        .new-lp .program-wrapper.classic h3 {
          font-size: 60px; } }
    .new-lp .program-wrapper.meals-only h3 {
      height: 100%;
      font-size: 22px;
      padding-top: 25px; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper.meals-only h3 {
          font-size: 42px;
          padding-top: 0px; } }
      @media (min-width: 992px) {
        .new-lp .program-wrapper.meals-only h3 {
          font-size: 40px;
          padding-top: 0px;
          line-height: 125px; } }
    .new-lp .program-wrapper .details-wrapper {
      width: 50%;
      background: #fff;
      padding-top: 15px;
      padding-bottom: 5px;
      min-height: 156px; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper .details-wrapper {
          padding-top: 30px;
          min-height: 345px; } }
      @media (min-width: 992px) {
        .new-lp .program-wrapper .details-wrapper {
          width: 100%; } }
    .new-lp .program-wrapper .daily-price {
      font-family: 'Fira Sans', sans-serif;
      font-size: 59px;
      line-height: 40px;
      font-weight: 500;
      position: relative;
      text-align: center;
      padding-right: 30px; }
      .new-lp .program-wrapper .daily-price small {
        position: absolute;
        font-size: 20px;
        left: calc(50% - 58px);
        top: -13px; }
      .new-lp .program-wrapper .daily-price .cents {
        position: absolute;
        font-size: 22px;
        left: calc(50% + 19px);
        top: -12px; }
      .new-lp .program-wrapper .daily-price .per-day {
        position: absolute;
        font-size: 13px;
        left: calc(50% + 18px);
        bottom: -11px; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper .daily-price {
          font-size: 100px;
          line-height: 67px; }
          .new-lp .program-wrapper .daily-price small {
            position: absolute;
            font-size: 40px;
            left: calc(50% - 89px);
            top: -20px; }
          .new-lp .program-wrapper .daily-price .cents {
            position: absolute;
            font-size: 40px;
            left: calc(50% + 40px);
            top: -21px; }
          .new-lp .program-wrapper .daily-price .per-day {
            position: absolute;
            font-size: 24px;
            left: calc(50% + 40px);
            bottom: -21px; } }
    .new-lp .program-wrapper .weekly-price {
      font-family: 'Fira Sans', sans-serif;
      font-size: 13px;
      line-height: 36px;
      font-weight: 500;
      position: relative; }
      .new-lp .program-wrapper .weekly-price:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 1px;
        background: #16384e;
        bottom: 0;
        left: calc(50% - 60px); }
      @media (min-width: 768px) {
        .new-lp .program-wrapper .weekly-price {
          font-size: 24px;
          line-height: 66px; }
          .new-lp .program-wrapper .weekly-price:after {
            content: "";
            position: absolute;
            width: 250px;
            height: 2px;
            background: #16384e;
            bottom: 0;
            left: calc(50% - 125px); } }
    .new-lp .program-wrapper .whatincluded {
      padding-top: 5px;
      padding-left: 0;
      margin-bottom: 0;
      padding-bottom: 5px; }
      .new-lp .program-wrapper .whatincluded li {
        list-style: none;
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .new-lp .program-wrapper .whatincluded {
          padding-top: 20px; } }
    .new-lp .program-wrapper .cta-wrapper {
      height: 97px;
      align-items: center;
      justify-content: center;
      width: 100%;
      display: none; }
      @media (min-width: 992px) {
        .new-lp .program-wrapper .cta-wrapper {
          display: flex; } }
      .new-lp .program-wrapper .cta-wrapper a {
        margin-top: 0; }
    .new-lp .program-wrapper li {
      cursor: pointer;
      position: relative; }
    @media (min-width: 768px) {
      .new-lp .program-wrapper li:after {
        content: "";
        position: absolute;
        right: 20px;
        width: 17px;
        height: 17px;
        top: 4px;
        background: url(https://statics.jennycraig.com/images/pages/shop-plans/2009-icon-info.png) no-repeat right center;
        background-size: 17px 17px;
        display: block;
        cursor: pointer; } }
  .new-lp .check-points {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    padding-left: 25px;
    margin-bottom: 0;
    margin-top: 30px; }
    @media (min-width: 480px) {
      .new-lp .check-points {
        padding-left: 25px; } }
    @media (min-width: 768px) {
      .new-lp .check-points {
        padding-left: 40px; } }
    @media (min-width: 992px) {
      .new-lp .check-points {
        justify-content: center;
        margin-top: 0; } }
    .new-lp .check-points li {
      position: relative;
      list-style: none;
      display: inline-block;
      padding-right: 10px;
      padding-left: 20px;
      font-size: 13px;
      width: 50%;
      text-align: left;
      margin-bottom: 20px; }
      .new-lp .check-points li:before {
        position: absolute;
        content: "";
        width: 31px;
        height: 31px;
        background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Tick-Icon.svg) no-repeat top center;
        background-size: cover;
        left: -15px;
        top: -8px; }
      @media (min-width: 768px) {
        .new-lp .check-points li {
          margin-bottom: 30px;
          padding-left: 30px; }
          .new-lp .check-points li:before {
            top: -5px; } }
      @media (min-width: 992px) {
        .new-lp .check-points li {
          width: auto;
          padding-right: 50px;
          margin-bottom: 0px;
          margin-top: 20px;
          font-size: 18px; }
          .new-lp .check-points li:before {
            width: 40px;
            height: 40px;
            left: -20px;
            top: -4px; } }
  .new-lp .program-header {
    background: #1DA4E9;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 768px) {
      .new-lp .program-header {
        line-height: 50px;
        height: inherit;
        font-size: inherit; } }
    @media (min-width: 992px) {
      .new-lp .program-header {
        line-height: 1.1;
        height: 50px; } }
  .new-lp .meals-only .program-header {
    background: #fff;
    color: #16384E;
    display: none;
    margin-top: 50px; }
  .new-lp .meals-only {
    border: 2px solid #1483C4;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .new-lp .meals-only {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .new-lp .meals-only {
        margin-top: 90px; } }
  .new-lp .classic, .new-lp .maxup {
    outline: 10px solid #DFEBF0;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .new-lp .classic, .new-lp .maxup {
        margin-top: 40px;
        outline: 20px solid #DFEBF0; } }
  .new-lp .how-jenny-craig-works {
    margin-top: 20px; }
    .new-lp .how-jenny-craig-works .container-1920 {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      position: relative;
      background: #FDF8EC;
      padding-top: 2em;
      padding-bottom: 2em; }
      @media (min-width: 992px) {
        .new-lp .how-jenny-craig-works .container-1920 {
          padding-top: 4em;
          padding-bottom: 3em; } }
    .new-lp .how-jenny-craig-works .image_wrapper {
      position: relative;
      padding-top: 40px;
      padding-bottom: 20px;
      margin-top: 20px;
      width: 180px;
      margin-left: auto;
      margin-right: auto; }
      .new-lp .how-jenny-craig-works .image_wrapper span {
        content: "";
        background: #16384e;
        width: 58px;
        height: 58px;
        position: absolute;
        left: 0px;
        top: 25px;
        font-size: 34px;
        font-weight: 400;
        color: #fff;
        border-radius: 58px;
        line-height: 58px; }
    .new-lp .how-jenny-craig-works img {
      width: 100%;
      max-width: 180px; }
    .new-lp .how-jenny-craig-works h3 {
      font-size: 18px;
      margin-bottom: 5px; }
  .new-lp .we-are-here-for-you {
    background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Coaching-Image-mobile.jpg) no-repeat top center #e4e4e4;
    background-size: auto;
    padding-top: 300px !important;
    padding-bottom: 0 !important; }
    @media (min-width: 992px) {
      .new-lp .we-are-here-for-you {
        padding-top: 0 !important;
        background: none; } }
    .new-lp .we-are-here-for-you .container-1920 {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 992px) {
        .new-lp .we-are-here-for-you .container-1920 {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Coaching-Image-desktop.jpg) no-repeat bottom center;
          background-size: cover;
          padding-bottom: 0 !important; } }
    @media (min-width: 992px) {
      .new-lp .we-are-here-for-you .row-reverse-992 {
        flex-direction: row-reverse; } }
    .new-lp .we-are-here-for-you .text-wrapper {
      padding-right: 0px;
      min-height: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column wrap; }
      @media (min-width: 992px) {
        .new-lp .we-are-here-for-you .text-wrapper {
          padding-right: 60px;
          min-height: 600px;
          align-items: flex-start; } }
  .new-lp .eat-the-foods-you-love-style-2 {
    background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Offer-Page-image-mobile.jpg) no-repeat top center #e4e4e4;
    background-size: auto;
    padding-top: 300px !important;
    padding-bottom: 0 !important; }
    @media (min-width: 992px) {
      .new-lp .eat-the-foods-you-love-style-2 {
        padding-top: 0 !important;
        background: none; } }
    .new-lp .eat-the-foods-you-love-style-2 .container-1920 {
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 992px) {
        .new-lp .eat-the-foods-you-love-style-2 .container-1920 {
          background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/03/Offer-Page-image-02.jpg) no-repeat bottom center;
          background-size: cover;
          padding-bottom: 0 !important; } }
    .new-lp .eat-the-foods-you-love-style-2 .text-wrapper {
      padding-right: 0px;
      min-height: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column wrap; }
      @media (min-width: 992px) {
        .new-lp .eat-the-foods-you-love-style-2 .text-wrapper {
          padding-right: 60px;
          min-height: 600px;
          align-items: flex-start; } }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: block !important; }

.modal-foot {
  border: none !important;
  padding-bottom: 0 !important; }

.modal-content {
  border: none !important; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-dialog {
  max-width: 100% !important;
  margin-top: 0 !important; }

.whats-included-modal p {
  color: #323d48;
  line-height: 20px; }

.whats-included-modal a {
  color: #16384E; }

.whats-included-modal .float-right {
  float: right; }

.whats-included-modal .modal-header {
  background: #DFEBF0; }

.whats-included-modal .food-weeks {
  display: none; }

.whats-included-modal .food-image {
  margin: 1em auto; }
  .whats-included-modal .food-image img {
    width: 100%; }

.whats-included-modal .modal-header h2 {
  color: #16384E; }

.whats-included-modal .modal-header ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0px; }

.whats-included-modal .modal-header a {
  color: #919191;
  font-weight: bold; }

.whats-included-modal .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  line-height: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.whats-included-modal .tabs-nav li {
  border-bottom: none !important;
  display: block;
  font-size: 14px; }

.whats-included-modal .modal-header ul li {
  line-height: 20px; }

.whats-included-modal .tabs-nav li.active {
  border-bottom: none; }

.whats-included-modal .modal-header .phone a,
.whats-included-modal .modal-header .active a {
  color: #16384E; }

.whats-included-modal h3 {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  text-transform: inherit;
  font-weight: 500 !important;
  color: #16384E;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1; }

.whats-included-modal h4 {
  font-family: 'Fira Sans',sans-serif;
  font-style: normal;
  text-transform: inherit;
  font-weight: 500 !important;
  color: #16384E;
  font-size: 20px;
  line-height: 1; }

.whats-included-modal h5 {
  font-family: 'Fira Sans',sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: inherit;
  color: #16384E;
  font-size: 16px;
  margin-bottom: 10px; }

.whats-included-modal select {
  background-color: RGBA(223, 235, 240, 0.35);
  padding: 0.25em;
  width: 100%;
  line-height: 24px;
  margin-bottom: 15px; }

.whats-included-modal #IncludedWeeks .panel {
  box-shadow: none;
  margin-top: 0; }

.whats-included-modal .modal-footer {
  border-top: 0;
  padding: 0 15px 15px; }

.whats-included-modal .bold {
  font-weight: bold; }
.whats-included-modal .margin-bottom-50 {
  margin-bottom: 50px; }
.whats-included-modal .margin-top-30 {
  margin-top: 30px; }
.whats-included-modal .tabs-content {
  line-height: 1; }
  .whats-included-modal .tabs-content p {
    line-height: 20px; }
.whats-included-modal .tabs-content ul {
  padding-left: 0;
  color: #323d48; }
  .whats-included-modal .tabs-content ul li {
    margin-bottom: 10px;
    line-height: 20px; }
.whats-included-modal .video_block {
  position: relative;
  padding-bottom: 57%;
  height: 0; }
  .whats-included-modal .video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 34.375em) {
  .whats-included-modal .col-sm-7 {
    padding-right: 5em; }

  .whats-included-modal .modal-header ul {
    margin-bottom: 15px; }

  .whats-included-modal .modal-header ul li {
    display: inline-block;
    margin-right: 1em; }

  .whats-included-modal .modal-header ul li:last-child {
    float: right;
    margin-right: 0; } }
@media only screen and (min-width: 56.25em) {
  .whats-included-modal .modal-header {
    padding: 50px 50px 0; }

  .whats-included-modal .modal-body {
    padding: 50px 50px; }

  .whats-included-modal .modal-footer {
    padding: 0 50px 50px; }

  .whats-included-modal .modal-header .close-dialog {
    height: 37px;
    width: 37px; }

  .whats-included-modal .modal-header h2 {
    font-size: 50px;
    margin-bottom: 0.5em; }

  .whats-included-modal h3 {
    font-size: 32px; }

  .whats-included-modal h4 {
    font-size: 22px;
    line-height: 1; }

  .whats-included-modal h5 {
    font-size: 18px; }

  .whats-included-modal .modal-header ul li {
    margin-right: 2em;
    line-height: 20px; }

  .whats-included-modal .modal-header ul li:last-child {
    margin-right: 0; }

  .whats-included-modal .menu_details {
    margin-top: 20px; } }
/*================ TEMPLATES ================*/
.account_edit__description {
  padding-bottom: 2rem; }

.account_edit__group {
  margin: 2.308rem 0 0 0;
  padding: 1.538rem 1.154rem;
  background: var(--color-body-light);
  border: 1px solid var(--color-border);
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.account_edit__group_title {
  margin: 0;
  padding: 0 0 .6923rem 0;
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid var(--color-border); }

.account_edit__group_title_link {
  float: right;
  font: 11px/20px var(--font-body);
  color: var(--color-body-text);
  text-decoration: underline;
  text-transform: none; }

.account_edit__group_title_link:hover {
  color: var(--color-body-text);
  text-decoration: none; }

.account_edit__details .cf-form-step {
  margin: 0; }
.account_edit__details #create_customer .cf-enum-field__choice input[name="accepts_marketing"] {
  display: none !important; }
.account_edit__details #create_customer .cf-enum-field__choice input[name="consultation_preference"] {
  display: none !important; }
@media only screen and (max-width: 34.365em) {
  .account_edit__details div.cf-country-picker {
    width: 80px; } }
.account_edit__details select.cf-country-picker + span {
  white-space: nowrap; }
.account_edit__details label {
  display: block;
  margin: 0 0 .5385rem 0;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase; }
.account_edit__details .cf-fields-wrapper .cf-form-actions,
.account_edit__details .cf-form-inner .cf-form-actions {
  margin: 0; }
.account_edit__details .cf-fields-wrapper .cf-form-actions button,
.account_edit__details .cf-form-inner .cf-form-actions button {
  margin: 1.538rem 1.538rem 0 0; }
.account_edit__details .cf-select-wrap .cf-down-arrow {
  right: 15px; }
.account_edit__details .cf-date-picker-container .cf-date-picker__icon {
  width: 15px;
  height: 15px;
  right: 15px; }
.account_edit__details div.cf-country-picker {
  width: 70px !important; }
  .account_edit__details div.cf-country-picker select.cf-country-picker {
    width: 100% !important; }
  .account_edit__details div.cf-country-picker select.cf-country-picker + span {
    width: 18px;
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: 400;
    font-size: 18px;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif; }
  .account_edit__details div.cf-country-picker .cf-down-arrow {
    margin: 0 15px 0 10px; }
.account_edit__details [data-cf-field-type=checkbox] .cf-enum-field__choice {
  width: 100%;
  display: block;
  cursor: pointer; }
  .account_edit__details [data-cf-field-type=checkbox] .cf-enum-field__choice + .cf-field-description {
    padding-left: 35px; }
  .account_edit__details [data-cf-field-type=checkbox] .cf-enum-field__choice input {
    display: none; }
  .account_edit__details [data-cf-field-type=checkbox] .cf-enum-field__choice input:checked + span::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .account_edit__details [data-cf-field-type=checkbox] .cf-enum-field__choice span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 26px;
    font-size: 12px;
    line-height: 1.3;
    text-transform: none;
    padding-left: 35px;
    position: relative; }
  .account_edit__details [data-cf-field-type=checkbox] .cf-enum-field__choice span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-color: var(--color-body-text-inverse);
    border-radius: 2px;
    border: 1px solid var(--color-border);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
@media only screen and (max-width: 34.365em) {
  .account_edit__details .cf-submit-form.btn.button {
    width: 100%; } }

.cf-enum-field__choice input:checked + span:before, .checkbox-wrapper input:checked + span:before {
  background-image: none !important; }

.modal__body.account_edit__details .form-footer .btn.btn-secondary-o.od-modal-close {
  width: 48%;
  padding: 1rem; }
.modal__body.account_edit__details .form-footer .btn.btn-primary, .modal__body.account_edit__details .form-footer .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn.btn-primary, .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons .modal__body.account_edit__details .form-footer button.btn.btn-primary {
  width: 48%;
  padding: 1rem; }

.account_edit__password {
  margin: 0; }

.account_edit__password_description {
  margin: 0;
  font-size: 12px; }

.account_edit__password_btn {
  margin: 2.143rem 0 0 0; }
  @media only screen and (max-width: 34.365em) {
    .account_edit__password_btn {
      width: 100%; } }

.account_edit__addresses .address_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: 1.538rem 0 0 0;
  font-size: 12px;
  line-height: 1.5; }
  .account_edit__addresses .address_item:first-child {
    padding-top: 0; }
.account_edit__addresses .address_item__links {
  text-align: right;
  white-space: nowrap;
  position: relative; }
  .account_edit__addresses .address_item__links::before, .account_edit__addresses .address_item__links::after {
    -ms-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 1em;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
  .account_edit__addresses .address_item__links::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  .account_edit__addresses .address_item__links::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: white transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    background-image: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform; }
  .account_edit__addresses .address_item__links.loading, .loading .account_edit__addresses .address_item__links[data-loads], .loading .account_edit__addresses .address_item__links [data-loads] {
    cursor: default;
    text-shadow: none !important;
    color: transparent !important;
    opacity: 1;
    pointer-events: none; }
    .account_edit__addresses .address_item__links.loading::before, .account_edit__addresses .address_item__links.loading::after, .loading .account_edit__addresses .address_item__links[data-loads]::before, .loading .account_edit__addresses .address_item__links[data-loads]::after, .loading .account_edit__addresses .address_item__links [data-loads]::before, .loading .account_edit__addresses .address_item__links [data-loads]::after {
      -webkit-animation-play-state: running;
      animation-play-state: running;
      opacity: 1; }
  .account_edit__addresses .address_item__links.loading > * {
    opacity: 0; }
  .account_edit__addresses .address_item__links > button:not(:last-child) {
    border-right: 1px solid var(--color-primary);
    border-radius: 0;
    padding-right: 0.5em; }
  .account_edit__addresses .address_item__links > button:not(:first-child) {
    padding-left: 0.5em; }

.account_edit__membership .membership_item {
  padding: 1.538rem 0 0 0; }
.account_edit__membership .membership_item__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase; }
.account_edit__membership .membership_item__content {
  margin: 0;
  padding: .5385rem 0 0 0;
  font-size: 12px;
  line-height: 1.5; }
  .account_edit__membership .membership_item__content strong {
    font-weight: bold; }
  .account_edit__membership .membership_item__content a {
    color: var(--color-body-text);
    text-decoration: underline; }
  .account_edit__membership .membership_item__content a:hover {
    text-decoration: none; }

.account_edit__membership ~ .account_edit__membership {
  margin: 1.538rem 0 0 0;
  border-top: 1px solid var(--color-border); }

.account_edit__payment_method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 1.538rem 0 0 0; }
  .account_edit__payment_method .payment_method {
    font-size: 12px;
    line-height: 1; }
  .account_edit__payment_method span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 .7692rem;
    line-height: 22px; }
  .account_edit__payment_method .payment_method__icon {
    height: 22px;
    display: inline-block;
    padding: .2308rem;
    border: 2px solid var(--color-border);
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .account_edit__payment_method .payment_method__link {
    margin: 0 0 0 1.154rem;
    font-size: 11px;
    color: var(--color-body-text);
    text-decoration: underline; }
  .account_edit__payment_method .payment_method__link:hover {
    text-decoration: none; }

@media only screen and (min-width: 34.375em) {
  .account_edit__details .cf-form-step {
    margin: 0 -1.071rem; }
  .account_edit__details .cf-field-container {
    padding: 0 1.071rem; } }
@media only screen and (min-width: 56.25em) {
  .account_edit__group {
    margin: 2.857rem 0 0 0;
    padding: 1.786rem 2.143rem 2.143rem 2.143rem; }

  .account_edit__addresses .address_item {
    padding: 2.143rem 0 0 0; }

  .account_edit__membership {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-box-align: start;
    -ms-grid-row-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .account_edit__membership .membership_item {
      max-width: 22%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 22%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 22%;
      -ms-flex: 0 0 22%;
      flex: 0 0 22%;
      padding: 2.143rem 0 0 0; }
    .account_edit__membership .membership_item:last-child {
      max-width: 34%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 34%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 34%;
      -ms-flex: 0 0 34%;
      flex: 0 0 34%; }
    .account_edit__membership .membership_item__content {
      padding: .7143rem 0 0 0; }

  .account_edit__membership ~ .account_edit__membership {
    margin: 2.143rem 0 0 0; }

  .account_edit__payment_method {
    margin: 2.143rem 0 0 0; } }
.checkbox-wrapper {
  width: 100%;
  display: block; }
  .checkbox-wrapper input[type="checkbox"] {
    display: none; }
  .checkbox-wrapper span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 26px;
    font-size: 12px;
    line-height: 1.3;
    text-transform: none; }
  .checkbox-wrapper span:before {
    content: '';
    max-width: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 26px;
    display: block;
    margin: 0 .9231rem 0 0;
    background-color: var(--color-body-light);
    background-size: 18px 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid var(--color-border); }

.order_details__title {
  margin: 0;
  padding: 3.846rem 0 0 0;
  font-size: 1.692rem;
  line-height: 1; }

.order_details__description {
  margin: 0;
  padding: 1.154rem 0 0 0;
  font-size: 1rem;
  line-height: 1.3; }

.order_details__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-box-align: start;
  -ms-grid-row-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.538rem 0 0 0;
  border-top: 1px solid var(--color-border); }

.order_details__info_item {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .order_details__info_item:nth-child(2n) {
    padding: 1.923rem 3.077rem 0 0; }
  .order_details__info_item:nth-child(2n+1) {
    padding: 1.923rem 0 0 3.077rem; }
  .order_details__info_item.order_details__info_reorder {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1.923rem 0 0 0; }

.order_details__info_title {
  font-size: .8462rem;
  text-transform: uppercase; }

.order_details__info_value {
  padding: .9231rem 0 0 0;
  font-size: .9231rem; }

.order_details__info_download {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0 0 .3846rem;
  text-align: center; }

.order_details__info_icon {
  height: 16px;
  display: inline-block;
  vertical-align: top; }

.order_details__info_btn.btn {
  height: 48px;
  padding: 0 1.923rem;
  border-width: 1px;
  font-size: 18px; }

.order_details__tabs {
  margin: 3.077rem 0 0 0; }

.food_menu__card .card__body {
  padding: 0; }

.food_menu__labels {
  display: none; }

h3.food_menu__day_title {
  height: 50px;
  margin: 0;
  padding: 0 1.23rem;
  border-bottom: 1px solid var(--color-border);
  font: 1.154rem/49px var(--font-body);
  color: var(--color-body-text);
  text-transform: none;
  cursor: pointer;
  position: relative; }

.food_menu__day_icon {
  width: 12px;
  position: absolute;
  right: 1.23rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.food_menu__day_content {
  padding: 0 .615rem 1.23rem .615rem;
  border-bottom: 1px solid var(--color-border);
  display: none; }

.food_menu__item {
  margin: .615rem 0 0 0;
  padding: .615rem;
  border: 1px solid var(--color-border);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.food_menu__meal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 2.538rem;
  position: relative; }

.food_menu__meal_label {
  width: 25px;
  height: 100%;
  background: var(--color-body);
  position: absolute;
  left: 0;
  top: 0; }

.food_menu__meal_label__text {
  display: block;
  font-weight: 600;
  font-size: .8462rem;
  line-height: 1;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  transform: rotate(-90deg) translateX(-50%) translateY(-50%); }

.food_menu__meal_img {
  width: 80px;
  height: 70px; }
  .food_menu__meal_img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"; }

.food_menu__meal_content {
  width: calc(100% - 80px);
  padding: 0 0 0 .615rem; }

.food_menu__meal_icon {
  display: none; }

.food_menu__meal_title {
  font-weight: 600;
  font-size: .9231rem;
  line-height: 1.3; }

.food_menu__meal_list {
  padding: .2308rem 0 0 0;
  list-style-type: none;
  font-size: .8462rem;
  line-height: 1.2; }

.food_menu__meal_list_item {
  padding: .2308rem 0 0 0; }

.food_menu__snack {
  background: var(--color-body);
  font-size: .9231rem; }

.food_menu__show_wrap {
  padding: 1.23rem; }

.food_menu__show_link {
  font-size: 1rem;
  line-height: 1;
  color: var(--color-body-text);
  text-decoration: underline; }

.food_menu__show_link:hover {
  text-decoration: none; }

.shopping_list__wrap_1 {
  padding: 0 .615rem .615rem .615rem; }

.shopping_list__wrap_2 {
  padding: 1.23rem .615rem;
  border: 1px solid var(--color-border);
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.shopping_list__title {
  font-size: 1.077rem;
  line-height: 1;
  color: var(--color-primary); }

.shopping_list__description {
  padding: 1.154rem 0 0 0;
  font-size: 1.154rem;
  line-height: 1.5; }

.shopping_list {
  list-style-position: inside;
  padding: 1.154rem 0 0 0; }

.shopping_list__item {
  padding: .3846rem 0 0 0;
  font-size: 1.077rem;
  line-height: 1.5; }

.meal_plan__wrap_1 {
  padding: 0 .615rem .615rem .615rem; }

.meal_plan__wrap_2 {
  padding: .615rem; }

.meal_plan__title {
  font-size: 1.077rem;
  line-height: 1;
  color: var(--color-primary); }

.meal_plan__value {
  padding: .7692rem 0 0 0;
  font-size: 1.077rem; }

.meal_plan__btn.btn {
  height: 48px;
  margin: .615rem 0 0 0;
  padding: 0 1.923rem;
  border-width: 1px;
  font-size: 18px; }
  .meal_plan__btn.btn .meal_plan__btn_icon {
    width: 15px;
    margin: -.25em 0; }

@media only screen and (min-width: 34.375em) {
  .order_details__info {
    padding: 0 1.23rem 1.23rem 0;
    background: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    border-radius: 2px; }

  .order_details__info_item {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
    .order_details__info_item:nth-child(2n), .order_details__info_item:nth-child(2n+1) {
      padding: 1.786rem 0 0 1.23rem; }
    .order_details__info_item.order_details__info_reorder {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 1.786rem 0 0 1.23rem; }

  .shopping_list__wrap_1 {
    padding: 0 1.23rem 1.23rem 1.23rem; }

  .shopping_list__wrap_2 {
    padding: 1.23rem; }

  .shopping_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-box-align: start;
    -ms-grid-row-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .shopping_list__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .meal_plan__wrap_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 1.23rem 1.23rem 2.46rem; }

  .meal_plan__wrap_2 {
    padding: 0; }

  .meal_plan__btn.btn {
    width: auto;
    margin: 0;
    padding: 1.071rem 2.143rem; } }
@media only screen and (min-width: 56.25em) {
  .order_details__title {
    padding: 3.571rem 0 0 0;
    font-size: 1.857rem; }

  .order_details__description {
    font-size: 1.071rem;
    line-height: 1.5; }

  .order_details__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 1.23rem 1.23rem 1.23rem 0; }

  .order_details__info_item:nth-child(2n), .order_details__info_item:nth-child(2n + 1), .order_details__info_item.order_details__info_reorder {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0 0 1.23rem; }

  .order_details__info_btn.btn {
    padding-left: 1.786rem;
    padding-right: 1.786rem; }

  .order_details__tabs {
    margin: 2.143rem 0 0 0; }

  .food_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-box-align: start;
    -ms-grid-row-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 1rem; }

  .food_menu__labels {
    width: 26px;
    display: block;
    padding: 1.857rem 0 0 0; }

  .food_menu__labels_item {
    width: 26px;
    margin: .5rem 0 0 0;
    background: var(--color-body);
    border: 1px solid var(--color-border);
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

  .food_menu__labels_meal {
    height: 200px; }

  .food_menu__labels_snack {
    height: 60px; }

  h3.food_menu__labels_item__title {
    display: block;
    font: 600 0.7857rem/1 var(--font-body);
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
    transform: rotate(-90deg) translateX(-50%) translateY(-50%); }

  .food_menu__day {
    padding: 0 0 0 .5rem; }

  h3.food_menu__day_title {
    height: 26px;
    padding: 0;
    border: none;
    background: var(--color-body);
    border: 1px solid var(--color-border);
    font-weight: 600;
    font-size: .7857rem;
    line-height: 27px;
    color: var(--color-primary);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

  .food_menu__day_icon {
    display: none; }

  .food_menu__day_content {
    display: block;
    padding: 0;
    border: none; }

  .food_menu__meal_label {
    display: none; }

  .food_menu__item {
    display: block;
    margin: .5rem 0 0 0;
    padding: .5rem; }

  .food_menu__meal {
    height: 200px; }

  .food_menu__snack {
    height: 60px;
    padding: 0 .5rem;
    line-height: 60px; }

  .food_menu__meal_img {
    width: 100%;
    height: auto; }

  .food_menu__meal_title {
    padding: 0 1.071rem 0 0; }

  .food_menu__meal_content {
    width: 100%;
    padding: .5rem 0 0 0;
    position: relative; }

  .food_menu__meal_icon {
    width: 16px;
    height: 16px;
    display: block;
    background: var(--color-tertiary);
    font-weight: bold;
    font-size: .7857rem;
    line-height: 16px;
    color: var(--color-tertiary-accent-text);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }

  .food_menu__show_wrap {
    display: none; }

  .shopping_list__wrap_1 {
    padding: 1rem; }

  .shopping_list__wrap_2 {
    padding: 2rem 1rem; }

  .shopping_list__item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem 0 0;
    font-size: 1.071rem; }

  .meal_plan__wrap_1 {
    padding: 1rem 1rem 2rem 2rem; } }
.section-header {
  margin-bottom: 2rem; }

.page-header__title {
  font-size: 1.87rem;
  margin-bottom: 0.7rem;
  line-height: 1;
  padding-bottom: 0; }

.template-page-terms .faq-item, .template-page-sliders .faq-item {
  padding: 1rem;
  margin-bottom: 1.33333rem; }
.template-page-terms .faq-accordion-wrapper, .template-page-sliders .faq-accordion-wrapper {
  max-width: 900px;
  margin: 0 auto; }
.template-page-terms .section-header, .template-page-sliders .section-header {
  max-width: 900px;
  border-bottom: 1px solid var(--color-border);
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 56.25em) {
    .template-page-terms .section-header, .template-page-sliders .section-header {
      border-bottom: none; } }
.template-page-terms .tabs-nav ul, .template-page-sliders .tabs-nav ul {
  margin: 0 0 20px 0;
  padding: 0; }
.template-page-terms .tabs-nav li, .template-page-sliders .tabs-nav li {
  font-size: 1.2rem;
  list-style: none;
  display: inline-block;
  padding: 3px;
  border-bottom: 2px solid var(--color-border);
  margin-right: 10px; }
  .template-page-terms .tabs-nav li.active, .template-page-sliders .tabs-nav li.active {
    border-bottom: 2px solid var(--color-body-headings); }
  .template-page-terms .tabs-nav li a, .template-page-sliders .tabs-nav li a {
    color: var(--color-body-text);
    font-family: var(--font-body);
    font-weight: var(--font-body-weight); }
    .template-page-terms .tabs-nav li a:hover, .template-page-sliders .tabs-nav li a:hover {
      text-decoration: none; }
.template-page-terms .tabs-content div.tab-card:not(:first-child), .template-page-sliders .tabs-content div.tab-card:not(:first-child) {
  display: none; }

.convenience-menus-grid-container {
  background-color: #ffffff;
  padding-top: 3rem; }
  @media only screen and (min-width: 56.25em) {
    .convenience-menus-grid-container {
      margin-top: 4rem;
      padding-top: 4rem; } }

.convenience-menus-grid-container__title {
  margin-bottom: 3rem; }
  @media only screen and (min-width: 56.25em) {
    .convenience-menus-grid-container__title {
      margin-bottom: 4rem; } }

.convenience-menus-hero {
  margin-top: -2rem;
  position: relative;
  padding: 2rem 0; }
  .convenience-menus-hero img {
    pointer-events: none;
    margin-bottom: 2rem; }
  .convenience-menus-hero p {
    font-size: 1.075rem; }
  @media only screen and (max-width: 56.24em) {
    .convenience-menus-hero .btn {
      width: 100%; } }
  @media only screen and (min-width: 34.375em) {
    .convenience-menus-hero {
      margin-top: -4rem; } }
  @media only screen and (min-width: 56.25em) {
    .convenience-menus-hero {
      padding-top: 0;
      min-height: 350px;
      margin-top: -4rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-box-align: center;
      -ms-grid-row-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .convenience-menus-hero img {
        position: absolute;
        z-index: 0;
        top: 2rem;
        right: 0;
        width: 100%;
        height: calc(100% - 2rem);
        max-width: calc(100vw - 450px);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: "left";
        object-position: left;
        font-family: "object-fit: cover; object-position: left;";
        margin-bottom: 0rem; } }
  @media only screen and (min-width: 62.5em) {
    .convenience-menus-hero {
      min-height: 400px; }
      .convenience-menus-hero img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: "bottom right";
        object-position: bottom right;
        font-family: "object-fit: contain; object-position: bottom right;"; } }
  @media only screen and (min-width: 83.75em) {
    .convenience-menus-hero {
      min-height: 450px; } }

.convenience-menus-hero__titles-container {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 56.25em) {
    .convenience-menus-hero__titles-container {
      max-width: 450px; } }
  .convenience-menus-hero__titles-container p {
    margin-bottom: 1rem;
    margin-top: 1rem; }

@media only screen and (min-width: 56.25em) {
  .convenience-menus-grid-container {
    padding-bottom: 2rem; } }

.convenience-menu-card {
  margin-bottom: 2rem; }

.convenience-menu-card__image {
  margin-bottom: 1rem; }
  .template-page-convenience-menus-without-images .convenience-menu-card__image {
    display: none; }

.convenience-menu-card__inner {
  padding: 1rem; }
  .convenience-menu-card__inner > * {
    margin-bottom: 1rem; }
  .template-page-convenience-menus-without-images .convenience-menu-card__inner {
    text-align: center;
    padding: 2rem; }

.convenience-menus-value-props {
  margin-top: 2rem; }
  @media only screen and (min-width: 34.375em) {
    .convenience-menus-value-props {
      margin-top: 4rem; }
      .convenience-menus-value-props > .row {
        margin: 0 -3rem; }
        .convenience-menus-value-props > .row > div {
          padding: 0 3rem; } }

.convenience-menus-value-props__inner {
  height: 100%;
  padding: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .convenience-menus-value-props__inner ul {
    list-style: none; }
  .convenience-menus-value-props__inner li {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 34.375em) {
      .convenience-menus-value-props__inner li {
        margin-bottom: 1.5rem; } }
  .convenience-menus-value-props__inner .icon {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--color-primary);
    margin-right: 1rem;
    font-size: 0.7rem; }
  .convenience-menus-value-props__inner ul + p {
    font-size: 0.8rem;
    padding-top: 0.6rem; }

.template-page-onboarding-quiz {
  background: #fff; }
  .template-page-onboarding-quiz .site-header__notice-bar {
    display: none; }
  .template-page-onboarding-quiz #shopify-section-header {
    display: none; }
  .template-page-onboarding-quiz .quiz-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 40px 10px; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz .quiz-header {
        padding: 80px 10px 80px 10px; } }
  .template-page-onboarding-quiz #MainContent {
    padding-top: 0;
    background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/05/quiz-new-bg.jpg) no-repeat top center;
    background-size: auto;
    min-height: 100vh; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz #MainContent {
        min-height: 1080px;
        background-size: cover;
        background: url(https://www.jennycraig.com.au/wp-content/uploads/wpfiles/2023/05/quiz-new-bg.jpg) no-repeat center; } }
  .template-page-onboarding-quiz .site-header__section--nav {
    display: none; }
  .template-page-onboarding-quiz .site-header__section--links {
    display: none; }
  .template-page-onboarding-quiz .site-header__section--logo {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: auto;
    padding: 0; }
  .template-page-onboarding-quiz .site-header__logo {
    margin: 0;
    padding: 0; }
  .template-page-onboarding-quiz .site-header__main.site-header__main--fixed-height {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .template-page-onboarding-quiz .site-header__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden; }
    .template-page-onboarding-quiz .site-header__background img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .template-page-onboarding-quiz .site-header__main-wrapper {
    width: 100%;
    position: relative; }
  .template-page-onboarding-quiz .header {
    position: relative; }
  .template-page-onboarding-quiz .site-header__section {
    z-index: 2;
    position: relative; }

.onboarding-form .hero-content__description p {
  margin: 0 0 10px 0; }
.onboarding-form .hero-content__description p:last-child {
  margin-bottom: 0; }
.onboarding-form .onboarding-quiz__container {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease; }
  .onboarding-form .onboarding-quiz__container.active {
    opacity: 1;
    visibility: visible; }
.onboarding-form .chat-item-wrapper--success {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 1rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-form .chat-item-wrapper--success {
      max-width: 100%; } }
  .onboarding-form .chat-item-wrapper--success .rte {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 1.5rem; }
.onboarding-form .hero-content__inner {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-form .hero-content__inner {
      margin-bottom: 0; } }
.onboarding-form [data-input="radio"].flex-column .chat-list__item {
  width: calc(33.33% - 30px); }
.onboarding-form .error [data-input="radio"].card-group label.input-label {
  border-color: red; }
.onboarding-form .chat-item__icon {
  padding: 0;
  right: -1.5rem;
  height: 100%; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-form .chat-item__icon {
      right: -2rem; } }
  .onboarding-form .chat-item__icon .icon {
    color: #ccd1d4; }
.onboarding-form .hero-banner--onboarding-quiz {
  position: relative; }
  .onboarding-form .hero-banner--onboarding-quiz:not(.no-gradient):after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--color-body) 100%);
    position: absolute;
    top: 0;
    left: 0; }
@media only screen and (min-width: 34.375em) {
  .onboarding-form .chat-list .chat-list__item.checkbox_list {
    width: calc(33.33% - 30px);
    max-width: inherit !important; } }
.onboarding-form .chat-list .chat-list__item.checkbox_list .input-label {
  max-width: 100%; }
@media only screen and (max-width: 34.365em) {
  .onboarding-form .chat-list .chat-list__item {
    width: 100%; } }
.onboarding-form label {
  max-width: 100%; }

.onboarding-form__container[data-step="3"] {
  max-width: 1000px; }

.onboarding-form__container {
  margin: 0 auto;
  padding: 1rem;
  margin-bottom: 4rem;
  z-index: 4;
  position: relative;
  max-width: 100%; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-form__container {
      padding: 1rem;
      max-width: 700px;
      margin-top: 0;
      padding-top: 0; } }
  .onboarding-form__container [type="radio"],
  .onboarding-form__container [type="checkbox"] {
    font-size: 1em;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 2em; }
    .onboarding-form__container [type="radio"] + label,
    .onboarding-form__container [type="checkbox"] + label {
      position: relative;
      padding-left: 0.5em; }
      .onboarding-form__container [type="radio"] + label::before, .onboarding-form__container [type="radio"] + label::after,
      .onboarding-form__container [type="checkbox"] + label::before,
      .onboarding-form__container [type="checkbox"] + label::after {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%; }
      .onboarding-form__container [type="radio"] + label::before,
      .onboarding-form__container [type="checkbox"] + label::before {
        -ms-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        background-color: var(--color-primary);
        height: 10px;
        left: -1.15rem;
        opacity: 0;
        width: 10px; }
      .onboarding-form__container [type="radio"] + label:hover::before,
      .onboarding-form__container [type="checkbox"] + label:hover::before {
        opacity: 0.2; }
      .onboarding-form__container [type="radio"] + label::after,
      .onboarding-form__container [type="checkbox"] + label::after {
        border: 1px solid var(--color-primary);
        height: 18px;
        left: calc(-1.15rem - 4px);
        width: 18px; }
    .onboarding-form__container [type="radio"]:checked + label::before,
    .onboarding-form__container [type="checkbox"]:checked + label::before {
      opacity: 1; }
  .onboarding-form__container .chat-item__subtext {
    font-size: 0.8rem;
    padding: 0.5rem 0; }
  .onboarding-form__container .chat-item__disclaimer {
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
    line-height: 1.3; }
    .onboarding-form__container .chat-item__disclaimer .disclaimer__title {
      font-weight: bold;
      padding-right: 5px; }

.hero-content__description--subtext {
  color: var(--color-primary); }

.input-label {
  margin-bottom: 0.5rem;
  display: block; }

[data-current-field] {
  margin-bottom: 1rem; }

.input-returning-customer {
  padding-top: 1rem; }
  .input-returning-customer .chat-list__item {
    max-width: 100px; }

.chat-list.flex-column {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.chat-list--horizontal {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0; }

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.input__height {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .input__height .input-group {
    width: 100%; }
  .input__height .input-group + .input-group {
    margin: 0; }
  .input__height .chat-input.chat-input--number {
    max-width: 100%; }

@media only screen and (max-width: 34.365em) {
  [data-input="radio"],
  [data-input="checkbox"] {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
[data-input="radio"] .input-label,
[data-input="checkbox"] .input-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 1rem;
  margin-bottom: 1rem; }
[data-input="radio"] .chat-list__item,
[data-input="checkbox"] .chat-list__item {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem; }
  [data-input="radio"] .chat-list__item .input-label,
  [data-input="checkbox"] .chat-list__item .input-label {
    margin-bottom: 0.5rem; }

.onboarding-form__btn {
  position: absolute;
  top: 1rem;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  z-index: 3;
  width: 90%; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-form__btn {
      width: auto;
      top: 4rem; } }

.onboarding-form__footer {
  margin: 4rem; }

.onboarding-form__container [data-input="number"] input {
  padding: 1.11em 1em; }
.onboarding-form__container [data-input="checkbox"] .chat-list__item label::before {
  content: 'âœ“';
  font-size: 12px;
  background: none;
  border-radius: 0;
  line-height: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  background: var(--color-primary);
  left: -1.4rem;
  width: 17px;
  height: 17px;
  color: var(--color-body-text-inverse); }
.onboarding-form__container [data-input="checkbox"] .chat-list__item label::after {
  border-radius: 2px; }
.onboarding-form__container [data-input="checkbox"] .chat-list {
  padding: 0; }
.onboarding-form__container .input-group .note.note--error {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 350px;
  margin: 0;
  margin-left: 0; }

[data-input="email"].loading {
  position: relative; }
  [data-input="email"].loading::before, [data-input="email"].loading::after {
    -ms-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 1em;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
  [data-input="email"].loading::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.15); }
  [data-input="email"].loading::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: white transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    background-image: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform; }
  [data-input="email"].loading.loading, .loading [data-input="email"].loading[data-loads], .loading [data-input="email"].loading [data-loads] {
    cursor: default;
    text-shadow: none !important;
    color: transparent !important;
    opacity: 1;
    pointer-events: none; }
    [data-input="email"].loading.loading::before, [data-input="email"].loading.loading::after, .loading [data-input="email"].loading[data-loads]::before, .loading [data-input="email"].loading[data-loads]::after, .loading [data-input="email"].loading [data-loads]::before, .loading [data-input="email"].loading [data-loads]::after {
      -webkit-animation-play-state: running;
      animation-play-state: running;
      opacity: 1; }
  [data-input="email"].loading::before {
    left: auto;
    right: 1rem; }
  [data-input="email"].loading::after {
    left: auto;
    right: 1rem;
    border-color: var(--color-primary) transparent transparent; }

[data-index="6"] label {
  margin-bottom: 1rem; }

[data-index="7"] .input-label {
  margin-bottom: 0.5rem; }

[data-index="9"].card-group {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  [data-index="9"].card-group label {
    width: 70%; }
    @media only screen and (min-width: 56.25em) {
      [data-index="9"].card-group label {
        width: auto; } }

.hero.jc {
  padding-top: 0;
  height: auto;
  min-height: 200px;
  background-image: none;
  width: 100%;
  opacity: 1;
  position: relative;
  max-height: inherit; }
  @media only screen and (min-width: 56.25em) {
    .hero.jc {
      background-size: 50% 100%;
      background-position: right bottom;
      background-repeat: no-repeat;
      background-color: #fff;
      height: 0;
      padding-top: 28.92%; } }
  .hero.jc .hero-content {
    position: relative; }
    @media only screen and (min-width: 56.25em) {
      .hero.jc .hero-content {
        position: absolute; } }
  .hero.jc .hero-container {
    position: relative;
    padding: 0; }
  .hero.jc .hero-content__inner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px 20px; }
    @media only screen and (min-width: 56.25em) {
      .hero.jc .hero-content__inner {
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 20px 0 2rem;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        text-align: left; }
        .hero.jc .hero-content__inner .hero-content__description {
          font-size: 14px;
          text-align: left; } }
    @media only screen and (min-width: 62.5em) {
      .hero.jc .hero-content__inner {
        font-size: 16px; } }
    .hero.jc .hero-content__inner h1, .hero.jc .hero-content__inner .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .hero.jc .hero-content__inner .iziToast-title {
      font-size: 25px;
      text-align: center;
      margin: 0 0 10px 0;
      opacity: 0;
      animation: slideInFromLeft 1.5s ease-out 0.2s 1;
      animation-fill-mode: forwards; }
      @media only screen and (min-width: 56.25em) {
        .hero.jc .hero-content__inner h1, .hero.jc .hero-content__inner .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .hero.jc .hero-content__inner .iziToast-title {
          font-size: 30px;
          text-align: left; } }
      @media only screen and (min-width: 62.5em) {
        .hero.jc .hero-content__inner h1, .hero.jc .hero-content__inner .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .hero.jc .hero-content__inner .iziToast-title {
          font-size: 36px;
          text-align: left; } }
    .hero.jc .hero-content__inner .hero-content__description {
      opacity: 0;
      position: relative;
      animation: slideInFromLeft 1.5s ease-out 0.7s 1;
      animation-fill-mode: forwards; }
      .hero.jc .hero-content__inner .hero-content__description:after {
        opacity: 0;
        content: "";
        width: 118px;
        height: 4px;
        display: block;
        position: absolute;
        bottom: -25px;
        background: var(--color-primary);
        animation: slideInFromLeft 1.5s ease-out 1.2s 1;
        animation-fill-mode: forwards;
        left: calc(50% - 59px); }
        @media only screen and (min-width: 56.25em) {
          .hero.jc .hero-content__inner .hero-content__description:after {
            left: 0; } }
  .hero.jc .hero-image {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 56.25em) {
      .hero.jc .hero-image {
        display: none; } }
    .hero.jc .hero-image img {
      width: 100%; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-70px);
    opacity: 0; }

  100% {
    transform: translateX(0);
    opacity: 1; } }

.chat-input, .input__select select, .chat-input--number {
  border: 1px solid #808080;
  border-radius: 4px; }

.input-label {
  color: #3d3d3d; }

.chat-list.chat-list--horizontal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

[data-input="radio"]:not(.range-slider),
[data-input="checkbox"] {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  [data-input="radio"]:not(.range-slider) .chat-list,
  [data-input="checkbox"] .chat-list {
    width: 100%; }
    [data-input="radio"]:not(.range-slider) .chat-list .chat-list__item,
    [data-input="checkbox"] .chat-list .chat-list__item {
      width: calc(50% - 10px);
      max-width: none;
      margin: 0; }
      @media only screen and (min-width: 56.25em) {
        [data-input="radio"]:not(.range-slider) .chat-list .chat-list__item,
        [data-input="checkbox"] .chat-list .chat-list__item {
          width: 33.33%; } }
    [data-input="radio"]:not(.range-slider) .chat-list .input-label,
    [data-input="checkbox"] .chat-list .input-label {
      color: #16384e !important;
      padding: 0 5px;
      text-align: center;
      border-radius: 4px;
      font-weight: bold;
      margin: 0;
      background: #fff;
      font-family: 'Fira Sans', sans-serif;
      color: #fff;
      font-size: 15px;
      line-height: 1;
      font-weight: 500;
      min-height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      [data-input="radio"]:not(.range-slider) .chat-list .input-label .small,
      [data-input="checkbox"] .chat-list .input-label .small {
        font-size: 13px; }
      @media (min-width: 768px) {
        [data-input="radio"]:not(.range-slider) .chat-list .input-label,
        [data-input="checkbox"] .chat-list .input-label {
          padding: 1rem;
          line-height: 1.33333333333; }
          [data-input="radio"]:not(.range-slider) .chat-list .input-label .small,
          [data-input="checkbox"] .chat-list .input-label .small {
            font-size: 15px; } }
      [data-input="radio"]:not(.range-slider) .chat-list .input-label strong,
      [data-input="checkbox"] .chat-list .input-label strong {
        font-size: 17px;
        text-transform: uppercase;
        display: block;
        font-weight: 500; }
        @media (min-width: 768px) {
          [data-input="radio"]:not(.range-slider) .chat-list .input-label strong,
          [data-input="checkbox"] .chat-list .input-label strong {
            display: block; } }
      @media (hover: hover) and (pointer: fine) {
        [data-input="radio"]:not(.range-slider) .chat-list .input-label:hover,
        [data-input="checkbox"] .chat-list .input-label:hover {
          color: white !important;
          background: #0081c6; } }
      [data-input="radio"]:not(.range-slider) .chat-list .input-label:before, [data-input="radio"]:not(.range-slider) .chat-list .input-label:after,
      [data-input="checkbox"] .chat-list .input-label:before,
      [data-input="checkbox"] .chat-list .input-label:after {
        display: none !important; }
  [data-input="radio"]:not(.range-slider) input:checked + .input-label,
  [data-input="checkbox"] input:checked + .input-label {
    background: var(--color-primary);
    color: white !important; }
    [data-input="radio"]:not(.range-slider) input:checked + .input-label:hover,
    [data-input="checkbox"] input:checked + .input-label:hover {
      color: white !important;
      border-color: var(--color-primary); }
  [data-input="radio"]:not(.range-slider) .chat-list__item.checkbox_list,
  [data-input="checkbox"] .chat-list__item.checkbox_list {
    margin-bottom: 1rem; }

.field-label {
  font-weight: bold; }

.chat-input.error {
  border-color: red; }

.note.note--error {
  background: none;
  color: red;
  border: none;
  padding: 0;
  margin-bottom: 0;
  font-weight: bold; }
  .note.note--error a {
    color: red; }

.onboarding-quiz__body-inner .form-item.error .chat-input {
  border-color: red !important; }

.range-slider .input-label:before, .range-slider .input-label:after, .checkbox-with-response .input-label:before, .checkbox-with-response .input-label:after {
  display: none !important; }
.range-slider .chat-list__item, .checkbox-with-response .chat-list__item {
  width: 33.33%;
  margin: 0;
  text-align: center; }
.range-slider input:checked + .input-label, .checkbox-with-response input:checked + .input-label {
  color: var(--color-primary); }

.onboarding-quiz__title {
  margin-bottom: 0;
  font-size: 39px;
  line-height: 1.1; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__title {
      font-size: 38px; } }

.onboarding-quiz__decription p {
  margin-bottom: 0.5rem; }

.input-group {
  position: relative; }

.icon-success {
  fill: none;
  stroke: var(--color-primary);
  display: none; }

.icon-error {
  fill: red;
  stroke: none;
  display: none; }
  .icon-error path:first-of-type {
    fill: none !important;
    stroke: red !important; }

.status-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.75rem; }
  .status-icon .icon {
    width: 2rem;
    height: 2rem; }

.input-group.loading .status-icon {
  display: none; }

.form-item.active.set .icon-success {
  display: block; }
.form-item.active.set .chat-input {
  border-color: var(--color-primary); }

.form-item.active.error .icon-error {
  display: block; }
.form-item.active.error .icon-success {
  display: none; }

.chat-item-wrapper .btn.btn-primary.disabled, .chat-item-wrapper .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons button.btn.disabled.btn-primary, .iziToast.iziToast-theme-confirmation-modal .iziToast-buttons .chat-item-wrapper button.btn.disabled.btn-primary {
  background: #e8e8e8;
  pointer-events: none;
  border-color: #e8e8e8;
  box-shadow: none; }

.input-wrapper {
  width: 100%;
  position: relative; }
  .input-wrapper .chat-input {
    width: 100%;
    margin: 0; }

.checkbox-with-response .chat-list {
  padding-top: 0.5rem !important; }

.next-step-button {
  margin-top: 2rem;
  border-radius: 8px; }

[data-step] [data-step="0"],
[data-step] [data-step="1"],
[data-step] [data-step="2"],
[data-step] [data-step="3"] {
  opacity: 0;
  visibility: hidden;
  display: none; }

[data-step="0"] [data-step="0"] {
  opacity: 1;
  visibility: visible;
  display: block; }
[data-step="0"] [data-hide-step="0"] {
  opacity: 0;
  visibility: hidden;
  display: none; }

[data-step="1"] [data-step="1"] {
  opacity: 1;
  visibility: visible;
  display: block; }
[data-step="1"] [data-hide-step="1"] {
  opacity: 0;
  visibility: hidden;
  display: none; }

[data-step="2"] [data-step="2"] {
  opacity: 1;
  visibility: visible;
  display: block; }
[data-step="2"] [data-hide-step="2"] {
  opacity: 0;
  visibility: hidden;
  display: none; }

[data-step="3"] [data-step="3"] {
  opacity: 1;
  visibility: visible;
  display: block; }
[data-step="3"] [data-hide-step="3"] {
  opacity: 0;
  visibility: hidden;
  display: none; }

.quiz-terms {
  margin-top: 2rem;
  font-size: 12px;
  color: #808080; }

.next-step-button.disabled {
  background: #e1e1e1;
  box-shadow: none;
  border-color: #e1e1e1;
  pointer-events: none; }

.quiz-header {
  padding: 0.5rem 0;
  height: 40px; }
  @media only screen and (min-width: 56.25em) {
    .quiz-header {
      margin-bottom: 1rem; } }

.quiz-back-btn {
  position: relative;
  cursor: pointer;
  padding-left: 0.75rem;
  color: var(--color-primary);
  text-decoration: underline; }
  .quiz-back-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: var(--color-primary);
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-right-width: 0;
    border-radius: 0;
    margin: 0; }

.chat-item__title {
  margin-bottom: 0; }

.chat-item .rte p:first-of-type {
  margin-top: 0; }

.onboarding-quiz__header-inner {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 56.25em) {
    .onboarding-quiz__header-inner {
      margin-bottom: 0; } }

.rangeslider-container {
  margin: 0 auto;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 34.375em) {
    .rangeslider-container {
      padding: 0 9%; } }
  @media only screen and (min-width: 56.25em) {
    .rangeslider-container {
      padding: 0 6%; } }

.rangeslider {
  position: relative;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  background: none; }

.rangeslider-markers {
  position: relative;
  width: 100%; }
  .rangeslider-markers::before {
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 2px;
    height: 12px;
    border-radius: 1px;
    background-color: #d3d3d3; }
  .rangeslider-markers::after {
    position: absolute;
    top: -5px;
    right: 0;
    content: "";
    width: 2px;
    height: 12px;
    border-radius: 1px;
    background-color: #d3d3d3; }

.rangeslider__handle {
  transition: background-color 0.2s;
  width: 94px;
  height: 20px;
  touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white; }

.rangeslider__handle__value {
  transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  width: 94px;
  text-align: center;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  color: var(--color-primary);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .rangeslider__handle__value.active {
    background: var(--color-primary);
    color: var(--color-body-text-inverse); }

.rangeslider-line {
  position: relative;
  height: 2px;
  border-radius: 5px;
  width: 100%;
  background-color: #d3d3d3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #0099ff;
  border-radius: 5px;
  display: none; }

.rangeslider__labels {
  display: none; }

.rangeslider__labels__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px;
  color: #d3d3d3; }

.rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
  height: 12px;
  width: 2px; }

.rangeslider__labels__label:first-child:before {
  background-color: #0099ff; }

.rangeslider__labels__label:last-child:before {
  background-color: #d3d3d3; }

.rangeslider__labels__label:first-child {
  transform: translateX(-48%); }

.rangeslider__labels__label:last-child {
  transform: translateX(48%); }

.rangeslider.rangeslider--active .rangeslider__handle *:before {
  border-top-color: #33adff; }

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

.template-page-onboarding-quiz {
  font-family: 'Fira Sans', sans-serif;
  color: #16384E;
  font-size: 13px;
  line-height: 1.33333333333;
  font-weight: 500; }
  @media (min-width: 768px) {
    .template-page-onboarding-quiz {
      font-weight: 400;
      font-size: 13px; } }
  .template-page-onboarding-quiz p {
    font-family: 'Fira Sans', sans-serif;
    color: #16384E;
    font-size: 10px;
    line-height: 1.33333333333;
    font-weight: 500; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz p {
        font-size: 13px;
        font-weight: 400; } }
  .template-page-onboarding-quiz .btn {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.33333333333;
    font-weight: 500;
    max-width: 135px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz .btn {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 212px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 13px;
        padding-bottom: 13px; } }
  .template-page-onboarding-quiz .input__height .status-icon {
    display: none; }
  .template-page-onboarding-quiz input[type="text"], .template-page-onboarding-quiz input[type="email"], .template-page-onboarding-quiz input[type="radio"], .template-page-onboarding-quiz input[type="number"] {
    border: none;
    text-align: center; }
  .template-page-onboarding-quiz [data-input="date"] input[type="text"] {
    text-align: center;
    word-spacing: inherit !important; }
  .template-page-onboarding-quiz [data-step="0"] h2, .template-page-onboarding-quiz [data-step="1"] h2, .template-page-onboarding-quiz [data-step="2"] h2, .template-page-onboarding-quiz [data-step="3"] h2 {
    font-family: 'Fira Sans', sans-serif;
    text-transform: none;
    color: #16384E;
    font-size: 20px;
    line-height: 1.33333333333;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto; }
    .template-page-onboarding-quiz [data-step="0"] h2 .first-para, .template-page-onboarding-quiz [data-step="1"] h2 .first-para, .template-page-onboarding-quiz [data-step="2"] h2 .first-para, .template-page-onboarding-quiz [data-step="3"] h2 .first-para {
      display: block;
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz [data-step="0"] h2, .template-page-onboarding-quiz [data-step="1"] h2, .template-page-onboarding-quiz [data-step="2"] h2, .template-page-onboarding-quiz [data-step="3"] h2 {
        font-size: 30px; }
        .template-page-onboarding-quiz [data-step="0"] h2 .first-para, .template-page-onboarding-quiz [data-step="1"] h2 .first-para, .template-page-onboarding-quiz [data-step="2"] h2 .first-para, .template-page-onboarding-quiz [data-step="3"] h2 .first-para {
          margin-bottom: 0px; } }
  .template-page-onboarding-quiz [data-step="0"] h3, .template-page-onboarding-quiz [data-step="1"] h3, .template-page-onboarding-quiz [data-step="2"] h3, .template-page-onboarding-quiz [data-step="3"] h3 {
    font-family: 'Fira Sans', sans-serif;
    text-transform: none;
    color: #16384E;
    font-size: 16px;
    line-height: 1.33333333333;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    .template-page-onboarding-quiz [data-step="0"] h3.no-margin, .template-page-onboarding-quiz [data-step="1"] h3.no-margin, .template-page-onboarding-quiz [data-step="2"] h3.no-margin, .template-page-onboarding-quiz [data-step="3"] h3.no-margin {
      margin-bottom: 0px; }
    .template-page-onboarding-quiz [data-step="0"] h3 a, .template-page-onboarding-quiz [data-step="1"] h3 a, .template-page-onboarding-quiz [data-step="2"] h3 a, .template-page-onboarding-quiz [data-step="3"] h3 a {
      color: #1da4e9; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz [data-step="0"] h3, .template-page-onboarding-quiz [data-step="1"] h3, .template-page-onboarding-quiz [data-step="2"] h3, .template-page-onboarding-quiz [data-step="3"] h3 {
        font-size: 21px;
        margin-bottom: 50px; } }
  .template-page-onboarding-quiz [data-step="1"] .input-label {
    display: none; }
  .template-page-onboarding-quiz [data-step="2"] .input-label.main-title, .template-page-onboarding-quiz [data-step="3"] .input-label.main-title {
    font-family: 'Fira Sans', sans-serif;
    text-transform: none;
    color: #16384E;
    font-size: 22px;
    line-height: 1.33333333333;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto; }
    .template-page-onboarding-quiz [data-step="2"] .input-label.main-title.height-title, .template-page-onboarding-quiz [data-step="3"] .input-label.main-title.height-title {
      margin-top: 70px; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz [data-step="2"] .input-label.main-title, .template-page-onboarding-quiz [data-step="3"] .input-label.main-title {
        font-size: 30px; } }
  .template-page-onboarding-quiz [data-step="2"] ul.chat-list, .template-page-onboarding-quiz [data-step="3"] ul.chat-list {
    display: flex;
    align-items: center;
    justify-content: center; }
  .template-page-onboarding-quiz [data-step="2"] li.chat-list__item, .template-page-onboarding-quiz [data-step="3"] li.chat-list__item {
    border: none !important;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.33333333333;
    font-weight: 500;
    margin-left: 5px !important;
    margin-right: 5px !important; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz [data-step="2"] li.chat-list__item, .template-page-onboarding-quiz [data-step="3"] li.chat-list__item {
        margin-left: 15px !important;
        margin-right: 15px !important; } }
  .template-page-onboarding-quiz [data-step="2"] .question_description, .template-page-onboarding-quiz [data-step="3"] .question_description {
    font-family: 'Fira Sans', sans-serif;
    color: #16384E;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz [data-step="2"] .question_description, .template-page-onboarding-quiz [data-step="3"] .question_description {
        font-size: 18px;
        line-height: 1.33333333333; } }
  .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper {
    display: flex;
    align-items: flex-start; }
    .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper .input-group, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper .input-group {
      align-items: center;
      justify-content: center;
      padding-top: 30px;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 768px) {
        .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper .input-group, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper .input-group {
          padding-top: inherit;
          padding-left: inherit;
          padding-right: inherit; } }
    .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper .input__height .input-group + .input-group, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper .input__height .input-group + .input-group {
      margin-top: 0 !important; }
    .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper .sub-label, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper .sub-label {
      width: inherit;
      font-family: 'Fira Sans', sans-serif;
      font-size: 15px;
      line-height: 1.33333333333;
      font-weight: 500;
      width: 83px;
      margin-bottom: 0;
      position: absolute;
      top: 0px;
      left: calc(50% - 33px); }
      @media (min-width: 768px) {
        .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper .sub-label, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper .sub-label {
          position: relative;
          top: inherit;
          left: inherit;
          font-size: 20px;
          margin-left: 25px;
          width: 190px; } }
    .template-page-onboarding-quiz [data-step="2"] .height-weight-fields-wrapper .sub-input-wrapper, .template-page-onboarding-quiz [data-step="3"] .height-weight-fields-wrapper .sub-input-wrapper {
      width: inherit; }
  .template-page-onboarding-quiz [data-field-index="7"] .main-title {
    margin-top: 50px;
    margin-bottom: 30px; }
  .template-page-onboarding-quiz .onboarding-form {
    position: relative; }
  .template-page-onboarding-quiz .progress-bar-wrapper {
    background: #ffffff;
    position: relative;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz .progress-bar-wrapper {
        display: none; } }
    .template-page-onboarding-quiz .progress-bar-wrapper .divider1 {
      position: absolute;
      background: #fff;
      width: 2px;
      height: 24px;
      top: -5px;
      left: 20%;
      display: block; }
    .template-page-onboarding-quiz .progress-bar-wrapper .divider2 {
      position: absolute;
      background: #fff;
      width: 2px;
      height: 24px;
      top: -5px;
      left: 40%;
      display: block; }
    .template-page-onboarding-quiz .progress-bar-wrapper .divider3 {
      position: absolute;
      background: #fff;
      width: 1px;
      height: 24px;
      top: -5px;
      left: 60%;
      display: block; }
    .template-page-onboarding-quiz .progress-bar-wrapper .divider4 {
      position: absolute;
      background: #fff;
      width: 2px;
      height: 24px;
      top: -5px;
      left: 80%;
      display: block; }
    .template-page-onboarding-quiz .progress-bar-wrapper .progress-bar {
      background: #3880C1;
      border: none; }
  .template-page-onboarding-quiz .steps {
    position: absolute;
    right: 10%;
    top: 53px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33333333333;
    font-weight: 500;
    display: none; }
    @media (min-width: 768px) {
      .template-page-onboarding-quiz .steps {
        display: block; } }
  .template-page-onboarding-quiz .iziToast-wrapper .iziToast {
    min-width: 350px; }
  .template-page-onboarding-quiz .iziToast-wrapper .iziToast-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    line-height: 1.33333333333;
    font-weight: 500;
    margin-bottom: 30px !important;
    color: #16384E; }
  .template-page-onboarding-quiz .iziToast-wrapper .iziToast-message p {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.33333333333;
    font-weight: 400; }
  .template-page-onboarding-quiz .iziToast-wrapper .iziToast-buttons .btn {
    font-family: "Fira Sans", sans-serif !important;
    color: white !important;
    font-size: 15px !important;
    line-height: 1.33333 !important;
    font-weight: 500 !important;
    max-width: 212px !important;
    width: 212px !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    text-transform: none !important;
    border: none !important;
    background-color: #1f82c0 !important;
    box-shadow: none !important; }
    .template-page-onboarding-quiz .iziToast-wrapper .iziToast-buttons .btn.last-xs {
      color: #16384e !important;
      background-color: transparent !important; }

.rrMaxDetails {
  /* flip hey max on desktop */ }
  .rrMaxDetails .whats-in-the-box {
    text-align: center; }
  .rrMaxDetails .intro {
    text-align: center; }
  .rrMaxDetails .did-you-know {
    text-align: center; }
  .rrMaxDetails .our-coaches {
    text-align: center; }
  .rrMaxDetails #block-howjcworks {
    text-align: center; }
  .rrMaxDetails #block-howjcworks .circledNumber {
    float: none;
    margin: 15px auto; }
  .rrMaxDetails .simple-accordion .simple-accordion__title.arrow::after {
    display: none; }
  .rrMaxDetails .plan-heading {
    font-size: 36px;
    margin: 0 0 .76em 0;
    line-height: 1; }
  .rrMaxDetails .plusdelivery {
    font-size: 0.8em; }
  .rrMaxDetails .whats-included-modal .modal-header {
    background: #DFEBF0;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    list-style-type: none; }
  .rrMaxDetails .whats-included-modal .modal-header li {
    list-style: none; }
  .rrMaxDetails .whats-included-modal .modal-header .close-dialog {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAYAAAAqXEs9AAAABHNCSVQICAgIfAhkiAAAAmxJREFUWEe92E9u00AUBvDvM3RFpeYGZNsGifYENBeAsG0s4Z6AcAN6g9ygQYordlAu0NyAICWFZW5AkciqwQ/NJE6d1M78sROvrNgz8/O85/GbEOnRaHeQcIKf/a/L33Zxchi2EEgd47irhqMesx7VuD/7rU4lSc5xe9XbhQVHZxGD4FKPO+pryxykjuzFXaAKxnsA7RK14eFXQQrVaPdIvluE7wS3V8NKw3cYtvgEX3T/wAVG/Y/Z/h+DMigB7pAkzcpQR2fHCIIbAjUR+YRxHK0/bD5oGygLzGpS58VlEb7SM2WJMYOqmCkHjB1Io8IhiZd6pmazE/z6PLFK9FXMNcZxy9SuOIeyLetRDc9mA40SGWK618Skd7exc93m/obksQh+YPr01NhmZWE00V1Qnhj7kKVYG1QJjDtItdiEKonxAy1R90OSz5c5pX73yBn7hdGUU/oN4oDggYj0QNYItATyB4mc+q7udm9ZEW6BAnigOiqL8Q9ZFthoX5N8LepTKfiGcfzGNLmbrpeboUb7kmQkIn/105H7Onzj+NwX5Q9KMWnOKEE2pzxRfqBG2CXxXhnkH94u6/Bs4SXyIa2TXWbLHWQqdU3XDTo3kO1gtvfl4OxBroO43r/A2YE8O/fZyZhBZRM1+wIATYz6A/91yLHaKxzIoRQunqGqMKnSEpUPqhrjgHoM2hbGErW+lTZu5FxW3cJ7X4QDAq/yNg0PoHm1951k3aUo9wJuqDqXf8dUUe054QpQnNfI7tsVp8GLbs5BEYuFa+thskEBF4R6q8gOpnsdm41cJTOz3sk8Sl2IdM2fjq0Iijv9D++PAZCIutFWAAAAAElFTkSuQmCC") no-repeat center center;
    border: none;
    color: #16384E;
    font-size: 3em;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 30px; }
  .rrMaxDetails .whats-included-modal .video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rrMaxDetails .whats-included-modal .food-image img {
    width: 100%; }
  .rrMaxDetails .whats-included-modal .food-weeks {
    display: none; }
  .rrMaxDetails .whats-included-modal .food-image {
    margin: 1em auto; }
  .rrMaxDetails .whats-included-modal .modal-header h2 {
    color: #16384E; }
  .rrMaxDetails .whats-included-modal .modal-header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px; }
  .rrMaxDetails .whats-included-modal .modal-header a {
    color: #919191; }
  .rrMaxDetails .whats-included-modal .modal-header .phone a,
  .rrMaxDetails .whats-included-modal .modal-header .active a {
    color: #16384E; }
  .rrMaxDetails .whats-included-modal .modal-header {
    float: left;
    width: 100%; }
  .rrMaxDetails .whats-included-modal .modal-body {
    clear: both; }
  .rrMaxDetails .whats-included-modal h3 {
    color: #16384E;
    font-size: 30px; }
  .rrMaxDetails .whats-included-modal h4 {
    color: #16384E;
    font-size: 20px; }
  .rrMaxDetails .whats-included-modal h5 {
    color: #16384E;
    font-size: 16px;
    margin-bottom: 1em; }
  .rrMaxDetails .whats-included-modal select {
    background-color: RGBA(223, 235, 240, 0.35);
    padding: 0.25em;
    width: 100%; }
  .rrMaxDetails .whats-included-modal #IncludedWeeks .panel {
    box-shadow: none;
    margin-top: 0; }
  .rrMaxDetails .whats-included-modal .modal-footer {
    border-top: 0;
    padding: 0 15px 15px; }
  @media only screen and (min-width: 56.25em) {
    .rrMaxDetails .intro {
      text-align: left; }
    .rrMaxDetails .whats-in-the-box {
      text-align: left; }
    .rrMaxDetails .did-you-know {
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails .whats-included-modal .col-sm-7 {
      padding-right: 5em; }
    .rrMaxDetails .whats-included-modal .modal-header ul li {
      display: inline-block;
      margin-right: 1em; }
    .rrMaxDetails .whats-included-modal .modal-header ul li:last-child {
      float: right;
      margin-right: 0; } }
  @media only screen and (min-width: 992px) {
    .rrMaxDetails .whats-included-modal .modal-header {
      padding: 50px 50px 0; }
    .rrMaxDetails .whats-included-modal .modal-body {
      padding: 50px 50px; }
    .rrMaxDetails .whats-included-modal .modal-footer {
      padding: 0 50px 50px; }
    .rrMaxDetails .whats-included-modal .modal-header .close-dialog {
      height: 37px;
      width: 37px; }
    .rrMaxDetails .whats-included-modal .modal-header h2 {
      font-size: 50px;
      margin-bottom: 0.5em; }
    .rrMaxDetails .whats-included-modal h3 {
      font-size: 36px; }
    .rrMaxDetails .whats-included-modal h4 {
      font-size: 22px; }
    .rrMaxDetails .whats-included-modal h5 {
      font-size: 18px; }
    .rrMaxDetails .whats-included-modal .modal-header ul li {
      margin-right: 2em; }
    .rrMaxDetails .whats-included-modal .modal-header ul li:last-child {
      margin-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .rrMaxDetails .whats-included-modal h3 {
      font-size: 2em; } }
  .rrMaxDetails #rrMaxContent .hero {
    background: url(https://cdn.shopify.com/s/files/1/0432/4402/8053/files/RR_MAX_MOBILE_BANNER.jpg?v=1634270813) no-repeat center center;
    background-size: cover;
    height: 113vw; }
  .rrMaxDetails #rrMaxContent .hero .intro {
    /* font-size: 4.5vw;
    line-height: 14.7vw; */
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 4.5px;
    margin-bottom: 0; }
  .rrMaxDetails #rrMaxContent .hero .rrmax-logo {
    width: 210px;
    margin-top: 0; }
  .rrMaxDetails #rrMaxContent .hero .intro-text {
    margin-top: 54vw; }
  .rrMaxDetails #rrMaxContent .hero .effective {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1px;
    text-align: center;
    margin-top: 20px; }
  .rrMaxDetails #rrMaxContent .hero .hero-name p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails #rrMaxContent .hero .effective {
      font-size: 30px;
      line-height: 45px;
      margin-top: 23px;
      color: #07194A;
      letter-spacing: calc(-1rem * 0.001 * 20.89);
      text-align: left; }
    .rrMaxDetails #rrMaxContent .hero .intro {
      font-size: 15px;
      line-height: 60px;
      letter-spacing: 5.9px;
      color: #07194A; }
    .rrMaxDetails #rrMaxContent .hero {
      background: url(https://cdn.shopify.com/s/files/1/0432/4402/8053/files/Oct21-Desktop-Hero-Banner-1440x447_2x-RRMax-Page-Header-V1.jpg?v=1633666842) no-repeat top center;
      height: 330px;
      background-size: cover;
      max-width: 1400px; }
    .rrMaxDetails #rrMaxContent .hero .hero-name {
      left: 685px;
      top: 245px;
      position: absolute;
      color: #fff; }
    .rrMaxDetails #rrMaxContent .hero .hero-name p {
      font-size: 15px;
      line-height: 20px;
      margin-top: 0; }
    .rrMaxDetails #rrMaxContent .hero .intro-text {
      margin-top: 92px; }
    .rrMaxDetails #rrMaxContent .hero .rrmax-logo {
      max-width: 222px;
      width: 130px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 768px) {
    .rrMaxDetails {
      /* retina display. dpr 2 */ }
      .rrMaxDetails #rrMaxContent .hero {
        background-image: url(https://statics.jennycraig.com/images/pages/rapid-results-max/details/2108_hero-bg-desktop-v2@2x.jpg); } }
  @media only screen and (min-width: 992px) {
    .rrMaxDetails #rrMaxContent .hero {
      height: 400px; }
    .rrMaxDetails #rrMaxContent .hero .effective {
      font-size: 35px;
      line-height: 50px;
      margin-top: 24px; }
    .rrMaxDetails #rrMaxContent .hero .rrmax-logo {
      max-width: 222px;
      width: 169px; }
    .rrMaxDetails #rrMaxContent .hero .intro-text {
      margin-top: 111px; }
    .rrMaxDetails #rrMaxContent .hero .hero-name {
      left: 734px;
      top: 294px; }
    .rrMaxDetails #rrMaxContent .hero .hero-name p {
      font-size: 20px;
      line-height: 25px; } }
  @media only screen and (min-width: 1200px) {
    .rrMaxDetails #rrMaxContent .hero .intro {
      font-size: 20px;
      line-height: 60px;
      letter-spacing: 5.9px; }
    .rrMaxDetails #rrMaxContent .hero .effective {
      font-size: 45px;
      line-height: 60px;
      margin-top: 35px; }
    .rrMaxDetails #rrMaxContent .hero {
      height: 465px; }
    .rrMaxDetails #rrMaxContent .hero .intro-text {
      margin-top: 132px; }
    .rrMaxDetails #rrMaxContent .hero .hero-name {
      left: 685px;
      top: 341px; }
    .rrMaxDetails #rrMaxContent .hero .hero-name p {
      font-size: 25px;
      line-height: 30px; } }
  @media only screen and (min-width: 1400px) {
    .rrMaxDetails #rrMaxContent .hero {
      height: 456px;
      margin-left: auto;
      margin-right: auto; }
    .rrMaxDetails #rrMaxContent .hero .rrmax-logo {
      max-width: 222px;
      width: 222px; }
    .rrMaxDetails #rrMaxContent .hero .effective {
      font-size: 55px;
      line-height: 70px;
      margin-top: 18px; }
    .rrMaxDetails #rrMaxContent .hero .intro-text {
      margin-top: 121px; }
    .rrMaxDetails #rrMaxContent .hero .hero-name {
      left: 685px;
      top: 334px; } }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails section#block-heymaxscale--2 .heymax-scale .col-sm-7.col-sm-push-5 {
      left: 0;
      padding-right: 15px; }
    .rrMaxDetails section#block-heymaxscale--2 .heymax-scale .col-sm-5.col-sm-pull-7 {
      left: 0; } }
  @media only screen and (min-width: 1400px) {
    .rrMaxDetails section#block-heymaxscale--2 .heymax-scale .col-sm-5.col-sm-pull-7 {
      padding-left: 15px; } }
  .rrMaxDetails .row.heymax-scale {
    flex-direction: row-reverse; }
  .rrMaxDetails section#block-heymaxscale > div.row {
    margin: 0; }
  .rrMaxDetails .heymax-scale img.heymaxlogo {
    max-width: 130px;
    margin-top: 30px; }
  .rrMaxDetails .heymax-scale h2 {
    color: #16384E;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -1px;
    text-align: center; }
  .rrMaxDetails .heymax-scale h2:hover {
    color: #16384E; }
  .rrMaxDetails .heymax-scale p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .rrMaxDetails .heymax-scale button {
    width: 262px;
    height: 60px;
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails .heymax-scale img.heymaxlogo {
      max-width: 85px;
      margin-left: 0;
      margin-top: 0; }
    .rrMaxDetails .heymax-scale h2 {
      font-size: 21px;
      line-height: 27px;
      width: auto;
      text-align: left;
      margin-top: 10px; }
    .rrMaxDetails .heymax-scale p {
      line-height: 24px;
      text-align: left;
      width: 300px;
      margin-left: 0; }
    .rrMaxDetails .heymax-scale button {
      margin-left: 0;
      width: 202px;
      font-size: 16px;
      line-height: 19px; }
    .rrMaxDetails .heymax-scale p {
      font-size: 12px;
      line-height: 18px;
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .rrMaxDetails .heymax-scale img.heymaxlogo {
      max-width: 105px; }
    .rrMaxDetails .heymax-scale h2 {
      font-size: 26px;
      line-height: 32px; }
    .rrMaxDetails .heymax-scale p {
      font-size: 14px;
      line-height: 20px;
      width: 390px; }
    .rrMaxDetails .heymax-scale button {
      width: 222px; } }
  @media only screen and (min-width: 1200px) {
    .rrMaxDetails .heymax-scale img.heymaxlogo {
      max-width: 125px; }
    .rrMaxDetails .heymax-scale h2 {
      font-size: 31px;
      line-height: 37px;
      width: 300px; }
    .rrMaxDetails .heymax-scale p {
      line-height: 24px; }
    .rrMaxDetails .heymax-scale button {
      width: 232px; }
    .rrMaxDetails .heymax-scale img.scale {
      max-width: 780px;
      width: 59vw;
      margin-left: auto;
      margin-right: 0; } }
  @media only screen and (min-width: 1300px) {
    .rrMaxDetails .heymax-scale .container {
      width: 1200px; } }
  @media only screen and (min-width: 1400px) {
    .rrMaxDetails .heymax-scale .container {
      width: 1270px; }
    .rrMaxDetails .heymax-scale img.heymaxlogo {
      max-width: 135px;
      margin-top: 20px; }
    .rrMaxDetails .heymax-scale h2 {
      font-size: 36px;
      line-height: 42px; } }
  .rrMaxDetails .row.row-reverse {
    flex-direction: row-reverse; }
  .rrMaxDetails .intro-recharge-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .rrMaxDetails .intro-recharge-bar ul li {
    background: url(https://statics.jennycraig.com/images/pages/rapid-results-max/details/icon-check.png) no-repeat left 16px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0 12px 40px; }
  .rrMaxDetails .intro-recharge-bar h2 {
    text-align: left;
    font-size: 6.4vw;
    line-height: 7.5vw;
    margin-top: 5vw;
    margin-bottom: 4vw;
    color: #16384E; }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails .intro-recharge-bar ul li {
      background: url(https://statics.jennycraig.com/images/pages/rapid-results-max/details/icon-check-v2.png) no-repeat left 16px;
      font-size: 14px;
      line-height: 24px;
      padding: 12px 0 12px 54px; }
    .rrMaxDetails .intro-recharge-bar h2 {
      font-size: 3.9vw;
      line-height: 4.9vw;
      margin-top: 3vw;
      margin-bottom: 2vw;
      text-align: center; } }
  @media only screen and (min-width: 992px) {
    .rrMaxDetails .intro-recharge-bar h2 {
      font-size: 26px;
      line-height: 36px;
      text-align: left;
      margin-top: 0;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1200px) {
    .rrMaxDetails .intro-recharge-bar h2 {
      font-size: 36px;
      line-height: 46px; }
    .rrMaxDetails .intro-recharge-bar ul li {
      font-size: 14px;
      line-height: 24px; } }
  @media only screen and (min-width: 1400px) {
    .rrMaxDetails #heyScaleContent .intro-recharge-bar .container {
      width: 1280px; }
    .rrMaxDetails #heyScaleContent .intro-recharge-bar li.one,
    .rrMaxDetails .intro-recharge-bar li.two {
      width: 456px; } }
  .rrMaxDetails .timeline {
    margin-bottom: 1px;
    margin-left: -30px;
    margin-right: -30px; }
  .rrMaxDetails .timeline h2 {
    font-size: 26px;
    line-height: 30px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    color: #16384E; }
  .rrMaxDetails #jcTimeline .carousel-control.left,
  .rrMaxDetails #jcTimeline .carousel-control.right {
    background-image: none; }
  .rrMaxDetails #jcTimeline .carousel-control:focus,
  .rrMaxDetails #jcTimeline .carousel-control:hover {
    opacity: 0; }
  .rrMaxDetails #jcTimeline .carousel-indicators li {
    border: 1px solid #7B7D84;
    background-color: #7B7D84;
    margin-left: 10px;
    margin-right: 10px; }
  .rrMaxDetails #jcTimeline .carousel-indicators .active {
    border: none;
    background-color: #1581C2;
    margin-left: 10px;
    margin-right: 10px; }
  .rrMaxDetails #jcTimeline .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 70%;
    padding-left: 0;
    margin-left: -35%;
    text-align: center;
    list-style: none; }
  .rrMaxDetails #jcTimeline .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 561px;
    height: 135vw; }
  .rrMaxDetails #jcTimeline .carousel-inner .item img {
    max-width: 377px !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails .timeline h2 {
      font-size: 23px;
      line-height: 26px;
      width: 100%; }
    .rrMaxDetails .timeline .timeline-image {
      background: url(https://cdn.shopify.com/s/files/1/0432/4402/8053/files/RRMax-Day-In-The-Life.jpg?v=1633999367) top center;
      background-size: cover;
      height: 29vw;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1px; }
    .rrMaxDetails .row.mid-section-2 {
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .rrMaxDetails .timeline h2 {
      font-size: 29px;
      line-height: 33px; } }
  @media only screen and (min-width: 1200px) {
    .rrMaxDetails .timeline h2 {
      font-size: 35px;
      line-height: 39px; } }
  @media only screen and (min-width: 1440px) {
    .rrMaxDetails .timeline-bg {
      background-color: #e1eef7; }
    .rrMaxDetails .timeline .timeline-image {
      height: 424px; }
    .rrMaxDetails .timeline h2 {
      font-size: 42px;
      line-height: 46px; } }
  .rrMaxDetails .bg-jc-lt-cream {
    background-color: #FAFAF8; }
  .rrMaxDetails .jc-yourway h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #16384e; }
  .rrMaxDetails .jc-yourway p {
    font-size: 13px;
    line-height: 16px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .rrMaxDetails .jc-yourway h3 {
    font-size: 22px;
    line-height: 28px;
    color: #16384e; }
  .rrMaxDetails .jc-yourway .curbside-pickup p,
  .rrMaxDetails .jc-yourway .delivery-from-local p,
  .rrMaxDetails .jc-yourway .delivery-anywhere p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0; }
  .rrMaxDetails .jc-yourway .curbside-pickup p,
  .rrMaxDetails .jc-yourway .delivery-anywhere p {
    width: 180px;
    margin-left: auto;
    margin-right: auto; }
  .rrMaxDetails .jc-yourway .delivery-from-local p {
    width: 150px;
    margin-left: auto;
    margin-right: auto; }
  .rrMaxDetails .jc-yourway .curbside-pickup,
  .rrMaxDetails .jc-yourway .delivery-from-local,
  .rrMaxDetails .jc-yourway .delivery-anywhere {
    margin-bottom: 50px; }
  .rrMaxDetails .jc-yourway img {
    max-width: 100px; }
  .rrMaxDetails .jc-yourway button {
    width: 232px;
    height: 48px;
    font-size: 16px;
    line-height: 19px; }
  @media only screen and (min-width: 768px) {
    .rrMaxDetails .jc-yourway h2 {
      font-size: 42px;
      line-height: 26px;
      margin-bottom: 30px; }
    .rrMaxDetails .jc-yourway p {
      font-size: 16px;
      line-height: 20px;
      width: 100%; }
    .rrMaxDetails .jc-yourway h3 {
      font-size: 22px;
      line-height: 30px;
      margin-top: 20px; }
    .rrMaxDetails .jc-yourway .curbside-pickup p,
    .rrMaxDetails .jc-yourway .delivery-from-local p,
    .rrMaxDetails .jc-yourway .delivery-anywhere p {
      font-size: 14px;
      line-height: 20px; }
    .rrMaxDetails .jc-yourway .curbside-pickup p,
    .rrMaxDetails .jc-yourway .delivery-anywhere p {
      width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .rrMaxDetails .jc-yourway button {
      width: 232px;
      height: 60px;
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media only screen and (min-width: 992px) {
    .rrMaxDetails .jc-yourway h3 {
      font-size: 26px;
      line-height: 34px;
      margin-top: 30px; }
    .rrMaxDetails .jc-yourway button {
      width: 232px;
      height: 60px; } }
  .rrMaxDetails .us-only-inline-block {
    display: none; }
  .rrMaxDetails .US .us-only-inline-block {
    display: inline-block; }
  .rrMaxDetails #rrMaxContent .meal-plans-wrapper .container {
    display: none; }
  .rrMaxDetails [role="container-wrapper"] > .row {
    margin-bottom: 0; }
  .rrMaxDetails .dotted-line {
    background-image: url(https://statics.jennycraig.com/images/pages/complete/dotted-line.png);
    background-repeat: repeat-x;
    background-position: bottom; }
  .rrMaxDetails .light-bg {
    background-color: #fafaf8; }
  .rrMaxDetails #rrMaxContent .border-top-desktop {
    height: 0; }
  .rrMaxDetails #rrMaxContent .set-1280 {
    /* max-width: 1280px; */
    width: 100%; }
  .rrMaxDetails #rrMaxContent .intro h1, .rrMaxDetails #rrMaxContent .intro .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .rrMaxDetails #rrMaxContent .intro .iziToast-title {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent .intro p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent .intro p.disclaimer {
    color: #707070;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 7px; }
  .rrMaxDetails #rrMaxContent .intro p.disclaimer:last-child {
    margin-bottom: 40px; }
  .rrMaxDetails #rrMaxContent .intro .discount-desc {
    font-size: 16px; }
  .rrMaxDetails #rrMaxContent .intro .price-display {
    display: inline-block;
    font-size: 90px;
    line-height: 80px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .rrMaxDetails #rrMaxContent .intro .price-display span.dollar-sign {
    display: inline-block;
    font-size: 36px;
    line-height: 44px;
    margin-right: 3px;
    position: relative;
    top: -30px; }
  .rrMaxDetails #rrMaxContent .intro .price-display span.per-day {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    margin-left: 5px;
    position: relative;
    top: -45px; }
  .rrMaxDetails #rrMaxContent .intro .price-display .ca-only span.per-day {
    top: -20px; }
  .rrMaxDetails #rrMaxContent .intro ul {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none; }
  .rrMaxDetails #rrMaxContent .intro ul li {
    color: #1581C2;
    font-size: 14px;
    line-height: 28px; }
  .rrMaxDetails #rrMaxContent .intro .royal-cta-fira-sans {
    margin-top: 30px;
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent .intro .royal-cta-fira-sans a {
    display: inline-block;
    padding: 12px 60px;
    font-size: 16px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box p.inside {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.03em;
    margin-top: 38px;
    margin-bottom: 15px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box ul li {
    background: url(https://statics.jennycraig.com/images/pages/complete/bullet.png) no-repeat 1px 14px;
    font-size: 14px;
    line-height: 18px;
    height: 42px;
    border-bottom: 1px solid #D8D8D8;
    padding: 12px 0 12px 18px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box ul li a {
    background-image: url(https://statics.jennycraig.com/images/pages/shop-plans/2009-icon-info.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) 1px;
    background-size: 15px 15px;
    display: inline-block;
    text-decoration: none;
    line-height: 18px;
    padding-right: 25px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box .royal-cta-fira-sans .button {
    padding: 14px 60px;
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed {
    margin-top: 30px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed img {
    margin-top: 14px; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0; }
  .rrMaxDetails #rrMaxContent .whats-in-the-box .royal-cta-fira-sans .button {
    padding: 14px 60px;
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px; }
  .rrMaxDetails #rrMaxContent .our-coaches {
    margin-top: 40px;
    padding-top: 40px; }
  .rrMaxDetails #rrMaxContent .our-coaches img {
    margin: 0 auto; }
  .rrMaxDetails #rrMaxContent .our-coaches .image-caption-box {
    background-color: #16384E;
    position: absolute;
    bottom: 0;
    left: 24px;
    height: 92px;
    width: 231px;
    padding: 0 15px; }
  .rrMaxDetails #rrMaxContent .our-coaches .image-caption-box header {
    font-size: 24px;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 10px; }
  .rrMaxDetails #rrMaxContent .our-coaches .image-caption-box p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 18px;
    margin-left: 0; }
  .rrMaxDetails #rrMaxContent .our-coaches h3 {
    font-size: 26px;
    line-height: 1.4em;
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent .our-coaches p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent .our-coaches ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CECECE; }
  .rrMaxDetails #rrMaxContent .our-coaches ul li {
    background: url(https://statics.jennycraig.com/images/pages/complete/light-bg-bullet.png) no-repeat 0 13px;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 10px 50px; }
  .rrMaxDetails #rrMaxContent .forget-the-fads h2 {
    text-transform: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin-bottom: 16px; }
  .rrMaxDetails #rrMaxContent .our-coaches .royal-cta-fira-sans .button {
    font-size: 16px;
    line-height: 19px;
    padding: 13px 58px;
    margin-top: 20px;
    display: inline-block; }
  .rrMaxDetails #rrMaxContent .forget-the-fads p {
    font-size: 13px;
    line-height: 22px; }
  .rrMaxDetails #rrMaxContent .our-coaches p.signature {
    font-size: 18px;
    line-height: 20px; }
  .rrMaxDetails #rrMaxContent .choose-with-confidence h2 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 45px; }
  .rrMaxDetails #rrMaxContent .choose-with-confidence h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px; }
  .rrMaxDetails #rrMaxContent .choose-with-confidence .box {
    text-align: center; }
  .rrMaxDetails #rrMaxContent .during-the-plan {
    background-color: #16384E; }
  .rrMaxDetails #rrMaxContent .panel-default > .panel-heading {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent .panel-default.active > .panel-heading,
  .rrMaxDetails #rrMaxContent .panel-default:last-child > .panel-heading {
    border: none; }
  .rrMaxDetails #rrMaxContent .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    content: "\2212";
    float: right;
    color: #ffffff;
    font-size: 55px;
    font-weight: 200 !important;
    line-height: 22px; }
  .rrMaxDetails #rrMaxContent .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b";
    font-size: 55px;
    font-weight: 200 !important;
    line-height: 22px; }
  .rrMaxDetails #rrMaxContent .panel {
    background-color: transparent;
    border: none;
    padding: 0; }
  .rrMaxDetails #rrMaxContent .panel-group {
    margin-bottom: 0; }
  .rrMaxDetails #rrMaxContent .panel-heading h4 {
    font-size: 22px;
    line-height: 28px;
    padding: 35px 15px; }
  .rrMaxDetails #rrMaxContent .active .panel-heading h4 {
    padding: 35px 15px 15px 15px; }
  .rrMaxDetails #rrMaxContent .panel-heading h4 a {
    text-decoration: none; }
  .rrMaxDetails section#block-allplanschart--2 > div.row {
    margin-left: 0;
    margin-right: 0; }
  .rrMaxDetails #rrMaxContent .panel-collapse > .panel-body {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding-right: 0;
    padding-left: 0; }
  .rrMaxDetails #rrMaxContent .panel-body .box {
    background-repeat: no-repeat;
    background-position: top center;
    padding: 140px 0 40px 0; }
  .rrMaxDetails #rrMaxContent .panel-body .box.first-day {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/day1-circle-icon.png"); }
  .rrMaxDetails #rrMaxContent .panel-body .box.first-week {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/calendar-circle-icon.png"); }
  .rrMaxDetails #rrMaxContent .panel-body .box.beyond {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/beyond-circle-icon.png");
    padding-bottom: 0; }
  .rrMaxDetails #rrMaxContent .panel-body h5 {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 25px; }
  .rrMaxDetails #rrMaxContent .panel-body p {
    margin-bottom: 20px; }
  .rrMaxDetails #rrMaxContent #collapseTwo ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .rrMaxDetails #rrMaxContent #collapseTwo ul li {
    color: #DFEBF0;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 0px -1px; }
  .rrMaxDetails #rrMaxContent #collapseTwo ul li.question {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/q-icon-mobile.png");
    font-weight: 700; }
  .rrMaxDetails #rrMaxContent #collapseTwo ul li.answer {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/a-icon-mobile.png");
    font-style: italic;
    margin-bottom: 40px; }
  .rrMaxDetails #rrMaxContent .plans-chart h3 {
    display: none; }
  .rrMaxDetails #rrMaxContent ul.chart-row.gray-bg {
    background-color: rgba(123, 125, 132, 0.5); }
  .rrMaxDetails #rrMaxContent #chartCarousel .carousel-indicators .active {
    background-color: #ffffff !important;
    width: 11px;
    height: 11px; }
  .rrMaxDetails #rrMaxContent #chartCarousel .carousel-indicators li {
    background-color: rgba(216, 216, 216, 0.2) !important; }
  .rrMaxDetails #rrMaxContent section#block-allplanschart > div.row {
    margin-bottom: 0; }
  .rrMaxDetails #rrMaxContent .plans-chart.padding-bottom-30 {
    padding-bottom: 0; }
  .rrMaxDetails img.features-icon {
    margin-left: 8px;
    margin-right: 23px;
    vertical-align: middle;
    width: 33px; }
  .rrMaxDetails img.features-icon.dinner {
    margin-left: 13px;
    margin-right: 24px;
    width: 32px; }
  .rrMaxDetails img.features-icon.delivery {
    width: 38px;
    margin-top: 1px; }
  .rrMaxDetails img.features-icon.coach {
    width: 25px;
    margin-left: 13px;
    margin-right: 31px; }
  .rrMaxDetails #rrMaxContent .chart-column li {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none; }
  .rrMaxDetails #rrMaxContent .chart-column li:first-child {
    visibility: hidden; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row {
    position: relative;
    margin: 0;
    padding: 0;
    height: 160px; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row li:first-child {
    display: none; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row li {
    width: 100%; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .simple-order-viewable,
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .essential-order-viewable {
    margin-top: 80px;
    display: inline-block; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .complete-order-viewable {
    margin-top: 50px;
    display: inline-block; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .simple-link-viewable,
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .essential-link-viewable,
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .complete-link-viewable {
    position: absolute;
    top: 20px;
    width: 220px;
    padding: 19px 40px;
    left: calc(50% - 110px);
    background-color: #DFEBF0;
    font-family: 'Fira Sans',sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    text-transform: none !important;
    color: #16384e !important;
    border: 1px solid #DFEBF0;
    border-radius: 7px;
    text-decoration: none; }
  .rrMaxDetails #rrMaxContent #chartCarousel ul.chart-row.all-plans-viewable-row .complete-link-viewable {
    display: none; }
  .rrMaxDetails #rrMaxContent #chartCarousel .order-cta button {
    background: none;
    background-color: #1581C2;
    font-family: 'Fira Sans',sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    text-transform: none !important;
    color: #ffffff !important;
    border: 1px solid #1581C2;
    border-radius: 7px;
    font-size: 16px;
    width: 220px;
    height: 60px; }
  .rrMaxDetails #rrMaxContent #chartCarousel .order-cta {
    margin-top: 90px; }
  .rrMaxDetails #rrMaxContent #chartCarousel li#simpleFreeDeliveryMobile {
    height: 30px;
    font-style: normal !important;
    font-size: 12px;
    margin-top: 17px; }
  .rrMaxDetails #rrMaxContent #chartCarousel .check-icon {
    background: url("https://statics.jennycraig.com/images/pages/complete/white-icon-check-small.png") no-repeat center; }
  .rrMaxDetails #rrMaxContent #chartCarousel .check-icon.blue {
    background: url("https://statics.jennycraig.com/images/pages/shop-plans/2011-icon-check-blue.png") no-repeat center; }
  .rrMaxDetails .satisfaction-guaranteed .cta {
    margin-top: 30px; }
  .rrMaxDetails .science-backed img {
    max-width: 125px; }
  .rrMaxDetails .science-backed h2 {
    color: #16384e;
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .rrMaxDetails .science-backed {
    margin-top: 30px;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .rrMaxDetails .satisfaction-guaranteed .cta {
      margin-top: 0px; }
    .rrMaxDetails body #BMIBanner .bmi-outer-wrapper {
      margin: auto;
      width: 80%; }
    .rrMaxDetails body #BMIBanner .bmi-inner-wrapper {
      background-color: #DFEBF0;
      padding: 3em 2em 1em; }
    .rrMaxDetails #rrMaxContent .our-coaches .image-caption-box {
      left: 294px; }
    .rrMaxDetails #rrMaxContent .our-coaches .download img {
      max-width: 140px;
      display: inline-block;
      padding-left: 20px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed .col-sm-2 {
      text-align: center; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed h3 {
      margin-top: 3px;
      margin-left: 10px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed p {
      margin-left: 10px; }
    .rrMaxDetails #rrMaxContent .plans-chart table tbody tr:nth-child(odd) td {
      background-color: transparent; }
    .rrMaxDetails #rrMaxContent .check-icon {
      background-image: url("https://statics.jennycraig.com/images/pages/complete/white-icon-check-small.png"); }
    .rrMaxDetails #rrMaxContent .check-icon.blue {
      background: url("https://statics.jennycraig.com/images/pages/shop-plans/2011-icon-check-blue.png") no-repeat center; }
    .rrMaxDetails #rrMaxContent .simple-link-viewable,
    .rrMaxDetails #rrMaxContent .essential-link-viewable,
    .rrMaxDetails #rrMaxContent .complete-link-viewable {
      width: 153px;
      padding: 13px 20px;
      margin-left: 10px;
      background-color: #DFEBF0;
      font-family: 'Fira Sans',sans-serif !important;
      font-style: normal;
      font-weight: 500 !important;
      font-size: 16px;
      text-transform: none !important;
      color: #16384e !important;
      border: 1px solid #DFEBF0;
      border-radius: 7px;
      text-decoration: none; }
    .rrMaxDetails .science-backed img {
      max-width: 225px; }
    .rrMaxDetails .science-backed h2 {
      margin-top: 0px; }
    .rrMaxDetails .science-backed p {
      font-size: 16px;
      line-height: 26px;
      width: auto; }
    .rrMaxDetails .science-backed {
      margin-top: 60px;
      margin-bottom: 40px; }
    .rrMaxDetails .ged p {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .rrMaxDetails #rrMaxContent .our-coaches h2 {
      margin-top: 65px;
      font-size: 36px;
      line-height: 26px; }
    .rrMaxDetails #rrMaxContent .our-coaches .download {
      margin-top: 15px; }
    .rrMaxDetails #rrMaxContent .border-top-desktop {
      border-top: 1px solid #CECECE;
      height: 1px;
      margin: 0 -15px; }
    .rrMaxDetails #rrMaxContent .intro .right-side {
      padding-left: 110px;
      margin-top: 65px;
      margin-bottom: 60px; }
    .rrMaxDetails #rrMaxContent .intro h1, .rrMaxDetails #rrMaxContent .intro .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .rrMaxDetails #rrMaxContent .intro .iziToast-title {
      font-size: 28px;
      line-height: 48px;
      letter-spacing: -0.03em;
      margin-top: 55px; }
    .rrMaxDetails #rrMaxContent .intro .price-display {
      margin-top: 10px;
      margin-bottom: 0; }
    .rrMaxDetails #rrMaxContent .intro ul li {
      font-size: 16px; }
    .rrMaxDetails #rrMaxContent .intro p {
      font-size: 14px;
      line-height: 24px; }
    .rrMaxDetails #rrMaxContent .intro .royal-cta-fira-sans a {
      padding: 20px 88px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .left-side {
      text-align: right; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .right-side {
      padding-left: 40px;
      max-width: 560px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box h2 {
      font-size: 36px;
      line-height: 26px;
      margin-top: 50px;
      margin-bottom: 90px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box p.inside {
      font-size: 24px;
      line-height: 32px;
      margin-top: 0px;
      margin-bottom: 15px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box ul li {
      background-position: 20px 14px;
      font-size: 12px;
      line-height: 18px;
      padding: 12px 0 12px 45px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .royal-cta-fira-sans .button {
      margin-top: 25px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed {
      margin-top: 25px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed .col-sm-3 {
      text-align: center; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed .col-sm-8 {
      padding-left: 0; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .satisfaction-guaranteed img {
      margin-top: 0; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box .royal-cta-fira-sans .button {
      padding: 20px 93px;
      margin-top: 45px; }
    .rrMaxDetails #rrMaxContent .our-coaches {
      margin-top: 75px;
      padding-top: 0; }
    .rrMaxDetails #rrMaxContent .our-coaches .left-side {
      padding-right: 0; }
    .rrMaxDetails #rrMaxContent .our-coaches .right-side {
      text-align: right;
      position: relative; }
    .rrMaxDetails #rrMaxContent .our-coaches h3 {
      font-size: 32px;
      margin-left: 0;
      margin-top: 85px;
      width: 370px; }
    .rrMaxDetails #rrMaxContent .our-coaches p {
      font-size: 28px;
      line-height: 40px;
      margin-left: 0;
      margin-bottom: 20px;
      font-weight: 400 !important;
      letter-spacing: -0.05em; }
    .rrMaxDetails #rrMaxContent .our-coaches ul {
      margin: 0 50px 0 0;
      border-bottom: none;
      padding: 0 0 20px 0; }
    .rrMaxDetails #rrMaxContent .our-coaches p.below-ul {
      font-size: 18px;
      font-weight: 700 !important;
      line-height: 24px; }
    .rrMaxDetails #rrMaxContent .our-coaches .image-caption-box {
      text-align: left;
      /*bottom: 68px;
      left: 15px;*/ }
    .rrMaxDetails #rrMaxContent .forget-the-fads .row.top {
      margin-bottom: 140px;
      margin-top: 20px; }
    .rrMaxDetails #rrMaxContent .forget-the-fads h2 {
      font-size: 32px;
      line-height: 51px;
      padding: 0 0 0 80px;
      margin-top: 60px; }
    .rrMaxDetails #rrMaxContent .forget-the-fads p {
      font-size: 18px;
      line-height: 28px; }
    .rrMaxDetails #rrMaxContent .our-coaches p.signature {
      padding-left: 80px; }
    .rrMaxDetails #rrMaxContent .our-coaches .cta {
      padding-top: 25px;
      border-left: 1px solid rgba(151, 151, 151, 0.5);
      padding-left: 80px;
      margin-top: 65px;
      padding-bottom: 65px; }
    .rrMaxDetails #rrMaxContent .our-coaches .royal-cta-fira-sans .button {
      font-size: 16px;
      line-height: 19px;
      padding: 20px 93px;
      margin-top: 20px;
      display: inline-block; }
    .rrMaxDetails #rrMaxContent .panel-heading h4 {
      font-size: 36px; }
    .rrMaxDetails #rrMaxContent .panel-body p {
      font-size: 14px;
      line-height: 20px; }
    .rrMaxDetails #rrMaxContent .active .panel-heading h4 {
      padding: 35px 15px 45px 15px; }
    .rrMaxDetails #rrMaxContent .panel-body .box {
      padding: 140px 50px 40px; }
    .rrMaxDetails #rrMaxContent .panel-body h5 {
      font-size: 26px;
      line-height: 34px; }
    .rrMaxDetails #rrMaxContent .panel-body .box.beyond h5 {
      margin-bottom: 59px; }
    .rrMaxDetails #rrMaxContent .plans-chart table th:first-child {
      visibility: hidden; }
    .rrMaxDetails #rrMaxContent .plans-chart table tbody tr:nth-child(odd) td {
      background-color: rgba(123, 125, 132, 0.5);
      font-style: normal !important; }
    .rrMaxDetails #rrMaxContent .all-plans-viewable-row td {
      background-color: transparent !important;
      position: relative; }
    .rrMaxDetails #rrMaxContent .simple-link-viewable,
    .rrMaxDetails #rrMaxContent .essential-link-viewable,
    .rrMaxDetails #rrMaxContent .complete-link-viewable {
      position: absolute;
      top: 21px;
      width: 205px;
      padding: 18px 40px;
      left: 28px;
      margin-left: 0;
      background-color: #DFEBF0;
      font-family: 'Fira Sans',sans-serif !important;
      font-style: normal;
      font-weight: 500 !important;
      font-size: 16px;
      text-transform: none !important;
      color: #16384e !important;
      border: 1px solid #DFEBF0;
      border-radius: 7px;
      text-decoration: none; }
    .rrMaxDetails #rrMaxContent .complete-link-viewable {
      display: none; }
    .rrMaxDetails #rrMaxContent .plans-chart .order-cta .button {
      margin-top: 0px;
      font-size: 16px;
      width: 205px;
      padding: 1.13em 3em; }
    .rrMaxDetails #rrMaxContent #collapseTwo ul li.answer {
      line-height: 29px; }
    .rrMaxDetails #rrMaxContent .choose-with-confidence h2 {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 80px;
      margin-top: 90px; }
    .rrMaxDetails #rrMaxContent .choose-with-confidence h3 {
      margin-bottom: 55px;
      margin-top: 40px;
      font-size: 24px; }
    .rrMaxDetails #rrMaxContent .choose-with-confidence .box.one {
      margin-top: 28px; }
    .rrMaxDetails #rrMaxContent .choose-with-confidence .box.one h3 {
      margin-top: 54px; }
    .rrMaxDetails #rrMaxContent .choose-with-confidence .box.three {
      margin-top: 13px; }
    .rrMaxDetails .science-backed p {
      width: 620px; } }
  @media (min-width: 1200px) {
    .rrMaxDetails #rrMaxContent .our-coaches .image-caption-box {
      left: 339px; }
    .rrMaxDetails #rrMaxContent .intro h1, .rrMaxDetails #rrMaxContent .intro .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .rrMaxDetails #rrMaxContent .intro .iziToast-title {
      font-size: 30px; }
    .rrMaxDetails #rrMaxContent .whats-in-the-box ul li {
      font-size: 16px;
      padding: 12px 0 12px 50px; }
    .rrMaxDetails #rrMaxContent .simple-link-viewable,
    .rrMaxDetails #rrMaxContent .essential-link-viewable,
    .rrMaxDetails #rrMaxContent .complete-link-viewable {
      width: 265px; }
    .rrMaxDetails #rrMaxContent .plans-chart .order-cta .button {
      width: 265px;
      padding: 1.13em 5em; }
    .rrMaxDetails #rrMaxContent .plans-chart td:last-child .order-cta .button {
      margin-left: -32px; }
    .rrMaxDetails .science-backed p {
      font-size: 18px;
      line-height: 28px;
      width: 680px; }
    .rrMaxDetails .science-backed h2 {
      font-size: 26px; }
    .rrMaxDetails .science-backed {
      margin-top: 80px;
      margin-bottom: 60px; }
    .rrMaxDetails #rrMaxContent .intro p.one {
      max-width: 490px; }
    .rrMaxDetails #rrMaxContent .intro p.two {
      max-width: 490px; } }
  @media (min-width: 1400px) {
    .rrMaxDetails #rrMaxContent .intro .container {
      width: 1280px; }
    .rrMaxDetails #rrMaxContent .intro .col-xs-12.col-lg-6.left-side {
      width: 58.33333333%; }
    .rrMaxDetails #rrMaxContent .intro p {
      font-size: 16px;
      line-height: 26px; }
    .rrMaxDetails #rrMaxContent .intro p.one {
      max-width: 580px; }
    .rrMaxDetails #rrMaxContent .intro p.two {
      max-width: 680px; }
    .rrMaxDetails .ged p {
      max-width: 1160px; }
    .rrMaxDetails #rrMaxContent .intro h1, .rrMaxDetails #rrMaxContent .intro .iziToast.iziToast-theme-confirmation-modal .iziToast-title, .iziToast.iziToast-theme-confirmation-modal .rrMaxDetails #rrMaxContent .intro .iziToast-title {
      font-size: 36px; } }

/*================ PLUGINS ================*/
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*================ Google fonts ================*/
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBiQxf_.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5VvkojO.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrA6Qhf_.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrByRBf_.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBuRxf_.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruQQ.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkA.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnZKvuQQ.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf) format("truetype"); }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnMK7uQQ.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format("truetype"); }
