@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700;900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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; }

figure {
  margin: 0;
  padding: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Define dropdown variables */
@keyframes sun {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@keyframes star {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.25); } }

@keyframes cloud {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(5px); } }

[data-whatintent='mouse'] *:focus {
  outline: none; }

h1, h2, h3, h4 {
  margin: 0 0 1em;
  font-weight: normal; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

p {
  margin: 0 0 1em; }
  p:last-child {
    margin-bottom: 0; }

p {
  margin: 0 0 1em;
  line-height: 1.5; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #195C97;
  font-family: Montserrat;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }
  html *,
  body * {
    box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather;
  font-weight: bold; }

.block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
  position: relative; }
  @media (min-width: 1000px) {
    .block {
      flex-direction: row; } }

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  padding: 40px;
  width: 100%; }
  @media (min-width: 600px) {
    .wrapper {
      padding: 60px 40px; } }
  @media (min-width: 1000px) {
    .wrapper {
      padding: 80px 60px; } }

.block-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9); }
  .block-header .wrapper {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px; }
    @media (min-width: 860px) {
      .block-header .wrapper {
        padding-bottom: 30px;
        padding-top: 40px; } }

.block-hero__padding {
  padding-top: 0; }
  .block-hero__padding.block-where-to-buy {
    position: relative;
    z-index: 3; }
  .block-hero__padding .wrapper {
    padding-top: 0; }
  .block-hero__padding .content {
    padding-bottom: 50px; }
  .block-hero__padding.-centered {
    text-align: center; }
  @media (min-width: 860px) {
    .block-hero__padding {
      min-height: 20vh; } }

.block-hero {
  padding-top: 150px;
  overflow: visible; }
  .block-hero.block-where-to-buy {
    position: relative;
    z-index: 3; }
  @media (min-width: 860px) {
    .block-hero {
      min-height: 68vh; } }
  .block-hero .content-wrapper {
    display: flex;
    flex-direction: content; }
    @media (min-width: 860px) {
      .block-hero .content-wrapper {
        flex-direction: row;
        justify-content: space-between; }
        .block-hero .content-wrapper img {
          width: 50%; } }
  .block-hero .wrapper {
    padding-top: 20px;
    position: relative; }
    .block-hero .wrapper .header {
      position: relative; }
    @media (min-width: 860px) {
      .block-hero .wrapper {
        padding-top: 40px; } }
  .block-hero .content {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-top: 30px;
    position: relative;
    z-index: 2; }
    .block-hero .content p,
    .block-hero .content h1 {
      text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff; }
    @media (min-width: 600px) {
      .block-hero .content {
        padding-top: 50px;
        padding-left: 50px;
        max-width: 630px; } }
    @media (min-width: 1000px) {
      .block-hero .content {
        width: 50%; } }
    @media (min-width: 1000px) {
      .block-hero .content {
        padding-left: 60px;
        padding-top: 120px;
        max-width: 730px; } }
    .block-hero .content .button {
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 600px) {
        .block-hero .content .button {
          width: auto; } }
  .block-hero .hero-image {
    bottom: 0;
    pointer-events: none;
    position: relative;
    right: 0;
    width: 320px;
    z-index: 1; }
    @media (min-width: 860px) {
      .block-hero .hero-image {
        bottom: 0;
        left: auto;
        position: absolute;
        right: 0;
        transform: translateX(0);
        width: 50%; } }
    .page-md .block-hero .hero-image {
      bottom: 0;
      margin-top: 0;
      text-align: center;
      width: 100%; }
      @media (min-width: 860px) {
        .page-md .block-hero .hero-image {
          align-self: center;
          bottom: 0;
          position: relative;
          right: 0;
          width: 44%; } }
  .block-hero.-colored-image .hero-image {
    filter: none !important; }
    @media (min-width: 860px) {
      .block-hero.-colored-image .hero-image {
        width: 100%; }
        .block-hero.-colored-image .hero-image img {
          width: 80%; } }
  .block-hero .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 860px) {
      .block-hero .content-wrapper {
        flex-direction: row; } }
  .block-hero h1 {
    font-size: 42px; }
  .block-hero.-centered,
  .page-faqs .block-hero {
    text-align: center; }
    .block-hero.-centered h1,
    .page-faqs .block-hero h1 {
      font-size: 52px;
      margin-bottom: 1em; }
    .block-hero.-centered .baby,
    .page-faqs .block-hero .baby {
      width: 300px; }
    .block-hero.-centered .content,
    .page-faqs .block-hero .content {
      margin: 0 auto;
      max-width: 100%;
      width: 100%; }
    .block-hero.-centered p,
    .page-faqs .block-hero p {
      font-size: 18px; }
  .block-hero p {
    font-size: 32px;
    font-family: Montserrat;
    font-weight: bold; }
    .block-hero p.tagline {
      font-size: 28px;
      font-weight: normal; }
    .block-hero p.tagline-small {
      font-size: 22px;
      font-weight: normal; }

