html {
  box-sizing: border-box; }

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

.container, .navbar {
  position: relative;
  max-width: 1100px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .hide-md-up, .navbar > .nav-toggle, .show-for-small, .show-sm-down {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-sm-down, .show-for-medium-up, .show-md-up {
    display: none !important; } }

@media (max-width: 479px) {
  .hide-xs-down {
    display: none !important; } }

@media (min-width: 480px) {
  .hide-sm-up {
    display: none !important; } }

@media (min-width: 960px) {
  .show-for-medium-down, .show-md-down, .hide-lg-up {
    display: none !important; } }

.show-for-medium-only, .show-md-only {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 960px) {
    .show-for-medium-only, .show-md-only {
      display: inherit !important; } }

@media (max-width: 959px) {
  .show-for-large-up, .show-lg-up {
    display: none !important; } }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  clear: both;
  margin-bottom: 10px; }
  .row > .columns {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .row > .columns.right {
      float: right;
      text-align: right; }
    .row > .columns.bare {
      padding: 0; }
  .row > .columns.xs-1 {
    width: 8.33%; }
  .row > .columns.xs-2 {
    width: 16.66%; }
  .row > .columns.xs-3 {
    width: 25%; }
  .row > .columns.xs-4 {
    width: 33.33%; }
  .row > .columns.xs-5 {
    width: 41.66%; }
  .row > .columns.xs-6 {
    width: 50%; }
  .row > .columns.xs-7 {
    width: 58.34%; }
  .row > .columns.xs-8 {
    width: 66.67%; }
  .row > .columns.xs-9 {
    width: 75%; }
  .row > .columns.xs-10 {
    width: 83.34%; }
  .row > .columns.xs-11 {
    width: 91.67%; }
  .row > .columns.xs-12 {
    width: 100%; }
  @media (min-width: 480px) {
    .row > .columns.small-1 {
      width: 8.33%; }
    .row > .columns.small-2 {
      width: 16.66%; }
    .row > .columns.small-3 {
      width: 25%; }
    .row > .columns.small-4 {
      width: 33.33%; }
    .row > .columns.small-5 {
      width: 41.66%; }
    .row > .columns.small-6 {
      width: 50%; }
    .row > .columns.small-7 {
      width: 58.34%; }
    .row > .columns.small-8 {
      width: 66.67%; }
    .row > .columns.small-9 {
      width: 75%; }
    .row > .columns.small-10 {
      width: 83.34%; }
    .row > .columns.small-11 {
      width: 91.67%; }
    .row > .columns.small-12 {
      width: 100%; } }
  @media (min-width: 768px) {
    .row > .columns.medium-1 {
      width: 8.33%; }
    .row > .columns.medium-2 {
      width: 16.66%; }
    .row > .columns.medium-3 {
      width: 25%; }
    .row > .columns.medium-4 {
      width: 33.33%; }
    .row > .columns.medium-5 {
      width: 41.66%; }
    .row > .columns.medium-6 {
      width: 50%; }
    .row > .columns.medium-7 {
      width: 58.34%; }
    .row > .columns.medium-8 {
      width: 66.67%; }
    .row > .columns.medium-9 {
      width: 75%; }
    .row > .columns.medium-10 {
      width: 83.34%; }
    .row > .columns.medium-11 {
      width: 91.67%; }
    .row > .columns.medium-12 {
      width: 100%; }
    .row > .columns.medium-offset-1 {
      margin-left: 8.33%; } }
  @media (min-width: 960px) {
    .row > .columns.large-1 {
      width: 8.33%; }
    .row > .columns.large-2 {
      width: 16.66%; }
    .row > .columns.large-3 {
      width: 25%; }
    .row > .columns.large-4 {
      width: 33.33%; }
    .row > .columns.large-5 {
      width: 41.66%; }
    .row > .columns.large-6 {
      width: 50%; }
    .row > .columns.large-7 {
      width: 58.34%; }
    .row > .columns.large-8 {
      width: 66.67%; }
    .row > .columns.large-9 {
      width: 75%; }
    .row > .columns.large-10 {
      width: 83.34%; }
    .row > .columns.large-11 {
      width: 91.67%; }
    .row > .columns.large-12 {
      width: 100%; }
    .row > .columns.large-offset-7 {
      margin-left: 58.33333%; } }

.color-primary {
  color: #a8d067; }

.navbar > .nav {
  background-color: rgba(254, 254, 254, 0.97); }

.link-all {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: inherit; }

a.no-color {
  color: inherit; }
  a.no-color:active, a.no-color:focus, a.no-color:hover {
    color: inherit; }

.hidden {
  display: none !important; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  position: absolute;
  z-index: -10000; }

.navbar > .brand, .brand-footer {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.section.app-cta, .section.hero-home-1, .section.products-hero-2, .section.products-hero-2-meal, .section.products-hero-1, .section.one-tap, .section.no-burn, .section.fits-any-pot, .why-nomiku-container .section.pages-hero-why-nomiku, .why-nomiku-container .section.third, .why-nomiku-container .section.fourth, .why-nomiku-container .section.fith, .why-nomiku-container .section.sixth, .why-nomiku-container .section.seventh, .why-nomiku-container .section.eighth, .why-nomiku-container .section.ninth, .why-nomiku-container .section.tenth, .why-nomiku-container .section.eleventh, .why-nomiku-container .section.twelfth {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 479px) {
  .section.products-hero-1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.23); } }

.section.hero-home-1:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.23); }

.section.app-cta:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(176, 225, 235, 0.2); }

h1, .h1, .xxl {
  font-size: 33.184px;
  line-height: 1; }
  @media screen and (min-width: 480px) {
    h1, .h1, .xxl {
      font-size: calc(33.184px + 23.642 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    h1, .h1, .xxl {
      font-size: 56.826px; } }

h2, .h2, .page-title, .xl, .section-title.mega, .section.products-hero-1 .section-title {
  font-size: 27.648px;
  line-height: 1; }
  @media screen and (min-width: 480px) {
    h2, .h2, .page-title, .xl, .section-title.mega, .section.products-hero-1 .section-title {
      font-size: calc(27.648px + 14.994 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    h2, .h2, .page-title, .xl, .section-title.mega, .section.products-hero-1 .section-title {
      font-size: 42.642px; } }

h3, .h3, .lg, .navbar > .nav > li, .section.section-blog .page-title, .product-title, .actual-price, .compare-price, .section.community-gallery .section-subtitle, .testimonial .name {
  font-size: 23.04px;
  line-height: 1; }
  @media screen and (min-width: 480px) {
    h3, .h3, .lg, .navbar > .nav > li, .section.section-blog .page-title, .product-title, .actual-price, .compare-price, .section.community-gallery .section-subtitle, .testimonial .name {
      font-size: calc(23.04px + 8.946 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    h3, .h3, .lg, .navbar > .nav > li, .section.section-blog .page-title, .product-title, .actual-price, .compare-price, .section.community-gallery .section-subtitle, .testimonial .name {
      font-size: 31.986px; } }

h4, .md, .button.xl, .section.section-blog .columns.middle-column .title, .section.section-product > .container #header0, .section.section-product > .navbar #header0, .section-subtitle, .feature-subtitle, .testimonial .quote {
  font-size: 19.2px; }
  @media screen and (min-width: 480px) {
    h4, .md, .button.xl, .section.section-blog .columns.middle-column .title, .section.section-product > .container #header0, .section.section-product > .navbar #header0, .section-subtitle, .feature-subtitle, .testimonial .quote {
      font-size: calc(19.2px + 4.794 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    h4, .md, .button.xl, .section.section-blog .columns.middle-column .title, .section.section-product > .container #header0, .section.section-product > .navbar #header0, .section-subtitle, .feature-subtitle, .testimonial .quote {
      font-size: 23.994px; } }

h5, .h5, .plus, .button.lg, .section.section-product > .container .columns.product-info h3, .section.section-product > .navbar .columns.product-info h3 {
  font-size: 17.6px; }
  @media screen and (min-width: 480px) {
    h5, .h5, .plus, .button.lg, .section.section-product > .container .columns.product-info h3, .section.section-product > .navbar .columns.product-info h3 {
      font-size: calc(17.6px + 3.388 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    h5, .h5, .plus, .button.lg, .section.section-product > .container .columns.product-info h3, .section.section-product > .navbar .columns.product-info h3 {
      font-size: 20.988px; } }

h6, .h6, body, .section.section-product > .container .description .columns h3, .section.section-product > .navbar .description .columns h3 {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    h6, .h6, body, .section.section-product > .container .description .columns h3, .section.section-product > .navbar .description .columns h3 {
      font-size: calc(16px + 2 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    h6, .h6, body, .section.section-product > .container .description .columns h3, .section.section-product > .navbar .description .columns h3 {
      font-size: 18px; } }

.minus, .footer-big .footer-info, .footer-big .footer-inline > li, .section.section-blog .columns.side-bar button, .section.section-blog .columns.side-bar .button, .section.section-blog .columns.side-bar a.button, .section.section-blog .columns.side-bar input[type="text"], .section.section-blog .date > .title,
.section.section-blog .author > .title, .section.section-blog .date > .content,
.section.section-blog .author > .content {
  font-size: 15px; }

.sm, .button.sm, .page-footer .copyright, .navbar-drawer > ul > li {
  font-size: 13.328px; }
  @media screen and (min-width: 480px) {
    .sm, .button.sm, .page-footer .copyright, .navbar-drawer > ul > li {
      font-size: calc(13.328px + 0.172 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    .sm, .button.sm, .page-footer .copyright, .navbar-drawer > ul > li {
      font-size: 13.5px; } }

.xs {
  font-size: 11.104px; }
  @media screen and (min-width: 480px) {
    .xs {
      font-size: calc(11.104px + -0.97 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    .xs {
      font-size: 10.134px; } }

.xxs {
  font-size: 9.264px; }
  @media screen and (min-width: 480px) {
    .xxs {
      font-size: calc(9.264px + -1.668 * (100vw - 480px) / 480); } }
  @media screen and (min-width: 960px) {
    .xxs {
      font-size: 7.596px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1;
  margin: 1rem 0; }

.section-separating {
  background-color: #a8d067;
  color: #fff;
  padding: 10px 20px; }

.rte-content img {
  margin: 1rem 0; }

.flex-video {
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.divider {
  border-top: 1px solid #ebebeb; }

.bottom-margin {
  margin-bottom: 20px; }

.breadcrumbs {
  display: block;
  padding: 0.75em 1.16667em 0.75em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.breadcrumbs {
  color: #7d7d7d;
  background: none;
  border: 0;
  padding-bottom: 35px;
  margin: 0 0 30px;
  padding: 0; }

.breadcrumbs > li {
  margin: 0;
  float: left;
  font-size: 1em;
  color: #444444;
  text-transform: capitalize; }

.breadcrumbs > li:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 1em;
  position: relative;
  top: 1px; }

.breadcrumbs > li:first-child:before {
  display: none; }

table {
  background: transparent;
  border: solid 1px #ebebeb;
  border-collapse: collapse;
  border-spacing: 0; }

table thead, table tfoot {
  background: #fafafa;
  font-weight: 700;
  text-align: left; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  line-height: 1.5em; }

table tr:nth-of-type(even) {
  background: #fafafa; }

.template-cart .cart-table {
  margin-bottom: 30px; }

.template-cart .cart-table tr th, .template-cart .cart-table tr td {
  padding: 0.75em 0.83333em; }

.cart-table a {
  color: #444; }
  .cart-table a:hover {
    color: #a8d067; }

.template-cart .cart-table .quantity input {
  width: 30px; }

.template-cart .totals {
  text-align: right;
  padding: 0;
  float: right;
  order: 1; }

@media (max-width: 767px) {
  .template-cart .order-notes.columns {
    padding-left: 0; } }

.template-cart input[name="discount"], .template-cart textarea {
  width: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  color: #444;
  line-height: 1.5;
  overflow: visible !important; }

section {
  position: relative; }

img {
  max-width: 100%;
  display: inline-block; }

a {
  color: #a8d067;
  text-decoration: none;
  transition: color 0.15s ease; }
  a:hover {
    text-decoration: underline;
    color: #66a51e; }

ul {
  padding-left: 20px; }
  @media (min-width: 768px) {
    ul {
      padding-left: 40px; } }

li {
  margin: 1em 0; }

hr {
  border-top: 1px dotted #d8e1cb;
  height: 0;
  background: transparent;
  color: transparent;
  width: 100%; }

a.info-link {
  color: #a9e1ed; }

.thumbnail, .thumbnail > img {
  display: inline-block;
  border-radius: 3px; }

.image-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #a1a1a1; }
  .image-icon:hover {
    color: #a8d067;
    text-decoration: none; }
  .image-icon > img {
    display: inline-block; }
  .image-icon > span {
    display: inline-block; }

.button, .button:focus {
  display: inline-block;
  background-color: #a8d067;
  color: #fff;
  transition: background-color 0.3s ease;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px; }
  .button:hover, .button:active, .button:focus:hover, .button:focus:active {
    background-color: #66a51e;
    color: #fff;
    text-decoration: none; }

.page-footer .button.newsletter {
  background-color: #a1a1a1; }
  .page-footer .button.newsletter:hover, .page-footer .button.newsletter:active {
    background-color: #a8d067; }

.button.lg {
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .button.lg {
      font-weight: 300;
      padding: 14px 50px 10px 50px; } }

.button.xl {
  font-weight: 300;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .button.xl {
      padding: 20px 40px; } }
  @media (min-width: 768px) {
    .button.xl {
      padding: 30px 70px; } }

.button.sm {
  padding: 5px 12px;
  border-radius: 20px; }

.page-header-spacer {
  display: none; }

.navbar {
  height: 60px;
  padding: 10px; }

.navbar > .nav-toggle {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 38px; }
  .navbar > .nav-toggle:hover {
    cursor: pointer; }
  .navbar > .nav-toggle > span {
    position: absolute;
    width: 100%;
    background: #a8d067;
    height: 7px;
    border-radius: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .navbar > .nav-toggle.open > span {
    background-color: #a1a1a1; }
  .navbar > .nav-toggle > span:nth-child(1) {
    top: 1px; }
  .navbar > .nav-toggle > span:nth-child(2), .navbar > .nav-toggle > span:nth-child(3) {
    top: 16.5px; }
  .navbar > .nav-toggle > span:nth-child(4) {
    top: 32px; }
  .navbar > .nav-toggle.open > span:nth-child(1) {
    top: 16.5px;
    width: 0%;
    left: 50%; }
  .navbar > .nav-toggle.open > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navbar > .nav-toggle.open > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .navbar > .nav-toggle.open > span:nth-child(4) {
    top: 16.5px;
    width: 0%;
    left: 50%; }

.navbar > .brand {
  position: absolute;
  z-index: 10;
  left: -30px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 146px;
  max-width: 36vw;
  height: 41px;
  margin: auto auto;
  background-image: url("logo.png"); }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .navbar > .brand {
      background-image: url("logo-retina.png"); } }

.navbar > .nav {
  opacity: 0;
  position: absolute;
  top: 60px;
  z-index: 3;
  margin: auto;
  padding: 30px 12vw;
  width: 100%;
  left: 0;
  right: 0;
  list-style: none;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease; }
  .navbar > .nav.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 3; }
  .navbar > .nav > li {
    font-weight: 300;
    display: block;
    margin: 0;
    border-bottom: 1px dotted #d8e1cb; }
    .navbar > .nav > li:last-child {
      border-bottom: none; }
    .navbar > .nav > li > a {
      display: block;
      padding: 10px 0;
      text-decoration: none;
      color: #a1a1a1; }
      .navbar > .nav > li > a:hover {
        color: #a8d067; }

.navbar > .primary-action {
  position: absolute;
  z-index: 10;
  right: 10px; }
  .navbar > .primary-action > .button {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0; }

.navbar > .nav-bg {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }

.navbar-drawer {
  display: none;
  opacity: 0;
  position: fixed;
  top: 80px;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 0 4px 0;
  background: rgba(251, 251, 251, 0.97);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease; }
  .navbar-drawer.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 3; }
  .navbar-drawer > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    .navbar-drawer > ul > li {
      display: inline-block;
      margin: 0 30px; }

.page-header.has-hellobar {
  top: 56px; }

.hellobar {
  top: 0; }
  .hellobar > .hellobar-inner {
    background-color: #a9e1ed;
    color: #fff;
    text-align: center;
    height: 3.5rem;
    padding: 0;
    line-height: 3.5rem;
    font-size: 120%; }
    @media (max-width: 524px) {
      .hellobar > .hellobar-inner > span > .no-mobile {
        display: none; } }
    @media (min-width: 525px) {
      .hellobar > .hellobar-inner > span > .only-mobile {
        display: none; } }
    .hellobar > .hellobar-inner > .dismiss {
      margin-left: 20px;
      color: rgba(0, 90, 110, 0.33);
      cursor: pointer; }

.hellobar-spacer {
  height: 56px; }

.navbar-drawer.has-hellobar.open {
  transform: translateY(56px); }

@media (max-width: 767px) {
  .hellobar {
    top: 62px;
    font-size: 13.5px;
    line-height: 1;
    position: absolute !important; } }

@media (min-width: 768px) {
  .navbar-drawer {
    display: block; }
  .page-header {
    position: fixed;
    height: 80px;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .page-header-spacer {
    display: block;
    height: 80px; }
  .navbar {
    height: 80px;
    padding: 20px; }
  .navbar > .brand {
    left: unset;
    right: unset; }
  .navbar > .nav, .navbar > .nav.open {
    opacity: 1;
    display: inline-block;
    z-index: 6;
    top: 0;
    transform: translateY(0);
    padding: 0 0 0 60px;
    text-align: center;
    background-color: transparent;
    box-shadow: none; }
    .navbar > .nav > li, .navbar > .nav.open > li {
      display: inline-block;
      border: none;
      font-weight: 400; }
      .navbar > .nav > li > a, .navbar > .nav.open > li > a {
        display: inline-block;
        line-height: 80px;
        margin: 0 10px;
        padding: 0; }
  .navbar > .primary-action {
    right: 20px; }
  .navbar > .nav-bg {
    display: none; } }

@media (min-width: 768px) and (max-width: 900px) {
  .navbar > .brand {
    max-width: 15vw; }
  .navbar > .nav {
    padding-left: 45px; }
  .navbar > .nav > li {
    font-size: 16px; } }

@media (min-width: 901px) {
  .navbar > .nav > li {
    font-size: 18px; } }

@media (min-width: 1100px) {
  .navbar > .nav > li > a {
    margin: 0 20px; } }

.footer-links-snippet > .columns > .footer-nav {
  list-style: none;
  padding: 0; }

.page-footer {
  background: #f9f9f9;
  padding: 20px 10px;
  text-align: center; }

.brand-footer {
  display: none;
  width: 28px;
  height: 41px;
  background-image: url("symbol.png"); }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .brand-footer {
      background-image: url("symbol@2x.png"); } }

.page-footer .button.newsletter {
  max-width: 266px;
  margin-bottom: 13px; }

ul.footer-social {
  list-style: none;
  padding: 0; }
  ul.footer-social > li {
    display: inline-block;
    margin: 0; }
    ul.footer-social > li > a {
      display: inline-block;
      background: #d3d3d3;
      color: #fff;
      border-radius: 30px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      font-size: 25px;
      transition: background-color 0.3s ease; }
      ul.footer-social > li > a:hover, ul.footer-social > li > a:focus, ul.footer-social > li > a:active {
        background: #a8d067; }
      @media (min-width: 480px) {
        ul.footer-social > li > a {
          margin-right: 20px; } }
      @media (min-width: 960px) {
        ul.footer-social > li > a {
          margin-right: 10px; } }
      @media (min-width: 1100px) {
        ul.footer-social > li > a {
          margin-right: 15px; } }

.page-footer .copyright {
  display: inline-block;
  padding-left: 20px;
  color: #cacaca;
  background: url("symbol.png") no-repeat center left;
  background-size: contain; }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .page-footer .copyright {
      background-image: url("symbol@2x.png"); } }

@media (min-width: 960px) {
  .page-footer {
    padding: 40px; }
  .page-footer .button.newsletter {
    position: absolute;
    right: 0;
    padding: 7px 20px;
    height: 41px;
    font-size: 16px;
    line-height: 27px; }
  .page-footer hr {
    display: none; }
  .page-footer .copyright {
    display: block;
    border-top: 1px dotted #d8e1cb;
    background-image: none;
    text-align: left;
    padding: 20px; }
  .page-footer .brand-footer {
    display: inline-block;
    position: absolute;
    left: 20px; } }

.footer-big {
  text-align: left; }
  .footer-big ul.footer-social > li > a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    margin-right: 30px; }
  .footer-big .footer-nav {
    list-style: none;
    padding: 0; }
    .footer-big .footer-nav > li {
      margin: 0.5em 0; }
      .footer-big .footer-nav > li > a {
        color: #444; }
        .footer-big .footer-nav > li > a:hover {
          color: #a8d067;
          text-decoration: none; }
      @media (min-width: 1100px) {
        .footer-big .footer-nav > li {
          font-size: 22px; } }
      @media (min-width: 1440px) {
        .footer-big .footer-nav > li {
          font-size: 24px; } }
  .footer-big .footer-info {
    color: #a1a1a1; }
  .footer-big .footer-inline {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-big .footer-inline > li {
      display: inline-block;
      margin: 0 30px 0 0; }
      .footer-big .footer-inline > li > a {
        color: #a1a1a1; }
        .footer-big .footer-inline > li > a:hover {
          color: #a8d067;
          text-decoration: none; }
  .footer-big .copyright {
    width: 60%; }

.newsletter-box {
  background: #fff;
  padding: 60px 40px 40px 40px;
  margin-top: 30px;
  text-align: center;
  position: relative; }
  .newsletter-box .newsletter-logo {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("symbol.png"); }
    @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
      .newsletter-box .newsletter-logo {
        background-image: url("symbol@2x.png"); } }
  .newsletter-box #email-input {
    text-align: center;
    padding: 15px 10px 10px;
    line-height: 1;
    margin-bottom: 20px;
    background-color: #f4f4f4; }

ul.logos {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  ul.logos > li {
    flex: 1 1 auto;
    margin: 5px 10px;
    display: none; }
    ul.logos > li:nth-child(1), ul.logos > li:nth-child(2), ul.logos > li:nth-child(3), ul.logos > li:nth-child(4) {
      display: inline-block; }
    @media (min-width: 480px) {
      ul.logos > li {
        margin: 10px 20px; } }
    @media (min-width: 768px) {
      ul.logos > li {
        display: inline-block;
        margin: 20px 20px; } }

.carousel.thumbnails > ul > li {
  display: flex; }
  .carousel.thumbnails > ul > li > * {
    display: none;
    flex: 1 1 auto;
    margin: 0 10px; }
  .carousel.thumbnails > ul > li > *:first-child {
    display: inline-block; }
  @media (min-width: 480px) {
    .carousel.thumbnails > ul > li > *:nth-child(2), .carousel.thumbnails > ul > li > *:nth-child(3) {
      display: inline-block; } }
  @media (min-width: 768px) {
    .carousel.thumbnails > ul > li > * {
      display: inline-block; } }

/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }
  .unslider-wrap {
    position: relative; }
    .unslider-wrap.unslider-carousel > li {
      float: left; }
  .unslider-vertical > ul {
    height: 100%; }
  .unslider-vertical li {
    float: none;
    width: 100%; }
  .unslider-fade {
    position: relative; }
    .unslider-fade .unslider-wrap li {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 8; }
      .unslider-fade .unslider-wrap li.unslider-active {
        z-index: 10; }
  .unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none; }
  .unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer; }
    .unslider-arrow.next {
      left: auto;
      right: 20px; }

.unslider-nav {
  margin: 20px 0 0 0; }
  .unslider-nav ol {
    list-style: none;
    text-align: center; }
    .unslider-nav ol li {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 4px;
      background: transparent;
      border-radius: 15px;
      overflow: hidden;
      text-indent: -999em;
      border: 2px solid #a8d067;
      cursor: pointer; }
      .unslider-nav ol li.unslider-active {
        background: #a8d067;
        cursor: default; }

.unslider-arrow {
  display: none; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 12;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  box-shadow: none;
  padding: 0.41667em; }

.section.section-blog > .container, .section.section-blog > .navbar {
  max-width: 1440px; }

.section.section-blog .page-title {
  font-weight: 700; }

.section.section-blog .article {
  border-top: 1px solid #ebebeb; }

.section.section-blog .columns.left-sidebar {
  padding-left: 0;
  padding-top: 10px; }

.section.section-blog .columns.middle-column {
  padding-left: 0;
  padding-top: 10px; }
  .section.section-blog .columns.middle-column .title {
    font-weight: 700; }

.section.section-blog .columns.side-bar {
  padding-left: 10px;
  padding-top: 0;
  text-align: center; }
  .section.section-blog .columns.side-bar h5 {
    font-weight: 700; }
  .section.section-blog .columns.side-bar button, .section.section-blog .columns.side-bar .button, .section.section-blog .columns.side-bar a.button {
    border: 0; }
  .section.section-blog .columns.side-bar input[type="text"] {
    padding: 5px; }
  .section.section-blog .columns.side-bar .divider {
    padding-bottom: 10px; }
  .section.section-blog .columns.side-bar .block {
    margin-bottom: 30px; }
    .section.section-blog .columns.side-bar .block ul {
      list-style: none;
      padding: 0; }

.section.section-blog .date > .title,
.section.section-blog .author > .title {
  font-weight: 700;
  margin-bottom: 0; }

.section.section-blog .date > .content,
.section.section-blog .author > .content {
  margin-top: 0; }

.section.section-blog figure, .section.section-blog .tmblr-embed {
  margin: 0; }

.section.section-blog .read-more {
  text-align: right; }

.section.section-blog .previous-next .previous, .section.section-blog .previous-next .next {
  font-weight: 300; }

.section.section-blog .previous-next .next {
  text-align: right; }

.pagination {
  display: block;
  height: 2em;
  margin-left: -0.41667em;
  margin-top: 10px; }

.template-blog .pagination, .template-article .pagination {
  float: right; }

.pagination li {
  display: block;
  float: left;
  height: 2em;
  color: #222222;
  font-size: 1.16667em;
  margin-left: 0.41667em; }
  .pagination li.current a {
    font-weight: 700; }

.pagination .arrow.left {
  background: none; }

.pagination li a {
  display: block;
  padding: 0.08333em 0.58333em 0.08333em;
  color: #999999; }
  .pagination li a:hover {
    color: #a8d067;
    text-decoration: none; }

.pagination li.unavailable.arrow a {
  display: none; }

/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider {
  width: 100%;
  color: #fff; }

.pgwSlider a {
  display: block;
  text-decoration: none;
  color: #fff; }

.pgwSlider .ps-current {
  float: left;
  width: 74%;
  overflow: hidden;
  height: inherit;
  position: relative;
  font-size: 1rem; }

.pgwSlider.listOnTheLeft .ps-current {
  float: right; }

.pgwSlider .ps-current ul {
  width: 100%; }

.pgwSlider .ps-current li {
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: none; }

.pgwSlider .ps-current img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
  transition: margin-top 250ms linear; }

.pgwSlider .ps-caption {
  position: absolute;
  width: 100%;
  padding: 12px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  left: 0;
  bottom: 0;
  display: none;
  z-index: 3; }

ul.pgwSlider,
.pgwSlider ul {
  float: right;
  width: 25%;
  padding: 0;
  list-style: none;
  margin: 0; }

ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
  float: left; }

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
  height: 50px;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 0.8rem;
  transition: opacity 200ms linear; }

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
  margin-bottom: 0; }

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
  opacity: 1 !important; }

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
  width: 100%;
  min-height: 100%;
  display: block;
  transition: margin-top 250ms linear; }

.pgwSlider .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block; }

.pgwSlider .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block; }

.pgwSlider .ps-current .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 17px;
  left: 0;
  top: 45%;
  cursor: pointer; }

.pgwSlider .ps-current .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 17px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer; }

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
  width: 100% !important; }

.pgwSlider.narrow .ps-current {
  margin-bottom: 6px;
  font-size: 0.8rem; }

.pgwSlider.narrow .ps-current img {
  width: 100%;
  min-height: inherit; }

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
  width: 100%; }

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
  float: left;
  min-height: 50px;
  max-height: 70px;
  min-width: 15%;
  font-size: 0.7rem;
  margin-bottom: 0; }

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
  float: right; }

.pgwSlider.narrow .ps-caption {
  padding: 8px; }

.pgwSlider.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%; }

.pgwSlider.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%; }

.pgwSlider .ps-caption, .pgwSlider.narrow .ps-caption {
  display: none !important; }

.pgwSlider > .ps-list > li, .pgwSlider.narrow > .ps-list > li {
  height: auto !important;
  max-height: none;
  width: 103px !important; }
  .pgwSlider > .ps-list > li:only-child, .pgwSlider.narrow > .ps-list > li:only-child {
    display: none; }
  .pgwSlider > .ps-list > li > img, .pgwSlider.narrow > .ps-list > li > img {
    width: auto;
    height: auto;
    min-height: initial; }
  .pgwSlider > .ps-list > li > span, .pgwSlider.narrow > .ps-list > li > span {
    display: none; }

.section.section-product {
  padding: 0px !important;
  margin-top: -10px; }

.product-container {
  max-width: 1440px;
  width: 100%;
  padding: 40px;
  margin: auto; }

.container.features > .row > .columns > div, .features.navbar > .row > .columns > div {
  padding: 10px;
  display: flex; }

.container.features > .row > .columns > div > .copy, .features.navbar > .row > .columns > div > .copy {
  display: inline-block;
  font-size: 14px; }

.container.features > .row > .columns > div > .copy > b, .features.navbar > .row > .columns > div > .copy > b {
  font-size: 14px;
  display: block; }

.container.features > .row > .columns > div > .fa, .features.navbar > .row > .columns > div > .fa {
  display: inline-block;
  font-size: 42px;
  padding-right: 10px;
  color: #a8d067; }

.container.features > .row > .columns > div > .fa::before, .features.navbar > .row > .columns > div > .fa::before {
  width: 50px;
  display: block;
  text-align: center; }

.section.section-product > .container, .section.section-product > .navbar {
  max-width: none;
  padding: 0px; }
  .section.section-product > .container .description li, .section.section-product > .navbar .description li, .section.section-product > .container .description p, .section.section-product > .navbar .description p {
    font-size: 15px;
    margin-bottom: 1em; }
  .section.section-product > .container .description ul, .section.section-product > .navbar .description ul {
    padding-left: 1em; }
  .section.section-product > .container .description .columns h3, .section.section-product > .navbar .description .columns h3 {
    font-weight: 700; }
  .section.section-product > .container .columns.product-info, .section.section-product > .navbar .columns.product-info {
    padding: 0 30px; }
    .section.section-product > .container .columns.product-info h3, .section.section-product > .navbar .columns.product-info h3 {
      font-weight: 700; }
  .section.section-product > .container .product-controls label, .section.section-product > .navbar .product-controls label {
    display: block;
    font-weight: 700; }
  .section.section-product > .container #header0, .section.section-product > .navbar #header0 {
    font-weight: 700; }
  .section.section-product > .container .quanity-cart-row, .section.section-product > .navbar .quanity-cart-row {
    clear: both;
    padding: 20px 0; }
  .section.section-product > .container .add-to-cart, .section.section-product > .navbar .add-to-cart {
    margin: 20px auto;
    text-align: center; }
  .section.section-product > .container .add-to-cart > input, .section.section-product > .navbar .add-to-cart > input {
    cursor: pointer;
    border-radius: 5px;
    padding: 20px 40px 17px;
    text-transform: uppercase;
    background-color: #a6e363; }
  .section.section-product > .container .add-to-cart > input:hover, .section.section-product > .navbar .add-to-cart > input:hover {
    background-color: #8ec354; }
  .section.section-product > .container #quantity, .section.section-product > .navbar #quantity {
    width: 50px; }

.product-title {
  font-weight: 700; }

.product-gallery > .product-thumbnail {
  border: 1px solid #ebebeb;
  margin: 5px;
  max-width: 90%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center; }

.product-gallery {
  width: 100%; }

.product-gallery-large > .product-thumbnail {
  border: 1px solid #ebebeb;
  margin: 12px auto;
  display: block;
  max-width: 100%;
  width: 110px;
  height: 110px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center; }

.product-gallery-large {
  width: 100%; }

#mainImage {
  width: 100%;
  height: 500px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 90vmin;
  position: relative; }

#mainImage > span {
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 10%;
  height: 25%;
  position: absolute;
  top: 37.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer; }

#mainImage:hover > span {
  opacity: 1; }

#mainImage > span.left {
  left: 0px;
  border-radius: 0 10px 10px 0; }

#mainImage > span.right {
  right: 0px;
  border-radius: 10px 0 0 10px; }

#mainImage > div {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

#galleryAnimationBuffer > iframe {
  border: none;
  width: 100%;
  height: 100%; }

.compare-price {
  text-decoration: line-through; }

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.33333em;
  margin-bottom: 1.66667em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.16667em;
  vertical-align: top; }

@media (max-width: 479px) {
  .product-container {
    padding: 40px 10px; }
  .gallery-container-thing {
    padding: 0; }
  #mainImage {
    height: 276px;
    width: 100vw;
    margin-left: -20px; }
  .product-gallery > .product-thumbnail {
    margin: 1% auto;
    width: auto;
    height: auto;
    padding: 11.5%; } }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.section {
  position: relative;
  overflow: auto;
  padding: 15px; }
  .section.alt {
    background: #f9f9f9; }
  @media (min-width: 375px) {
    .section {
      padding: 20px; } }
  @media (min-width: 480px) {
    .section {
      padding: 40px; } }
  @media (min-width: 768px) {
    .section {
      padding: 60px; } }
  @media (min-width: 1100px) {
    .section {
      padding: 80px; } }

.section.section-page {
  padding: 15px;
  overflow: default; }
  .section.section-page .section {
    padding: 0; }
  @media (min-width: 375px) {
    .section.section-page {
      padding: 20px; } }
  @media (min-width: 480px) {
    .section.section-page {
      padding: 40px; } }

.section-subtitle.standout,
.section-title.standout {
  color: #c7ff6c; }
  .section-subtitle.standout > a,
  .section-title.standout > a {
    color: #c7ff6c; }

@media (max-width: 479px) {
  .magazine .section-subtitle.standout, .magazine .section-title.standout {
    color: #a8d067; } }

.section-title.mega {
  font-weight: 300; }

.feature-subtitle {
  font-weight: 300; }

.section.press-logos {
  padding: 0;
  background-color: #f9f9f9; }

.press-container > .press-item {
  clear: both;
  float: none;
  margin-bottom: 25px;
  padding: 0 10px; }

.press-container > .press-item > .press-publication {
  font-size: 125%; }

.press-container > .press-item > .press-date {
  color: #a1a1a1; }

@media (min-width: 768px) {
  .press-container > .press-item > .press-date {
    text-align: right; } }

.restaurant-container {
  max-width: 1000px;
  margin: auto; }

.restaurant-container > .restaurant-item {
  margin-bottom: 25px;
  padding: 0 10px;
  border-bottom: 1px dotted #d8e1cb; }

.restaurant-container > .restaurant-item > .restaurant-title {
  font-size: 150%; }

.restaurant-container > .restaurant-item > .restaurant-address {
  color: #a1a1a1; }

.section.supporting-features {
  padding: 0;
  display: flex;
  flex-direction: column; }
  .section.supporting-features > .feature {
    flex: 1 1 auto;
    padding: 40px;
    text-align: center; }
  .section.supporting-features > .feature.app {
    background-color: #eeeeee;
    background-image: url("feature-bg-iphone.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 400px;
    background-size: auto; }
  .section.supporting-features > .feature.food > * {
    z-index: 2;
    position: relative; }
  .section.supporting-features > .feature.food::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1; }
  .section.supporting-features > .feature.food {
    position: relative;
    background-color: #eeeeee;
    background-image: url("meal.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 400px;
    background-size: auto;
    color: #fff; }
  .section.supporting-features > .feature.book {
    background-color: #fff;
    background-image: url("feature-bg-book.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 60vw;
    background-size: contain; }
  @media (min-width: 768px) {
    .section.supporting-features {
      flex-direction: row; }
      .section.supporting-features > .feature {
        padding: 60px;
        width: 50%; }
      .section.supporting-features > .feature.app {
        padding-bottom: 415px;
        background-size: auto; }
      .section.supporting-features > .feature.book {
        background-size: auto;
        padding-bottom: 425px; } }
  @media (min-width: 1100px) {
    .section.supporting-features > .feature.book {
      background-position: bottom right; } }

.section.community-gallery {
  text-align: center; }
  .section.community-gallery .section-subtitle {
    font-weight: 300; }

.section.app-cta {
  color: #fff;
  background-color: #3e5257;
  text-align: center;
  background-image: url("sous-vide-steak.jpg");
  height: 280px; }
  .section.app-cta h1, .section.app-cta h2, .section.app-cta h3, .section.app-cta p, .section.app-cta li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .section.app-cta .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .section.app-cta > .container, .section.app-cta > .navbar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section.app-cta > .container > *, .section.app-cta > .navbar > * {
      flex: 0 0 auto;
      display: inline-block; }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .section.app-cta {
      background-image: url("sous-vide-steak@2x.jpg"); } }
  @media (min-width: 480px) {
    .section.app-cta {
      height: 50vw;
      max-height: 434px; } }
  @media (max-width: 479px) {
    .section.app-cta .button {
      padding: 15px; } }

.section.hero-home-1 {
  color: #fff;
  background-color: #3e5257;
  text-align: center;
  background-image: url("hero-bg-nomiku.jpg"); }
  .section.hero-home-1 h1, .section.hero-home-1 h2, .section.hero-home-1 h3, .section.hero-home-1 p, .section.hero-home-1 li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .section.hero-home-1 .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .section.hero-home-1 .button.lg {
      margin-top: 3rem;
      margin-bottom: 1rem; } }
  @media (min-width: 960px) {
    .section.hero-home-1 {
      padding-top: 100px; } }

.section.products-hero-2 {
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  overflow: hidden;
  background-image: url("nomiku-machine.jpg");
  background-position-x: -244px;
  height: 403px; }
  .section.products-hero-2 h1, .section.products-hero-2 h2, .section.products-hero-2 h3, .section.products-hero-2 p, .section.products-hero-2 li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .section.products-hero-2 .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .section.products-hero-2 {
      background-image: url("nomiku-machine@2x.jpg"); } }
  .section.products-hero-2 .text-col {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.639);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.53);
    border-radius: 3px;
    padding: 20px; }
    @media screen and (min-width: 375px) {
      .section.products-hero-2 .text-col {
        padding: calc(20px + 40 * (100vw - 375px) / 1065); } }
    @media screen and (min-width: 1440px) {
      .section.products-hero-2 .text-col {
        padding: 60px; } }
    @media (max-width: 479px) {
      .section.products-hero-2 .text-col {
        background-color: transparent;
        box-shadow: none;
        padding-top: 10px;
        padding-left: 0;
        width: 290px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .section.products-hero-2 .text-col {
        padding-right: 0; } }
    @media (min-width: 960px) {
      .section.products-hero-2 .text-col {
        margin-top: -20px; } }
    @media (min-width: 1100px) {
      .section.products-hero-2 .text-col {
        margin-top: -40px; } }
  .section.products-hero-2 .section-title {
    font-size: 22px;
    font-weight: 300; }
    @media screen and (min-width: 480px) {
      .section.products-hero-2 .section-title {
        font-size: calc(22px + 20 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .section.products-hero-2 .section-title {
        font-size: 42px; } }
  .section.products-hero-2 .button {
    margin-right: 20px;
    padding: 15px 20px 12px; }
  @media (max-width: 767px) {
    .section.products-hero-2 a.info-link {
      display: block;
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .section.products-hero-2 a.info-link {
      font-size: 13px;
      display: inline-block;
      margin-left: 10px;
      margin-top: none; } }
  @media (max-width: 479px) {
    .section.products-hero-2 .section-title {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 26px;
      font-weight: 700; } }
  @media (max-width: 479px) {
    .section.products-hero-2 .section-subtitle {
      display: inline-block;
      font-size: 22px; } }
  @media screen and (min-width: 480px) {
    .section.products-hero-2 {
      background-position-x: calc(-244px + 10 * (100vw - 480px) / 470); } }
  @media screen and (min-width: 950px) {
    .section.products-hero-2 {
      background-position-x: -234px; } }
  @media (min-width: 951px) {
    .section.products-hero-2 {
      background-position-x: center; } }
  @media (max-width: 479px) {
    .section.products-hero-2 {
      background-image: url("nomiku-machine-mobile2.jpg");
      background-position: center top;
      min-height: unset; } }
  @media (max-width: 479px) and (-o-min-device-pixel-ratio: 5 / 4), (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min--moz-device-pixel-ratio: 1.25), (max-width: 479px) and (min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 1.25dppx) {
    .section.products-hero-2 {
      background-image: url("nomiku-machine-mobile2@2x.jpg"); } }
  @media screen and (min-width: 375px) {
    .section.products-hero-2 {
      height: calc(403px + 132 * (100vw - 375px) / 105); } }
  @media screen and (min-width: 480px) {
    .section.products-hero-2 {
      height: 535px; } }

.section.products-hero-2-meal {
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  overflow: hidden;
  background-image: url("meal.jpg");
  background-size: cover; }
  .section.products-hero-2-meal h1, .section.products-hero-2-meal h2, .section.products-hero-2-meal h3, .section.products-hero-2-meal p, .section.products-hero-2-meal li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .section.products-hero-2-meal .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .section.products-hero-2-meal {
      background-image: url("meal@2x.jpg"); } }
  @media (max-width: 479px) {
    .section.products-hero-2-meal {
      background-position: top center;
      height: 403px; } }
  .section.products-hero-2-meal .text-col {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.639);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.53);
    border-radius: 3px;
    padding: 20px; }
    @media (max-width: 479px) {
      .section.products-hero-2-meal .text-col h1, .section.products-hero-2-meal .text-col h4 {
        font-size: 22px; } }
    @media (max-width: 374px) {
      .section.products-hero-2-meal .text-col h1, .section.products-hero-2-meal .text-col h4 {
        font-size: 20px; } }
    @media screen and (min-width: 375px) {
      .section.products-hero-2-meal .text-col {
        padding: calc(20px + 40 * (100vw - 375px) / 1065); } }
    @media screen and (min-width: 1440px) {
      .section.products-hero-2-meal .text-col {
        padding: 60px; } }
    @media (max-width: 767px) {
      .section.products-hero-2-meal .text-col {
        /*background-color: transparent;*/
        /*box-shadow: none;*/
        padding: 10px;
        width: 65%;
        margin: 200px 0 0 35%; } }
    @media (max-width: 479px) {
      .section.products-hero-2-meal .text-col {
        padding: 10px 0;
        width: 100%;
        margin: 165px 0 0 0; } }

@media (max-width: 767px) and (min-width: null) {
  .section.products-hero-2-meal .text-col {
    margin: 231px 0 0 0 !important; } }
    @media (min-width: 960px) {
      .section.products-hero-2-meal .text-col {
        margin-top: -20px; } }
    @media (min-width: 1100px) {
      .section.products-hero-2-meal .text-col {
        margin-top: -40px; } }
  .section.products-hero-2-meal .section-title {
    font-size: 19px;
    font-weight: 300; }
    @media screen and (min-width: 480px) {
      .section.products-hero-2-meal .section-title {
        font-size: calc(19px + 18 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .section.products-hero-2-meal .section-title {
        font-size: 37px; } }
  .section.products-hero-2-meal .button {
    margin-right: 20px;
    padding: 15px 20px 12px; }
  @media (max-width: 767px) {
    .section.products-hero-2-meal a.info-link {
      display: block;
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .section.products-hero-2-meal a.info-link {
      font-size: 13px;
      display: inline-block;
      margin-left: 10px;
      margin-top: none; } }
  @media (max-width: 479px) {
    .section.products-hero-2-meal .section-title {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 26px;
      font-weight: 400; } }
  @media (max-width: 479px) {
    .section.products-hero-2-meal .section-subtitle {
      display: inline-block;
      font-size: 22px; } }
  @media (min-width: 951px) {
    .section.products-hero-2-meal {
      background-position-x: center; } }
  @media (max-width: 479px) {
    .section.products-hero-2-meal {
      background-image: url("meal-mobile.jpg");
      background-position: center top;
      min-height: unset; } }
  @media (max-width: 479px) and (-o-min-device-pixel-ratio: 5 / 4), (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min--moz-device-pixel-ratio: 1.25), (max-width: 479px) and (min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 1.25dppx) {
    .section.products-hero-2-meal {
      background-image: url("meal-mobile@2x.jpg"); } }

.section.products-hero-1 {
  color: #fff;
  background-color: #3e5257;
  background-image: url("bg-nomiku-standing-by.jpg");
  text-align: center; }
  .section.products-hero-1 h1, .section.products-hero-1 h2, .section.products-hero-1 h3, .section.products-hero-1 p, .section.products-hero-1 li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .section.products-hero-1 .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .section.products-hero-1 .section-title {
    font-weight: 300; }
  .section.products-hero-1 .button {
    margin-right: 20px;
    padding: 15px 20px 12px; }
  @media (min-width: 480px) {
    .section.products-hero-1 {
      padding-bottom: 120px;
      padding-right: 40px;
      text-align: left; }
      .section.products-hero-1 > .container, .section.products-hero-1 > .navbar {
        float: left;
        margin-left: 42vw; }
      .section.products-hero-1 .info-link {
        display: block; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .section.products-hero-1 {
      text-align: right; }
      .section.products-hero-1 .button {
        margin-right: 0;
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .section.products-hero-1 > .container, .section.products-hero-1 > .navbar {
      width: 366px;
      margin-left: 39vw; }
    .section.products-hero-1 .info-link {
      display: inline-block; } }
  @media (min-width: 820px) {
    .section.products-hero-1 > .container, .section.products-hero-1 > .navbar {
      margin-left: 42vw; } }
  @media (min-width: 960px) {
    .section.products-hero-1 > .container, .section.products-hero-1 > .navbar {
      width: 476px; } }

.section-testimonial {
  color: #fff;
  background-color: #3e5257;
  background: #a9e1ed; }
  .section-testimonial h1, .section-testimonial h2, .section-testimonial h3, .section-testimonial p, .section-testimonial li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .section-testimonial .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 960px) {
    .section-testimonial {
      padding: 40px; } }

.testimonial img {
  float: left;
  margin-right: 20px;
  max-width: 111px; }

.testimonial .attribution {
  margin-bottom: 20px;
  overflow: auto; }

.testimonial .quote {
  font-weight: 300;
  clear: both; }

@media (min-width: 960px) {
  .testimonial .attribution {
    width: 38%;
    float: left;
    padding-right: 20px;
    margin-bottom: 0; }
  .testimonial .name {
    display: block; }
  .testimonial .quote {
    width: 62%;
    float: right;
    clear: none; } }

.section.how-it-works {
  background-image: url("bg-bag-in-water-2.jpg");
  max-height: 649px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 42vw;
  overflow: visible;
  background-position: center center; }
  @media (max-width: 479px) {
    .section.how-it-works {
      overflow: visible;
      position: relative;
      background-size: auto 250px;
      background-position: top center; }
      .section.how-it-works > .container, .section.how-it-works > .navbar {
        position: relative;
        margin-top: 250px;
        background: #fff; } }
  @media (max-width: 479px) {
    .section.how-it-works {
      background-position: top right; } }

.section.one-tap {
  background-image: url("bg-nomiku-spin.jpg"); }
  @media (max-width: 479px) {
    .section.one-tap {
      overflow: visible;
      position: relative;
      background-size: auto 250px;
      background-position: top center; }
      .section.one-tap > .container, .section.one-tap > .navbar {
        position: relative;
        margin-top: 250px;
        background: #fff; } }
  @media (min-width: 480px) {
    .section.one-tap {
      color: #fff;
      background-color: #3e5257; }
      .section.one-tap h1, .section.one-tap h2, .section.one-tap h3, .section.one-tap p, .section.one-tap li {
        text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
      .section.one-tap .button {
        box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1100px) {
    .section.one-tap {
      max-height: 649px; } }

.section.no-burn {
  background-image: url("bg-nomiku-cord.jpg");
  max-height: 649px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 48vw;
  overflow: visible;
  background-position: center center; }
  @media (max-width: 479px) {
    .section.no-burn {
      overflow: visible;
      position: relative;
      background-size: auto 250px;
      background-position: top center; }
      .section.no-burn > .container, .section.no-burn > .navbar {
        position: relative;
        margin-top: 250px;
        background: #fff; } }
  @media (max-width: 479px) {
    .section.no-burn {
      background-position: top right;
      background: #fff; }
      .section.no-burn > .container, .section.no-burn > .navbar {
        margin-top: 0; } }

.section.fits-any-pot {
  background-image: url("bg-nomiku-sizes.jpg");
  overflow: visible; }
  @media (max-width: 479px) {
    .section.fits-any-pot {
      overflow: visible;
      position: relative;
      background-size: auto 250px;
      background-position: top center; }
      .section.fits-any-pot > .container, .section.fits-any-pot > .navbar {
        position: relative;
        margin-top: 250px;
        background: #fff; } }
  @media (min-width: 480px) {
    .section.fits-any-pot {
      padding-bottom: 55%; } }
  @media (min-width: 768px) {
    .section.fits-any-pot {
      padding-bottom: 300px; } }

.section.pairs {
  background-image: url("bg-phone.jpg");
  max-height: 649px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 48vw;
  overflow: visible;
  background-position: center center; }
  @media (max-width: 479px) {
    .section.pairs {
      overflow: visible;
      position: relative;
      background-size: auto 250px;
      background-position: top center; }
      .section.pairs > .container, .section.pairs > .navbar {
        position: relative;
        margin-top: 250px;
        background: #fff; } }
  @media (max-width: 479px) {
    .section.pairs {
      background-position: top right; } }

.why-nomiku-container .pointy-downy-thingy {
  cursor: pointer;
  text-align: center; }
  .why-nomiku-container .pointy-downy-thingy .fa {
    font-size: 200%; }
  .why-nomiku-container .pointy-downy-thingy img {
    display: block;
    margin: auto;
    width: 200px;
    margin-top: 100px; }

.why-nomiku-container .pointy-downy-thingy.green .fa {
  color: #a8d067; }

.why-nomiku-container .quote {
  font-size: 18px; }
  @media screen and (min-width: 480px) {
    .why-nomiku-container .quote {
      font-size: calc(18px + 7 * (100vw - 480px) / 960); } }
  @media screen and (min-width: 1440px) {
    .why-nomiku-container .quote {
      font-size: 25px; } }

.why-nomiku-container .section.pages-hero-why-nomiku:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); }

.why-nomiku-container .section.pages-hero-why-nomiku {
  position: relative;
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  overflow: hidden;
  background-image: url("why-nomiku.jpg");
  background-size: cover;
  text-align: center;
  padding-bottom: 0; }
  .why-nomiku-container .section.pages-hero-why-nomiku h1, .why-nomiku-container .section.pages-hero-why-nomiku h2, .why-nomiku-container .section.pages-hero-why-nomiku h3, .why-nomiku-container .section.pages-hero-why-nomiku p, .why-nomiku-container .section.pages-hero-why-nomiku li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .why-nomiku-container .section.pages-hero-why-nomiku .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .why-nomiku-container .section.pages-hero-why-nomiku {
      padding-top: 100px; } }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    .why-nomiku-container .section.pages-hero-why-nomiku {
      background-image: url("why-nomiku@2x.jpg"); } }
  .why-nomiku-container .section.pages-hero-why-nomiku .section-title {
    font-size: 32px;
    font-weight: 900;
    margin-top: 150px; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.pages-hero-why-nomiku .section-title {
        font-size: calc(32px + 28 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.pages-hero-why-nomiku .section-title {
        font-size: 60px; } }
  .why-nomiku-container .section.pages-hero-why-nomiku .button {
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 15px;
    vertical-align: center; }
    .why-nomiku-container .section.pages-hero-why-nomiku .button .fa {
      font-size: 150%; }
  @media (max-width: 767px) {
    .why-nomiku-container .section.pages-hero-why-nomiku a.info-link {
      display: block;
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .why-nomiku-container .section.pages-hero-why-nomiku a.info-link {
      font-size: 13px;
      display: inline-block;
      margin-left: 10px;
      margin-top: none; } }
  @media (max-width: 479px) {
    .why-nomiku-container .section.pages-hero-why-nomiku .section-title {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 26px;
      font-weight: 400; } }
  .why-nomiku-container .section.pages-hero-why-nomiku .section-subtitle {
    font-weight: 300;
    font-size: 20px; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.pages-hero-why-nomiku .section-subtitle {
        font-size: calc(20px + 15 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.pages-hero-why-nomiku .section-subtitle {
        font-size: 35px; } }
    @media (max-width: 479px) {
      .why-nomiku-container .section.pages-hero-why-nomiku .section-subtitle {
        display: inline-block;
        font-size: 22px; } }
  @media (min-width: 951px) {
    .why-nomiku-container .section.pages-hero-why-nomiku {
      background-position-x: center; } }
  @media (max-width: 479px) {
    .why-nomiku-container .section.pages-hero-why-nomiku {
      background-image: url("why-nomiku.jpg");
      background-position: center top;
      min-height: unset; } }
  @media (max-width: 479px) and (-o-min-device-pixel-ratio: 5 / 4), (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min--moz-device-pixel-ratio: 1.25), (max-width: 479px) and (min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 1.25dppx) {
    .why-nomiku-container .section.pages-hero-why-nomiku {
      background-image: url("meal-mobile@2x.jpg"); } }

.why-nomiku-container .section.first {
  text-align: center;
  padding-bottom: 0; }
  .why-nomiku-container .section.first h1 {
    font-size: 30px;
    color: #a8d067;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.first h1 {
        font-size: calc(30px + 12 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.first h1 {
        font-size: 42px; } }
  .why-nomiku-container .section.first p {
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.first p {
        font-size: calc(16px + 8 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.first p {
        font-size: 24px; } }

.why-nomiku-container .section.second .fa {
  font-size: 300%;
  color: #a8d067; }

.why-nomiku-container .section.second .large-3 {
  /*padding-left: 0;*/ }
  .why-nomiku-container .section.second .large-3 h4 {
    font-size: 18px;
    font-weight: 400; }
  .why-nomiku-container .section.second .large-3 p {
    font-size: 14px; }

.why-nomiku-container .section.second .large-1 {
  padding-right: 0;
  text-align: right; }
  @media (max-width: 767px) {
    .why-nomiku-container .section.second .large-1 {
      text-align: left;
      padding-left: 15px;
      margin-top: 34px; } }

.why-nomiku-container .section.third:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.why-nomiku-container .section.third {
  position: relative;
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  background-image: url("why-nomiku-3.jpg");
  background-position: bottom center;
  text-align: center; }
  .why-nomiku-container .section.third h1, .why-nomiku-container .section.third h2, .why-nomiku-container .section.third h3, .why-nomiku-container .section.third p, .why-nomiku-container .section.third li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .why-nomiku-container .section.third .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .why-nomiku-container .section.third {
      padding-top: 300px; } }
  .why-nomiku-container .section.third p {
    max-width: 750px;
    font-size: 17px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.third p {
        font-size: calc(17px + 8 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.third p {
        font-size: 25px; } }
  .why-nomiku-container .section.third h3 {
    font-size: 32px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.third h3 {
        font-size: calc(32px + 28 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.third h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.third h5 {
    font-size: 18px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.third h5 {
        font-size: calc(18px + 14 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.third h5 {
        font-size: 32px; } }
  .why-nomiku-container .section.third .row {
    position: relative;
    z-index: 5; }

@media (min-width: 768px) {
  .why-nomiku-container .section.fourth:before {
    content: " ";
    position: absolute;
    width: 55%;
    height: 100%;
    left: 45%;
    top: 0;
    background-image: url("why-nomiku-4.jpg");
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat; } }

.why-nomiku-container .section.fourth {
  position: relative;
  min-height: 640px;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 479px) {
    .why-nomiku-container .section.fourth {
      min-height: 500px; }
      .why-nomiku-container .section.fourth img {
        margin-top: 25px; } }
  .why-nomiku-container .section.fourth p {
    max-width: 650px;
    font-size: 18px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.fourth p {
        font-size: calc(18px + 4 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.fourth p {
        font-size: 22px; } }
  .why-nomiku-container .section.fourth h3 {
    font-size: 32px;
    font-weight: 900;
    color: #a8d067; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.fourth h3 {
        font-size: calc(32px + 23 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.fourth h3 {
        font-size: 55px; } }
  .why-nomiku-container .section.fourth h5 {
    font-size: 20px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.fourth h5 {
        font-size: calc(20px + 10 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.fourth h5 {
        font-size: 30px; } }
  .why-nomiku-container .section.fourth .row {
    position: relative;
    z-index: 5; }

.why-nomiku-container .section.fith:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23); }

.why-nomiku-container .section.fith {
  position: relative;
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  background-image: url("why-nomiku-5.jpg");
  background-position: bottom center;
  text-align: center; }
  .why-nomiku-container .section.fith h1, .why-nomiku-container .section.fith h2, .why-nomiku-container .section.fith h3, .why-nomiku-container .section.fith p, .why-nomiku-container .section.fith li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .why-nomiku-container .section.fith .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .why-nomiku-container .section.fith {
      padding-top: 150px;
      padding-bottom: 200px; } }
  .why-nomiku-container .section.fith p {
    max-width: 850px;
    font-size: 18px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.fith p {
        font-size: calc(18px + 6 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.fith p {
        font-size: 24px; } }
    @media (max-width: 479px) {
      .why-nomiku-container .section.fith p {
        margin: 15px auto; } }
  .why-nomiku-container .section.fith h3 {
    font-size: 25px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.fith h3 {
        font-size: calc(25px + 35 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.fith h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.fith h5 {
    font-size: 22px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.fith h5 {
        font-size: calc(22px + 18 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.fith h5 {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .why-nomiku-container .section.fith h5 {
        margin-bottom: 55px; } }
  .why-nomiku-container .section.fith .row {
    position: relative;
    z-index: 5; }

.why-nomiku-container .testimonial-followup {
  background-color: #a9e1ed;
  padding: 0 0 10px 0;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0; }

.why-nomiku-container .section.sixth:before {
  content: " ";
  position: absolute;
  width: 63.4%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("why-nomiku-6.jpg");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat; }

.why-nomiku-container .section.sixth {
  position: relative;
  min-height: 640px;
  background-color: #fff;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url("	why-nomiku-6-slim.jpg");
  padding: 40px 0 50px 0;
  text-align: center; }
  @media (min-width: 960px) {
    .why-nomiku-container .section.sixth .large-7 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px; } }
  .why-nomiku-container .section.sixth p {
    max-width: 650px;
    font-size: 18px;
    margin: 30px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.sixth p {
        font-size: calc(18px + 6 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.sixth p {
        font-size: 24px; } }
  .why-nomiku-container .section.sixth h3 {
    font-size: 38px;
    font-weight: 900;
    color: #a8d067; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.sixth h3 {
        font-size: calc(38px + 22 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.sixth h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.sixth h5 {
    font-size: 22px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.sixth h5 {
        font-size: calc(22px + 8 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.sixth h5 {
        font-size: 30px; } }
  .why-nomiku-container .section.sixth .row {
    position: relative;
    z-index: 5; }
  .why-nomiku-container .section.sixth .pointy-downy-thingy img {
    margin-top: 175px; }

.why-nomiku-container .section.seventh:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.why-nomiku-container .section.seventh {
  position: relative;
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  background-image: url("why-nomiku-7.jpg");
  background-position: bottom center;
  padding-bottom: 20px;
  text-align: center; }
  .why-nomiku-container .section.seventh h1, .why-nomiku-container .section.seventh h2, .why-nomiku-container .section.seventh h3, .why-nomiku-container .section.seventh p, .why-nomiku-container .section.seventh li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .why-nomiku-container .section.seventh .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .why-nomiku-container .section.seventh p {
    max-width: 750px;
    font-size: 14px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.seventh p {
        font-size: calc(14px + 10 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.seventh p {
        font-size: 24px; } }
  .why-nomiku-container .section.seventh h3 {
    font-size: 32px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.seventh h3 {
        font-size: calc(32px + 18 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.seventh h3 {
        font-size: 50px; } }
    @media (min-width: 768px) {
      .why-nomiku-container .section.seventh h3 {
        margin-top: 250px; } }
  .why-nomiku-container .section.seventh h5 {
    font-size: 18px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.seventh h5 {
        font-size: calc(18px + 14 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.seventh h5 {
        font-size: 32px; } }
  .why-nomiku-container .section.seventh .row {
    position: relative;
    z-index: 5; }
  .why-nomiku-container .section.seventh .pointy-downy-thingy img {
    margin-top: 50px; }

.why-nomiku-container .section.eighth:before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  background-image: url("why-nomiku-8.jpg");
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.why-nomiku-container .section.eighth {
  position: relative;
  min-height: 640px;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 479px) {
    .why-nomiku-container .section.eighth {
      min-height: 560px; }
      .why-nomiku-container .section.eighth img {
        margin-top: 25px; } }
  .why-nomiku-container .section.eighth p {
    max-width: 620px;
    font-size: 14px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.eighth p {
        font-size: calc(14px + 8 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.eighth p {
        font-size: 22px; } }
  .why-nomiku-container .section.eighth h3 {
    font-size: 40px;
    font-weight: 900;
    color: #a8d067; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.eighth h3 {
        font-size: calc(40px + 20 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.eighth h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.eighth h5 {
    font-size: 16px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.eighth h5 {
        font-size: calc(16px + 14 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.eighth h5 {
        font-size: 30px; } }
    @media (min-width: 768px) {
      .why-nomiku-container .section.eighth h5 {
        margin-bottom: 200px; } }
  .why-nomiku-container .section.eighth .row {
    position: relative;
    z-index: 5; }

.why-nomiku-container .section.ninth:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); }
  @media (max-width: 479px) {
    .why-nomiku-container .section.ninth:before {
      height: 500px;
      background: url("why-nomiku-9-mobile.jpg");
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; } }

.why-nomiku-container .section.ninth {
  position: relative;
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  background: url("why-nomiku-9.jpg");
  background-position: bottom center;
  text-align: center; }
  .why-nomiku-container .section.ninth h1, .why-nomiku-container .section.ninth h2, .why-nomiku-container .section.ninth h3, .why-nomiku-container .section.ninth p, .why-nomiku-container .section.ninth li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .why-nomiku-container .section.ninth .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 479px) {
    .why-nomiku-container .section.ninth {
      background: #222; } }
  @media (min-width: 960px) {
    .why-nomiku-container .section.ninth .row.m {
      margin: 100px auto; }
    .why-nomiku-container .section.ninth .large-6 {
      margin-left: 50%; } }
  .why-nomiku-container .section.ninth p {
    max-width: 620px;
    font-size: 15px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.ninth p {
        font-size: calc(15px + 9 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.ninth p {
        font-size: 24px; } }
  .why-nomiku-container .section.ninth h3 {
    font-size: 35px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.ninth h3 {
        font-size: calc(35px + 25 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.ninth h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.ninth h5 {
    font-size: 17px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.ninth h5 {
        font-size: calc(17px + 13 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.ninth h5 {
        font-size: 30px; } }
  @media (max-width: 479px) {
    .why-nomiku-container .section.ninth {
      padding-top: 500px; }
      .why-nomiku-container .section.ninth img {
        margin-top: 0px; }
      .why-nomiku-container .section.ninth h3, .why-nomiku-container .section.ninth p, .why-nomiku-container .section.ninth h5 {
        padding: 0;
        margin: 15px 0; } }
  .why-nomiku-container .section.ninth .row {
    position: relative;
    z-index: 5; }

.why-nomiku-container .section.tenth:before {
  content: " ";
  position: absolute;
  width: 40%;
  height: 100%;
  left: 60%;
  top: 0;
  background-image: url("why-nomiku-10.jpg");
  background-position: left bottom;
  background-size: auto 90%;
  background-repeat: no-repeat; }
  @media (max-width: 479px) {
    .why-nomiku-container .section.tenth:before {
      width: 100%;
      left: 0;
      background-position: right bottom;
      background-size: auto 500px; } }

.why-nomiku-container .section.tenth {
  position: relative;
  min-height: 640px;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 479px) {
    .why-nomiku-container .section.tenth {
      padding-bottom: 500px; }
      .why-nomiku-container .section.tenth img {
        margin-top: 0px; } }
  .why-nomiku-container .section.tenth p {
    max-width: 775px;
    font-size: 14px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.tenth p {
        font-size: calc(14px + 10 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.tenth p {
        font-size: 24px; } }
  .why-nomiku-container .section.tenth h3 {
    font-size: 32px;
    font-weight: 900;
    color: #a8d067; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.tenth h3 {
        font-size: calc(32px + 28 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.tenth h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.tenth h5 {
    font-size: 20px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.tenth h5 {
        font-size: calc(20px + 12 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.tenth h5 {
        font-size: 32px; } }
  .why-nomiku-container .section.tenth .row {
    position: relative;
    z-index: 5; }

.why-nomiku-container .section.eleventh:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.why-nomiku-container .section.eleventh {
  position: relative;
  color: #fff;
  background-color: #3e5257;
  min-height: 535px;
  background-image: url("why-nomiku-11.jpg");
  background-position: left center;
  text-align: center; }
  .why-nomiku-container .section.eleventh h1, .why-nomiku-container .section.eleventh h2, .why-nomiku-container .section.eleventh h3, .why-nomiku-container .section.eleventh p, .why-nomiku-container .section.eleventh li {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .why-nomiku-container .section.eleventh .button {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .why-nomiku-container .section.eleventh {
      padding-top: 250px; } }
  .why-nomiku-container .section.eleventh p {
    max-width: 645px;
    font-size: 14px;
    margin: 35px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.eleventh p {
        font-size: calc(14px + 6 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.eleventh p {
        font-size: 20px; } }
  .why-nomiku-container .section.eleventh h3 {
    font-size: 36px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.eleventh h3 {
        font-size: calc(36px + 24 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.eleventh h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.eleventh h5 {
    font-size: 17px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.eleventh h5 {
        font-size: calc(17px + 11 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.eleventh h5 {
        font-size: 28px; } }
  .why-nomiku-container .section.eleventh .row {
    position: relative;
    z-index: 5; }

.why-nomiku-container .section.twelfth {
  position: relative;
  min-height: 535px;
  background-image: url("why-nomiku-12.jpg");
  text-align: center;
  background-size: 100% auto;
  background-position: bottom center; }
  @media (min-width: 768px) {
    .why-nomiku-container .section.twelfth {
      padding-top: 200px;
      padding-bottom: 200px; } }
  .why-nomiku-container .section.twelfth p {
    max-width: 520px;
    font-size: 15px;
    margin: 25px auto; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.twelfth p {
        font-size: calc(15px + 8 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.twelfth p {
        font-size: 23px; } }
  .why-nomiku-container .section.twelfth h3 {
    font-size: 32px;
    font-weight: 900;
    color: #a8d067; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.twelfth h3 {
        font-size: calc(32px + 28 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.twelfth h3 {
        font-size: 60px; } }
  .why-nomiku-container .section.twelfth h5 {
    font-size: 18px;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .why-nomiku-container .section.twelfth h5 {
        font-size: calc(18px + 12 * (100vw - 480px) / 960); } }
    @media screen and (min-width: 1440px) {
      .why-nomiku-container .section.twelfth h5 {
        font-size: 30px; } }
  .why-nomiku-container .section.twelfth .row {
    position: relative;
    z-index: 5;
    margin-bottom: 250px; }
  @media (max-width: 479px) {
    .why-nomiku-container .section.twelfth {
      min-height: 430px; }
      .why-nomiku-container .section.twelfth .row {
        margin-bottom: 0; } }

.product-grid > .product-item {
  text-align: center; }

.collections-grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .collections-grid {
      flex-direction: row; } }
  .collections-grid > .collection-item {
    flex: 1 1 0;
    margin: 10px 40px; }
    .collections-grid > .collection-item .caption {
      text-align: center; }
    .collections-grid > .collection-item .product-count {
      display: none; }

@media (min-width: 768px) {
  .section.section-page.section-where-to-buy {
    padding: 80px 0; } }

@media (min-width: 960px) {
  .section.section-page.section-where-to-buy {
    padding: 140px 0; } }

.section.section-page.section-where-to-buy .row {
  align-items: center; }

.section.section-page.section-where-to-buy .medium-6 {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (max-width: 479px) {
    .section.section-page.section-where-to-buy .medium-6 {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .section.section-page.section-where-to-buy .medium-6 img {
    max-width: 80%;
    margin: 0 10%;
    display: block; }

.marked-down-from {
  text-decoration: line-through;
  color: #a1a1a1; }