.block-dosage {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .block-dosage h2 {
    text-align: center; }
  .block-dosage h3 {
    font-size: 24px;
    margin-bottom: 2em; }
  .block-dosage img {
    max-width: 360px; }
  .block-dosage .content {
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 860px) {
      .block-dosage .content {
        flex-direction: row; } }
    .block-dosage .content .half {
      align-items: center;
      display: flex;
      flex-direction: column;
      padding: 60px 40px 40px;
      position: relative;
      text-align: center;
      width: 100%; }
      @media (min-width: 860px) {
        .block-dosage .content .half {
          width: 50%; } }
      .block-dosage .content .half:first-child {
        background: #1BAADE; }
      .block-dosage .content .half:last-child {
        background: #0098D0; }
        .block-dosage .content .half:last-child:after {
          background: #1BAADE;
          content: '';
          height: 40px;
          left: 50%;
          margin-left: -18px;
          position: absolute;
          top: -20px;
          transform: rotate(45deg);
          width: 40px; }
          @media (min-width: 860px) {
            .block-dosage .content .half:last-child:after {
              display: none; } }
  .block-dosage .product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 860px) {
      .block-dosage .product-info {
        flex-wrap: nowrap; } }
  .block-dosage .product-info-cell {
    border: 2px solid #1BAADE;
    background: #0098D0;
    padding: 15px;
    text-align: center;
    width: 50%; }
    @media (min-width: 860px) {
      .block-dosage .product-info-cell {
        width: auto; } }
    .block-dosage .product-info-cell h4 {
      font-size: 14px;
      text-transform: uppercase; }
    .block-dosage .product-info-cell p {
      font-size: 28px; }
    .block-dosage .product-info-cell:last-child {
      width: 100%; }
      @media (min-width: 860px) {
        .block-dosage .product-info-cell:last-child {
          flex-basis: 300px; } }
  .block-dosage .dosage-safety-information {
    padding: 10px;
    text-align: left; }
    @media (min-width: 860px) {
      .block-dosage .dosage-safety-information {
        align-self: flex-start; } }
  .block-dosage .dosage-row {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
    text-align: left; }
    @media (min-width: 860px) {
      .block-dosage .dosage-row {
        flex-direction: row;
        margin-bottom: 4px; } }
  .block-dosage .dosage-header {
    background: #1BAADE;
    padding: 15px;
    margin-bottom: 4px; }
    @media (min-width: 860px) {
      .block-dosage .dosage-header {
        align-items: center;
        display: flex;
        float: none;
        margin: 0 4px;
        min-height: 66px;
        width: 210px; } }
  .block-dosage .dosage-content {
    align-items: center;
    background: #1BAADE;
    display: flex;
    padding: 15px;
    width: 100%;
    margin-bottom: 4px; }
    @media (min-width: 860px) {
      .block-dosage .dosage-content {
        margin-bottom: 0; } }

.block-coupon {
  background: #a5c2e4; }
  .block-coupon .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1200px; }
    @media (min-width: 600px) {
      .block-coupon .wrapper h2 {
        font-size: 48px; } }
    .block-coupon .wrapper > * {
      padding: 10px;
      text-align: center; }
      @media (min-width: 600px) {
        .block-coupon .wrapper > * {
          padding: 20px;
          width: 50%; } }
    @media (min-width: 600px) {
      .block-coupon .wrapper {
        flex-direction: row; } }
  .block-coupon .coupon {
    transform: scale(1.2); }

.block-intro {
  background: #ecf2f9;
  position: relative;
  z-index: 2;
  margin-bottom: 20px; }
  .block-intro .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column; }
    @media (min-width: 860px) {
      .block-intro .wrapper {
        flex-direction: row; } }
    .block-intro .wrapper img {
      margin: 20px;
      max-width: 600px; }
      @media (min-width: 860px) {
        .block-intro .wrapper img {
          margin: 0 0 0 0; } }
      @media (min-width: 860px) {
        .block-intro .wrapper img {
          max-width: 400px; } }
      @media (min-width: 1400px) {
        .block-intro .wrapper img {
          max-width: 760px; } }
  .block-intro .content {
    max-width: 820px; }
    .block-intro .content h2 {
      font-size: 38px; }
      @media (min-width: 600px) {
        .block-intro .content h2 {
          font-size: 40px; } }
    .block-intro .content p {
      font-size: 28px;
      font-weight: bold; }

.block-buy-cta {
  background-color: #4E87CB;
  border-top: 8px solid rgba(0, 0, 0, 0.4);
  color: #fff; }
  .block-buy-cta strong {
    display: block;
    font-weight: normal; }
  .block-buy-cta .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (min-width: 860px) {
      .block-buy-cta .wrapper {
        display: block; } }

.block-steps h2 {
  text-align: center; }
  .block-steps h2 span {
    display: block; }

.block-steps h3 {
  margin-top: 40px; }

.block-steps .steps-path {
  display: none; }
  @media (min-width: 1000px) {
    .block-steps .steps-path {
      display: block;
      padding-left: 10%;
      padding-right: 12%;
      position: absolute;
      top: 20px;
      width: 100%;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .block-steps .steps-path {
      padding-right: 13%;
      top: -50px; } }

.block-steps .steps {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 1000px) {
    .block-steps .steps {
      align-items: end;
      flex-direction: row; } }

.block-steps .steps-item {
  padding: 0 0 40px;
  max-width: 500px;
  position: relative;
  width: 100%;
  text-align: center; }
  @media (min-width: 860px) {
    .block-steps .steps-item {
      padding: 20px; } }
  @media (min-width: 1000px) {
    .block-steps .steps-item {
      width: 33.33%; } }
  .block-steps .steps-item:last-child figure {
    z-index: auto; }
  .block-steps .steps-item p {
    font-size: 18px;
    line-height: 1.5; }
  .block-steps .steps-item figure {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1000px) {
      .block-steps .steps-item figure {
        height: 100px; } }
    .block-steps .steps-item figure img {
      align-self: center;
      max-height: 100%;
      max-width: 100%; }
  .block-steps .steps-item figcaption {
    background: #4E87CB;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: bold;
    height: 96px;
    left: 0;
    line-height: 96px;
    position: absolute;
    text-align: center;
    width: 96px;
    z-index: 6; }
    @media (min-width: 1000px) {
      .block-steps .steps-item figcaption {
        left: 50%;
        transform: translateX(-50%); } }

.block-resources-links {
  background: #a5c2e4; }
  .block-resources-links .resources-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 600px) {
      .block-resources-links .resources-links {
        flex-direction: row; } }
    .block-resources-links .resources-links a {
      background: #4E87CB;
      border-radius: 5px;
      color: #fff;
      flex-basis: 30%;
      font-family: Montserrat;
      font-size: 18px;
      font-weight: bold;
      padding: 14px;
      text-align: center;
      margin-bottom: 16px;
      transition: all 0.1s ease-in-out 0s; }
      .block-resources-links .resources-links a:hover {
        background: #346db2; }
      @media (min-width: 600px) {
        .block-resources-links .resources-links a {
          padding: 20px;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .block-resources-links .resources-links a {
          font-size: 22px;
          padding: 24px; } }

.block-resource-list {
  background: #fff;
  color: #555; }
  .block-resource-list .wrapper {
    max-width: 1000px; }
  .block-resource-list .collapsibles .collapsible-item {
    border: 0;
    width: 100%; }
    .block-resource-list .collapsibles .collapsible-item button {
      border: 0;
      border-bottom: 1px solid #fff;
      color: #555;
      font-family: Montserrat;
      font-weight: bold;
      outline: none;
      border-bottom: 5px solid #fff; }
    .block-resource-list .collapsibles .collapsible-item .collapsible-content {
      opacity: 0;
      line-height: 1.5;
      transition: all 0.2s ease-in-out 0s; }
    .block-resource-list .collapsibles .collapsible-item.active {
      color: #75a2d7; }
      .block-resource-list .collapsibles .collapsible-item.active button {
        border-bottom: 5px solid #75a2d7; }
      .block-resource-list .collapsibles .collapsible-item.active .collapsible-content {
        color: #555;
        font-weight: normal;
        margin-top: 20px;
        opacity: 1; }
  .block-resource-list .resource-list-seperator {
    text-align: center;
    margin: 30px 0 40px; }

.block-clouds {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .block-clouds .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 480px;
    position: relative;
    z-index: 2; }
    @media (min-width: 860px) {
      .block-clouds .wrapper {
        flex-direction: row;
        padding-top: 100px;
        padding-bottom: 100px; } }
  .block-clouds .content {
    background-color: #195C97;
    padding: 40px;
    width: 100%;
    flex: 1; }
    @media (min-width: 860px) {
      .block-clouds .content {
        padding: 40px 40px 20px;
        flex: 1; } }
    @media (min-width: 1400px) {
      .block-clouds .content {
        padding: 60px;
        flex: 1.5; } }
    .block-clouds .content h2 {
      font-size: 38px; }
      @media (min-width: 600px) {
        .block-clouds .content h2 {
          font-size: 40px; } }
    .block-clouds .content p {
      font-size: 24px;
      font-weight: bold; }
      .block-clouds .content p.tagline {
        font-size: 22px; }
    .block-clouds .content .button {
      margin-bottom: 20px; }
  .block-clouds .baby {
    display: none;
    background-size: cover;
    background-position: 50% 50%;
    flex: 1; }
    @media (min-width: 860px) {
      .block-clouds .baby {
        display: flex; } }

.block-for {
  background: #28BDF5;
  color: #fff;
  text-align: center; }
  .block-for .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .block-for .content {
    max-width: 600px;
    justify-content: space-between; }
    .block-for .content a {
      background: #0098D0;
      border-radius: 8px;
      color: #fff;
      display: inline-block;
      font-size: 22px;
      padding: 20px 40px; }

.block-collapsibles {
  background: #0098D0;
  color: #fff; }
  .block-collapsibles .color-infants {
    background: #0098D0; }
  .block-collapsibles.color-children {
    background: #008dc1; }
  .block-collapsibles.color-juniors {
    background: #0082b1; }
  .block-collapsibles .wrapper {
    padding-top: 0; }

.tabs {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .tabs .tabs-navigation {
    width: 100%;
    display: flex;
    background: #0098D0;
    flex-direction: row; }
    .tabs .tabs-navigation button {
      background: #0098D0;
      border: none;
      color: #fff;
      cursor: pointer;
      font-size: 32px;
      font-weight: bold;
      padding: 30px;
      width: 33.333%;
      outline: none;
      transition: all 0.1s ease-in-out 0s; }
    .tabs .tabs-navigation .liquid {
      background: #0098D0;
      border: none;
      color: #fff;
      cursor: pointer;
      font-size: 32px;
      font-weight: bold;
      padding: 30px;
      width: 50%;
      outline: none;
      transition: all 0.1s ease-in-out 0s; }
    .tabs .tabs-navigation .color-infants {
      background: #0098D0; }
      .tabs .tabs-navigation .color-infants:hover {
        background: #0094cb; }
    .tabs .tabs-navigation .color-children {
      background: #008dc1; }
      .tabs .tabs-navigation .color-children:hover {
        background: #0089bc; }
    .tabs .tabs-navigation .color-juniors {
      background: #0082b1; }
      .tabs .tabs-navigation .color-juniors:hover {
        background: #007eac; }
  .tabs .tabs-content > div {
    display: none; }
    .tabs .tabs-content > div.show {
      display: block; }

.block-details {
  background: #0098D0;
  color: #fff; }
  .block-details.color-children {
    background: #008dc1; }
  .block-details.color-juniors {
    background: #0082b1; }
  .block-details .wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 0; }
    @media (min-width: 860px) {
      .block-details .wrapper {
        flex-direction: row; } }
  .block-details .button {
    font-size: 18px;
    padding: 14px 30px; }
  .block-details h3 {
    font-size: 34px;
    margin-bottom: 0; }
    @media (min-width: 860px) {
      .block-details h3 {
        margin-bottom: 1em;
        font-size: 48px; } }
  .block-details .tagline {
    font-size: 24px; }
    @media (min-width: 860px) {
      .block-details .tagline {
        font-size: 28px; } }
  .block-details .stats {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    flex-direction: column; }
    .block-details .stats .button {
      width: 100%;
      margin: 8px 0; }
    .block-details .stats span {
      align-self: flex-start; }
    @media (min-width: 600px) {
      .block-details .stats {
        flex-direction: row; }
        .block-details .stats span {
          align-self: center; }
        .block-details .stats .button,
        .block-details .stats span {
          margin-right: 20px;
          width: inherit; }
          .block-details .stats .button:last-child,
          .block-details .stats span:last-child {
            margin-right: 0; } }
  .block-details .half {
    width: 100%; }
    .block-details .half:first-child {
      padding-bottom: 20px; }
    @media (min-width: 860px) {
      .block-details .half {
        margin-bottom: 0;
        width: 50%; } }
    .block-details .half.image {
      text-align: center; }
      .block-details .half.image img {
        display: inline-block; }
    @media (min-width: 860px) {
      .block-details .half.content {
        padding: 40px 40px 0 0; } }

#retailers {
  margin-top: -120px; }

.block-retailers h3 {
  font-size: 32px;
  text-align: center; }
  @media (min-width: 860px) {
    .block-retailers h3 {
      font-size: 48px; } }

.block-retailers .wrapper {
  padding-top: 0; }

.block-retailers .retailers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.block-retailers .retailer-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  width: 50%; }
  @media (min-width: 600px) {
    .block-retailers .retailer-item {
      width: 33.33%; } }
  @media (min-width: 860px) {
    .block-retailers .retailer-item {
      width: 20%; } }
  .block-retailers .retailer-item img {
    display: block;
    margin-bottom: 10px;
    width: 100%; }
  .block-retailers .retailer-item .button {
    font-size: 18px;
    margin-bottom: 10px; }

.block-happier .wrapper {
  padding-top: 0; }

.block-happier h2 {
  margin: 0 auto 20px;
  max-width: 720px;
  text-align: center; }

.block-happier .tagline {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: Montserrat; }

.block-happier ul {
  padding-left: 20px; }
  .block-happier ul li {
    margin-bottom: 16px; }

.block-happier .content-wrapper {
  color: #7D7D7D;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  text-align: left; }
  @media (min-width: 860px) {
    .block-happier .content-wrapper {
      flex-direction: row; } }
  .block-happier .content-wrapper figure {
    align-self: center;
    padding: 0 60px 60px;
    width: 100%; }
  .block-happier .content-wrapper .content {
    width: 100%; }

.block-directions-header {
  background: #eff7ff; }
  .block-directions-header h2 {
    color: #4E87CB;
    text-align: center; }

.direction-images {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 600px) {
    .direction-images {
      flex-direction: row;
      justify-content: space-around; } }
  .direction-images img {
    background: #fff;
    border-radius: 3px;
    border: 3px solid #4E87CB;
    display: inline-block;
    max-width: 500px;
    padding: 15px;
    margin: 10px;
    width: 75%; }
    @media (min-width: 600px) {
      .direction-images img {
        width: 50%; } }

.block-directions {
  color: #7D7D7D; }
  .block-directions p {
    margin-bottom: 0; }
  .block-directions .wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 860px) {
      .block-directions .wrapper {
        flex-direction: row; } }
  .block-directions .directions {
    border-top: 1px solid #b7a6d4;
    display: flex;
    flex-direction: column; }
  .block-directions .directions-item {
    display: flex;
    border-bottom: 1px solid #b7a6d4;
    flex-direction: row; }
  .block-directions .directions-item-step {
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    width: 100px;
    background-color: #8062B2; }
  .block-directions .directions-item-content {
    padding: 10px 40px;
    width: 100%;
    display: flex;
    align-items: center; }
    .block-directions .directions-item-content p {
      margin: 0; }
  .block-directions .download-directions {
    align-items: center;
    background-color: #8062B2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px; }
    @media (min-width: 860px) {
      .block-directions .download-directions {
        width: 300px;
        flex-shrink: 0; } }
    .block-directions .download-directions img {
      margin-bottom: 20px; }
    .block-directions .download-directions p {
      margin-bottom: 20px; }

.block-faqs h2 {
  font-size: 28px;
  color: #4E87CB;
  text-align: center; }

.block-faqs h4 {
  font-size: 22px;
  color: #4E87CB; }

.block-faqs h3 {
  color: #0098D0;
  font-size: 22px;
  margin-top: 60px; }

.block-faqs p {
  color: #7D7D7D;
  line-height: 1.5; }

.block-faqs .wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 860px) {
    .block-faqs .wrapper {
      flex-direction: row;
      padding-right: 0; } }

.block-faqs .faqs {
  width: 100%; }

.block-faqs .faqs-sidebar {
  padding: 15px;
  width: 100%;
  text-align: left; }
  .block-faqs .faqs-sidebar h4 {
    margin-bottom: 0; }
  @media (min-width: 860px) {
    .block-faqs .faqs-sidebar {
      width: 300px;
      flex-shrink: 0; } }
  .block-faqs .faqs-sidebar .reference-documents {
    border: 1px solid #979797;
    border-radius: 8px;
    width: 100%;
    margin: 40px 0;
    text-align: center;
    overflow: hidden; }
    @media (min-width: 860px) {
      .block-faqs .faqs-sidebar .reference-documents {
        margin-top: 0; } }
    .block-faqs .faqs-sidebar .reference-documents h4 {
      padding: 20px;
      margin-top: 0; }
    .block-faqs .faqs-sidebar .reference-documents a {
      border-top: 1px solid #979797;
      color: #4E87CB;
      display: block;
      font-size: 12px;
      padding: 30px 15px 30px 50px;
      position: relative;
      text-align: left;
      transition: all 0.1s ease-in-out 0s; }
      .block-faqs .faqs-sidebar .reference-documents a:hover {
        background: #f4f4f4; }
      .block-faqs .faqs-sidebar .reference-documents a img {
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -16px; }

.collapsibles {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }

.collapsible-item {
  width: 100%; }
  .collapsible-item button:focus {
    outline: none; }
  .collapsible-item:last-child {
    border-bottom: 1px solid #025979; }
  @media (min-width: 860px) {
    .collapsible-item {
      width: 46%; }
      .collapsible-item:nth-last-of-type(-n+2) {
        border-bottom: 1px solid #025979; } }
  .collapsible-item button {
    background: none;
    border: none;
    border-top: 1px solid #025979;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
    width: 100%; }
    [data-whatintent='keyboard'] .collapsible-item button:focus {
      box-shadow: 0 0 4px 6px #fff; }
    @media (min-width: 600px) {
      .collapsible-item button {
        font-size: 22px; } }
  .collapsible-item .collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 20px; }
  .collapsible-item.active .collapsible-content {
    padding: 0 20px 20px; }

.navigation {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  flex-direction: column; }
  .navigation.language {
    justify-content: flex-end; }
    .navigation.language .button {
      border-color: #ff4b58;
      color: #ff4b58; }
  @media (min-width: 860px) {
    .navigation {
      align-items: center;
      flex-direction: row; } }
  .navigation .logo {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 180px; }
    @media (min-width: 600px) {
      .navigation .logo {
        max-width: 240px; } }
    @media (min-width: 860px) {
      .navigation .logo {
        margin: 0 20px 0 0;
        max-width: 320px; } }
  .navigation .button {
    font-size: 12px;
    margin-bottom: 2px; }

.color-dark-blue {
  color: #195C97; }

.color-blue {
  color: #4E87CB; }

.color-pink {
  color: #4E87CB; }

.color-white {
  color: #fff; }

.color-yellow {
  color: #F3F0AD; }

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

.screenreader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.button {
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s; }
  @media (min-width: 600px) {
    .button {
      padding: 10px 20px; } }

.button-large {
  padding: 20px 30px; }
  @media (min-width: 600px) {
    .button-large {
      padding: 20px 30px; } }

.button-pink {
  background: #4E87CB; }
  .button-pink:focus, .button-pink:hover {
    background: #3a7ac5; }

.button-dark-purple {
  background: #674a97; }
  .button-dark-purple:focus, .button-dark-purple:hover {
    background: #624790; }

.button-yellow {
  background: #FFC774; }
  .button-yellow:focus, .button-yellow:hover {
    background: #ffbd5b; }

.button-outline {
  border: 2px solid #fff; }
  .button-outline:focus, .button-outline:hover {
    border: 2px solid #d9d9d9; }

.block-testimonials {
  background: white; }
  .block-testimonials .content {
    display: flex;
    flex-direction: column;
    font-family: Montserrat; }
    .block-testimonials .content blockquote {
      padding: 10px;
      text-align: center; }
      @media (min-width: 1000px) {
        .block-testimonials .content blockquote {
          flex-basis: 50%; } }
      .block-testimonials .content blockquote p {
        font-size: 26px; }
    @media (min-width: 1000px) {
      .block-testimonials .content {
        flex-direction: row; } }

.footer {
  background: #006D95;
  border-top: 8px solid #fff;
  color: #1BAADE;
  padding: 20px;
  width: 100%; }
  @media (min-width: 860px) {
    .footer {
      padding: 40px 20px; } }
  .footer .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 600px) {
      .footer .wrapper {
        padding: 20px; } }
    @media (min-width: 860px) {
      .footer .wrapper {
        padding: 0 20px; } }
    .footer .wrapper a {
      transition: all 0.1s ease-in-out 0s; }
      .footer .wrapper a:hover {
        color: #fff; }
    @media (min-width: 860px) {
      .footer .wrapper {
        flex-direction: row;
        padding-bottom: 0; } }

.footer-social {
  text-align: center;
  padding: 40px 20px; }
  .footer-social img {
    height: 50px;
    width: 50px; }
  .footer-social a {
    padding: 5px; }

.footer-copyright {
  font-size: 12px;
  text-align: left;
  width: 100%; }
  .footer-copyright span {
    display: inline-block; }
  @media (min-width: 860px) {
    .footer-copyright {
      font-size: 14px;
      width: 50%; } }

.footer-bear {
  display: none;
  width: 180px; }
  @media (min-width: 860px) {
    .footer-bear {
      display: inline-block;
      margin-top: -20px; } }

.footer-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%; }
  @media (min-width: 860px) {
    .footer-links {
      padding-bottom: 0;
      flex-direction: row;
      width: 50%; } }
  .footer-links a {
    color: #44bce8;
    padding: 10px;
    text-align: center; }
    @media (min-width: 860px) {
      .footer-links a {
        padding: 0 6px; } }

.start {
  margin-left: 10%;
  margin-top: 10%; }
  @media (min-width: 600px) {
    .start {
      margin-left: 20%;
      margin-top: 20%;
      width: 570px; } }
  .start h1 {
    font-weight: bold; }
    .start h1 small {
      display: block;
      font-size: 14px;
      text-transform: uppercase; }
  .start a {
    background: #4E87CB;
    color: #fff;
    display: inline-block;
    padding: 20px;
    transition: all 0.1s ease-in-out 0s;
    margin-bottom: 10px; }
    .start a:hover {
      background: #346db2; }

.instacart-promo.active .content.transition {
  opacity: 1; }

.instacart-promo {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999; }
  .instacart-promo.active {
    display: flex; }
  .instacart-promo .content {
    background: #fff;
    border-radius: 8px;
    opacity: 0;
    padding: 80px 40px 40px;
    position: relative;
    text-align: center;
    transition: opacity 1s ease-out;
    width: 300px;
    z-index: 1000000; }
    .instacart-promo .content p {
      font-family: Montserrat;
      color: #7D7D7D;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0; }
    .instacart-promo .content img {
      width: 100%; }
  .instacart-promo .close {
    background: none;
    border: none;
    cursor: pointer;
    fill: #7D7D7D;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.2s ease-out; }
    .instacart-promo .close:hover svg {
      fill: #646464; }
    .instacart-promo .close svg {
      height: 30px;
      width: 30px; }

.language-picker {
  font-family: Montserrat;
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 999; }
  @media (min-width: 860px) {
    .language-picker {
      top: 12px;
      right: 60px; } }
  .language-picker a {
    color: #4E87CB;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 4px; }

.instacart-tagline {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s ease-out 0.5s; }
  .instacart-tagline.is-active {
    opacity: 1;
    transform: translateX(0px); }
  .instacart-tagline a {
    background: #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 0 20px;
    transform: scale(1);
    transition: all 0.1s ease-in-out 0s; }
    .instacart-tagline a:hover {
      transform: scale(1.015); }
    .instacart-tagline a:active {
      transform: scale(1.01); }
    .instacart-tagline a img {
      width: 200px;
      display: inline-block; }

.navigation-buttons {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: right; }
  .navigation-buttons .button {
    color: #195C97;
    border-color: #195C97;
    margin-left: 5px; }

.block-video .wrapper {
  align-items: center;
  justify-content: center;
  text-align: center; }

sup {
  font-size: 0.6em;
  position: relative;
  top: -12px; }

body {
  position: relative;
  width: 100%; }

@media (max-width: 576px) {
  .block-intro .wrapper img {
    width: 100% !important; }
  .block-hero {
    padding-top: 0px; }
  .block-hero .content {
    padding-left: 0px; }
  .block-hero h1 {
    font-size: 22px; }
  body {
    max-width: 100%;
    position: relative; }
  .swiper-container {
    width: 100%;
    position: relative; }
  blockquote {
    padding: 0px !important; }
  .block-header {
    position: relative; }
  .navigation-buttons {
    display: inline-block; }
  .block-intro .content p,
  .block-testimonials .content blockquote p,
  .block-clouds .content p,
  .block-video .content p,
  .block-hero p.tagline {
    font-size: 14px; }
  .tabs .tabs-navigation button {
    font-size: initial; } }

.dropdown-button {
  cursor: pointer; }

.navigation-buttons .dropdown {
  position: relative; }
  .navigation-buttons .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 235px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: left; }
    .navigation-buttons .dropdown .dropdown-content a {
      display: block;
      padding: 12px 16px;
      text-decoration: none;
      color: #333; }
      .navigation-buttons .dropdown .dropdown-content a:hover {
        background-color: #f1f1f1; }
  .navigation-buttons .dropdown:hover .dropdown-content {
    display: block; }


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