@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css);

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FFB964;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00BA74;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFB964;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family: "GT Walsheim", sans-serif;
}

@font-face {
  font-family: "GT Walsheim";
  font-display: swap;
  src: url("../fonts/gt-walsheim-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "GT Walsheim";
  font-display: swap;
  src: url("../fonts/gt-walsheim-regular-oblique.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "GT Walsheim";
  font-display: swap;
  src: url("../fonts/gt-walsheim-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "GT Walsheim";
  font-display: swap;
  src: url("../fonts/gt-walsheim-bold-oblique.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
}

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

html {
  font-family: var(--font-family);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.4rem; }

p {
  margin-top: 0;
  margin-bottom: 2.4rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00BA74;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #006e44;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.4rem;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 5.0rem; }

h2, .h2 {
  font-size: 5.0rem; }

h3, .h3 {
  font-size: 3.2rem; }

h4, .h4 {
  font-size: 2.4rem; }

h5, .h5 {
  font-size: 2.2rem; }

h6, .h6 {
  font-size: 1.8rem; }

.lead {
  font-size: 2.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 0.8rem;
  font-size: 2.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.4rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3bffb5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 186, 116, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.575rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.575rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.575rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 186, 116, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00BA74;
  border-color: #00BA74; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00945c;
    border-color: #008754; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 196, 137, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00BA74;
    border-color: #00BA74; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008754;
    border-color: #007a4c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 196, 137, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FFB964;
  border-color: #FFB964; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ffa83e;
    border-color: #ffa231; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 163, 91, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FFB964;
    border-color: #FFB964; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffa231;
    border-color: #ff9c24; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 163, 91, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #00BA74;
  border-color: #00BA74; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00BA74;
    border-color: #00BA74; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 186, 116, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00BA74;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00BA74;
    border-color: #00BA74; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 186, 116, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #FFB964;
  border-color: #FFB964; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FFB964;
    border-color: #FFB964; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 185, 100, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFB964;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FFB964;
    border-color: #FFB964; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 185, 100, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #00BA74;
  text-decoration: none; }
  .btn-link:hover {
    color: #006e44;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00BA74; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00BA74;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #006e44;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 186, 116, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00BA74;
  border-color: #00BA74; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00BA74 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #008754 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #FFB964 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffa231 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00BA74 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #FFB964 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.8rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.8rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.8rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.8rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.8rem !important; }

.m-2 {
  margin: 1.6rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.6rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.6rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.6rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.6rem !important; }

.m-3 {
  margin: 2.4rem !important; }

.mt-3,
.my-3 {
  margin-top: 2.4rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2.4rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2.4rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2.4rem !important; }

.m-4 {
  margin: 3.2rem !important; }

.mt-4,
.my-4 {
  margin-top: 3.2rem !important; }

.mr-4,
.mx-4 {
  margin-right: 3.2rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 3.2rem !important; }

.ml-4,
.mx-4 {
  margin-left: 3.2rem !important; }

.m-5 {
  margin: 4rem !important; }

.mt-5,
.my-5 {
  margin-top: 4rem !important; }

.mr-5,
.mx-5 {
  margin-right: 4rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 4rem !important; }

.ml-5,
.mx-5 {
  margin-left: 4rem !important; }

.m-6 {
  margin: 4.8rem !important; }

.mt-6,
.my-6 {
  margin-top: 4.8rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4.8rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4.8rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4.8rem !important; }

.m-7 {
  margin: 5.6rem !important; }

.mt-7,
.my-7 {
  margin-top: 5.6rem !important; }

.mr-7,
.mx-7 {
  margin-right: 5.6rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 5.6rem !important; }

.ml-7,
.mx-7 {
  margin-left: 5.6rem !important; }

.m-8 {
  margin: 6.4rem !important; }

.mt-8,
.my-8 {
  margin-top: 6.4rem !important; }

.mr-8,
.mx-8 {
  margin-right: 6.4rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 6.4rem !important; }

.ml-8,
.mx-8 {
  margin-left: 6.4rem !important; }

.m-9 {
  margin: 7.2rem !important; }

.mt-9,
.my-9 {
  margin-top: 7.2rem !important; }

.mr-9,
.mx-9 {
  margin-right: 7.2rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 7.2rem !important; }

.ml-9,
.mx-9 {
  margin-left: 7.2rem !important; }

.m-10 {
  margin: 8rem !important; }

.mt-10,
.my-10 {
  margin-top: 8rem !important; }

.mr-10,
.mx-10 {
  margin-right: 8rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 8rem !important; }

.ml-10,
.mx-10 {
  margin-left: 8rem !important; }

.m-11 {
  margin: 8.8rem !important; }

.mt-11,
.my-11 {
  margin-top: 8.8rem !important; }

.mr-11,
.mx-11 {
  margin-right: 8.8rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 8.8rem !important; }

.ml-11,
.mx-11 {
  margin-left: 8.8rem !important; }

.m-12 {
  margin: 9.6rem !important; }

.mt-12,
.my-12 {
  margin-top: 9.6rem !important; }

.mr-12,
.mx-12 {
  margin-right: 9.6rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 9.6rem !important; }

.ml-12,
.mx-12 {
  margin-left: 9.6rem !important; }

.m-13 {
  margin: 10.4rem !important; }

.mt-13,
.my-13 {
  margin-top: 10.4rem !important; }

.mr-13,
.mx-13 {
  margin-right: 10.4rem !important; }

.mb-13,
.my-13 {
  margin-bottom: 10.4rem !important; }

.ml-13,
.mx-13 {
  margin-left: 10.4rem !important; }

.m-14 {
  margin: 11.2rem !important; }

.mt-14,
.my-14 {
  margin-top: 11.2rem !important; }

.mr-14,
.mx-14 {
  margin-right: 11.2rem !important; }

.mb-14,
.my-14 {
  margin-bottom: 11.2rem !important; }

.ml-14,
.mx-14 {
  margin-left: 11.2rem !important; }

.m-15 {
  margin: 12rem !important; }

.mt-15,
.my-15 {
  margin-top: 12rem !important; }

.mr-15,
.mx-15 {
  margin-right: 12rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 12rem !important; }

.ml-15,
.mx-15 {
  margin-left: 12rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.8rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.8rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.8rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.8rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.8rem !important; }

.p-2 {
  padding: 1.6rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.6rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.6rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.6rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.6rem !important; }

.p-3 {
  padding: 2.4rem !important; }

.pt-3,
.py-3 {
  padding-top: 2.4rem !important; }

.pr-3,
.px-3 {
  padding-right: 2.4rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2.4rem !important; }

.pl-3,
.px-3 {
  padding-left: 2.4rem !important; }

.p-4 {
  padding: 3.2rem !important; }

.pt-4,
.py-4 {
  padding-top: 3.2rem !important; }

.pr-4,
.px-4 {
  padding-right: 3.2rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 3.2rem !important; }

.pl-4,
.px-4 {
  padding-left: 3.2rem !important; }

.p-5 {
  padding: 4rem !important; }

.pt-5,
.py-5 {
  padding-top: 4rem !important; }

.pr-5,
.px-5 {
  padding-right: 4rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 4rem !important; }

.pl-5,
.px-5 {
  padding-left: 4rem !important; }

.p-6 {
  padding: 4.8rem !important; }

.pt-6,
.py-6 {
  padding-top: 4.8rem !important; }

.pr-6,
.px-6 {
  padding-right: 4.8rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4.8rem !important; }

.pl-6,
.px-6 {
  padding-left: 4.8rem !important; }

.p-7 {
  padding: 5.6rem !important; }

.pt-7,
.py-7 {
  padding-top: 5.6rem !important; }

.pr-7,
.px-7 {
  padding-right: 5.6rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 5.6rem !important; }

.pl-7,
.px-7 {
  padding-left: 5.6rem !important; }

.p-8 {
  padding: 6.4rem !important; }

.pt-8,
.py-8 {
  padding-top: 6.4rem !important; }

.pr-8,
.px-8 {
  padding-right: 6.4rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 6.4rem !important; }

.pl-8,
.px-8 {
  padding-left: 6.4rem !important; }

.p-9 {
  padding: 7.2rem !important; }

.pt-9,
.py-9 {
  padding-top: 7.2rem !important; }

.pr-9,
.px-9 {
  padding-right: 7.2rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 7.2rem !important; }

.pl-9,
.px-9 {
  padding-left: 7.2rem !important; }

.p-10 {
  padding: 8rem !important; }

.pt-10,
.py-10 {
  padding-top: 8rem !important; }

.pr-10,
.px-10 {
  padding-right: 8rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 8rem !important; }

.pl-10,
.px-10 {
  padding-left: 8rem !important; }

.p-11 {
  padding: 8.8rem !important; }

.pt-11,
.py-11 {
  padding-top: 8.8rem !important; }

.pr-11,
.px-11 {
  padding-right: 8.8rem !important; }

.pb-11,
.py-11 {
  padding-bottom: 8.8rem !important; }

.pl-11,
.px-11 {
  padding-left: 8.8rem !important; }

.p-12 {
  padding: 9.6rem !important; }

.pt-12,
.py-12 {
  padding-top: 9.6rem !important; }

.pr-12,
.px-12 {
  padding-right: 9.6rem !important; }

.pb-12,
.py-12 {
  padding-bottom: 9.6rem !important; }

.pl-12,
.px-12 {
  padding-left: 9.6rem !important; }

.p-13 {
  padding: 10.4rem !important; }

.pt-13,
.py-13 {
  padding-top: 10.4rem !important; }

.pr-13,
.px-13 {
  padding-right: 10.4rem !important; }

.pb-13,
.py-13 {
  padding-bottom: 10.4rem !important; }

.pl-13,
.px-13 {
  padding-left: 10.4rem !important; }

.p-14 {
  padding: 11.2rem !important; }

.pt-14,
.py-14 {
  padding-top: 11.2rem !important; }

.pr-14,
.px-14 {
  padding-right: 11.2rem !important; }

.pb-14,
.py-14 {
  padding-bottom: 11.2rem !important; }

.pl-14,
.px-14 {
  padding-left: 11.2rem !important; }

.p-15 {
  padding: 12rem !important; }

.pt-15,
.py-15 {
  padding-top: 12rem !important; }

.pr-15,
.px-15 {
  padding-right: 12rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 12rem !important; }

.pl-15,
.px-15 {
  padding-left: 12rem !important; }

.m-n1 {
  margin: -0.8rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.8rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.8rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.8rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.8rem !important; }

.m-n2 {
  margin: -1.6rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.6rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.6rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.6rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.6rem !important; }

.m-n3 {
  margin: -2.4rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2.4rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2.4rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2.4rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2.4rem !important; }

.m-n4 {
  margin: -3.2rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -3.2rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -3.2rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -3.2rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -3.2rem !important; }

.m-n5 {
  margin: -4rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -4rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -4rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -4rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -4rem !important; }

.m-n6 {
  margin: -4.8rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -4.8rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -4.8rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -4.8rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -4.8rem !important; }

.m-n7 {
  margin: -5.6rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -5.6rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -5.6rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -5.6rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -5.6rem !important; }

.m-n8 {
  margin: -6.4rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -6.4rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -6.4rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -6.4rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -6.4rem !important; }

.m-n9 {
  margin: -7.2rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -7.2rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -7.2rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -7.2rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -7.2rem !important; }

.m-n10 {
  margin: -8rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -8rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -8rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -8rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -8rem !important; }

.m-n11 {
  margin: -8.8rem !important; }

.mt-n11,
.my-n11 {
  margin-top: -8.8rem !important; }

.mr-n11,
.mx-n11 {
  margin-right: -8.8rem !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -8.8rem !important; }

.ml-n11,
.mx-n11 {
  margin-left: -8.8rem !important; }

.m-n12 {
  margin: -9.6rem !important; }

.mt-n12,
.my-n12 {
  margin-top: -9.6rem !important; }

.mr-n12,
.mx-n12 {
  margin-right: -9.6rem !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -9.6rem !important; }

.ml-n12,
.mx-n12 {
  margin-left: -9.6rem !important; }

.m-n13 {
  margin: -10.4rem !important; }

.mt-n13,
.my-n13 {
  margin-top: -10.4rem !important; }

.mr-n13,
.mx-n13 {
  margin-right: -10.4rem !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -10.4rem !important; }

.ml-n13,
.mx-n13 {
  margin-left: -10.4rem !important; }

.m-n14 {
  margin: -11.2rem !important; }

.mt-n14,
.my-n14 {
  margin-top: -11.2rem !important; }

.mr-n14,
.mx-n14 {
  margin-right: -11.2rem !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -11.2rem !important; }

.ml-n14,
.mx-n14 {
  margin-left: -11.2rem !important; }

.m-n15 {
  margin: -12rem !important; }

.mt-n15,
.my-n15 {
  margin-top: -12rem !important; }

.mr-n15,
.mx-n15 {
  margin-right: -12rem !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -12rem !important; }

.ml-n15,
.mx-n15 {
  margin-left: -12rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.8rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.8rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.8rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.8rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.8rem !important; }
  .m-sm-2 {
    margin: 1.6rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.6rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.6rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.6rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.6rem !important; }
  .m-sm-3 {
    margin: 2.4rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.4rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.4rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.4rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.4rem !important; }
  .m-sm-4 {
    margin: 3.2rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.2rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.2rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.2rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.2rem !important; }
  .m-sm-5 {
    margin: 4rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !important; }
  .m-sm-6 {
    margin: 4.8rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.8rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.8rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.8rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.8rem !important; }
  .m-sm-7 {
    margin: 5.6rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5.6rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5.6rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5.6rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5.6rem !important; }
  .m-sm-8 {
    margin: 6.4rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6.4rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6.4rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6.4rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6.4rem !important; }
  .m-sm-9 {
    margin: 7.2rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7.2rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7.2rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7.2rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7.2rem !important; }
  .m-sm-10 {
    margin: 8rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 8rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 8rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 8rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 8rem !important; }
  .m-sm-11 {
    margin: 8.8rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 8.8rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 8.8rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 8.8rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 8.8rem !important; }
  .m-sm-12 {
    margin: 9.6rem !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 9.6rem !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 9.6rem !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 9.6rem !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 9.6rem !important; }
  .m-sm-13 {
    margin: 10.4rem !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 10.4rem !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 10.4rem !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 10.4rem !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 10.4rem !important; }
  .m-sm-14 {
    margin: 11.2rem !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 11.2rem !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 11.2rem !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 11.2rem !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 11.2rem !important; }
  .m-sm-15 {
    margin: 12rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 12rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 12rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 12rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 12rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.8rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.8rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.8rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.8rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.8rem !important; }
  .p-sm-2 {
    padding: 1.6rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.6rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.6rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.6rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.6rem !important; }
  .p-sm-3 {
    padding: 2.4rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.4rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.4rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.4rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.4rem !important; }
  .p-sm-4 {
    padding: 3.2rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.2rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.2rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.2rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.2rem !important; }
  .p-sm-5 {
    padding: 4rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !important; }
  .p-sm-6 {
    padding: 4.8rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.8rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.8rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.8rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.8rem !important; }
  .p-sm-7 {
    padding: 5.6rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5.6rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5.6rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5.6rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5.6rem !important; }
  .p-sm-8 {
    padding: 6.4rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6.4rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6.4rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6.4rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6.4rem !important; }
  .p-sm-9 {
    padding: 7.2rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7.2rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7.2rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7.2rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7.2rem !important; }
  .p-sm-10 {
    padding: 8rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 8rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 8rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 8rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 8rem !important; }
  .p-sm-11 {
    padding: 8.8rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 8.8rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 8.8rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 8.8rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 8.8rem !important; }
  .p-sm-12 {
    padding: 9.6rem !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 9.6rem !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 9.6rem !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 9.6rem !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 9.6rem !important; }
  .p-sm-13 {
    padding: 10.4rem !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 10.4rem !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 10.4rem !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 10.4rem !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 10.4rem !important; }
  .p-sm-14 {
    padding: 11.2rem !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 11.2rem !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 11.2rem !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 11.2rem !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 11.2rem !important; }
  .p-sm-15 {
    padding: 12rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 12rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 12rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 12rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 12rem !important; }
  .m-sm-n1 {
    margin: -0.8rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.8rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.8rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.8rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.8rem !important; }
  .m-sm-n2 {
    margin: -1.6rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.6rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.6rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.6rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.6rem !important; }
  .m-sm-n3 {
    margin: -2.4rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2.4rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2.4rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2.4rem !important; }
  .m-sm-n4 {
    margin: -3.2rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3.2rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3.2rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3.2rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3.2rem !important; }
  .m-sm-n5 {
    margin: -4rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4rem !important; }
  .m-sm-n6 {
    margin: -4.8rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.8rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.8rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.8rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.8rem !important; }
  .m-sm-n7 {
    margin: -5.6rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5.6rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5.6rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5.6rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5.6rem !important; }
  .m-sm-n8 {
    margin: -6.4rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6.4rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6.4rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6.4rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6.4rem !important; }
  .m-sm-n9 {
    margin: -7.2rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7.2rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7.2rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7.2rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7.2rem !important; }
  .m-sm-n10 {
    margin: -8rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -8rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -8rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -8rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -8rem !important; }
  .m-sm-n11 {
    margin: -8.8rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -8.8rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -8.8rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -8.8rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -8.8rem !important; }
  .m-sm-n12 {
    margin: -9.6rem !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -9.6rem !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -9.6rem !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -9.6rem !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -9.6rem !important; }
  .m-sm-n13 {
    margin: -10.4rem !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -10.4rem !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -10.4rem !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -10.4rem !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -10.4rem !important; }
  .m-sm-n14 {
    margin: -11.2rem !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -11.2rem !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -11.2rem !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -11.2rem !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -11.2rem !important; }
  .m-sm-n15 {
    margin: -12rem !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -12rem !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -12rem !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -12rem !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -12rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.8rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.8rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.8rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.8rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.8rem !important; }
  .m-md-2 {
    margin: 1.6rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.6rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.6rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.6rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.6rem !important; }
  .m-md-3 {
    margin: 2.4rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.4rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.4rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.4rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.4rem !important; }
  .m-md-4 {
    margin: 3.2rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.2rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.2rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.2rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.2rem !important; }
  .m-md-5 {
    margin: 4rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !important; }
  .m-md-6 {
    margin: 4.8rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.8rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.8rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.8rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.8rem !important; }
  .m-md-7 {
    margin: 5.6rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5.6rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5.6rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5.6rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5.6rem !important; }
  .m-md-8 {
    margin: 6.4rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6.4rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6.4rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6.4rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6.4rem !important; }
  .m-md-9 {
    margin: 7.2rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 7.2rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7.2rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7.2rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7.2rem !important; }
  .m-md-10 {
    margin: 8rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 8rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 8rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 8rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 8rem !important; }
  .m-md-11 {
    margin: 8.8rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 8.8rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 8.8rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 8.8rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 8.8rem !important; }
  .m-md-12 {
    margin: 9.6rem !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 9.6rem !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 9.6rem !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 9.6rem !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 9.6rem !important; }
  .m-md-13 {
    margin: 10.4rem !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 10.4rem !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 10.4rem !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 10.4rem !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 10.4rem !important; }
  .m-md-14 {
    margin: 11.2rem !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 11.2rem !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 11.2rem !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 11.2rem !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 11.2rem !important; }
  .m-md-15 {
    margin: 12rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 12rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 12rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 12rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 12rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.8rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.8rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.8rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.8rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.8rem !important; }
  .p-md-2 {
    padding: 1.6rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.6rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.6rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.6rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.6rem !important; }
  .p-md-3 {
    padding: 2.4rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.4rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2.4rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.4rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2.4rem !important; }
  .p-md-4 {
    padding: 3.2rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.2rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.2rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.2rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.2rem !important; }
  .p-md-5 {
    padding: 4rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !important; }
  .p-md-6 {
    padding: 4.8rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.8rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.8rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.8rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.8rem !important; }
  .p-md-7 {
    padding: 5.6rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5.6rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5.6rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5.6rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5.6rem !important; }
  .p-md-8 {
    padding: 6.4rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6.4rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6.4rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6.4rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6.4rem !important; }
  .p-md-9 {
    padding: 7.2rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 7.2rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 7.2rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7.2rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 7.2rem !important; }
  .p-md-10 {
    padding: 8rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 8rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 8rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 8rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 8rem !important; }
  .p-md-11 {
    padding: 8.8rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 8.8rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 8.8rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 8.8rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 8.8rem !important; }
  .p-md-12 {
    padding: 9.6rem !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 9.6rem !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 9.6rem !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 9.6rem !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 9.6rem !important; }
  .p-md-13 {
    padding: 10.4rem !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 10.4rem !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 10.4rem !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 10.4rem !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 10.4rem !important; }
  .p-md-14 {
    padding: 11.2rem !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 11.2rem !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 11.2rem !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 11.2rem !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 11.2rem !important; }
  .p-md-15 {
    padding: 12rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 12rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 12rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 12rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 12rem !important; }
  .m-md-n1 {
    margin: -0.8rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.8rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.8rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.8rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.8rem !important; }
  .m-md-n2 {
    margin: -1.6rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.6rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.6rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.6rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.6rem !important; }
  .m-md-n3 {
    margin: -2.4rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2.4rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2.4rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2.4rem !important; }
  .m-md-n4 {
    margin: -3.2rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3.2rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3.2rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3.2rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3.2rem !important; }
  .m-md-n5 {
    margin: -4rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4rem !important; }
  .m-md-n6 {
    margin: -4.8rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.8rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.8rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.8rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.8rem !important; }
  .m-md-n7 {
    margin: -5.6rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5.6rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5.6rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5.6rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5.6rem !important; }
  .m-md-n8 {
    margin: -6.4rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6.4rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6.4rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6.4rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6.4rem !important; }
  .m-md-n9 {
    margin: -7.2rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7.2rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7.2rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7.2rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7.2rem !important; }
  .m-md-n10 {
    margin: -8rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -8rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -8rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -8rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -8rem !important; }
  .m-md-n11 {
    margin: -8.8rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -8.8rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -8.8rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -8.8rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -8.8rem !important; }
  .m-md-n12 {
    margin: -9.6rem !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -9.6rem !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -9.6rem !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -9.6rem !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -9.6rem !important; }
  .m-md-n13 {
    margin: -10.4rem !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -10.4rem !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -10.4rem !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -10.4rem !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -10.4rem !important; }
  .m-md-n14 {
    margin: -11.2rem !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -11.2rem !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -11.2rem !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -11.2rem !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -11.2rem !important; }
  .m-md-n15 {
    margin: -12rem !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -12rem !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -12rem !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -12rem !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -12rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.8rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.8rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.8rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.8rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.8rem !important; }
  .m-lg-2 {
    margin: 1.6rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.6rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.6rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.6rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.6rem !important; }
  .m-lg-3 {
    margin: 2.4rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.4rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.4rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.4rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.4rem !important; }
  .m-lg-4 {
    margin: 3.2rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.2rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.2rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.2rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.2rem !important; }
  .m-lg-5 {
    margin: 4rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !important; }
  .m-lg-6 {
    margin: 4.8rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.8rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.8rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.8rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.8rem !important; }
  .m-lg-7 {
    margin: 5.6rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5.6rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5.6rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5.6rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5.6rem !important; }
  .m-lg-8 {
    margin: 6.4rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6.4rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6.4rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6.4rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6.4rem !important; }
  .m-lg-9 {
    margin: 7.2rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7.2rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7.2rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7.2rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7.2rem !important; }
  .m-lg-10 {
    margin: 8rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 8rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 8rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 8rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 8rem !important; }
  .m-lg-11 {
    margin: 8.8rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 8.8rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 8.8rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 8.8rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 8.8rem !important; }
  .m-lg-12 {
    margin: 9.6rem !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 9.6rem !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 9.6rem !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 9.6rem !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 9.6rem !important; }
  .m-lg-13 {
    margin: 10.4rem !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 10.4rem !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 10.4rem !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 10.4rem !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 10.4rem !important; }
  .m-lg-14 {
    margin: 11.2rem !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 11.2rem !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 11.2rem !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 11.2rem !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 11.2rem !important; }
  .m-lg-15 {
    margin: 12rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 12rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 12rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 12rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 12rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.8rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.8rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.8rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.8rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.8rem !important; }
  .p-lg-2 {
    padding: 1.6rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.6rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.6rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.6rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.6rem !important; }
  .p-lg-3 {
    padding: 2.4rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.4rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.4rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.4rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.4rem !important; }
  .p-lg-4 {
    padding: 3.2rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.2rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.2rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.2rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.2rem !important; }
  .p-lg-5 {
    padding: 4rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !important; }
  .p-lg-6 {
    padding: 4.8rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.8rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.8rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.8rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.8rem !important; }
  .p-lg-7 {
    padding: 5.6rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5.6rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5.6rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5.6rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5.6rem !important; }
  .p-lg-8 {
    padding: 6.4rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6.4rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6.4rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6.4rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6.4rem !important; }
  .p-lg-9 {
    padding: 7.2rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7.2rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7.2rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7.2rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7.2rem !important; }
  .p-lg-10 {
    padding: 8rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 8rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 8rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 8rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 8rem !important; }
  .p-lg-11 {
    padding: 8.8rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 8.8rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 8.8rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 8.8rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 8.8rem !important; }
  .p-lg-12 {
    padding: 9.6rem !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 9.6rem !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 9.6rem !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 9.6rem !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 9.6rem !important; }
  .p-lg-13 {
    padding: 10.4rem !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 10.4rem !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 10.4rem !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 10.4rem !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 10.4rem !important; }
  .p-lg-14 {
    padding: 11.2rem !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 11.2rem !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 11.2rem !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 11.2rem !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 11.2rem !important; }
  .p-lg-15 {
    padding: 12rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 12rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 12rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 12rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 12rem !important; }
  .m-lg-n1 {
    margin: -0.8rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.8rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.8rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.8rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.8rem !important; }
  .m-lg-n2 {
    margin: -1.6rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.6rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.6rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.6rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.6rem !important; }
  .m-lg-n3 {
    margin: -2.4rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2.4rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2.4rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2.4rem !important; }
  .m-lg-n4 {
    margin: -3.2rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3.2rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3.2rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3.2rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3.2rem !important; }
  .m-lg-n5 {
    margin: -4rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4rem !important; }
  .m-lg-n6 {
    margin: -4.8rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.8rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.8rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.8rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.8rem !important; }
  .m-lg-n7 {
    margin: -5.6rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5.6rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5.6rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5.6rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5.6rem !important; }
  .m-lg-n8 {
    margin: -6.4rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6.4rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6.4rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6.4rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6.4rem !important; }
  .m-lg-n9 {
    margin: -7.2rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7.2rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7.2rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7.2rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7.2rem !important; }
  .m-lg-n10 {
    margin: -8rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -8rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -8rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -8rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -8rem !important; }
  .m-lg-n11 {
    margin: -8.8rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -8.8rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -8.8rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -8.8rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -8.8rem !important; }
  .m-lg-n12 {
    margin: -9.6rem !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -9.6rem !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -9.6rem !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -9.6rem !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -9.6rem !important; }
  .m-lg-n13 {
    margin: -10.4rem !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -10.4rem !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -10.4rem !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -10.4rem !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -10.4rem !important; }
  .m-lg-n14 {
    margin: -11.2rem !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -11.2rem !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -11.2rem !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -11.2rem !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -11.2rem !important; }
  .m-lg-n15 {
    margin: -12rem !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -12rem !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -12rem !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -12rem !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -12rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.8rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.8rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.8rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.8rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.8rem !important; }
  .m-xl-2 {
    margin: 1.6rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.6rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.6rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.6rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.6rem !important; }
  .m-xl-3 {
    margin: 2.4rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.4rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.4rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.4rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.4rem !important; }
  .m-xl-4 {
    margin: 3.2rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.2rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.2rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.2rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.2rem !important; }
  .m-xl-5 {
    margin: 4rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !important; }
  .m-xl-6 {
    margin: 4.8rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.8rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.8rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.8rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.8rem !important; }
  .m-xl-7 {
    margin: 5.6rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5.6rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5.6rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5.6rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5.6rem !important; }
  .m-xl-8 {
    margin: 6.4rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6.4rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6.4rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6.4rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6.4rem !important; }
  .m-xl-9 {
    margin: 7.2rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7.2rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7.2rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7.2rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7.2rem !important; }
  .m-xl-10 {
    margin: 8rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 8rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 8rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 8rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 8rem !important; }
  .m-xl-11 {
    margin: 8.8rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 8.8rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 8.8rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 8.8rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 8.8rem !important; }
  .m-xl-12 {
    margin: 9.6rem !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 9.6rem !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 9.6rem !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 9.6rem !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 9.6rem !important; }
  .m-xl-13 {
    margin: 10.4rem !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 10.4rem !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 10.4rem !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 10.4rem !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 10.4rem !important; }
  .m-xl-14 {
    margin: 11.2rem !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 11.2rem !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 11.2rem !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 11.2rem !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 11.2rem !important; }
  .m-xl-15 {
    margin: 12rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 12rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 12rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 12rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 12rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.8rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.8rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.8rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.8rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.8rem !important; }
  .p-xl-2 {
    padding: 1.6rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.6rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.6rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.6rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.6rem !important; }
  .p-xl-3 {
    padding: 2.4rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.4rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.4rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.4rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.4rem !important; }
  .p-xl-4 {
    padding: 3.2rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.2rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.2rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.2rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.2rem !important; }
  .p-xl-5 {
    padding: 4rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !important; }
  .p-xl-6 {
    padding: 4.8rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.8rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.8rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.8rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.8rem !important; }
  .p-xl-7 {
    padding: 5.6rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5.6rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5.6rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5.6rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5.6rem !important; }
  .p-xl-8 {
    padding: 6.4rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6.4rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6.4rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6.4rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6.4rem !important; }
  .p-xl-9 {
    padding: 7.2rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7.2rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7.2rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7.2rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7.2rem !important; }
  .p-xl-10 {
    padding: 8rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 8rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 8rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 8rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 8rem !important; }
  .p-xl-11 {
    padding: 8.8rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 8.8rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 8.8rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 8.8rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 8.8rem !important; }
  .p-xl-12 {
    padding: 9.6rem !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 9.6rem !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 9.6rem !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 9.6rem !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 9.6rem !important; }
  .p-xl-13 {
    padding: 10.4rem !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 10.4rem !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 10.4rem !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 10.4rem !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 10.4rem !important; }
  .p-xl-14 {
    padding: 11.2rem !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 11.2rem !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 11.2rem !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 11.2rem !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 11.2rem !important; }
  .p-xl-15 {
    padding: 12rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 12rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 12rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 12rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 12rem !important; }
  .m-xl-n1 {
    margin: -0.8rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.8rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.8rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.8rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.8rem !important; }
  .m-xl-n2 {
    margin: -1.6rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.6rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.6rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.6rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.6rem !important; }
  .m-xl-n3 {
    margin: -2.4rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2.4rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2.4rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2.4rem !important; }
  .m-xl-n4 {
    margin: -3.2rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3.2rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3.2rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3.2rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3.2rem !important; }
  .m-xl-n5 {
    margin: -4rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4rem !important; }
  .m-xl-n6 {
    margin: -4.8rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.8rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.8rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.8rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.8rem !important; }
  .m-xl-n7 {
    margin: -5.6rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5.6rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5.6rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5.6rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5.6rem !important; }
  .m-xl-n8 {
    margin: -6.4rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6.4rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6.4rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6.4rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6.4rem !important; }
  .m-xl-n9 {
    margin: -7.2rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7.2rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7.2rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7.2rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7.2rem !important; }
  .m-xl-n10 {
    margin: -8rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -8rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -8rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -8rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -8rem !important; }
  .m-xl-n11 {
    margin: -8.8rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -8.8rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -8.8rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -8.8rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -8.8rem !important; }
  .m-xl-n12 {
    margin: -9.6rem !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -9.6rem !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -9.6rem !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -9.6rem !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -9.6rem !important; }
  .m-xl-n13 {
    margin: -10.4rem !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -10.4rem !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -10.4rem !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -10.4rem !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -10.4rem !important; }
  .m-xl-n14 {
    margin: -11.2rem !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -11.2rem !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -11.2rem !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -11.2rem !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -11.2rem !important; }
  .m-xl-n15 {
    margin: -12rem !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -12rem !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -12rem !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -12rem !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -12rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00BA74 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #006e44 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #FFB964 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ff9618 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "perfectketo";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "perfectketo";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 999999; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999999; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@font-face {
  font-display: block;
  font-family: "perfectketo";
  src: url("../fonts/perfectketo-webfont.eot");
  src: url("../fonts/perfectketo-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/perfectketo-webfont.woff") format("woff"), url("../fonts/perfectketo-webfont.ttf") format("truetype"), url("../fonts/perfectketo-webfont.svg#perfectketo") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "perfectketo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="pk-"]:before,
[class*=" pk-"]:before {
  font-family: "perfectketo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pk-add-substract:before {
  content: "\61"; }

.pk-bag:before {
  content: "\62"; }

.pk-target:before {
  content: "\63"; }

.pk-search:before {
  content: "\64"; }

.pk-bolt:before {
  content: "\66"; }

.pk-user:before {
  content: "\67"; }

.pk-book-2:before {
  content: "\68"; }

.pk-book-recipes:before {
  content: "\69"; }

.pk-close:before {
  content: "\6a"; }

.pk-fire:before {
  content: "\6b"; }

.pk-info:before {
  content: "\6c"; }

.pk-heart:before {
  content: "\6d"; }

.pk-location:before {
  content: "\6e"; }

.pk-question:before {
  content: "\6f"; }

.pk-running:before {
  content: "\70"; }

.pk-youtube:before {
  content: "\65"; }

.pk-twitter:before {
  content: "\71"; }

.pk-pinterest:before {
  content: "\72"; }

.pk-facebook:before {
  content: "\73"; }

.pk-instagram:before {
  content: "\74"; }

.pk-menu:before {
  content: "\75"; }

.pk-perfectketo:before {
  content: "\76"; }

.pk-phone:before {
  content: "\77"; }

.pk-deal:before {
  content: "\78"; }

.pk-chat:before {
  content: "\79"; }

.pk-box:before {
  content: "\7a"; }

.pk-apple:before {
  content: "\41"; }

.pk-arrow-down:before {
  content: "\42"; }

.pk-arrow-right:before {
  content: "\43"; }

.pk-arrow-up:before {
  content: "\44"; }

.pk-close-2:before {
  content: "\45"; }

.pk-left-arrow:before {
  content: "\46"; }

.pk-circle:before {
  content: "\47"; }

.pk-right-arrow:before {
  content: "\48"; }

.pk-plus:before {
  content: "\49"; }

.pk-minus:before {
  content: "\4a"; }

.pk-quote:before {
  content: "\4b"; }

.pk-checkmark:before {
  content: "\4d"; }

.pk-lightbulb:before {
  content: "\4e"; }

.pk-truck:before {
  content: "\4f"; }

.pk-quote-2:before {
  content: "\4c"; }

.pk-long-arrow-right:before {
  content: "\50"; }

.pk-play:before {
  content: "\51"; }

.pk-linkedin:before {
  content: "\52"; }

.pk-microphone:before {
  content: "\53"; }

.pk-info-book:before {
  content: "\54"; }

.pk-articles:before {
  content: "\55"; }

.pk-play-1:before {
  content: "\56"; }

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: flex;
  align-items: center; }

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[class^='ais-'] {
  font-size: 1rem;
  box-sizing: border-box; }

a[class^='ais-'] {
  text-decoration: none; }

.ais-Breadcrumb,
.ais-ClearRefinements,
.ais-CurrentRefinements,
.ais-GeoSearch,
.ais-HierarchicalMenu,
.ais-Hits,
.ais-Results,
.ais-HitsPerPage,
.ais-ResultsPerPage,
.ais-InfiniteHits,
.ais-InfiniteResults,
.ais-Menu,
.ais-MenuSelect,
.ais-NumericMenu,
.ais-NumericSelector,
.ais-Pagination,
.ais-Panel,
.ais-PoweredBy,
.ais-RangeInput,
.ais-RangeSlider,
.ais-RatingMenu,
.ais-RefinementList,
.ais-SearchBox,
.ais-SortBy,
.ais-Stats,
.ais-ToggleRefinement {
  color: #3a4570; }

.ais-Breadcrumb-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-Menu-item--selected {
  font-weight: bold; }

.ais-Breadcrumb-separator {
  margin: 0 0.3em;
  font-weight: normal; }

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-Pagination-link,
.ais-RatingMenu-link {
  color: #0096db;
  transition: color 0.2s ease-out; }

.ais-Breadcrumb-link:hover, .ais-Breadcrumb-link:focus,
.ais-HierarchicalMenu-link:hover,
.ais-HierarchicalMenu-link:focus,
.ais-Menu-link:hover,
.ais-Menu-link:focus,
.ais-Pagination-link:hover,
.ais-Pagination-link:focus,
.ais-RatingMenu-link:hover,
.ais-RatingMenu-link:focus {
  color: #0073a8; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border-radius: 5px;
  transition: background-color 0.2s ease-out;
  outline: none; }

.ais-ClearRefinements-button:hover, .ais-ClearRefinements-button:focus,
.ais-CurrentRefinements-reset:hover,
.ais-CurrentRefinements-reset:focus,
.ais-GeoSearch-redo:hover,
.ais-GeoSearch-redo:focus,
.ais-GeoSearch-reset:hover,
.ais-GeoSearch-reset:focus,
.ais-HierarchicalMenu-showMore:hover,
.ais-HierarchicalMenu-showMore:focus,
.ais-InfiniteHits-loadPrevious:hover,
.ais-InfiniteHits-loadPrevious:focus,
.ais-InfiniteHits-loadMore:hover,
.ais-InfiniteHits-loadMore:focus,
.ais-InfiniteResults-loadMore:hover,
.ais-InfiniteResults-loadMore:focus,
.ais-Menu-showMore:hover,
.ais-Menu-showMore:focus,
.ais-RefinementList-showMore:hover,
.ais-RefinementList-showMore:focus {
  background-color: #0073a8; }

.ais-ClearRefinements-button--disabled,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-HierarchicalMenu-showMore--disabled,
.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteResults-loadMore--disabled,
.ais-Menu-showMore--disabled,
.ais-RefinementList-showMore--disabled {
  opacity: 0.6;
  cursor: not-allowed; }

.ais-ClearRefinements-button--disabled:hover, .ais-ClearRefinements-button--disabled:focus,
.ais-GeoSearch-redo--disabled:hover,
.ais-GeoSearch-redo--disabled:focus,
.ais-GeoSearch-reset--disabled:hover,
.ais-GeoSearch-reset--disabled:focus,
.ais-HierarchicalMenu-showMore--disabled:hover,
.ais-HierarchicalMenu-showMore--disabled:focus,
.ais-InfiniteHits-loadMore--disabled:hover,
.ais-InfiniteHits-loadMore--disabled:focus,
.ais-InfiniteResults-loadMore--disabled:hover,
.ais-InfiniteResults-loadMore--disabled:focus,
.ais-Menu-showMore--disabled:hover,
.ais-Menu-showMore--disabled:focus,
.ais-RefinementList-showMore--disabled:hover,
.ais-RefinementList-showMore--disabled:focus {
  background-color: #0096db; }

.ais-InfiniteHits-loadPrevious--disabled {
  display: none; }

.ais-CurrentRefinements {
  margin-top: -0.3rem;
  display: flex;
  flex-wrap: wrap; }

.ais-CurrentRefinements-list {
  display: flex;
  flex-wrap: wrap; }

.ais-CurrentRefinements-item {
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  padding: 0.3rem 0.5rem;
  display: flex;
  background-color: #495588;
  border-radius: 5px; }

.ais-CurrentRefinements-category {
  margin-left: 0.3em;
  display: flex; }

.ais-CurrentRefinements-delete {
  margin-left: 0.3rem; }

.ais-CurrentRefinements-label,
.ais-CurrentRefinements-categoryLabel,
.ais-CurrentRefinements-delete {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #fff; }

.ais-CurrentRefinements-reset {
  margin-top: 0.3rem;
  white-space: nowrap; }

.ais-CurrentRefinements-reset + .ais-CurrentRefinements-list {
  margin-left: 0.3rem; }

.ais-GeoSearch {
  position: relative; }

.ais-GeoSearch-control {
  position: absolute;
  top: 0.8rem;
  left: 3.75rem; }

.ais-GeoSearch-label {
  display: block;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  outline: none; }

.ais-GeoSearch-input {
  margin: 0 0.25rem 0 0; }

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap; }

.ais-GeoSearch-reset {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ais-HierarchicalMenu-link,
.ais-Menu-link {
  display: block;
  line-height: 1.5; }

.ais-HierarchicalMenu-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list {
  font-weight: normal;
  line-height: 1.5; }

.ais-HierarchicalMenu-link:after {
  margin-left: 0.3em;
  content: '';
  width: 10px;
  height: 10px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2 2.8-2.8 12.2 12z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-size: 100% 100%; }

.ais-HierarchicalMenu-item--parent > .ais-HierarchicalMenu-link:after {
  display: inline-block; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ais-CurrentRefinements-count,
.ais-RatingMenu-count {
  font-size: 0.8rem; }

.ais-CurrentRefinements-count:before,
.ais-RatingMenu-count:before {
  content: '('; }

.ais-CurrentRefinements-count:after,
.ais-RatingMenu-count:after {
  content: ')'; }

.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RefinementList-count,
.ais-ToggleRefinement-count {
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 0.5rem; }

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: #ffc168; }

.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Hits-list,
.ais-Results-list {
  margin-top: -1rem;
  margin-left: -1rem;
  display: flex;
  flex-wrap: wrap; }

.ais-Panel-body .ais-InfiniteHits-list, .ais-Panel-body .ais-InfiniteResults-list, .ais-Panel-body .ais-Hits-list, .ais-Panel-body .ais-Results-list {
  margin: 0.5rem 0 0 -1rem; }

.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Hits-item,
.ais-Results-item {
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 1rem;
  width: calc(25% - 1rem);
  border: 1px solid #c4c8d8;
  box-shadow: 0 2px 5px 0px #e3e5ec; }

.ais-Panel-body .ais-InfiniteHits-item, .ais-Panel-body .ais-InfiniteResults-item, .ais-Panel-body .ais-Hits-item, .ais-Panel-body .ais-Results-item {
  margin: 0.5rem 0 0.5rem 1rem; }

.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore {
  margin-top: 1rem; }

.ais-InfiniteHits-loadPrevious {
  margin-bottom: 1rem; }

.ais-MenuSelect-select,
.ais-NumericSelector-select,
.ais-HitsPerPage-select,
.ais-ResultsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  max-width: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3 2.8 2.8-12 12.2z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 92% 50%;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-Panel--collapsible {
  position: relative; }

.ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-body, .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-footer {
  display: none; }

.ais-Panel--collapsible .ais-Panel-collapseButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none; }

.ais-Panel-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c8d8; }

.ais-Panel-footer {
  margin-top: 0.5rem;
  font-size: 0.8rem; }

.ais-RangeInput-input {
  padding: 0 0.2rem;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem; }

.ais-RangeInput-separator {
  margin: 0 0.3rem; }

.ais-RangeInput-submit {
  margin-left: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border: none;
  border-radius: 5px;
  transition: 0.2s ease-out;
  outline: none; }

.ais-RangeInput-submit:hover, .ais-RangeInput-submit:focus {
  background-color: #0073a8; }

.ais-RatingMenu-count {
  color: #3a4570; }

.ais-Pagination-list {
  justify-content: center; }

.ais-Pagination-item + .ais-Pagination-item {
  margin-left: 0.3rem; }

.ais-Pagination-link {
  padding: 0.3rem 0.6rem;
  display: block;
  border: 1px solid #c4c8d8;
  border-radius: 5px;
  transition: background-color 0.2s ease-out; }

.ais-Pagination-link:hover, .ais-Pagination-link:focus {
  background-color: #e3e5ec; }

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 0.6;
  cursor: not-allowed;
  color: #a5abc4; }

.ais-Pagination-item--disabled .ais-Pagination-link:hover, .ais-Pagination-item--disabled .ais-Pagination-link:focus {
  color: #a5abc4;
  background-color: #fff; }

.ais-Pagination-item--selected .ais-Pagination-link {
  color: #fff;
  background-color: #0096db;
  border-color: #0096db; }

.ais-Pagination-item--selected .ais-Pagination-link:hover, .ais-Pagination-item--selected .ais-Pagination-link:focus {
  color: #fff; }

.ais-PoweredBy-text,
.rheostat-tooltip,
.rheostat-value,
.ais-Stats-text {
  font-size: 0.8rem; }

.ais-PoweredBy-logo {
  margin-left: 0.3rem; }

.ais-RangeSlider .rheostat-progress {
  background-color: #495588; }

.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  box-sizing: border-box; }

.ais-RangeSlider .rheostat-handle {
  border-color: #878faf; }

.ais-RangeSlider .rheostat-marker {
  background-color: #878faf; }

.ais-Panel-body .ais-RangeSlider {
  margin: 2rem 0; }

.ais-RangeSlider-handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #46AEDA;
  border-radius: 50%;
  cursor: pointer; }

.ais-RangeSlider-tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -22px;
  font-size: .8em; }

.ais-RangeSlider-value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em; }

.ais-RangeSlider-marker {
  position: absolute;
  background: #DDD;
  margin-left: -1px;
  width: 1px;
  height: 5px; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count, .ais-RatingMenu-item--disabled .ais-RatingMenu-label {
  color: #c4c8d8; }

.ais-RatingMenu-item--selected {
  font-weight: bold; }

.ais-RatingMenu-link {
  line-height: 1.5; }

.ais-RatingMenu-link > * + * {
  margin-left: 0.3rem; }

.ais-RatingMenu-starIcon {
  position: relative;
  top: -1px;
  width: 15px;
  fill: #ffc168; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
  fill: #c4c8d8; }

.ais-HierarchicalMenu-searchBox > *,
.ais-Menu-searchBox > *,
.ais-RefinementList-searchBox > * {
  margin-bottom: 0.5rem; }

.ais-SearchBox-form {
  display: block;
  position: relative; }

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 1.7rem;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-SearchBox-input::-webkit-input-placeholder {
  color: #a5aed1; }

.ais-SearchBox-input::-moz-placeholder {
  color: #a5aed1; }

.ais-SearchBox-input:-ms-input-placeholder {
  color: #a5aed1; }

.ais-SearchBox-input:-moz-placeholder {
  color: #a5aed1; }

.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-SearchBox-loadingIndicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ais-SearchBox-submit {
  left: 0.3rem; }

.ais-SearchBox-reset {
  right: 0.3rem; }

.ais-SearchBox-submitIcon,
.ais-SearchBox-resetIcon,
.ais-SearchBox-loadingIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ais-SearchBox-submitIcon path,
.ais-SearchBox-resetIcon path {
  fill: #495588; }

.ais-SearchBox-submitIcon {
  width: 14px;
  height: 14px; }

.ais-SearchBox-resetIcon {
  width: 12px;
  height: 12px; }

.ais-SearchBox-loadingIcon {
  width: 16px;
  height: 16px; }

.ais-VoiceSearch-button {
  border: none;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  color: #3a4570;
  background-color: transparent; }

.ais-VoiceSearch-button svg {
  color: currentColor; }

.ais-VoiceSearch-button:hover {
  cursor: pointer;
  background-color: #a5aed1;
  color: #ffffff; }

.ais-VoiceSearch-button:disabled {
  color: #a5aed1; }

.ais-VoiceSearch-button:disabled:hover {
  color: #a5aed1;
  cursor: not-allowed;
  background: inherit; }

html {
  font-size: 62.5%;
  margin-top: 0 !important; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.563;
  color: #34393A;
  overflow-x: hidden; }

.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2); }

a {
  color: #202324;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  a:hover {
    color: #008A56;
    text-decoration: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.6rem;
  font-weight: 600;
  color: #202324; }

.h1, .h2, h1, h2 {
  margin-bottom: 2.4rem; }

img {
  max-width: 100%; }

@media (max-width: 767.98px) {
  h1 {
    font-size: 3.8rem;
    line-height: 4rem; } }

@media (max-width: 767.98px) {
  h2 {
    font-size: 3.2rem;
    line-height: 3.6rem; } }

@media (max-width: 767.98px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem; } }

@media (max-width: 767.98px) {
  h4 {
    font-size: 2rem;
    line-height: 2.8rem; } }

strong, b {
  font-weight: 600; }

.container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1248px; }

.container-fluid {
  max-width: 100%; }

.responsive-embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

h2.has-quote-icon {
  display: inline-block;
  position: relative; }
  h2.has-quote-icon:before {
    content: "\4b";
    font-family: 'perfectketo';
    font-size: 2.5em;
    font-weight: normal;
    left: -44px;
    position: absolute;
    top: -39px;
    z-index: 1; }
  h2.has-quote-icon .text {
    position: relative;
    z-index: 2; }

.link.link--underline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative; }
  .link.link--underline:after {
    background: #00BA74;
    bottom: 0;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    transition: width 0.3s;
    width: 100%; }
  .link.link--underline:hover {
    text-decoration: none; }
    .link.link--underline:hover:after {
      -webkit-animation-name: width;
      -webkit-animation-duration: 0.4s;
      animation-name: width;
      animation-duration: 0.4s; }
  .link.link--underline.link--underline-primary {
    color: #00BA74; }
    .link.link--underline.link--underline-primary:after {
      background: #00BA74; }
    .link.link--underline.link--underline-primary:hover {
      color: #008A56; }
      .link.link--underline.link--underline-primary:hover:after {
        background: #008A56; }
  .link.link--underline .icon {
    position: relative;
    top: 3px; }

/* Hide image pixel white line */
img[src="//i.geistm.com/x/PK"] {
  position: fixed; }

.site-header {
  background: #202324;
  height: 80px;
  padding: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 89999; }
  @media (max-width: 991.98px) {
    .site-header {
      height: 60px; } }
  .site-header .container {
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .site-header .container {
        padding-left: 13px;
        padding-right: 7px; } }
  .site-header nav {
    padding-right: 0;
    position: static; }
  .site-header .site-header__logo-link {
    display: inline-block;
    position: relative;
    top: -3px; }
    @media (max-width: 991.98px) {
      .site-header .site-header__logo-link {
        top: 0; } }
  @media (max-width: 991.98px) {
    .site-header .col-xs-4 {
      flex: 0 0 33%;
      max-width: 33%;
      padding: 0;
      width: 33%; }
    .site-header .container > .row {
      margin: 0; } }

.site-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: color 0.2s, opacity 0.1s;
  white-space: nowrap; }

.site-nav__item {
  display: inline-block;
  position: static;
  vertical-align: middle;
  white-space: normal; }
  .site-nav__link--icon {
    height: 80px;
    padding: 18px 12px 16px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .site-nav__link--icon {
        height: 60px;
        padding-left: 7px;
        padding-right: 7px; } }
    .site-nav__link--icon .icon {
      display: block;
      font-size: 1.8125em;
      line-height: 0.8; }
      @media (max-width: 991.98px) {
        .site-nav__link--icon .icon {
          font-size: 1.5em; } }
  .site-nav__text {
    color: #a0a5a7;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 1px; }
    @media (max-width: 991.98px) {
      .site-nav__text {
        display: none; } }
  @media (max-width: 991.98px) {
    .site-nav__item.site-nav--learn, .site-nav__item.site-nav--about {
      display: none; } }
  .site-nav__item:hover {
    background: #34393a; }
    @media (max-width: 991.98px) {
      .site-nav__item:hover {
        background: transparent; } }
    .site-nav__item:hover .site-nav__text {
      color: #fff; }

.site-nav__link {
  font-family: var(--font-family);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  transition: color 0.2s;
  font-size: 0.875em; }
  .site-nav__link:hover {
    color: #fff;
    text-decoration: none; }

/*================ Sub Nav Categories ================*/
.site-subnav {
  background: #fff;
  border-bottom: 1px solid #dfe2e5;
  height: 59px;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  transition: top 0.2s ease-in-out;
  z-index: 89998;
  width: 100%; }
  @media (max-width: 991.98px) {
    .site-subnav {
      background: #f0f2f5;
      border-bottom: 1px solid #e3e5e9;
      display: none; } }
  @media (max-width: 991.98px) {
    .site-subnav {
      height: 74px;
      top: 60px; } }
  @media (max-width: 991.98px) {
    .site-subnav .container {
      padding-left: 0;
      padding-right: 0; } }
  .site-subnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-subnav ul.site-subnav__links {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 991.98px) {
      .site-subnav ul.site-subnav__links {
        display: flex; } }
    .site-subnav ul.site-subnav__links > li {
      color: #34393a;
      font-size: 15px;
      font-weight: 400;
      height: 59px;
      letter-spacing: 0;
      margin: 0;
      padding: 0 8px; }
      @media (max-width: 991.98px) {
        .site-subnav ul.site-subnav__links > li {
          height: 74px;
          line-height: normal;
          padding: 0;
          width: 100%; } }
      .site-subnav ul.site-subnav__links > li > a {
        line-height: 56px;
        position: relative; }
        @media (max-width: 991.98px) {
          .site-subnav ul.site-subnav__links > li > a {
            line-height: 1; } }
        .site-subnav ul.site-subnav__links > li > a:after {
          background: transparent;
          content: ' ';
          left: 0;
          opacity: 0;
          position: absolute;
          transition: all 0.2s;
          width: 100%; }
      .site-subnav ul.site-subnav__links > li:hover > a:after {
        background: #00BA74;
        bottom: -3px;
        display: block;
        height: 2px;
        opacity: 1; }
      .site-subnav ul.site-subnav__links > li:first-child {
        padding-left: 0; }
      .site-subnav ul.site-subnav__links > li:last-child {
        padding-right: 0; }
      .site-subnav ul.site-subnav__links > li .site-subnav__title {
        color: #34393a; }
      .site-subnav ul.site-subnav__links > li .site-subnav__dropdown {
        background: #fff;
        box-shadow: 0 15px 18px 0 rgba(189, 189, 189, 0.43);
        display: none;
        left: 0;
        position: absolute;
        top: 59px;
        transition: all 0.25s;
        width: 100%;
        z-index: 2; }
        @media (max-width: 991.98px) {
          .site-subnav ul.site-subnav__links > li .site-subnav__dropdown {
            display: none !important; } }
        .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .container {
          padding-top: 40px;
          padding-bottom: 30px; }
          @media all and (max-height: 870px) {
            .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .container {
              padding-top: 18px;
              padding-bottom: 6px; } }
        .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .row--products {
          margin-left: -24px;
          margin-right: 0; }
        .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .category-title {
          color: #202324;
          font-family: var(--font-family);
          font-size: 1.75em;
          letter-spacing: -0.05px;
          line-height: 36px;
          margin-bottom: 6px; }
          @media all and (max-height: 870px) {
            .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .category-title {
              font-size: 1.5em;
              line-height: 31px; } }
        .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .category-description {
          color: #545c5f;
          font-family: var(--font-family);
          font-size: 1.25em;
          font-weight: 400;
          letter-spacing: -0.05px;
          margin-bottom: 39px; }
          @media all and (max-height: 870px) {
            .site-subnav ul.site-subnav__links > li .site-subnav__dropdown .category-description {
              font-size: 1.125em;
              margin-bottom: 32px; } }
      .site-subnav ul.site-subnav__links > li.site-subnav__has-dropdown:hover a {
        color: #00BA74;
        cursor: pointer; }
      .site-subnav ul.site-subnav__links > li.site-subnav__has-dropdown a:hover {
        text-decoration: none; }
      .site-subnav ul.site-subnav__links > li.site-subnav__has-dropdown.active .site-subnav__dropdown {
        display: block; }
      .site-subnav ul.site-subnav__links > li.site-subnav__has-dropdown .site-subnav__title.active + .site-subnav__dropdown {
        display: block; }
      .site-subnav ul.site-subnav__links > li .site-subnav__title {
        display: inline-block; }
        @media (max-width: 991.98px) {
          .site-subnav ul.site-subnav__links > li .site-subnav__title {
            align-items: center;
            display: flex;
            font-size: 0.75em;
            font-weight: 500;
            letter-spacing: 1px;
            height: 74px;
            justify-content: center;
            text-transform: uppercase; } }
        .site-subnav ul.site-subnav__links > li .site-subnav__title:hover {
          color: #00BA74;
          cursor: pointer; }
          @media (max-width: 991.98px) {
            .site-subnav ul.site-subnav__links > li .site-subnav__title:hover {
              color: #34393a; } }
        @media (max-width: 991.98px) {
          .site-subnav ul.site-subnav__links > li .site-subnav__title:focus {
            color: #34393a; } }
    .site-subnav ul.site-subnav__links .site-subnav__title--has-icon {
      padding-left: 28px; }
      @media (max-width: 991.98px) {
        .site-subnav ul.site-subnav__links .site-subnav__title--has-icon {
          flex-flow: column;
          padding-left: 0;
          text-align: center; } }
      .site-subnav ul.site-subnav__links .site-subnav__title--has-icon:before {
        font-family: 'perfectketo';
        font-size: 20px;
        left: 0;
        top: 1px;
        position: absolute; }
        @media (max-width: 991.98px) {
          .site-subnav ul.site-subnav__links .site-subnav__title--has-icon:before {
            display: block;
            margin-bottom: 8px;
            position: relative;
            text-transform: none; } }
    .site-subnav ul.site-subnav__links .site-subnav__bundles .site-subnav__title--has-icon:before {
      content: '\7a'; }
    .site-subnav ul.site-subnav__links .site-subnav__bundles.mobile.active {
      background: #e5fff5;
      color: #00BA74; }
      .site-subnav ul.site-subnav__links .site-subnav__bundles.mobile.active a {
        color: #00BA74; }
      .site-subnav ul.site-subnav__links .site-subnav__bundles.mobile.active .site-subnav__title--has-icon:before {
        content: '\45'; }
    .site-subnav ul.site-subnav__links .site-subnav__deals .site-subnav__title--has-icon:before {
      content: '\78'; }
    .site-subnav ul.site-subnav__links .site-subnav__learn .site-subnav__title--has-icon:before {
      content: '\4e'; }
    .site-subnav ul.site-subnav__links .site-subnav__learn.active {
      background: #e5fff5;
      color: #00BA74; }
      .site-subnav ul.site-subnav__links .site-subnav__learn.active a {
        color: #00BA74;
        line-height: 1; }
      .site-subnav ul.site-subnav__links .site-subnav__learn.active .site-subnav__title--has-icon:before {
        content: '\45'; }
    @media (max-width: 991.98px) {
      .site-subnav ul.site-subnav__links .site-subnav__deals a {
        border-left: 1px solid #e3e5e9;
        border-right: 1px solid #e3e5e9; } }
    @media (max-width: 991.98px) {
      .site-subnav ul.site-subnav__links .site-subnav__deals,
      .site-subnav ul.site-subnav__links .site-subnav__learn {
        text-align: center; } }
    .site-subnav ul.site-subnav__links .site-subnav__deals a .icon,
    .site-subnav ul.site-subnav__links .site-subnav__learn a .icon {
      font-size: 20px; }
      @media (max-width: 991.98px) {
        .site-subnav ul.site-subnav__links .site-subnav__deals a .icon,
        .site-subnav ul.site-subnav__links .site-subnav__learn a .icon {
          display: block;
          font-size: 20px; } }
  .site-subnav #siteSubNavDropDowns {
    margin-right: 7px; }
    @media (max-width: 991.98px) {
      .site-subnav #siteSubNavDropDowns {
        display: none; } }
  .site-subnav .site-subnav__mobile-menu {
    background: #fff;
    display: none;
    height: calc(100vh - 134px);
    overflow: auto;
    position: absolute;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 991.98px) {
      .site-subnav .site-subnav__mobile-menu {
        display: block; } }
    .site-subnav .site-subnav__mobile-menu h3 {
      border-top: 1px solid #dce3e5;
      color: #848d90;
      font-size: 1em;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 1;
      margin: 0;
      padding: 24px;
      text-transform: uppercase; }
      .site-subnav .site-subnav__mobile-menu h3 a {
        color: #848d90; }
      .site-subnav .site-subnav__mobile-menu h3 span:after {
        color: #787878;
        content: '\42';
        display: inline-block;
        font-family: 'perfectketo';
        font-size: 1em;
        font-weight: 400;
        margin-left: 7px;
        position: relative;
        top: 2px; }
      .site-subnav .site-subnav__mobile-menu h3:first-child {
        border-top: 0; }
      .site-subnav .site-subnav__mobile-menu h3.active {
        color: #202324;
        font-weight: 600; }
        .site-subnav .site-subnav__mobile-menu h3.active span:after {
          color: #34393a;
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
    .site-subnav .site-subnav__mobile-menu.site-subnav__mobile-menu--main div.links {
      display: none;
      padding: 0 24px 24px 24px; }
    .site-subnav .site-subnav__mobile-menu.site-subnav__mobile-menu--bundles ul {
      padding: 24px; }
    .site-subnav .site-subnav__mobile-menu div.links > ul > li > a,
    .site-subnav .site-subnav__mobile-menu #menu-blog-header > li > a,
    .site-subnav .site-subnav__mobile-menu.site-subnav__mobile-menu--bundles > ul > li > a {
      color: #545c5f;
      font-size: 1.125em;
      font-weight: 500;
      letter-spacing: -0.2px;
      line-height: 40px; }
      .site-subnav .site-subnav__mobile-menu div.links > ul > li > a:hover,
      .site-subnav .site-subnav__mobile-menu #menu-blog-header > li > a:hover,
      .site-subnav .site-subnav__mobile-menu.site-subnav__mobile-menu--bundles > ul > li > a:hover {
        color: #202324; }
    .site-subnav .site-subnav__mobile-menu div.links > ul > li:first-child,
    .site-subnav .site-subnav__mobile-menu #menu-blog-header > li:first-child,
    .site-subnav .site-subnav__mobile-menu.site-subnav__mobile-menu--bundles > ul > li:first-child {
      margin-top: -10px; }
    .site-subnav .site-subnav__mobile-menu .contact-us {
      padding-bottom: 150px;
      text-align: center; }
      .site-subnav .site-subnav__mobile-menu .contact-us a {
        color: #848d90;
        display: block;
        font-size: 18px;
        letter-spacing: -0.24px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px; }
        .site-subnav .site-subnav__mobile-menu .contact-us a span {
          display: inline-block;
          font-size: 29px;
          margin-right: 8px;
          position: relative;
          top: 8px; }

.site-subnav--learn {
  background: #fff;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 80px;
  width: 100%;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .site-subnav--learn {
      top: 74px; } }
  .site-subnav--learn .container {
    padding: 30px 24px 36px; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .container {
        padding: 0; } }
  .site-subnav--learn.active {
    border-bottom: 1px solid #dfe2e5;
    display: block; }
    @media (max-width: 991.98px) {
      .site-subnav--learn.active {
        height: calc(100vh - 134px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }
  @media (max-width: 991.98px) {
    .site-subnav--learn .link {
      white-space: nowrap; } }
  .site-subnav--learn .link a {
    color: #00BA74;
    font-size: 1em;
    letter-spacing: 0.11px; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .link a {
        font-size: 0.875em; } }
    .site-subnav--learn .link a:hover .text {
      border-bottom: 1px solid #00BA74; }
    .site-subnav--learn .link a .icon {
      font-size: 0.75em;
      position: relative;
      top: 1px; }
  .site-subnav--learn .heading {
    align-items: center;
    display: flex;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .heading {
        line-height: 1; } }
    .site-subnav--learn .heading .icon {
      font-size: 24px;
      margin-right: 12px;
      position: relative;
      top: 4px; }
    .site-subnav--learn .heading .title {
      color: #34393a;
      font-size: 28px;
      letter-spacing: -0.05px; }
      @media (max-width: 991.98px) {
        .site-subnav--learn .heading .title {
          font-size: 24px; } }
    .site-subnav--learn .heading .link {
      margin-top: 3px;
      margin-left: 12px; }
      .site-subnav--learn .heading .link a {
        font-size: 1em; }
        @media (max-width: 991.98px) {
          .site-subnav--learn .heading .link a {
            font-size: 0.875em; } }
        .site-subnav--learn .heading .link a:hover .text {
          border-bottom: 1px solid #00BA74; }
        .site-subnav--learn .heading .link a .icon {
          top: 2px; }
  .site-subnav--learn .image img {
    border-radius: 4px;
    margin-bottom: 11px;
    max-width: 236px;
    width: 100%; }
  .site-subnav--learn .description {
    margin-bottom: 8px; }
    .site-subnav--learn .description p {
      color: #4f5659;
      font-size: 1em;
      letter-spacing: -0.06px;
      line-height: 24px;
      margin: 0;
      padding: 0; }
      @media (max-width: 991.98px) {
        .site-subnav--learn .description p {
          font-size: 0.875em;
          letter-spacing: -0.04px;
          line-height: 18px;
          max-width: 300px; } }
  .site-subnav--learn .grid--uniform-alt {
    display: flex;
    justify-content: space-between;
    max-width: 1147px; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .grid--uniform-alt {
        flex-flow: column; }
        .site-subnav--learn .grid--uniform-alt > div {
          padding: 19px 24px; } }
  .site-subnav--learn .learn__flex {
    border-top: 1px solid #dce3e5;
    border-bottom: 1px solid #dce3e5;
    display: flex;
    margin-left: -12px;
    margin-right: -12px; }
    .site-subnav--learn .learn__flex > div {
      padding: 0 12px; }
  .site-subnav--learn .learn__start-here {
    max-width: 282px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .learn__start-here {
        max-width: 100%; } }
    .site-subnav--learn .learn__start-here ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-subnav--learn .learn__start-here ul li {
        margin: 12px 0; }
        @media (max-width: 991.98px) {
          .site-subnav--learn .learn__start-here ul li {
            margin: 10px 0; } }
        .site-subnav--learn .learn__start-here ul li a {
          align-items: center;
          background: #f4f6f6;
          border-radius: 4px;
          color: #34393a;
          display: flex;
          font-size: 1em;
          letter-spacing: 0;
          line-height: 1;
          height: 49px;
          padding: 17px;
          transition: background 0.3s; }
          @media (max-width: 991.98px) {
            .site-subnav--learn .learn__start-here ul li a {
              background: transparent;
              font-size: 1.125em;
              padding: 0;
              line-height: inherit;
              height: auto; } }
          .site-subnav--learn .learn__start-here ul li a:hover {
            background: #e9eded; }
            @media (max-width: 991.98px) {
              .site-subnav--learn .learn__start-here ul li a:hover {
                background: transparent; } }
          .site-subnav--learn .learn__start-here ul li a .icon {
            color: #00BA74;
            font-size: 1.25em;
            margin-right: 12px;
            position: relative;
            top: 1px; }
            @media (max-width: 991.98px) {
              .site-subnav--learn .learn__start-here ul li a .icon {
                top: 4px; } }
  .site-subnav--learn .learn__blog,
  .site-subnav--learn .learn__recipes {
    max-width: 223px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .learn__blog,
      .site-subnav--learn .learn__recipes {
        max-width: 50%; } }
  @media (max-width: 991.98px) {
    .site-subnav--learn .learn__keto-answers {
      padding-bottom: 190px !important; } }
  .site-subnav--learn .learn__keto-answers ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-subnav--learn .learn__keto-answers ul li {
      margin: 12px 0; }
      .site-subnav--learn .learn__keto-answers ul li a {
        align-items: center;
        color: #34393a;
        display: flex; }
        .site-subnav--learn .learn__keto-answers ul li a:hover {
          color: inherit;
          text-decoration: underline; }
        .site-subnav--learn .learn__keto-answers ul li a .icon {
          margin-right: 8px; }
        .site-subnav--learn .learn__keto-answers ul li a .text {
          font-size: 1em; }
  .site-subnav--learn .learn__keto-answers .keto-answers-book {
    align-items: center;
    background: #f1f4f6;
    border-radius: 4px;
    display: flex;
    margin-top: 24px;
    padding: 16px;
    width: 262px; }
    @media (max-width: 991.98px) {
      .site-subnav--learn .learn__keto-answers .keto-answers-book {
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
    .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__image img {
      width: 65px; }
    .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__details {
      flex: 1;
      padding-left: 16px; }
    .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__title {
      color: #34393a;
      font-size: 1em;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 8px;
      max-width: 103px; }
    .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__link a {
      color: #00BA74;
      font-size: 0.875em;
      font-weight: 500;
      letter-spacing: 0.11px; }
      @media (max-width: 1199.98px) {
        .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__link a {
          font-size: 0.875em; } }
      .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__link a:hover .text {
        border-bottom: 1px solid #00BA74; }
      .site-subnav--learn .learn__keto-answers .keto-answers-book .keto-answers-book__link a .icon {
        font-size: 0.75em;
        position: relative;
        top: 1px; }

body.promo-pusher--active {
  padding-top: 195px !important; }
  body.promo-pusher--active .site-header {
    top: 56px; }
    body.promo-pusher--active .site-header--hide {
      top: -80px; }
  body.promo-pusher--active .site-subnav {
    top: 136px; }
    body.promo-pusher--active .site-subnav--below {
      top: 136px; }
    body.promo-pusher--active .site-subnav--learn {
      top: 80px; }
  @media (max-width: 991.98px) {
    body.promo-pusher--active {
      padding-top: 124px !important; }
      body.promo-pusher--active .site-header {
        top: 64px; }
        body.promo-pusher--active .site-header--hide {
          top: 0; }
      body.promo-pusher--active .site-subnav {
        top: 124px; }
        body.promo-pusher--active .site-subnav--learn {
          height: calc(100vh - 198px);
          top: 75px; } }

.mobile-menu-active body {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto; }

/*================ Search bar ================*/
.site-nav--search__bar {
  vertical-align: middle;
  margin-right: 28px;
  padding: 0 0 2px 0;
  position: relative;
  z-index: 999999; }
  @media (max-width: 991.98px) {
    .site-nav--search__bar {
      display: none; } }
  .site-nav--search__bar:before {
    color: #61676e;
    content: 'd';
    font-family: 'perfectketo';
    font-size: 1.25em;
    left: 0.625em;
    position: absolute;
    top: 0.3125em; }
  .site-nav--search__bar .search-bar--header {
    background: transparent;
    max-width: unset; }
  .site-nav--search__bar form input {
    background: #fff;
    border-radius: 4px;
    border: 0;
    color: #82888f;
    font-size: 1em;
    font-style: normal;
    height: 43px;
    letter-spacing: -0.2px;
    padding-left: 2.5em;
    width: 270px;
    /*@media all and (min-width: 1024px) {
        &:focus {
          width: $search-form-width + 80;
        }
      }*/ }
    .site-nav--search__bar form input:focus {
      outline: 0; }
    .site-nav--search__bar form input:hover {
      opacity: 1; }
  .site-nav--search__bar #closeSearch {
    display: none; }
  .site-nav--search__bar.site-nav--search__bar--active {
    background: #202324;
    display: block !important;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0; }
    .site-nav--search__bar.site-nav--search__bar--active:before {
      left: 29px;
      top: 14px;
      z-index: 2; }
    .site-nav--search__bar.site-nav--search__bar--active #closeSearch {
      display: inline-block;
      height: 40px;
      line-height: 42px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 40px;
      z-index: 99; }
      .site-nav--search__bar.site-nav--search__bar--active #closeSearch .icon {
        color: #c7ccd2;
        font-size: 16px; }
    .site-nav--search__bar.site-nav--search__bar--active form {
      position: relative; }
      .site-nav--search__bar.site-nav--search__bar--active form input {
        height: 40px;
        display: block;
        width: 270px; }
        @media (max-width: 991.98px) {
          .site-nav--search__bar.site-nav--search__bar--active form input {
            width: calc(100vw - 40px); } }

html.search-bar-triggered body {
  overflow: hidden !important; }

html.search-bar-triggered:before,
html.search-bar-triggered .site-header:before {
  background: rgba(0, 0, 0, 0.3);
  content: ' ';
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999; }

html .algolia-autocomplete .aa-dropdown-menu {
  background: #fcfdfd;
  border: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  margin-top: -7px;
  padding: 10px 0;
  text-align: left;
  width: 270px !important; }
  @media (max-width: 991.98px) {
    html .algolia-autocomplete .aa-dropdown-menu {
      width: calc(100vw - 40px) !important; } }

html .algolia-autocomplete .aa-dropdown-menu .aa-left-column,
html .algolia-autocomplete .aa-dropdown-menu .aa-right-column,
html .algolia-autocomplete .aa-with-powered-by .aa-left-column {
  padding: 0; }

html .algolia-autocomplete .aa-dropdown-menu .autocomplete-header {
  border: 0;
  color: #34393a;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 6px;
  padding-bottom: 0;
  text-transform: uppercase; }
  html .algolia-autocomplete .aa-dropdown-menu .autocomplete-header .autocomplete-header-title {
    border: 0;
    line-height: 1; }

html .algolia-autocomplete .aa-dropdown-menu a.suggestion-link {
  padding-left: 0;
  padding-right: 0; }

html .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .suggestion-post-title,
html .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .suggestion-article-title {
  color: #646d75;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.11px;
  line-height: 1.3;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }

html .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion {
  border-top: 1px solid #e9ecef;
  float: unset;
  margin: 0;
  padding: 8px 20px;
  transition: all 0.3s;
  width: 100%; }
  html .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion:first-child {
    border: 0; }
  html .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion.aa-cursor {
    background: #e9faf4; }

html .algolia-autocomplete .aa-dropdown-menu .aa-suggestions em {
  background: transparent;
  color: #202324;
  font-size: 16px;
  font-weight: 600; }

html .algolia-autocomplete .aa-dataset-1 {
  padding-top: 10px; }

html .algolia-autocomplete .aa-dataset-2,
html .algolia-autocomplete .aa-dataset-5 {
  padding-top: 20px; }

.jumbotron {
  background: #D6EFEB;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .jumbotron {
      padding: 0; } }
  .jumbotron.jumbotron--home .container {
    background: url("https://ucarecdn.com/5806868d-5700-4369-ab9a-6cc0da138a69/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x1250/") no-repeat bottom right;
    background-size: auto 100%;
    padding-top: 104px;
    padding-bottom: 157px;
    position: relative; }
    @media all and (max-width: 1200px) {
      .jumbotron.jumbotron--home .container {
        background-size: auto 76%; } }
    @media (max-width: 991.98px) {
      .jumbotron.jumbotron--home .container {
        background-position: bottom center;
        background-size: auto 290px;
        padding-top: 32px;
        padding-bottom: 308px;
        text-align: center; } }
  .jumbotron.jumbotron--home h1 {
    max-width: 600px; }
    @media (max-width: 991.98px) {
      .jumbotron.jumbotron--home h1 {
        margin-left: auto;
        margin-right: auto; } }
  .jumbotron .sub-title {
    color: rgba(0, 0, 0, 0.45);
    font-size: 1em;
	font-family: "GT Walsheim";
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .jumbotron .sub-title {
        font-size: 0.875em; } }
  .jumbotron h1 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 3.5em;
    font-weight: 600;
    letter-spacing: -0.75px;
    margin-left: -5px;
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .jumbotron h1 {
        font-size: 2.5em; } }
    @media all and (max-width: 450px) {
      .jumbotron h1 {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
        letter-spacing: -0.53px;
        line-height: 44px; } }
  .jumbotron p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 32px;
    max-width: 577px; }
    @media (max-width: 991.98px) {
      .jumbotron p {
        font-size: 1.125em;
        line-height: 26px;
        margin: 0 auto 24px; } }
  .jumbotron .btn-primary {
    border-radius: 4px;
    font-size: 1.125em;
    font-weight: 500;
    height: 55px;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 40px; }
    @media all and (max-width: 600px) {
      .jumbotron .btn-primary {
        width: 100%; } }
  .jumbotron .btn-secondary {
    border-radius: 4px;
    font-size: 1.125em;
    font-weight: 500;
    height: 55px;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 40px; }
    @media all and (max-width: 600px) {
      .jumbotron .btn-secondary {
        width: 100%; } }
  .jumbotron .disclaimer {
    color: rgba(0, 0, 0, 0.2);
    font-size: 0.75em;
    left: 24px;
    letter-spacing: -0.16px;
    position: absolute;
    bottom: 32px; }
    @media (max-width: 991.98px) {
      .jumbotron .disclaimer {
        bottom: 8px;
        font-size: 0.625em; } }
  .jumbotron.jumbotron--calculator {
    background: #F6F8F9;
    padding: 56px 0; }
    @media (max-width: 991.98px) {
      .jumbotron.jumbotron--calculator {
        padding: 32px 0; } }
    .jumbotron.jumbotron--calculator h1 {
      font-size: 50px;
      font-weight: 600;
      letter-spacing: -0.05px;
      line-height: 54px;
      padding-left: 2px; }
      @media (max-width: 991.98px) {
        .jumbotron.jumbotron--calculator h1 {
          font-size: 32px;
          letter-spacing: -0.43px;
          text-align: center;
          line-height: 38px; } }
    .jumbotron.jumbotron--calculator h2 {
      color: #34393A;
      font-size: 1.875em;
      font-weight: 500;
      letter-spacing: -0.03px; }
      @media (max-width: 991.98px) {
        .jumbotron.jumbotron--calculator h2 {
          font-size: 1.5em;
          letter-spacing: -0.1px;
          text-align: center;
          line-height: 30px; } }
      @media (max-width: 767.98px) {
        .jumbotron.jumbotron--calculator h2 {
          margin-left: auto;
          margin-right: auto;
          max-width: 240px; } }
    .jumbotron.jumbotron--calculator p {
      color: #4F5659;
      font-size: 1.375em;
      letter-spacing: -0.09px;
      line-height: 34px;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .jumbotron.jumbotron--calculator p {
          font-size: 1.125em;
          letter-spacing: -0.07px;
          text-align: center;
          line-height: 26px; } }
    .jumbotron.jumbotron--calculator .calculator-video-trigger {
      display: block;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      @media all and (min-width: 1024px) {
        .jumbotron.jumbotron--calculator .calculator-video-trigger {
          height: 387px; } }
      .jumbotron.jumbotron--calculator .calculator-video-trigger .play {
        background: #fff;
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.23);
        color: #00BA74;
        font-size: 37px;
        height: 104px;
        line-height: 104px;
        position: absolute;
        text-align: center;
        top: 92px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.3s;
        width: 104px;
        z-index: 2; }
        .jumbotron.jumbotron--calculator .calculator-video-trigger .play .pk-play {
          display: inline-block;
          position: relative;
          right: -2px; }
        @media (max-width: 575.98px) {
          .jumbotron.jumbotron--calculator .calculator-video-trigger .play {
            font-size: 24px;
            height: 68px;
            line-height: 68px;
            width: 68px; } }
      .jumbotron.jumbotron--calculator .calculator-video-trigger:hover .play {
        background: #fff;
        box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.37);
        color: #00BA74;
        font-size: 39px;
        height: 110px;
        line-height: 110px;
        width: 110px; }
        @media (max-width: 575.98px) {
          .jumbotron.jumbotron--calculator .calculator-video-trigger:hover .play {
            font-size: 24px;
            height: 68px;
            line-height: 68px;
            width: 68px; } }
      .jumbotron.jumbotron--calculator .calculator-video-trigger .text {
        background: #fff;
        border-radius: 21px;
        color: #545C5F;
        font-size: 14px;
        font-weight: 600;
        height: 41px;
        letter-spacing: -0.01px;
        line-height: 41px;
        padding: 0 20px;
        position: absolute;
        margin: 0 auto;
        top: 199px;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 210px; }
        @media (max-width: 575.98px) {
          .jumbotron.jumbotron--calculator .calculator-video-trigger .text {
            font-size: 10px;
            height: 27px;
            line-height: 27px;
            max-width: 155px;
            padding: 0 10px;
            top: 135px; } }
      .jumbotron.jumbotron--calculator .calculator-video-trigger img {
        display: block;
        margin: 0 auto;
        max-width: 588px;
        width: 100%; }
  .jumbotron.jumbotron--category {
    background: #F6F8F9;
    padding: 56px 0; }
    .jumbotron.jumbotron--category h1 {
      font-size: 3.125em;
      font-weight: 600;
      letter-spacing: -0.05px;
      line-height: 54px; }
    .jumbotron.jumbotron--category p {
      color: #34393A;
      font-size: 1.25em;
      letter-spacing: 0;
      line-height: 32px;
      margin-bottom: 0;
      max-width: 789px; }

.promo-pusher--header {
  display: block;
  position: fixed;
  text-align: center;
  text-decoration: none;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 89999; }
  .promo-pusher--header.promo-pusher--hide {
    top: -56px; }
  .promo-pusher--header #closeAnnouncement {
    color: #fff;
    font-size: 0.9375em;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 45px;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .promo-pusher--header #closeAnnouncement {
        font-size: 15px;
        height: 64px;
        line-height: 64px;
        right: 10px;
        opacity: 0.8;
        top: 0; } }
  .promo-pusher--header .announcement-bar--link {
    background: #5591c7;
    display: block;
    height: 56px;
    position: relative;
    z-index: 2; }
    .promo-pusher--header .announcement-bar--link:hover {
      background: #5d96ca; }
    @media (max-width: 991.98px) {
      .promo-pusher--header .announcement-bar--link {
        align-items: center;
        display: flex;
        height: 64px;
        padding-left: 12px;
        padding-right: 12px; } }
  .promo-pusher--header .announcement-bar__message {
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 34px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 24px;
    position: relative;
    width: 100%; }
    .promo-pusher--header .announcement-bar__message .icon {
      position: relative;
      top: 3px; }
    @media (max-width: 767.98px) {
      .promo-pusher--header .announcement-bar__message {
        font-size: 12px;
        letter-spacing: -0.04px;
        line-height: 16px;
        margin: 0;
        padding-left: 9px;
        padding-right: 30px;
        position: static;
        text-align: left;
        top: -2px;
        vertical-align: middle;
        width: 100%; } }

.promo-pusher--body {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 56px; }
  .promo-pusher--body .container {
    max-width: 700px; }
  @media (max-width: 991.98px) {
    .promo-pusher--body {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .promo-pusher--body {
      padding-top: 35px; } }
  .promo-pusher--body .promo-pusher__text {
    flex: 1; }
  .promo-pusher--body img {
    margin-right: 32px;
    width: 130px; }
    @media (max-width: 991.98px) {
      .promo-pusher--body img {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100px; } }
  .promo-pusher--body h3 {
    color: #202324;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 32px;
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .promo-pusher--body h3 {
        font-size: 1.375em;
        letter-spacing: 0.07px;
        line-height: 30px; } }
    @media (max-width: 767.98px) {
      .promo-pusher--body h3 {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto; } }
  .promo-pusher--body p {
    color: #4F5659;
    font-size: 1.25em;
    letter-spacing: -0.33px;
    line-height: 26px;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .promo-pusher--body p {
        font-size: 1.125em;
        letter-spacing: -0.3px;
        line-height: 26px; } }
    @media (max-width: 767.98px) {
      .promo-pusher--body p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
  .promo-pusher--body a {
    font-size: 1.125em;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .promo-pusher--body a {
        font-size: 1em; } }
  .promo-pusher--body .icon {
    position: relative;
    top: 3px; }

.single .promo-pusher--header {
  z-index: 999999; }

#single-wrapper .container .entry-content .promo-pusher--post,
.single .single-content .promo-pusher--post {
  background: #D9FBEE;
  border-radius: 4px;
  margin-bottom: 22px;
  padding: 32px; }
  @media (max-width: 991.98px) {
    #single-wrapper .container .entry-content .promo-pusher--post,
    .single .single-content .promo-pusher--post {
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  @media (max-width: 767.98px) {
    #single-wrapper .container .entry-content .promo-pusher--post,
    .single .single-content .promo-pusher--post {
      padding-top: 35px; } }
  #single-wrapper .container .entry-content .promo-pusher--post .promo-pusher__text,
  .single .single-content .promo-pusher--post .promo-pusher__text {
    flex: 1; }
  #single-wrapper .container .entry-content .promo-pusher--post img,
  .single .single-content .promo-pusher--post img {
    margin-right: 32px;
    margin-bottom: 0;
    width: 130px; }
    @media (max-width: 991.98px) {
      #single-wrapper .container .entry-content .promo-pusher--post img,
      .single .single-content .promo-pusher--post img {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100px; } }
  #single-wrapper .container .entry-content .promo-pusher--post h5,
  .single .single-content .promo-pusher--post h5 {
    color: #202324;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      #single-wrapper .container .entry-content .promo-pusher--post h5,
      .single .single-content .promo-pusher--post h5 {
        font-size: 1.375em;
        letter-spacing: 0.07px;
        line-height: 30px; } }
  #single-wrapper .container .entry-content .promo-pusher--post p,
  .single .single-content .promo-pusher--post p {
    color: #34393A;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 28px; }
    @media (max-width: 991.98px) {
      #single-wrapper .container .entry-content .promo-pusher--post p,
      .single .single-content .promo-pusher--post p {
        font-size: 1.125em;
        letter-spacing: -0.3px;
        line-height: 26px; } }
    @media (max-width: 767.98px) {
      #single-wrapper .container .entry-content .promo-pusher--post p,
      .single .single-content .promo-pusher--post p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
  #single-wrapper .container .entry-content .promo-pusher--post .promo-pusher__text a,
  .single .single-content .promo-pusher--post .promo-pusher__text a {
    background: #00BA74;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-size: 1em;
    letter-spacing: -0.08px;
    line-height: 24px;
    max-width: 175px;
    padding: 12px;
    text-align: center;
    transition: all 0.5s;
    width: 100%; }
    #single-wrapper .container .entry-content .promo-pusher--post .promo-pusher__text a:hover,
    .single .single-content .promo-pusher--post .promo-pusher__text a:hover {
      background: #006e44;
      text-decoration: none !important; }
    @media (max-width: 991.98px) {
      #single-wrapper .container .entry-content .promo-pusher--post .promo-pusher__text a,
      .single .single-content .promo-pusher--post .promo-pusher__text a {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767.98px) {
      #single-wrapper .container .entry-content .promo-pusher--post .promo-pusher__text a,
      .single .single-content .promo-pusher--post .promo-pusher__text a {
        font-size: 1em; } }
  #single-wrapper .container .entry-content .promo-pusher--post .icon,
  .single .single-content .promo-pusher--post .icon {
    position: relative;
    top: 3px; }
  #single-wrapper .container .entry-content .promo-pusher--post + h2,
  .single .single-content .promo-pusher--post + h2 {
    margin-top: 3.6rem; }

.accordion-group {
  margin: 3.2rem 0; }

.accordion {
  transition: all .2s;
  position: relative;
  padding: 1.6rem;
  border-bottom: 1px solid #eee; }
  .accordion:last-child {
    border-bottom: 0; }
  .accordion.open .accordion-control::after {
    content: "—";
    font-size: 1.8rem;
    margin-top: -1.8rem;
    font-weight: 600;
    color: #202324; }
  .accordion:not(:first-child) {
    border-top-width: 0; }
  @media (max-width: 767.98px) {
    .accordion {
      padding: 0 24px;
      margin: 0 -24px; } }

.accordion-control {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.2rem 4rem 1.2rem .8rem;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .accordion-control {
      padding: 2rem 4rem 2rem 0.8rem; } }
  .accordion-control > * {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle; }
  .accordion-control h5 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
    text-align: left;
    letter-spacing: 0.14px; }
    @media (max-width: 767.98px) {
      .accordion-control h5 {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  .accordion-control::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 3rem;
    font-weight: normal;
    margin-top: -2.8rem;
    color: #202324;
    -webkit-transform-origin: center;
            transform-origin: center;
    text-align: center; }

.accordion-content {
  overflow: hidden;
  text-align: left; }
  .accordion-content .accordion-content-wrapper {
    padding: 1.2rem 2.4rem .8rem .8rem; }
    .accordion-content .accordion-content-wrapper ul {
      margin-bottom: 0; }
      .accordion-content .accordion-content-wrapper ul li {
        margin-bottom: .8rem; }
    .accordion-content .accordion-content-wrapper p {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #4F5659; }
      .accordion-content .accordion-content-wrapper p a {
        color: #00BA74; }
      @media (max-width: 767.98px) {
        .accordion-content .accordion-content-wrapper p {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
    @media (max-width: 767.98px) {
      .accordion-content .accordion-content-wrapper {
        padding: 0 2.4rem 2rem .8rem; } }

.link-primary, .accordion-content .accordion-content-wrapper a, .page-template-keto-guides-single #single-wrapper .container .entry-footer .tags-links a, .writers-content .team-member p a, .routine-step .routine-detail .detail p a, .routine-step .routine-detail .here-is-why p a {
  color: #00BA74;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  margin: 0 1px; }
  .link-primary:after, .accordion-content .accordion-content-wrapper a:after, .page-template-keto-guides-single #single-wrapper .container .entry-footer .tags-links a:after, .writers-content .team-member p a:after, .routine-step .routine-detail .detail p a:after, .routine-step .routine-detail .here-is-why p a:after {
    background: #00BA74;
    content: " ";
    display: block;
    height: 2px;
    transition: width 0.3s;
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0; }
  .link-primary:hover, .accordion-content .accordion-content-wrapper a:hover, .page-template-keto-guides-single #single-wrapper .container .entry-footer .tags-links a:hover, .writers-content .team-member p a:hover, .routine-step .routine-detail .detail p a:hover, .routine-step .routine-detail .here-is-why p a:hover {
    text-decoration: none;
    color: #008a56; }
    .link-primary:hover:after, .accordion-content .accordion-content-wrapper a:hover:after, .page-template-keto-guides-single #single-wrapper .container .entry-footer .tags-links a:hover:after, .writers-content .team-member p a:hover:after, .routine-step .routine-detail .detail p a:hover:after, .routine-step .routine-detail .here-is-why p a:hover:after {
      background: #008a56;
      -webkit-animation-name: width;
      -webkit-animation-duration: 0.4s;
      animation-name: width;
      animation-duration: 0.4s; }

.link--muted {
  color: #202324;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
  transition: all 0.4s;
  margin: 0 1px; }
  .link--muted:after {
    background: #D1D4D5;
    content: " ";
    display: block;
    height: 2px;
    transition: width 0.3s;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link--muted:hover {
    text-decoration: none;
    color: #202324; }
    .link--muted:hover:after {
      background: #D1D4D5;
      -webkit-animation-name: width;
      -webkit-animation-duration: 0.4s;
      animation-name: width;
      animation-duration: 0.4s; }

.link-simple, .article-block .entry-title a, .article-block.article-block--recipe .entry-meta__category a, .article-block.article-block--recipe .entry-author a, .page-template-keto-guides-single #single-wrapper .container .entry-content a, .page-template-keto-guides-single .entry-author-info-footer .fact-checked__info a, section.recent-articles .entry-meta__category a, section.must-read .entry-title a, section.must-read .entry-meta__category a, section.popular-articles .entry-meta__category a, .single-product-guides article h2 a, .single-product-guides article h3 a, .single-product-guides article h4 a, .single-product-guides article h5 a, .single-product-guides article p a, .single-product-guides article ol li a, #error-404 p a {
  color: #00BA74;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s; }
  .link-simple:hover, .article-block .entry-title a:hover, .article-block.article-block--recipe .entry-meta__category a:hover, .article-block.article-block--recipe .entry-author a:hover, .page-template-keto-guides-single #single-wrapper .container .entry-content a:hover, .page-template-keto-guides-single .entry-author-info-footer .fact-checked__info a:hover, section.recent-articles .entry-meta__category a:hover, section.must-read .entry-title a:hover, section.must-read .entry-meta__category a:hover, section.popular-articles .entry-meta__category a:hover, .single-product-guides article h2 a:hover, .single-product-guides article h3 a:hover, .single-product-guides article h4 a:hover, .single-product-guides article h5 a:hover, .single-product-guides article p a:hover, .single-product-guides article ol li a:hover, #error-404 p a:hover {
    background-size: 100% 2px; }

.formkeep-form, .klaviyo-pk-form {
  margin: 16px 0; }
  .formkeep-form .input-group, .klaviyo-pk-form .input-group {
    display: flex;
    justify-content: center;
    align-items: center; }
  .formkeep-form .success-message, .klaviyo-pk-form .success-message {
    font-size: 18px;
    font-style: bold;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 332px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .formkeep-form input, .klaviyo-pk-form input {
    border: 0;
    border-radius: 4px !important;
    font-size: 1em;
    font-style: normal;
    height: 60px;
    max-width: 332px;
    padding: 20px;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    width: 100%; }
    @media (max-width: 767.98px) {
      .formkeep-form input, .klaviyo-pk-form input {
        max-width: 100%; } }
  .formkeep-form button[type=submit], .klaviyo-pk-form button[type=submit] {
    border-radius: 4px;
    height: 60px;
    margin-left: 8px;
    text-transform: none;
    font-size: 16px;
    color: #f4f6f6;
    letter-spacing: -.21px;
    padding: 0 24px; }
    @media (max-width: 767.98px) {
      .formkeep-form button[type=submit], .klaviyo-pk-form button[type=submit] {
        max-width: 100%;
        width: 100%;
        margin: 16px 0 0; } }
  .formkeep-form.dark input, .klaviyo-pk-form.dark input {
    background: #34393a;
    color: #fff; }
  .formkeep-form.dark button[type=submit], .klaviyo-pk-form.dark button[type=submit] {
    background: #00ba74; }
    .formkeep-form.dark button[type=submit]:hover, .klaviyo-pk-form.dark button[type=submit]:hover {
      background: #00a164; }
  .formkeep-form.dark .success-message, .klaviyo-pk-form.dark .success-message {
    color: #fff; }
  .formkeep-form.dark-alt input, .klaviyo-pk-form.dark-alt input {
    background: #34393a;
    color: #fff; }
  .formkeep-form.dark-alt button[type=submit], .klaviyo-pk-form.dark-alt button[type=submit] {
    background: #FFA200; }
    .formkeep-form.dark-alt button[type=submit]:hover, .klaviyo-pk-form.dark-alt button[type=submit]:hover {
      background: #e69200; }
  .formkeep-form.light input, .klaviyo-pk-form.light input {
    background: #fff;
    color: #4f5659;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05); }
  .formkeep-form.light button[type=submit], .klaviyo-pk-form.light button[type=submit] {
    background: #FFA200; }
    .formkeep-form.light button[type=submit]:hover, .klaviyo-pk-form.light button[type=submit]:hover {
      background: #e69200; }
  .formkeep-form.light .success-message, .klaviyo-pk-form.light .success-message {
    color: #000; }
  .formkeep-form.light-alt input, .klaviyo-pk-form.light-alt input {
    background: #fff;
    color: #4f5659;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05); }
  .formkeep-form.light-alt button[type=submit], .klaviyo-pk-form.light-alt button[type=submit] {
    background: #00ba74; }
    .formkeep-form.light-alt button[type=submit]:hover, .klaviyo-pk-form.light-alt button[type=submit]:hover {
      background: #00a164; }

.lwptoc {
  margin: 64px auto;
  padding: 4rem;
  background: #F0F2F5;
  border-radius: 4px;
  max-width: 720px; }
  .lwptoc:first-child {
    margin-top: 0; }
  .lwptoc .lwptoc_i {
    background: none;
    padding: 0; }
    .lwptoc .lwptoc_i div a:hover {
      border: 0 !important; }
  @media (max-width: 767.98px) {
    .lwptoc {
      padding: 3.2rem 2.4rem;
      margin: 0 -24px 48px;
      border-radius: 0; }
      .lwptoc:first-child {
        margin-top: -40px; } }
  .lwptoc .lwptoc_item {
    background: transparent !important;
    margin-bottom: 16px; }
    .lwptoc .lwptoc_item:last-of-type {
      margin-bottom: 0; }
  .lwptoc .lwptoc_header {
    margin-bottom: 16px; }
  .lwptoc .lwptoc_title {
    color: #202324;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .lwptoc .lwptoc_title {
        font-size: 24px;
        line-height: 30px; } }
  .lwptoc .lwptoc_item_number {
    font-size: 20px;
    color: #A7B1B5; }
    .lwptoc .lwptoc_item_number:after {
      content: "."; }
  .lwptoc .lwptoc_item_label {
    font-size: 2rem;
    line-height: 3.4rem;
    color: #202324;
    border-bottom: 2px solid #BFCCD0; }
    .lwptoc .lwptoc_item_label:hover {
      border-bottom: 2px solid #202324; }
    @media (max-width: 767.98px) {
      .lwptoc .lwptoc_item_label {
        font-size: 18px;
        line-height: 28px; } }

.pagination {
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  border-radius: 0; }
  .pagination .page-item {
    margin: 0 4px; }
    .pagination .page-item .page-link {
      border-radius: 4px;
      padding: 8px 16px;
      font-size: 16px;
      font-weight: 500; }

.product--grid {
  text-align: center; }
  @media all and (max-width: 991px) {
    .product--grid {
      margin: 0 auto;
      max-width: 279px; } }
  .product--grid .product__badge {
    border-radius: 13px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    margin-bottom: 12px;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase; }
  .product--grid .product__badge--yellow {
    background: #FFE7A3;
    color: #60451A; }
  .product--grid .product__badge--blue {
    background: #D0F3F6;
    color: #054B63; }
  @media all and (max-width: 991px) {
    .product--grid .product__badge--blue, .product--grid .product__badge--yellow {
      margin-top: 40px; } }
  .product--grid .product__image {
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden; }
    .product--grid .product__image img {
      border-radius: 4px;
      transition: all 0.3s; }
    .product--grid .product__image:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .product--grid .product__reviews a {
    color: #545C5F;
    font-size: 14px;
    letter-spacing: -0.1px; }
    .product--grid .product__reviews a:hover {
      text-decoration: underline; }
  .product--grid .product__reviews img {
    height: 12px;
    margin-top: -2px;
    margin-right: 4px; }
  .product--grid .product__description p {
    color: #545C5F;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.06px;
    line-height: 22px;
    margin: 0 auto 16px;
    max-width: 260px; }
  .product--grid .product__btn .btn {
    border-width: 1px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding: 16px;
    width: 100%; }
  .product--grid h4 {
    line-height: 23px;
    margin-bottom: 4px; }
    .product--grid h4 a {
      border-bottom: 2px solid transparent;
      color: #202324;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0.14px; }
      .product--grid h4 a:hover {
        border-color: inherit;
        text-decoration: none; }
  .product--grid small {
    color: #939C9F;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.1px; }

.product.product--header {
  padding-left: 24px;
  padding-bottom: 24px;
  width: 20%; }
  .product.product--header .product__wrapper {
    background: #F4F6F6;
    border: 1px solid #F4F6F6;
    border-radius: 4px;
    transition: all 0.3s;
    min-height: 180px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
    @media all and (max-height: 870px) {
      .product.product--header .product__wrapper {
        min-height: 172px; } }
    .product.product--header .product__wrapper:hover {
      background: rgba(0, 186, 116, 0.03);
      border-color: #00BA74;
      opacity: 1; }
      .product.product--header .product__wrapper:hover span {
        color: #00BA74; }
  .product.product--header .uploadcare {
    height: 88px; }
    @media all and (max-height: 870px) {
      .product.product--header .uploadcare {
        height: 80px; } }
  .product.product--header a {
    background: transparent;
    line-height: 1.4;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px; }
    .product.product--header a span {
      color: #34393A;
      display: block;
      font-size: 3.5625em;
      margin-top: 20px; }
    @media all and (max-height: 870px) {
      .product.product--header a {
        padding: 20px; } }
  .product.product--header .product__title {
    color: #34393A;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 19px;
    margin-top: 16px;
    min-height: 35px; }
  .product.product--header.product--all .product__title {
    margin: 0;
    min-height: unset; }
  .product.product--header.product--all a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 185px;
    width: 100%; }
    @media all and (max-height: 870px) {
      .product.product--header.product--all a {
        height: 178px; } }
    .product.product--header.product--all a .pk-long-arrow-right {
      display: inline-block;
      font-size: 18px;
      margin-top: 0;
      position: relative;
      top: 4px; }
    .product.product--header.product--all a:hover .pk-long-arrow-right {
      color: #202324; }

.row--bundles .product.product--header {
  width: 33%; }

.product__byob {
  align-items: center;
  background: #F4F6F6;
  border: 1px solid #F4F6F6;
  border-radius: 4px;
  display: flex;
  font-weight: 400;
  height: 403px;
  justify-content: center;
  line-height: 1;
  transition: all 0.3s;
  padding: 0 64px;
  text-align: center; }
  @media all and (max-height: 870px) {
    .product__byob {
      height: 387px; } }
  .product__byob h4 {
    color: #34393A;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06px;
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: none; }
  .product__byob .icon {
    margin-bottom: 24px; }
  .product__byob p {
    color: #545C5F;
    font-size: 20px;
    letter-spacing: -0.05px;
    line-height: 28px;
    margin-bottom: 24px; }
  .product__byob .grid-product__byob-link {
    color: #545C5F;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.05px;
    line-height: 28px; }
    .product__byob .grid-product__byob-link span {
      position: relative;
      top: 2px; }
  .product__byob:hover {
    background: rgba(0, 186, 116, 0.03);
    border-color: #00BA74;
    opacity: 1; }

.newsletter {
  background-color: #1b1d1d;
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .newsletter {
      padding: 60px 0; }
      .newsletter .row {
        margin: 0; }
      .newsletter .row > div {
        padding: 0; }
      .newsletter .wrapper {
        padding-left: 24px;
        padding-right: 24px; } }
  .newsletter .section-header {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .newsletter .section-header {
        margin-bottom: 16px;
        text-align: center; } }
    .newsletter .section-header h2 {
      color: #F4F6F6;
      font-size: 2em;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 32px;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .newsletter .section-header h2 {
          font-size: 28px;
          letter-spacing: 0;
          line-height: 32px; } }
  .newsletter .section-header + .section-subheading {
    color: #98A1A4;
    font-size: 1.125em;
    letter-spacing: -0.24px;
    line-height: 24px;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .newsletter .section-header + .section-subheading {
        font-size: 18px;
        letter-spacing: -0.24px;
        line-height: 24px;
        text-align: center; } }
  .newsletter .rte p {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .newsletter .rte p {
        margin-bottom: 32px; } }
  .newsletter form {
    margin: 0 auto;
    max-width: 520px; }
    .newsletter form .newsletter--form {
      padding: 8px; }
      .newsletter form .newsletter--form .input-group {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end; }
      @media (max-width: 991.98px) {
        .newsletter form .newsletter--form {
          padding: 0; }
          .newsletter form .newsletter--form .input-group,
          .newsletter form .newsletter--form .input-group-btn {
            display: block;
            max-width: 100%;
            width: 100%; }
          .newsletter form .newsletter--form .btn.newsletter__submit {
            color: #F4F6F6;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: -0.21px;
            margin-top: 16px;
            margin-left: 0;
            text-align: center;
            text-transform: none;
            width: 100%; } }
    .newsletter form .note,
    .newsletter form .errors {
      margin-bottom: 0; }
  .newsletter .input-group-field.newsletter__input {
    background: #34393A;
    border: 0;
    border-radius: 4px !important;
    color: #9FA5A8;
    font-size: 1em;
    font-style: normal;
    height: 60px;
    max-width: 332px;
    padding: 20px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    width: 100%; }
    @media (max-width: 991.98px) {
      .newsletter .input-group-field.newsletter__input {
        max-width: 100%; } }
    .newsletter .input-group-field.newsletter__input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #9FA5A8;
      opacity: 1; }
    .newsletter .input-group-field.newsletter__input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #9FA5A8;
      opacity: 1; }
    .newsletter .input-group-field.newsletter__input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #9FA5A8;
      opacity: 1; }
    .newsletter .input-group-field.newsletter__input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #9FA5A8; }
    .newsletter .input-group-field.newsletter__input::-ms-input-placeholder {
      /* Microsoft Edge 12+ */
      color: #9FA5A8;
      opacity: 1; }
  .newsletter .newsletter__submit-text--large {
    white-space: nowrap; }
  .newsletter .input-group-btn {
    max-width: 117px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .newsletter .input-group-btn {
        max-width: 100%; } }
    .newsletter .input-group-btn .btn.newsletter__submit {
      background: #00BA74;
      border-radius: 4px;
      height: 60px;
      margin-left: 8px;
      text-transform: none;
      width: 100%;
      font-size: 16px;
      color: #F4F6F6;
      letter-spacing: -0.21px; }
  .newsletter .success_message {
    border: 1px solid #00BA74;
    border-radius: 4px;
    color: #00BA74;
    font-size: 14px;
    margin-top: 24px;
    padding: 7px; }
    .newsletter .success_message .klaviyo_header {
      font-weight: 600; }

.newsletter__label {
  padding-left: 10px; }

.keto-guides {
  padding: 80px 0; }
  .keto-guides h2 {
    font-size: 40px;
    letter-spacing: -0.04px;
    margin-bottom: 48px; }
  .keto-guides .guide-card a:hover {
    color: inherit; }
  .keto-guides .guide-card--image {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px; }
    .keto-guides .guide-card--image img {
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .keto-guides .guide-card--image:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .keto-guides .guide-card--content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.02px;
    margin-bottom: 16px; }
    .keto-guides .guide-card--content h3:hover {
      text-decoration: underline; }
  .keto-guides .guide-card--content p {
    font-size: 16px;
    line-height: 24px;
    color: #4F5659;
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .keto-guides .guide-card {
      margin-bottom: 32px; } }
  @media (max-width: 767.98px) {
    .keto-guides {
      padding: 48px 0 24px; }
      .keto-guides h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.03px;
        margin-bottom: 24px; }
      .keto-guides .guide-card--image {
        margin-bottom: 16px; }
      .keto-guides .guide-card--content h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px; }
      .keto-guides .guide-card--content p {
        font-size: 14px;
        line-height: 21px; } }

.cta h2 {
  margin-bottom: 16px; }

.cta p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.09px;
  color: #545C5F; }

.cta .btn {
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.1px;
  border-radius: 4px; }
  .cta .btn-primary {
    max-width: 246px;
    margin-right: 24px; }
  .cta .btn-secondary {
    max-width: 230px;
    background: #FFA200;
    border-color: #FFA200; }
    .cta .btn-secondary:hover {
      background: #f09800; }

@media (max-width: 767.98px) {
  .cta p {
    font-size: 18px;
    line-height: 28px; }
  .cta .btn {
    height: 48px;
    font-size: 16px;
    line-height: 24px; }
    .cta .btn-primary, .cta .btn-secondary {
      max-width: 100%;
      margin-right: 0; }
    .cta .btn-primary {
      margin-bottom: 16px; } }

.cta--health-goals {
  padding: 56px 0;
  background: #FFF5E4; }
  .cta--health-goals .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cta--health-goals .container .content {
      max-width: 500px;
      width: 100%; }
      .cta--health-goals .container .content p {
        margin-bottom: 40px;
        padding-right: 20px; }
      .cta--health-goals .container .content .btns {
        display: flex;
        align-items: center; }
      @media (max-width: 767.98px) {
        .cta--health-goals .container .content {
          margin-bottom: 40px; }
          .cta--health-goals .container .content p {
            margin-bottom: 24px; }
          .cta--health-goals .container .content .btns {
            flex-direction: column; } }
  @media (max-width: 767.98px) {
    .cta--health-goals {
      padding: 48px 0 40px; }
      .cta--health-goals .container {
        flex-direction: column; } }

.cta--keto {
  padding: 200px 0 211px;
  background: #EBE9EA; }
  .cta--keto.lazyloaded {
    background: #EBE9EA url("https://ucarecdn.com/0fb41b3e-3df6-4920-b8d5-d086a766f2d1/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x645/") no-repeat right bottom;
    background-size: auto 100%; }
  .cta--keto p {
    max-width: 481px;
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .cta--keto.lazyloaded {
      background: #EBE9EA; } }
  @media (max-width: 767.98px) {
    .cta--keto {
      padding: 48px 0 238px; }
      .cta--keto.lazyloaded {
        background: #EBE9EA url("https://ucarecdn.com/79146b5b-ec5f-4277-84e8-35917ce677e6/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x228/") no-repeat bottom center;
        background-size: 100% auto; } }

.cta--learn {
  padding: 164px 0 193px;
  background: #EBE9EA; }
  .cta--learn.lazyloaded {
    background: #EBE9EA url("https://ucarecdn.com/0957ff20-d7ab-47c2-b9c6-d600b1660f16/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x645/") no-repeat center center;
    background-size: cover; }
  .cta--learn h2 {
    max-width: 526px; }
  .cta--learn p {
    max-width: 481px;
    margin-bottom: 32px; }
  .cta--learn .btns {
    display: flex;
    align-items: center; }
    .cta--learn .btns .btn-primary {
      max-width: 206px; }
    .cta--learn .btns .btn-secondary {
      background: #4267B2;
      border-color: #4267B2;
      max-width: 296px; }
      .cta--learn .btns .btn-secondary:hover {
        background: #34518d;
        border-color: #34518d; }
  @media (max-width: 991.98px) {
    .cta--learn.lazyloaded {
      background-position: left; } }
  @media (max-width: 767.98px) {
    .cta--learn {
      padding: 48px 0 244px; }
      .cta--learn.lazyloaded {
        background: #EBE9EA url("https://ucarecdn.com/14ab6fc0-111a-4d9a-a6ac-9d927fb03cb7/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x645/") no-repeat bottom center;
        background-position: center; }
      .cta--learn .btns {
        flex-direction: column; }
        .cta--learn .btns .btn-primary, .cta--learn .btns .btn-secondary {
          max-width: 100%; } }

.cta--join {
  padding: 144px 0 206px;
  background: #EBE9EA;
  text-align: center; }
  .cta--join.lazyloaded {
    background: #EBE9EA url("https://ucarecdn.com/17430bab-3347-4e53-90df-3dcdca87e2e1/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x604/") no-repeat center center;
    background-size: cover; }
  .cta--join h2 {
    text-align: center;
    margin-bottom: 32px; }
  .cta--join .btns {
    display: flex;
    align-items: center;
    justify-content: center; }
    .cta--join .btns .btn-primary {
      max-width: 274px;
      margin-right: 0; }
  @media (max-width: 767.98px) {
    .cta--join {
      padding: 56px 0 252px; }
      .cta--join.lazyloaded {
        background: #EBE9EA url("https://ucarecdn.com/bdce2c7a-b70d-4fa0-969f-ac6f57a34ee4/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x416/") no-repeat center center;
        background-size: cover; }
      .cta--join .btns .btn-primary {
        max-width: 100%; } }

.cta--affiliates {
  padding: 96px 0;
  background: #00BA74;
  text-align: center; }
  .cta--affiliates h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
    color: #fff; }
  .cta--affiliates p {
    font-size: 20px;
    line-height: 32px;
    color: #D4FFEF;
    max-width: 720px;
    margin: 0 auto 32px; }
  .cta--affiliates .btns {
    display: flex;
    align-items: center;
    justify-content: center; }
    .cta--affiliates .btns .btn-primary {
      font-size: 20px;
      height: 65px;
      letter-spacing: 0;
      line-height: 60px;
      padding: 0 40px;
      max-width: 278px;
      width: 100%;
      border-radius: 4px;
      background: #202324;
      border-color: #202324;
      margin: 0 auto 28px; }
      .cta--affiliates .btns .btn-primary:hover {
        background: #2c3032;
        border-color: #2c3032; }
  .cta--affiliates small {
    color: #D4FFEF;
    font-size: 16px;
    line-height: 20px; }
  @media (max-width: 767.98px) {
    .cta--affiliates {
      padding: 56px 0; }
      .cta--affiliates h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px; }
      .cta--affiliates p {
        font-size: 18px;
        line-height: 28px;
        color: #D4FFEF;
        max-width: 720px;
        margin: 0 auto 24px; }
      .cta--affiliates .btns .btn-primary {
        max-width: 100%;
        font-size: 16px;
        height: 52px;
        line-height: 48px;
        margin-bottom: 24px; }
      .cta--affiliates small {
        font-size: 14px;
        line-height: 20px; } }

.cta--keto-insights {
  background: #FFF5E4;
  padding: 72px 0;
  margin: 48px 0 72px; }
  .cta--keto-insights h2 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.04px;
    margin-bottom: 16px; }
  .cta--keto-insights p {
    font-size: 20px;
    line-height: 24px;
    color: #4F5659;
    margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .cta--keto-insights {
      padding: 48px 0;
      margin: 16px 0 56px; }
      .cta--keto-insights h2 {
        font-size: 28px;
        line-height: 32px; }
      .cta--keto-insights p {
        font-size: 18px;
        letter-spacing: -0.24px; } }
  .cta--keto-insights.dark {
    background: #202324; }
    .cta--keto-insights.dark h2 {
      color: #fff; }
    .cta--keto-insights.dark p {
      color: #98A1A4; }
    .cta--keto-insights.dark .formkeep-form .success-message {
      color: #98A1A4; }

.klaviyo-form-embed-container {
  --k-bg-color: #fff6dd;
  --k-text-color: #202324;
  --k-cta-color: #00a869;
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  padding: 32px;
  border-radius: 8px;
  background-color: var(--k-bg-color);
  background-image: var(--k-bg-image);
  background-size: contain;
  background-position: center;
  margin: 24px 0 48px; }
  .klaviyo-form-embed-container .k-featured-image {
    max-width: 168px;
    width: 100%;
    margin-right: 32px; }
    .klaviyo-form-embed-container .k-featured-image img {
      -o-object-fit: contain;
         object-fit: contain;
      margin: 0; }
  .klaviyo-form-embed-container .k-embed-content h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--k-text-color); }
  .klaviyo-form-embed-container .k-embed-content p {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: -0.12px !important;
    margin-bottom: 0 !important;
    color: var(--k-text-color) !important; }
  .klaviyo-form-embed-container .k-embed-content #k-embed-form {
    margin-top: 24px; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs {
      display: flex;
      flex-wrap: wrap; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input {
        width: 100%;
        height: 52px;
        border: 1px solid #b0b0b0;
        border-radius: 4px;
        font-size: 16px;
        line-height: 1;
        letter-spacing: -0.11px;
        color: #34393a;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 16px; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input:focus, .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input:active {
          box-shadow: none;
          border-color: #000;
          outline: 0; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input::-webkit-input-placeholder {
          color: #34393a; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input::-moz-placeholder {
          color: #34393a; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input:-ms-input-placeholder {
          color: #34393a; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input::-ms-input-placeholder {
          color: #34393a; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input::placeholder {
          color: #34393a; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input::-moz-placeholder {
          opacity: 1; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group-btn {
        max-width: 100%;
        width: 100%; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group-btn .btn {
          background: var(--k-cta-color);
          border-color: var(--k-cta-color);
          width: 100%;
          font-size: 16px;
          font-weight: 600;
          padding: 16px 24px 18px;
          line-height: 1; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_all input[type='text'] {
      max-width: 144px; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_all input[type='tel'] {
      max-width: 256px;
      margin-left: 16px; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_all input[type='email'] {
      width: 100%; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_name input[type='text'] {
      max-width: 144px; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_name input[type='email'] {
      max-width: 256px;
      margin-left: 16px; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_phone input[type='tel'] {
      max-width: 100%; }
    .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_default {
      flex-wrap: nowrap; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_default input[type='email'] {
        max-width: 256px;
        width: 100%;
        margin-bottom: 0; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_default .input-group-btn {
        max-width: 144px;
        margin-left: 16px; }
  .klaviyo-form-embed-container .k-embed-content .k-embed-form_message {
    margin-top: 40px; }
    .klaviyo-form-embed-container .k-embed-content .k-embed-form_message p {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.12px;
      font-weight: 600; }
  .klaviyo-form-embed-container .k-embed-content.no-featured-image {
    max-width: 472px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_all input[type='text'] {
      max-width: 228px; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_all input[type='tel'] {
      max-width: 228px;
      margin-left: 16px; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_all input[type='email'] {
      width: 100%; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_name input[type='text'] {
      max-width: 168px; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_name input[type='email'] {
      max-width: 288px;
      margin-left: 16px; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_phone input[type='tel'] {
      max-width: 168px; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_phone input[type='email'] {
      max-width: 288px;
      margin-left: 16px; }
    .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_default {
      flex-wrap: nowrap; }
      .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_default input[type='email'] {
        max-width: 312px;
        width: 100%;
        margin-bottom: 0; }
      .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_default .input-group-btn {
        max-width: 144px;
        margin-left: 16px; }
  @media (max-width: 767.98px) {
    .klaviyo-form-embed-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 32px 24px !important;
      background-image: var(--k-bg-mobile-image); }
      .klaviyo-form-embed-container .k-featured-image {
        margin-right: 0;
        margin-bottom: 16px; }
      .klaviyo-form-embed-container .k-embed-content h3 {
        font-size: 22px;
        letter-spacing: -0.15px; }
      .klaviyo-form-embed-container .k-embed-content p {
        font-size: 16px !important;
        line-height: 26px !important;
        letter-spacing: -0.11px !important; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group input {
        font-size: 14px;
        letter-spacing: -0.09px; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs .input-group-btn .btn {
        font-size: 14px;
        padding: 17px 24px 19px; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_all input[type='text'] {
        max-width: 100%; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_all input[type='tel'] {
        max-width: 100%;
        margin-left: 0; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_name input[type='text'] {
        max-width: 100%; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_name input[type='email'] {
        max-width: 100%;
        margin-left: 0; }
      .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_default {
        flex-wrap: wrap; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_default input[type='email'] {
          max-width: 100%;
          margin-bottom: 16px; }
        .klaviyo-form-embed-container .k-embed-content #k-embed-form .k-form-inputs_default .input-group-btn {
          max-width: 100%;
          margin-left: 0; }
      .klaviyo-form-embed-container .k-embed-content .k-embed-form_message {
        margin-top: 24px; }
        .klaviyo-form-embed-container .k-embed-content .k-embed-form_message p {
          font-size: 16px;
          line-height: 26px;
          letter-spacing: -0.11px; }
      .klaviyo-form-embed-container .k-embed-content.no-featured-image {
        max-width: 472px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 8px; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_all input[type='text'] {
          max-width: 100%; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_all input[type='tel'] {
          max-width: 100%;
          margin-left: 0; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_name input[type='text'] {
          max-width: 100%; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_name input[type='email'] {
          max-width: 100%;
          margin-left: 0; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_phone input[type='tel'] {
          max-width: 100%; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_phone input[type='email'] {
          max-width: 100%;
          margin-left: 0; }
        .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_default {
          flex-wrap: wrap; }
          .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_default input[type='email'] {
            max-width: 100%;
            margin-bottom: 16px; }
          .klaviyo-form-embed-container .k-embed-content.no-featured-image #k-embed-form .k-form-inputs_default .input-group-btn {
            max-width: 100%;
            margin-left: 0; } }

.site-footer {
  background: #202324;
  margin-bottom: -24px;
  padding-top: 62px;
  padding-bottom: 48px; }
  @media (max-width: 767.98px) {
    .site-footer {
      padding-top: 48px;
      padding-bottom: 40px; } }
  .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-footer .site-footer__linklist a {
    color: #A3ABAE;
    font-size: 0.9375em;
    letter-spacing: -0.2px;
    line-height: 28px; }
    .site-footer .site-footer__linklist a:hover {
      color: #fff; }
  @media (max-width: 767.98px) {
    .site-footer .site-footer__linklist {
      display: none;
      padding: 0 24px 24px 24px; }
      .site-footer .site-footer__linklist li:first-child {
        margin-top: -10px; }
      .site-footer .site-footer__linklist a {
        font-size: 1.125em;
        line-height: 40px; } }
  .site-footer h3 {
    color: #F4F6F6;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .site-footer h3 {
        border-top: 1px solid #34393A;
        line-height: 1;
        margin: 0;
        padding: 24px; }
        .site-footer h3 span:after {
          color: #787878;
          content: "\42";
          display: inline-block;
          font-family: "perfectketo";
          font-size: 1em;
          font-weight: 400;
          margin-left: 7px;
          position: relative;
          top: 2px; }
        .site-footer h3.active {
          font-weight: 600; }
          .site-footer h3.active span:after {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); } }
  .site-footer .site-footer__row {
    margin-bottom: 48px; }
    @media (max-width: 767.98px) {
      .site-footer .site-footer__row {
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: 29px; }
        .site-footer .site-footer__row > div {
          flex: 1 100%;
          padding: 0; }
          .site-footer .site-footer__row > div:first-child h3 {
            border: 0; } }
  .site-footer .site-footer__disclaimer {
    border: 1px solid #34393A;
    color: #545C5F;
    font-size: 0.875em;
    letter-spacing: -0.19px;
    text-align: center;
    line-height: 22px;
    max-width: 789px;
    padding: 24px 32px; }
    @media (max-width: 767.98px) {
      .site-footer .site-footer__disclaimer {
        font-size: 0.75em;
        letter-spacing: -0.16px;
        line-height: 16px;
        margin-left: 24px;
        margin-right: 24px;
        padding: 16px; } }
    .site-footer .site-footer__disclaimer p {
      margin: 0; }
  .site-footer .site-footer__contact {
    color: #A3ABAE;
    font-size: 18px;
    letter-spacing: -0.24px; }
    .site-footer .site-footer__contact .icon {
      color: #fff;
      font-size: 1.625em;
      line-height: 0;
      margin-right: 6px;
      vertical-align: middle; }
      .site-footer .site-footer__contact .icon:before {
        line-height: 0; }
    .site-footer .site-footer__contact:hover {
      color: #fff; }
  @media (max-width: 767.98px) {
    .site-footer .site-footer__copyright {
      text-align: center; } }
  .site-footer .site-footer__copyright ul {
    margin: 0;
    padding: 0; }
    .site-footer .site-footer__copyright ul li {
      color: #7D888C;
      display: inline-block;
      font-size: 0.875em;
      letter-spacing: -0.19px; }
      .site-footer .site-footer__copyright ul li:before {
        background: #7D888C;
        border-radius: 50%;
        content: " ";
        display: inline-block;
        height: 2px;
        margin-left: 8px;
        margin-right: 8px;
        position: relative;
        top: -3px;
        width: 2px; }
      .site-footer .site-footer__copyright ul li:first-child:before {
        display: none; }
      @media (max-width: 767.98px) {
        .site-footer .site-footer__copyright ul li:nth-child(2):before {
          display: none; }
        .site-footer .site-footer__copyright ul li:first-child {
          display: block;
          margin-bottom: 12px;
          width: 100%; } }
      .site-footer .site-footer__copyright ul li a {
        color: #7D888C; }
  @media (max-width: 767.98px) {
    .site-footer .site-footer__social-media {
      margin-top: 48px;
      margin-bottom: 24px;
      margin-left: auto;
      margin-right: auto;
      max-width: 400px; } }
  .site-footer .site-footer__social-media ul {
    margin: 0; }
    .site-footer .site-footer__social-media ul li {
      margin-left: 13px; }
      @media (max-width: 767.98px) {
        .site-footer .site-footer__social-media ul li {
          margin-left: 0; } }
      .site-footer .site-footer__social-media ul li a {
        color: #A3ABAE;
        font-size: 1.5em;
        transition: all 0.5s; }
        .site-footer .site-footer__social-media ul li a:hover {
          color: #fff; }
        @media (max-width: 767.98px) {
          .site-footer .site-footer__social-media ul li a {
            font-size: 2em; } }

.benefits {
  background: #F6F8F9; }
  .benefits .container {
    padding-top: 40px;
    padding-bottom: 56px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .benefits .container {
        padding-bottom: 26px; } }
  .benefits .icon {
    background: #D7DDDF;
    border-radius: 50%;
    height: 59px;
    margin: 0 auto 24px;
    width: 59px; }
    @media (max-width: 767.98px) {
      .benefits .icon {
        margin-bottom: 16px; } }
  .benefits img {
    display: inline-block;
    height: 100px; }
  .benefits h3 {
    color: #202324;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .benefits h3 {
        font-size: 1.375em;
        letter-spacing: -0.08px;
        line-height: 28px;
        margin-bottom: 8px; } }
  .benefits p {
    color: #545C5F;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.07px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 991.98px) {
      .benefits p {
        margin: 0 auto 30px;
        max-width: 381px; } }
    @media (max-width: 767.98px) {
      .benefits p {
        font-size: 16px;
        letter-spacing: -0.06px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        max-width: 310px; } }

.collection-highlights {
  padding: 72px 24px 80px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .collection-highlights {
      padding-top: 44px;
      padding-bottom: 50px; }
      .collection-highlights .container {
        padding-left: 0;
        padding-right: 0; } }
  .collection-highlights .row {
    margin-left: -15px;
    margin-right: -15px; }
  @media all and (min-width: 992px) {
    .collection-highlights .row > div {
      padding: 0 15px; } }
  .collection-highlights a {
    display: inline-block;
    position: relative;
    top: 0;
    transition: all 0.4s; }
    @media (max-width: 991.98px) {
      .collection-highlights a {
        margin: 12px 0; } }
    .collection-highlights a .link--underline-secondary {
      display: inline-block;
      padding-bottom: 4px;
      position: relative; }
      .collection-highlights a .link--underline-secondary:after {
        bottom: 0;
        content: " ";
        display: block;
        height: 2px;
        position: absolute;
        transition: width 0.3s;
        width: 100%; }
    .collection-highlights a:hover .link--underline-secondary {
      text-decoration: none; }
      .collection-highlights a:hover .link--underline-secondary:after {
        -webkit-animation-name: width;
        -webkit-animation-duration: 0.4s;
        animation-name: width;
        animation-duration: 0.4s; }
  .collection-highlights .collection__block {
    border-radius: 4px;
    box-shadow: none;
    height: 100%;
    padding: 32px 22px 43px;
    transition: all 0.4s; }
    @media (max-width: 991.98px) {
      .collection-highlights .collection__block {
        margin: 0 auto;
        max-width: 400px;
        padding-left: 32px;
        padding-right: 32px; } }
    .collection-highlights .collection__block img {
      height: 256px; }
      @media (max-width: 991.98px) {
        .collection-highlights .collection__block img {
          height: 200px; } }
    .collection-highlights .collection__block h3 {
      font-size: 1.75em;
      font-weight: 600;
      letter-spacing: -0.12px;
      margin-top: 24px;
      margin-bottom: 15px;
      line-height: 28px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .collection-highlights .collection__block h3 {
          font-size: 1.625em; } }
    .collection-highlights .collection__block p {
      font-size: 18px;
      font-weight: 500;
      letter-spacing: -0.07px;
      line-height: 26px;
      margin-bottom: 24px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .collection-highlights .collection__block p {
          font-size: 16px;
          margin-bottom: 16px; } }
    .collection-highlights .collection__block .link--underline-secondary {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: -0.07px;
      padding-bottom: 4px; }
      .collection-highlights .collection__block .link--underline-secondary .icon {
        position: relative;
        top: 3px; }
  .collection-highlights a:hover {
    text-decoration: none;
    top: -10px; }
  .collection-highlights #collectionStartHere a .collection__block {
    background: #BAEBEA; }
    .collection-highlights #collectionStartHere a .collection__block h3 {
      color: #02554F; }
    .collection-highlights #collectionStartHere a .collection__block p {
      color: #307877; }
    .collection-highlights #collectionStartHere a .collection__block .link--underline-secondary {
      color: #02554F; }
      .collection-highlights #collectionStartHere a .collection__block .link--underline-secondary:after {
        background: #85C4BF; }
  .collection-highlights #collectionStartHere a:hover .collection__block {
    box-shadow: 0 11px 18px 0 rgba(186, 235, 234, 0.36); }
  .collection-highlights #collectionStartHere a:hover .link--underline-secondary:after {
    background: #02554F; }
  .collection-highlights #collectionEnergy a .collection__block {
    background: #D18E85; }
    .collection-highlights #collectionEnergy a .collection__block h3 {
      color: #452723; }
    .collection-highlights #collectionEnergy a .collection__block p {
      color: #683831; }
    .collection-highlights #collectionEnergy a .collection__block .link--underline-secondary {
      color: #452723; }
      .collection-highlights #collectionEnergy a .collection__block .link--underline-secondary:after {
        background: #A7736C; }
  .collection-highlights #collectionEnergy a:hover .collection__block {
    box-shadow: 0 11px 18px 0 rgba(209, 142, 133, 0.36); }
  .collection-highlights #collectionEnergy a:hover .link--underline-secondary:after {
    background: #452723; }
  .collection-highlights #collectionSnacks a .collection__block {
    background: #F5CA6E; }
    .collection-highlights #collectionSnacks a .collection__block h3 {
      color: #725410; }
    .collection-highlights #collectionSnacks a .collection__block p {
      color: #836115; }
    .collection-highlights #collectionSnacks a .collection__block .link--underline-secondary {
      color: #725410; }
      .collection-highlights #collectionSnacks a .collection__block .link--underline-secondary:after {
        background: #C89E40; }
  .collection-highlights #collectionSnacks a:hover .collection__block {
    box-shadow: 0 11px 18px 0 rgba(245, 202, 110, 0.36); }
  .collection-highlights #collectionSnacks a:hover .link--underline-secondary:after {
    background: #725410; }

@-webkit-keyframes width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes width {
  from {
    width: 0; }
  to {
    width: 100%; } }

.featured-products {
  padding-bottom: 104px; }
  @media (max-width: 991.98px) {
    .featured-products {
      padding-bottom: 56px; } }
  .featured-products h2 {
    margin-bottom: 16px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .featured-products h2 {
        margin-bottom: 8px; } }
  .featured-products .featured-products__shop-all {
    margin-bottom: 56px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .featured-products .featured-products__shop-all {
        margin-bottom: 30px; } }
    .featured-products .featured-products__shop-all a.link--underline-primary {
      display: inline-block;
      font-size: 1.375em;
      font-weight: 500;
      padding-bottom: 4px;
      letter-spacing: -0.09px; }
      @media (max-width: 991.98px) {
        .featured-products .featured-products__shop-all a.link--underline-primary {
          font-size: 1.125em; } }
      .featured-products .featured-products__shop-all a.link--underline-primary .icon {
        position: relative;
        top: 3px; }
  .featured-products #productOne .product__badge {
    margin-top: 0; }

.doctor-developed {
  background: #F6F8F9;
  padding: 94px 0 72px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .doctor-developed {
      padding-top: 56px; } }
  .doctor-developed h2 {
    margin-bottom: 16px; }
  .doctor-developed p {
    color: #4F5659;
    font-size: 2.2rem;
    letter-spacing: -0.09px;
    line-height: 34px;
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .doctor-developed p {
        font-size: 1.8rem;
        letter-spacing: -0.07px;
        line-height: 26px;
        margin-bottom: 24px; } }
  .doctor-developed .video {
    display: inline-block;
    margin: 0 auto;
    max-width: 789px;
    position: relative;
    width: 100%; }
    .doctor-developed .video .play {
      background: rgba(255, 255, 255, 0.1);
      border: 3px solid #fff;
      border-radius: 50%;
      color: #fff;
      font-size: 26px;
      height: 66px;
      line-height: 66px;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.3s;
      width: 66px;
      z-index: 2; }
      .doctor-developed .video .play .pk-play {
        display: inline-block;
        position: relative;
        right: -2px; }
      @media (max-width: 767.98px) {
        .doctor-developed .video .play {
          background: rgba(255, 255, 255, 0.3); } }
      @media (max-width: 575.98px) {
        .doctor-developed .video .play {
          border: 2px solid #fff;
          font-size: 12px;
          height: 40px;
          line-height: 40px;
          width: 40px; } }
    .doctor-developed .video:hover .play {
      background: #fff;
      box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.37);
      color: #00BA74;
      font-size: 28px;
      height: 72px;
      line-height: 72px;
      width: 72px; }
    .doctor-developed .video .text {
      align-items: center;
      display: flex;
      height: 100%;
      padding-left: 40px;
      position: absolute;
      z-index: 1; }
      @media (max-width: 575.98px) {
        .doctor-developed .video .text {
          padding-left: 16px; } }
      .doctor-developed .video .text h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -0.09px;
        margin-bottom: 4px;
        text-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
        text-align: left; }
        @media (max-width: 575.98px) {
          .doctor-developed .video .text h4 {
            font-size: 9px;
            line-height: 12px;
            margin-bottom: 2px; } }
      .doctor-developed .video .text p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        opacity: 0.85;
        letter-spacing: -0.07px;
        text-align: left; }
        @media (max-width: 575.98px) {
          .doctor-developed .video .text p {
            font-size: 8px;
            line-height: 11px; } }
    .doctor-developed .video img {
      border-radius: 6px;
      width: 100%; }
  .doctor-developed blockquote {
    margin: 52px auto 0 auto;
    max-width: 580px; }
    @media (max-width: 767.98px) {
      .doctor-developed blockquote {
        margin-top: 18px; } }
    .doctor-developed blockquote p {
      color: #4F5659;
      font-size: 20px;
      font-style: italic;
      letter-spacing: -0.08px;
      line-height: 32px;
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
      .doctor-developed blockquote p:before {
        color: #EAEEF0;
        content: "\4c";
        font-family: 'perfectketo';
        font-size: 3.625em;
        font-style: normal;
        left: 16px;
        position: absolute;
        z-index: -1; }
      .doctor-developed blockquote p strong {
        font-weight: 600; }
      @media (max-width: 767.98px) {
        .doctor-developed blockquote p {
          font-size: 16px;
          letter-spacing: -0.07px;
          line-height: 24px; }
          .doctor-developed blockquote p:before {
            font-size: 2.5em;
            left: 0; } }

.clean-ingredients {
  background: #fff; }
  .clean-ingredients .container {
    padding-top: 82px;
    padding-bottom: 82px; }
    @media (max-width: 991.98px) {
      .clean-ingredients .container {
        padding-top: 56px;
        padding-bottom: 56px; } }
  .clean-ingredients h2 {
    margin-bottom: 16px;
    text-align: center; }
  .clean-ingredients p {
    color: #4F5659;
    font-size: 1.375em;
    letter-spacing: -0.09px;
    line-height: 34px;
    margin: 0 auto 48px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .clean-ingredients p {
        font-size: 1.125em;
        letter-spacing: -0.07px;
        line-height: 26px;
        margin-bottom: 32px; }
        .clean-ingredients p span.text {
          display: block;
          margin-bottom: 8px; } }
  .clean-ingredients a.link--underline-primary {
    font-size: 22px;
    font-weight: 500;
    margin-left: 5px;
    padding-bottom: 2px; }
    .clean-ingredients a.link--underline-primary .icon {
      position: relative;
      top: 3px; }
    @media (max-width: 991.98px) {
      .clean-ingredients a.link--underline-primary {
        font-size: 16px;
        margin-left: 0; } }
  .clean-ingredients .ingredients > div {
    margin: 16px 32px; }
    @media (max-width: 991.98px) {
      .clean-ingredients .ingredients > div {
        align-items: center;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px; } }
    @media (max-width: 767.98px) {
      .clean-ingredients .ingredients > div {
        max-width: 225px; } }
  .clean-ingredients .ingredients .icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
    height: 80px;
    line-height: 74px;
    margin: 0 auto;
    text-align: center;
    width: 80px; }
    @media (max-width: 991.98px) {
      .clean-ingredients .ingredients .icon {
        margin-right: 12px; } }
    @media (max-width: 767.98px) {
      .clean-ingredients .ingredients .icon {
        height: 48px;
        line-height: 45px;
        width: 48px; }
        .clean-ingredients .ingredients .icon svg {
          height: 25px;
          width: 25px; } }
  .clean-ingredients .ingredients .text {
    color: #4F5659;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: -0.15px;
    margin-top: 24px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .clean-ingredients .ingredients .text {
        flex: 1;
        margin: 0;
        text-align: left; } }
    @media (max-width: 767.98px) {
      .clean-ingredients .ingredients .text {
        font-size: 1em; } }

.recommended {
  background: #E6F4FF;
  overflow-x: hidden; }
  .recommended .container {
    padding-top: 104px;
    padding-bottom: 104px; }
    @media (max-width: 991.98px) {
      .recommended .container {
        padding-top: 56px;
        padding-bottom: 56px; } }
    .recommended .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  .recommended h2 {
    color: #123B54;
    text-align: center; }
    @media (max-width: 991.98px) {
      .recommended h2 {
        padding-left: 24px;
        padding-right: 24px; } }
  .recommended .testimonials .slick-dots {
    bottom: -40px; }
    .recommended .testimonials .slick-dots li {
      margin: 0;
      width: 22px; }
      @media (max-width: 767.98px) {
        .recommended .testimonials .slick-dots li {
          width: 15px; } }
      .recommended .testimonials .slick-dots li button {
        background: #D1DDE5;
        border-radius: 50%;
        height: 12px;
        margin: 0 auto;
        width: 12px; }
        @media (max-width: 767.98px) {
          .recommended .testimonials .slick-dots li button {
            height: 10px;
            width: 10px; } }
        .recommended .testimonials .slick-dots li button:before {
          display: none; }
      .recommended .testimonials .slick-dots li.slick-active button {
        background: #375162; }
  .recommended .testimonials blockquote .testimonial__photo {
    border-radius: 50%;
    border: 5px solid #E6F4FF;
    margin: 0 auto;
    position: relative;
    top: 30px;
    width: 110px;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .recommended .testimonials blockquote .testimonial__photo {
        border-width: 3px;
        width: 78px; } }
    .recommended .testimonials blockquote .testimonial__photo img {
      border-radius: 50%;
      height: 100px;
      width: 100px; }
      @media (max-width: 767.98px) {
        .recommended .testimonials blockquote .testimonial__photo img {
          height: 72px;
          width: 72px; } }
  .recommended .testimonials blockquote .testimonial__text {
    background: #fff;
    border-radius: 8px;
    color: #113850;
    font-size: 1.375em;
    letter-spacing: -0.1px;
    line-height: 34px;
    margin: 0 auto 32px;
    max-width: 648px;
    padding: 40px;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .recommended .testimonials blockquote .testimonial__text {
        font-size: 1.125em;
        letter-spacing: -0.08px;
        line-height: 26px;
        margin-left: 24px;
        margin-right: 24px;
        max-width: unset;
        padding: 32px; } }
    .recommended .testimonials blockquote .testimonial__text:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 16px;
      margin-left: -16px; }
    .recommended .testimonials blockquote .testimonial__text p {
      margin-bottom: 0; }
  .recommended .testimonials blockquote cite {
    font-style: normal; }
  .recommended .testimonials blockquote .testimonial__name {
    color: #34393A;
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.29px;
    margin-bottom: 4px;
    text-align: center; }
  .recommended .testimonials blockquote .testimonial__bio {
    color: #4F5659;
    display: block;
    font-size: 16px;
    letter-spacing: -0.21px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 322px;
    text-align: center; }
  .recommended .testimonials.testimonials--slickjs .testimonial__text {
    background: transparent;
    transition: all 0.5s; }
    .recommended .testimonials.testimonials--slickjs .testimonial__text:after {
      opacity: 0;
      transition: all 0.5s; }
  .recommended .testimonials.testimonials--slickjs cite {
    position: relative;
    transition: all 0.5s;
    top: -40px; }
  .recommended .testimonials.testimonials--slickjs .slick-slide {
    opacity: 0.4; }
    .recommended .testimonials.testimonials--slickjs .slick-slide.slick-current {
      opacity: 1; }
      .recommended .testimonials.testimonials--slickjs .slick-slide.slick-current .testimonial__text {
        background: #fff; }
        .recommended .testimonials.testimonials--slickjs .slick-slide.slick-current .testimonial__text:after {
          opacity: 1; }
      .recommended .testimonials.testimonials--slickjs .slick-slide.slick-current cite {
        top: 0; }
  .recommended .testimonials.testimonials--slickjs .slick-arrow {
    background: #3091D3;
    box-shadow: 0 5px 11px 0 rgba(58, 115, 158, 0.38);
    border-radius: 50%;
    height: 70px;
    margin-top: -35px;
    opacity: 0;
    transition: all 0.5s;
    width: 70px;
    visibility: hidden;
    z-index: 2; }
    .recommended .testimonials.testimonials--slickjs .slick-arrow:before {
      font-size: 26px; }
    @media (max-width: 767.98px) {
      .recommended .testimonials.testimonials--slickjs .slick-arrow {
        background: #375162;
        bottom: -15%;
        box-shadow: none;
        height: 40px;
        opacity: 1;
        top: unset;
        right: 20px;
        visibility: visible;
        width: 40px; }
        .recommended .testimonials.testimonials--slickjs .slick-arrow:before {
          font-size: 16px; } }
  @media all and (min-width: 768px) {
    .recommended .testimonials.testimonials--slickjs:hover .slick-arrow {
      opacity: 0.4;
      visibility: visible; }
      .recommended .testimonials.testimonials--slickjs:hover .slick-arrow:hover {
        opacity: 1; } }
  .recommended .testimonials.testimonials--slickjs .slick-prev {
    left: 120px; }
    @media (max-width: 767.98px) {
      .recommended .testimonials.testimonials--slickjs .slick-prev {
        left: 20px; } }
    .recommended .testimonials.testimonials--slickjs .slick-prev:before {
      content: "\46";
      font-family: 'perfectketo';
      margin-left: -5px; }
  .recommended .testimonials.testimonials--slickjs .slick-next {
    right: 120px; }
    @media (max-width: 767.98px) {
      .recommended .testimonials.testimonials--slickjs .slick-next {
        right: 20px; } }
    .recommended .testimonials.testimonials--slickjs .slick-next:before {
      content: "\48";
      font-family: 'perfectketo';
      margin-right: -5px; }

.learn-about-keto {
  overflow-x: hidden; }
  .learn-about-keto .container {
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 20px;
    padding-bottom: 104px; }
    @media (max-width: 991.98px) {
      .learn-about-keto .container {
        padding-top: 56px;
        padding-bottom: 56px; } }
  .learn-about-keto h2 {
    margin-bottom: 44px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .learn-about-keto h2 {
        margin-bottom: 12px; } }
  @media (max-width: 991.98px) {
    .learn-about-keto .row > div {
      flex: 1 100%;
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    .learn-about-keto .col-md-5 {
      padding-right: 60px; } }
  @media all and (max-width: 385px) {
    .learn-about-keto .col-md-5 {
      margin-left: -23px;
      padding-left: 0;
      padding-right: 0; } }
  .learn-about-keto .guide {
    display: flex;
    padding: 28px 0; }
    @media (max-width: 991.98px) {
      .learn-about-keto .guide {
        flex-flow: column;
        margin: 0 auto;
        max-width: 400px;
        padding: 20px 0;
        text-align: center; } }
    .learn-about-keto .guide > .icon {
      background: #DEFAEC;
      border-radius: 50%;
      height: 78px;
      line-height: 72px;
      margin-right: 24px;
      text-align: center;
      width: 78px; }
      @media (max-width: 991.98px) {
        .learn-about-keto .guide > .icon {
          margin: 0 auto 16px; } }
    .learn-about-keto .guide .text {
      flex: 1;
      max-width: 482px; }
      .learn-about-keto .guide .text h3 {
        font-size: 1.75em;
        font-weight: 500;
        margin-bottom: 10px; }
        @media (max-width: 991.98px) {
          .learn-about-keto .guide .text h3 {
            font-size: 1.5em;
            letter-spacing: -0.02px; } }
      .learn-about-keto .guide .text p {
        color: #4F5659;
        font-size: 1.125em;
        letter-spacing: -0.03px;
        line-height: 26px;
        margin-bottom: 13px; }
        @media (max-width: 991.98px) {
          .learn-about-keto .guide .text p {
            font-size: 1em;
            letter-spacing: -0.02px;
            line-height: 24px;
            margin-bottom: 8px; } }
      .learn-about-keto .guide .text a {
        font-size: 1.125em;
        font-weight: 600;
        padding-bottom: 2px; }
        @media (max-width: 991.98px) {
          .learn-about-keto .guide .text a {
            font-size: 1em;
            padding-bottom: 4px; } }
  .learn-about-keto .learn-product__links {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -37px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .learn-about-keto .learn-product__links {
        top: -55px; } }
    .learn-about-keto .learn-product__links .learn-product__how-to-use {
      color: #9C9C9C;
      font-size: 0.875em;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__links .learn-product__how-to-use {
          margin-left: -40px; } }
      .learn-about-keto .learn-product__links .learn-product__how-to-use .icon {
        display: inline-block;
        font-size: 16px;
        margin-right: 3px;
        vertical-align: middle; }
    .learn-about-keto .learn-product__links .learn-product__all-guides {
      border-bottom: 1px solid #A3A3A3;
      color: #A3A3A3;
      font-size: 0.875em;
      font-weight: 500;
      letter-spacing: 0;
      margin-top: -2px;
      padding-bottom: 2px;
      text-align: right; }
      .learn-about-keto .learn-product__links .learn-product__all-guides .icon {
        font-size: 13px;
        position: relative;
        top: 2px; }
      .learn-about-keto .learn-product__links .learn-product__all-guides:hover {
        border-color: #545C5F;
        color: #545C5F; }
  .learn-about-keto .learn-product__info {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 380px; }
    @media (max-width: 991.98px) {
      .learn-about-keto .learn-product__info {
        width: 290px; } }
    .learn-about-keto .learn-product__info:before {
      background: #F3F1F1;
      border-radius: 4px;
      content: " ";
      display: block;
      height: 422px;
      left: 16px;
      width: 380px;
      position: absolute;
      top: 14px;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__info:before {
          height: 345px;
          left: 20px;
          top: 10px;
          width: 290px; } }
    .learn-about-keto .learn-product__info:after {
      background: #FAF9F9;
      border-radius: 4px;
      content: " ";
      display: block;
      height: 395px;
      left: -7px;
      width: 380px;
      position: absolute;
      top: 27px;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__info:after {
          height: 325px;
          left: 0px;
          top: 20px;
          width: 290px; } }
    .learn-about-keto .learn-product__info .learn-product__slickjs {
      background: #e6e1e3;
      border-radius: 4px;
      margin-left: 40px;
      width: 100%;
      z-index: 3; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__info .learn-product__slickjs {
          margin-top: 80px; } }
    .learn-about-keto .learn-product__info .slick-list {
      overflow: visible; }
    .learn-about-keto .learn-product__info .slick-arrow {
      background: #fff;
      border: 1px solid #fff;
      border-radius: 50%;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
      height: 48px;
      width: 48px;
      transition: all 0.2s;
      z-index: 4; }
      .learn-about-keto .learn-product__info .slick-arrow:before {
        color: #CDCDCD;
        font-size: 19px;
        transition: all 0.2s; }
      .learn-about-keto .learn-product__info .slick-arrow.slick-disabled {
        display: none !important; }
      .learn-about-keto .learn-product__info .slick-arrow.slick-prev:before {
        content: "\46";
        font-family: 'perfectketo';
        margin-left: -5px; }
      .learn-about-keto .learn-product__info .slick-arrow.slick-next:before {
        content: "\48";
        font-family: 'perfectketo';
        margin-right: -5px; }
      .learn-about-keto .learn-product__info .slick-arrow:hover {
        background: #fff;
        border-color: #00BA74;
        box-shadow: 0 5px 11px 0 rgba(0, 186, 116, 0.15); }
        .learn-about-keto .learn-product__info .slick-arrow:hover:before {
          color: #00BA74; }
    .learn-about-keto .learn-product__info .slick-dots {
      bottom: -40px; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__info .slick-dots {
          left: -18px; } }
      .learn-about-keto .learn-product__info .slick-dots li {
        margin: 0;
        width: 22px; }
        @media (max-width: 767.98px) {
          .learn-about-keto .learn-product__info .slick-dots li {
            width: 15px; } }
        .learn-about-keto .learn-product__info .slick-dots li button {
          background: #EFEBEC;
          border-radius: 50%;
          height: 12px;
          margin: 0 auto;
          width: 12px; }
          @media (max-width: 767.98px) {
            .learn-about-keto .learn-product__info .slick-dots li button {
              height: 10px;
              width: 10px; } }
          .learn-about-keto .learn-product__info .slick-dots li button:before {
            display: none; }
        .learn-about-keto .learn-product__info .slick-dots li.slick-active button {
          background: #C3C1C2; }
  .learn-about-keto .learn-product__wrap {
    background: #e6e1e3;
    border-radius: 4px;
    display: block;
    height: 452px;
    padding: 32px;
    position: relative;
    width: 380px;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .learn-about-keto .learn-product__wrap {
        height: 367px;
        padding: 24px;
        width: 290px; } }
    .learn-about-keto .learn-product__wrap h4 {
      color: #202324;
      font-size: 1.5em;
      font-weight: 500;
      letter-spacing: 0.15px;
      line-height: 26px;
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__wrap h4 {
          font-size: 1.25em;
          letter-spacing: 0.12px; } }
    .learn-about-keto .learn-product__wrap p {
      color: #585556;
      font-size: 1em;
      letter-spacing: 0;
      line-height: 22px; }
      @media (max-width: 991.98px) {
        .learn-about-keto .learn-product__wrap p {
          font-size: 0.8125em;
          line-height: 19px; } }
    .learn-about-keto .learn-product__wrap .btn {
      background: #00BA74;
      box-shadow: 0 4px 10px 0 rgba(0, 186, 116, 0.2);
      border-radius: 8px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.1px;
      margin-top: 20px;
      opacity: 0;
      padding: 8px 12px;
      position: absolute;
      transition: opacity 0.3s; }
    .learn-about-keto .learn-product__wrap:hover .btn {
      opacity: 1; }
  .learn-about-keto .learn-product__one.lazyloaded .learn-product__wrap {
    background: url("https://ucarecdn.com/144c2b18-d546-4d4d-9f03-77f0d0bb6a48/-/format/auto/-/quality/lighter/-/max_icc_size/10/-/resize/760x/") no-repeat center center/cover; }
  .learn-about-keto .learn-product__two.lazyloaded .learn-product__wrap {
    background: url("https://ucarecdn.com/e70d28f7-8d8f-4ea3-b260-bdc6bb1ecfaa/-/format/auto/-/quality/lighter/-/max_icc_size/10/-/resize/760x/") no-repeat center center/cover; }
  .learn-about-keto .learn-product__three.lazyloaded .learn-product__wrap {
    background: url("https://ucarecdn.com/1a6dbf27-692a-406b-ad9e-36424f16a160/-/format/auto/-/quality/lighter/-/max_icc_size/10/-/resize/760x/") no-repeat center center/cover; }
  .learn-about-keto .learn-product__four.lazyloaded .learn-product__wrap {
    background: url("https://ucarecdn.com/71e5543a-0a8c-4e87-b02e-194485f05b8a/-/format/auto/-/quality/lighter/-/max_icc_size/10/-/resize/760x/") no-repeat center center/cover; }

.reviews {
  background: #FFF8E5; }
  .reviews .container {
    padding-top: 85px;
    padding-bottom: 85px; }
    @media (max-width: 991.98px) {
      .reviews .container {
        max-width: 100%; } }
    @media all and (max-width: 768px) {
      .reviews .container {
        padding-top: 56px;
        padding-bottom: 56px; }
        .reviews .container .col-md-4 {
          max-width: 100%; } }
  .reviews h2 {
    margin-bottom: 1.6rem;
    text-align: center; }
    @media all and (max-width: 768px) {
      .reviews h2 {
        font-size: 2em;
        letter-spacing: -0.43px;
        line-height: 38px;
        margin-bottom: 8px;
        max-width: 250px; } }
    .reviews h2:before {
      color: #F7EFD4; }
      @media all and (max-width: 768px) {
        .reviews h2:before {
          top: 0; } }
  .reviews .reviews__count {
    color: #34393A;
    font-size: 1.25em;
    margin-bottom: 64px;
    text-align: center; }
    @media all and (max-width: 768px) {
      .reviews .reviews__count {
        font-size: 1em;
        margin-bottom: 40px; } }
    .reviews .reviews__count img {
      margin-top: -4px;
      margin-left: 16px;
      max-width: 134px; }
      @media all and (max-width: 768px) {
        .reviews .reviews__count img {
          max-width: 94px; } }
  .reviews .review {
    text-align: center; }
    .reviews .review p {
      color: #202324;
      font-size: 1.25em;
      letter-spacing: -0.14px;
      line-height: 30px;
      margin: 0 auto 24px;
      max-width: 363px; }
      @media all and (max-width: 768px) {
        .reviews .review p {
          margin-bottom: 20px; } }
    .reviews .review cite {
      font-style: normal; }
    .reviews .review__author {
      color: #34393A;
      font-size: 1em;
      font-weight: 600;
      letter-spacing: -0.11px; }
      @media all and (max-width: 768px) {
        .reviews .review__author {
          font-size: 0.875em; } }
    .reviews .review__product a {
      border-bottom: 2px solid #E6E1CB;
      color: #726E60;
      display: inline-block;
      font-size: 1em;
      letter-spacing: -0.11px; }
      .reviews .review__product a:hover {
        border-color: #726E60;
        text-decoration: none; }
      @media all and (max-width: 768px) {
        .reviews .review__product a {
          font-size: 0.875em; } }
    .reviews .review__verified {
      color: #9A9687;
      font-size: 0.875em; }
      @media all and (max-width: 768px) {
        .reviews .review__verified {
          font-size: 0.75em; } }
      .reviews .review__verified img {
        display: inline-block;
        margin: -2px 3px 0 10px; }
        @media all and (max-width: 768px) {
          .reviews .review__verified img {
            height: 12px;
            margin-left: 6px;
            margin-right: 0; } }
  .reviews .slick-dots {
    bottom: -40px; }
    .reviews .slick-dots li {
      margin: 0;
      width: 16px; }
      .reviews .slick-dots li button {
        background: #EAE2CA;
        border-radius: 50%;
        height: 10px;
        margin: 0 auto;
        width: 10px; }
        .reviews .slick-dots li button:before {
          display: none; }
      .reviews .slick-dots li.slick-active button {
        background: #979183; }

.featured-on {
  padding: 64px 0 80px; }
  @media (max-width: 767.98px) {
    .featured-on {
      padding: 48px 0; } }
  .featured-on small {
    color: #A3ABAE;
    font-size: 16px;
    letter-spacing: -0.21px; }
  .featured-on .logos {
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .featured-on .logos {
        margin-top: 24px; } }
    .featured-on .logos > div {
      margin-left: 28px;
      margin-right: 28px; }
      @media (max-width: 991.98px) {
        .featured-on .logos > div {
          margin: 12px 17px; } }
    .featured-on .logos img {
      opacity: 0.8;
      width: 100%; }

  .featured-on .wegmans img {
    max-width: 200; }
    @media (max-width: 767.98px) {
      .featured-on .wegmans img {
        max-width: 98px; } }
  @media (max-width: 991.98px) {
    .featured-on .whole-foods {
      position: relative;
      top: -3px; } }

  .featured-on .whole-foods img {
    max-width: 163px; }
    @media (max-width: 767.98px) {
      .featured-on .whole-foods img {
        max-width: 114px; } }

  .featured-on .heb img {
    max-width: 180px; }
    @media (max-width: 767.98px) {
      .featured-on .heb img {
        max-width: 126px; } }

  .featured-on .sprouts img {
    max-width: 200px; }
    @media (max-width: 767.98px) {
      .featured-on .sprouts img {
        max-width: 113px; } }

  .featured-on .kroger img {
    max-width: 204px; }
    @media (max-width: 767.98px) {
      .featured-on .kroger img {
        max-width: 143px; } }

  .featured-on .iherb img {
    max-width: 180px; }
    @media (max-width: 767.98px) {
      .featured-on .kroger img {
        max-width: 143px; } }

.site-header.site-header--blog {
  align-items: center;
  display: flex; }
  @media (max-width: 991.98px) {
    .site-header.site-header--blog .header-blog-block {
      display: none; } }
  .site-header.site-header--blog .header-blog-block a {
    color: #929799;
    font-size: 16px;
    letter-spacing: 0; }
  .site-header.site-header--blog .site-header__logo-link:after {
    color: #545C5F;
    content: "Blog";
    font-size: 18px;
    letter-spacing: 0;
    position: absolute;
    right: -52px;
    top: 0;
    transition: all 0.3s; }
    @media (max-width: 991.98px) {
      .site-header.site-header--blog .site-header__logo-link:after {
        display: none; } }
  .site-header.site-header--blog .site-header__logo-link:hover:after {
    color: #666; }
  .site-header.site-header--blog .site-nav--search__bar {
    margin-right: 15px; }
  .site-header.site-header--blog .site-nav__item--shop {
    display: none; }
    @media (max-width: 991.98px) {
      .site-header.site-header--blog .site-nav__item--shop {
        display: block; } }
    .site-header.site-header--blog .site-nav__item--shop a {
      background: #00BA74;
      border-radius: 4px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0;
      padding: 5px 12px; }

.site-subnav.site-subnav--blog.site-subnav--blog-post-hide {
  top: -59px; }

.site-subnav.site-subnav--blog .siteMainNavLink {
  display: inline-flex;
  list-style: none;
  margin: 0; }
  .site-subnav.site-subnav--blog .siteMainNavLink a {
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-left: -10px;
    margin-right: 10px;
    padding: 6px 10px; }
    .site-subnav.site-subnav--blog .siteMainNavLink a:hover {
      background: #F8F6F3;
      border-color: #EFEBE5;
      border-radius: 4px;
      color: #34393A; }
    .site-subnav.site-subnav--blog .siteMainNavLink a:after {
      display: none; }
    .site-subnav.site-subnav--blog .siteMainNavLink a.current-menu-item {
      background: #FFF5E3;
      border: 1px solid #FFEACA;
      border-radius: 4px;
      color: #A46200;
      letter-spacing: 0; }

@media (max-width: 991.98px) {
  .site-subnav.site-subnav--blog > nav {
    display: none; } }

.site-subnav.site-subnav--blog h2 {
  border: 0;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 24px;
  text-transform: uppercase; }

.site-subnav.site-subnav--blog h3 {
  border-top: 0;
  color: #545C5F;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 40px;
  text-transform: none;
  margin-bottom: 10px;
  padding: 0 24px; }
  .site-subnav.site-subnav--blog h3.active {
    color: inherit;
    font-weight: 500; }
  .site-subnav.site-subnav--blog h3:hover {
    color: #202324; }

.site-subnav.site-subnav--blog ul#menu-blog-header,
.site-subnav.site-subnav--blog .main-blog-link {
  padding-left: 24px;
  padding-right: 24px; }

@media (max-width: 991.98px) {
  .site-subnav.site-subnav--blog ul#menu-blog-header {
    padding-bottom: 140px; } }

.site-subnav.site-subnav--blog .main-blog-link a {
  color: #545C5F;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 40px;
  margin-bottom: 10px; }

.site-subnav.site-subnav--blog .site-subnav__mobile-menu {
  height: calc(100vh - 60px); }
  .site-subnav.site-subnav--blog .site-subnav__mobile-menu #menu-blog-nav {
    padding: 0 24px; }

.site-subnav.site-subnav--blog .icon.pk-arrow-right {
  display: inline-block;
  font-size: 13px;
  left: 2px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.site-subnav.site-subnav--blog #siteSubNavDropDowns > li > a {
  padding-right: 20px; }
  .site-subnav.site-subnav--blog #siteSubNavDropDowns > li > a:before {
    content: "\43";
    font-family: 'perfectketo';
    font-size: 13px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.site-subnav.site-subnav--blog #siteSubNavLinks {
  align-items: center;
  display: inline-flex; }
  .site-subnav.site-subnav--blog #siteSubNavLinks li {
    height: auto;
    padding-left: 2px;
    padding-right: 2px; }
    @media all and (max-width: 1245px) {
      .site-subnav.site-subnav--blog #siteSubNavLinks li:nth-child(8), .site-subnav.site-subnav--blog #siteSubNavLinks li:nth-child(9) {
        display: none; } }
    @media all and (max-width: 1077px) {
      .site-subnav.site-subnav--blog #siteSubNavLinks li:nth-child(7) {
        display: none; } }
    .site-subnav.site-subnav--blog #siteSubNavLinks li a {
      border: 1px solid transparent;
      line-height: 1;
      padding: 6px 10px; }
      .site-subnav.site-subnav--blog #siteSubNavLinks li a:hover {
        background: #F8F6F3;
        border-color: #EFEBE5;
        border-radius: 4px;
        color: #34393A; }
      .site-subnav.site-subnav--blog #siteSubNavLinks li a:after {
        display: none; }
  .site-subnav.site-subnav--blog #siteSubNavLinks .current_page_item a,
  .site-subnav.site-subnav--blog #siteSubNavLinks .current-menu-item a,
  .site-subnav.site-subnav--blog #siteSubNavLinks .current_page_item a:hover,
  .site-subnav.site-subnav--blog #siteSubNavLinks .current-menu-item a:hover {
    background: #FFF5E3;
    border: 1px solid #FFEACA;
    border-radius: 4px;
    color: #A46200;
    letter-spacing: 0; }

@media (max-width: 991.98px) {
  .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] {
    border-bottom: 1px solid #E9ECEF;
    margin-bottom: 24px;
    padding-bottom: 4px; }
    .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .entry-meta__category a {
      color: #00BA74; } }

.site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li {
    flex: 1 50%;
    max-width: 50%;
    width: 100%; }
    @media all and (min-width: 992px) {
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(2):before {
        content: "05"; }
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(3):before {
        content: "02"; }
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(4):before {
        content: "06"; }
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(5):before {
        content: "03"; }
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(6):before {
        content: "07"; }
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(7):before {
        content: "04"; }
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:nth-child(8):before {
        content: "08"; } }
    @media (max-width: 991.98px) {
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li {
        margin-top: 0;
        margin-bottom: 20px;
        flex: 1 100%;
        max-width: 100%; } }
    .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] ol.popular-articles-wrapper > li:before {
      font-weight: 500;
      top: -7px; }

.site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block {
  padding: 0; }
  .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-meta {
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-meta {
        margin-bottom: 4px; }
        .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-meta .entry-meta__reading-time:after {
          display: none; } }
    @media (max-width: 991.98px) {
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-meta ul {
        display: block !important; } }
  .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-title {
    margin-bottom: 24px;
    max-width: 426px; }
    @media (max-width: 991.98px) {
      .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-title {
        letter-spacing: -0.02px;
        line-height: 23px;
        margin-bottom: 6px; } }
    .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-title a {
      color: #202324;
      font-size: 20px;
      letter-spacing: -0.02px;
      line-height: 30px; }
      @media (max-width: 991.98px) {
        .site-subnav.site-subnav--blog .site-subnav__dropdown[data-nav="popular-posts"] .article-block .entry-title a {
          font-size: 18px;
          letter-spacing: -0.02px;
          line-height: 23px; } }

.article-block {
  padding: 16px 0; }
  @media (max-width: 767.98px) {
    .article-block {
      padding: 12px 0; } }
  .article-block .entry-thumbnail {
    overflow: hidden;
    border-radius: 4px; }
    .article-block .entry-thumbnail a {
      display: block; }
    .article-block .entry-thumbnail img {
      border-radius: 4px;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 767.98px) {
        .article-block .entry-thumbnail img {
          width: 100%; } }
    .article-block .entry-thumbnail:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .article-block .entry-meta {
    margin-top: -7px;
    margin-bottom: 4px; }
    @media (max-width: 767.98px) {
      .article-block .entry-meta {
        line-height: 1;
        margin-top: 0; } }
    .article-block .entry-meta ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .article-block .entry-meta ul li {
        display: inline; }
        .article-block .entry-meta ul li:after {
          background: #DCE2E2;
          border-radius: 50%;
          content: " ";
          display: inline-block;
          height: 4px;
          margin-left: 6px;
          margin-right: 6px;
          position: relative;
          top: -2px;
          width: 4px; }
        .article-block .entry-meta ul li:last-of-type:after {
          display: none; }
    .article-block .entry-meta__category {
      color: #00BA74;
      font-size: 0.8125em;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .article-block .entry-meta__category {
          font-size: 10px; } }
    .article-block .entry-meta__reading-time {
      color: #939C9F;
      font-size: 0.875em;
      letter-spacing: -0.01px;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .article-block .entry-meta__reading-time {
          font-size: 11px;
          letter-spacing: -0.01px; } }
    .article-block .entry-meta__author {
      color: #939C9F;
      font-size: 0.875em;
      letter-spacing: -0.01px; }
      @media (max-width: 767.98px) {
        .article-block .entry-meta__author {
          font-size: 0.6875em; } }
  .article-block .entry-title {
    font-size: 1.375em;
    letter-spacing: -0.02px;
    line-height: 34px;
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .article-block .entry-title {
        font-size: 1.25em;
        letter-spacing: -0.02px;
        line-height: 25px;
        margin-bottom: 6px; } }
    .article-block .entry-title a {
      color: #202020; }
  .article-block .entry-author {
    color: #939C9F;
    font-size: 0.8125em;
    letter-spacing: -0.01px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .article-block .entry-author {
        font-size: 0.6875em; } }
  .article-block.article-block--featured {
    padding-top: 7px;
    padding-right: 12px; }
    @media (max-width: 767.98px) {
      .article-block.article-block--featured {
        padding-right: 0;
        padding-bottom: 20px; } }
    .article-block.article-block--featured .entry-thumbnail {
      border-radius: 4px;
      height: 500px;
      margin-bottom: 24px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767.98px) {
        .article-block.article-block--featured .entry-thumbnail {
          height: auto;
          margin-bottom: 16px; } }
      .article-block.article-block--featured .entry-thumbnail img {
        position: absolute;
        -webkit-transform: scale(2);
                transform: scale(2);
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 991.98px) {
          .article-block.article-block--featured .entry-thumbnail img {
            -webkit-transform: scale(2.5);
                    transform: scale(2.5); } }
        @media (max-width: 767.98px) {
          .article-block.article-block--featured .entry-thumbnail img {
            position: relative;
            -webkit-transform: scale(1);
                    transform: scale(1); } }
      .article-block.article-block--featured .entry-thumbnail:hover img {
        -webkit-transform: scale(2.05);
                transform: scale(2.05); }
        @media (max-width: 991.98px) {
          .article-block.article-block--featured .entry-thumbnail:hover img {
            -webkit-transform: scale(2.6);
                    transform: scale(2.6); } }
        @media (max-width: 767.98px) {
          .article-block.article-block--featured .entry-thumbnail:hover img {
            position: relative;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); } }
    .article-block.article-block--featured .entry-meta__category {
      font-size: 0.8125em; }
      @media (max-width: 767.98px) {
        .article-block.article-block--featured .entry-meta__category {
          font-size: 11px; } }
    @media (max-width: 767.98px) {
      .article-block.article-block--featured .entry-meta__reading-time {
        font-size: 12px; } }
    .article-block.article-block--featured .entry-title {
      font-size: 3.125em;
      line-height: 54px;
      margin-left: -2px;
      margin-bottom: 15px; }
      .article-block.article-block--featured .entry-title a {
        background-position: 0 90%;
        background-size: 0 3px; }
        .article-block.article-block--featured .entry-title a:hover {
          background-size: 100% 3px; }
      @media (max-width: 767.98px) {
        .article-block.article-block--featured .entry-title {
          font-size: 2em;
          letter-spacing: 0;
          line-height: 36px;
          margin-bottom: 6px; } }
    .article-block.article-block--featured .entry-author {
      font-size: 1em; }
      @media (max-width: 767.98px) {
        .article-block.article-block--featured .entry-author {
          font-size: 0.75em; } }
  .article-block.article-block--recipe .entry-thumbnail {
    border-radius: 8px; }
    @media all and (min-width: 768px) {
      .article-block.article-block--recipe .entry-thumbnail {
        height: 188px; } }
    .article-block.article-block--recipe .entry-thumbnail img {
      border-radius: 8px; }
  @media (max-width: 767.98px) {
    .article-block.article-block--recipe .entry-meta {
      margin-bottom: 4px; } }
  .article-block.article-block--recipe .entry-meta ul li:after {
    display: none; }
  .article-block.article-block--recipe .entry-meta__category {
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 1.5px; }
    .article-block.article-block--recipe .entry-meta__category a {
      color: #FFA200; }
  .article-block.article-block--recipe .entry-meta__author {
    display: none; }
    @media (max-width: 767.98px) {
      .article-block.article-block--recipe .entry-meta__author {
        display: inline-block; } }
  .article-block.article-block--recipe .entry-title {
    font-size: 1.25em;
    letter-spacing: -0.02px;
    line-height: 28px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .article-block.article-block--recipe .entry-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0; } }
  .article-block.article-block--recipe .entry-author {
    color: #B2A990; }
    .article-block.article-block--recipe .entry-author a {
      font-weight: 500;
      font-size: 14px;
      color: #B2A990; }
    @media (max-width: 767.98px) {
      .article-block.article-block--recipe .entry-author {
        display: none; } }
  .article-block.article-block--excerpt {
    max-width: 994px;
    padding: 28px 0; }
    .article-block.article-block--excerpt .entry-thumbnail {
      margin-top: 9px;
      margin-right: 10px; }
      .article-block.article-block--excerpt .entry-thumbnail img {
        border-radius: 8px; }
    .article-block.article-block--excerpt .entry-meta__category {
      color: #FFA200;
      font-size: 0.75em;
      font-weight: 600;
      letter-spacing: 1.5px; }
    .article-block.article-block--excerpt .entry-title {
      font-size: 32px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 38px;
      margin-bottom: 16px; }
    .article-block.article-block--excerpt .entry-content p {
      color: #545C5F;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 26px;
      margin-bottom: 0; }
    .article-block.article-block--excerpt .entry-author {
      color: #B2A990;
      font-size: 0.875em; }
  @media (max-width: 767.98px) {
    .article-block.article-block--side-image .row {
      padding-left: 12px;
      padding-right: 12px; }
    .article-block.article-block--side-image [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
    .article-block.article-block--side-image .col-7 {
      padding-left: 12px; }
    .article-block.article-block--side-image .entry-title {
      font-size: 18px;
      letter-spacing: -0.02px;
      line-height: 23px; } }
  .article-block.article-block--no-thumbnail .entry-author {
    display: none; }
  @media (max-width: 767.98px) {
    .article-block.article-block--no-thumbnail .entry-author {
      display: block; }
    .article-block.article-block--no-thumbnail .entry-meta__author {
      display: none; } }

#reading-progress {
  background: #00BA74;
  height: 6px;
  left: 0;
  position: fixed;
  top: 133px;
  transition: top .2s ease-in-out;
  width: 0;
  z-index: 99999; }
  @media (max-width: 991.98px) {
    #reading-progress {
      top: 60px; } }

.promo-pusher--active #reading-progress {
  top: 130px; }
  @media (max-width: 991.98px) {
    .promo-pusher--active #reading-progress {
      top: 124px; } }

.site-header--blog-post-initiated #reading-progress {
  top: 74px; }
  @media (max-width: 991.98px) {
    .site-header--blog-post-initiated #reading-progress {
      top: 60px; } }

.site-header--blog-post-initiated .promo-pusher--hide #reading-progress {
  top: 74px; }
  @media (max-width: 991.98px) {
    .site-header--blog-post-initiated .promo-pusher--hide #reading-progress {
      top: 60px; } }

section.browse-by-categories {
  padding: 76px 0; }
  @media (max-width: 767.98px) {
    section.browse-by-categories {
      padding: 28px 0; } }
  section.browse-by-categories .browse-by {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 767.98px) {
      section.browse-by-categories .browse-by {
        flex-flow: column; } }
    section.browse-by-categories .browse-by li {
      flex: 1;
      padding: 12px; }
      @media (max-width: 767.98px) {
        section.browse-by-categories .browse-by li {
          display: flex;
          align-items: center;
          padding: 8px 0; } }
      section.browse-by-categories .browse-by li a {
        align-items: center;
        background: #F4F6F6;
        border: 1px solid #F4F6F6;
        border-radius: 4px;
        color: #34393A;
        display: flex;
        font-size: 1em;
        height: 172px;
        justify-content: center;
        letter-spacing: -0.1px;
        text-align: center; }
        @media (max-width: 767.98px) {
          section.browse-by-categories .browse-by li a {
            height: auto;
            padding: 19px 24px;
            width: 100%; }
            section.browse-by-categories .browse-by li a > span {
              align-items: center;
              display: flex;
              width: 100%; } }
        section.browse-by-categories .browse-by li a .icon {
          display: block;
          font-size: 2.5em; }
          @media (max-width: 767.98px) {
            section.browse-by-categories .browse-by li a .icon {
              font-size: 1.75em;
              margin-right: 16px;
              position: relative;
              top: 2px; } }
        section.browse-by-categories .browse-by li a:hover {
          background: #F5FFFB;
          color: #00BA74;
          border-color: #00BA74;
          transition: all 0.3s; }
          section.browse-by-categories .browse-by li a:hover .icon {
            color: #00BA74; }

.archive-articles {
  padding-top: 32px;
  padding-bottom: 32px; }

.category .keto-guides {
  border-top: 1px solid #E7EAEF;
  padding-top: 68px; }

.single-content {
  padding-top: 0;
  padding-bottom: 0; }
  .single-content:focus {
    outline: 0; }
  .single-content h1.entry-title {
    font-size: 5.2rem;
    line-height: 5.8rem;
    letter-spacing: -0.64px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 885px; }
  .single-content article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px) minmax(680px, 1fr) minmax(0, 260px) minmax(0, 1fr);
    margin: 0 auto;
    grid-gap: 0; }
    .single-content article > * {
      grid-column: 3 / -3; }
    .single-content article .entry-header {
      grid-column: 1 / -1;
      padding: 4rem 2.4rem;
      background: #f6f8f9;
      text-align: center;
      margin-bottom: 4rem; }
      @media (max-width: 767.98px) {
        .single-content article .entry-header {
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      .single-content article .entry-header .post-meta__top {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.6rem; }
        @media (max-width: 767.98px) {
          .single-content article .entry-header .post-meta__top {
            justify-content: flex-start; } }
        .single-content article .entry-header .post-meta__top .post-category a {
          color: #00BA74;
          font-size: 1.3rem;
          line-height: 1.8rem;
          letter-spacing: 0.93px;
          font-weight: 600;
          text-transform: uppercase;
          display: inline-block; }
        .single-content article .entry-header .post-meta__top .post-type button {
          background: transparent;
          display: inline-block;
          padding: 8px 12px 8px 32px;
          border: 1px solid #00a453;
          border-radius: 6px;
          position: relative;
          font-size: 1.3rem;
          font-weight: 500;
          line-height: 1;
          color: #008644;
          outline: none; }
          .single-content article .entry-header .post-meta__top .post-type button:before {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%2300A453' d='M7 0C3.1339 0 0 3.1339 0 7s3.1339 7 7 7 7-3.1339 7-7-3.1339-7-7-7zM5.6 10.7898L2.3051 7.4949l.9898-.9898L5.6 8.8102l5.1051-5.1051.9898.9898L5.6 10.7898z'/%3E%3C/svg%3E");
            width: 14px;
            height: 14px;
            position: absolute;
            top: calc(50% - 7px);
            left: 12px; }
          .single-content article .entry-header .post-meta__top .post-type button:hover {
            background: #eefff7;
            color: #008142;
            text-decoration: none; }
      .single-content article .entry-header .post-meta__bottom {
        display: flex;
        align-items: center;
        justify-content: center; }
        .single-content article .entry-header .post-meta__bottom .entry-author p {
          font-size: 1.4rem;
          line-height: 2.1rem;
          letter-spacing: 0.14px;
          margin-bottom: 0;
          color: #13181d; }
          .single-content article .entry-header .post-meta__bottom .entry-author p a {
            color: inherit;
            text-decoration: underline; }
        .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer {
          display: flex;
          align-items: center; }
          .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer:after {
            content: ' — ';
            display: block;
            margin: 0 4px; }
          .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer img {
            margin: 0 8px 0 0;
            max-width: 40px;
            width: 100%;
            border-radius: 20px; }
        @media (max-width: 991.98px) {
          .single-content article .entry-header .post-meta__bottom {
            flex-direction: column; }
            .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer {
              margin-bottom: 1.2rem; }
              .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer p {
                text-align: left; }
                .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer p a {
                  display: block; }
              .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer:after {
                display: none; } }
    .single-content article .guide-header {
      grid-column: 1 / -1;
      padding: 4rem 0;
      background: #f6f8f9;
      margin-bottom: 4rem; }
      @media (max-width: 767.98px) {
        .single-content article .guide-header {
          padding-top: 3.2rem;
          padding-bottom: 3.2rem; } }
      .single-content article .guide-header h1.entry-title {
        margin: 0;
        text-align: left;
        font-size: 50px;
        line-height: 54px;
        letter-spacing: -0.5px; }
      .single-content article .guide-header .post-excerpt p {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.8px;
        color: #202324; }
      .single-content article .guide-header .post-image img {
        margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .single-content article .guide-header {
          padding-top: 3.2rem;
          padding-bottom: 3.2rem;
          text-align: center; }
          .single-content article .guide-header h1.entry-title {
            font-size: 3rem;
            line-height: 3.7rem;
            margin-bottom: 1.2rem;
            text-align: center; } }
    .single-content article .article-content {
      max-width: 100%; }
      .single-content article .article-content h2 {
        color: #202324;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -0.1px;
        line-height: 48px; }
        @media (max-width: 767.98px) {
          .single-content article .article-content h2 {
            font-size: 32px;
            line-height: 36px; } }
        .single-content article .article-content h2 * {
          font-weight: 600 !important; }
        .single-content article .article-content h2 strong {
          font-weight: 600; }
      .single-content article .article-content h3,
      .single-content article .article-content h4,
      .single-content article .article-content h5 {
        font-weight: 600; }
        .single-content article .article-content h3 *,
        .single-content article .article-content h4 *,
        .single-content article .article-content h5 * {
          font-weight: 600 !important; }
      .single-content article .article-content p {
        color: #202324;
        font-size: 18px;
        letter-spacing: -0.1px;
        line-height: 30px; }
      .single-content article .article-content p + h1,
      .single-content article .article-content p + h2 {
        margin-top: 4rem; }
      .single-content article .article-content a:not(.swp_share_link):not(.tasty-recipes-print-button) {
        color: #00BA74;
        text-decoration: none; }
        .single-content article .article-content a:not(.swp_share_link):not(.tasty-recipes-print-button):hover {
          text-decoration: underline; }
    .single-content article .featured-image {
      grid-column: 2/-2;
      max-width: 789px;
      width: 100%;
      margin: -30rem auto 0; }
    .single-content article .mycenter {
      display: block; }
      .single-content article .mycenter .image-share-wrap {
        width: 100%; }
      @media (max-width: 991.98px) {
        .single-content article .mycenter {
          text-align: center; } }
    .single-content article img {
      width: 100%;
      height: auto;
      margin-bottom: 4rem; }
    .single-content article .wp-block-image {
      margin: 0.8rem 0 4rem; }
      .single-content article .wp-block-image figure {
        margin: 0; }
      .single-content article .wp-block-image img {
        margin: 0; }
    .single-content article ol {
      list-style: none;
      counter-reset: pk-counter;
      margin: 0 0 3.2rem 1.2rem;
      padding: 0; }
      @media (max-width: 767.98px) {
        .single-content article ol {
          padding: 0 1.6rem;
          margin-left: 0; } }
      .single-content article ol li {
        counter-increment: pk-counter;
        margin-bottom: 2.4rem;
        font-size: 1.8rem;
        position: relative;
        padding-left: 2rem; }
        @media (max-width: 767.98px) {
          .single-content article ol li {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        .single-content article ol li:before {
          content: counter(pk-counter) ". ";
          color: #ffa200;
          position: absolute;
          left: 0; }
    .single-content article ul:not(.wfx-toc) {
      margin: 0 0 3.2rem 1.2rem;
      padding: 0;
      list-style: none; }
      .single-content article ul:not(.wfx-toc) li {
        font-size: 1.8rem;
        position: relative;
        padding: 0 0 0 18px;
        margin: 0 0 2.4rem 0; }
        .single-content article ul:not(.wfx-toc) li:before {
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #ffa200;
          position: absolute;
          top: 12px;
          left: 0; }
      @media (max-width: 767.98px) {
        .single-content article ul:not(.wfx-toc) {
          padding: 0 1.6rem;
          margin-left: 0; } }
    .single-content article ul.wfx-news-summary {
      margin-bottom: 2rem; }
      .single-content article ul.wfx-news-summary li {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 700;
        margin-bottom: 2rem; }
        .single-content article ul.wfx-news-summary li:before {
          background: #006fdc; }
    @media (max-width: 767.98px) {
      .single-content article {
        grid-template-columns: 1fr; }
        .single-content article > * {
          padding: 0 2.4rem; }
        .single-content article .entry-header {
          margin-bottom: 2.4rem; }
          .single-content article .entry-header .container {
            padding-left: 0;
            padding-right: 0; }
          .single-content article .entry-header .post-meta__top {
            margin-bottom: 1.2rem; }
            .single-content article .entry-header .post-meta__top .post-type a {
              padding: 6px 10px 7px 26px;
              font-size: 1.2rem; }
              .single-content article .entry-header .post-meta__top .post-type a:before {
                left: 10px;
                width: 12px;
                height: 12px;
                top: calc(50% - 6px); }
          .single-content article .entry-header .post-category {
            display: none; }
          .single-content article .entry-header .entry-title {
            font-size: 3rem;
            line-height: 3.7rem;
            text-align: left;
            margin-bottom: 1.2rem; }
          .single-content article .entry-header .post-meta__bottom {
            align-items: flex-start; }
            .single-content article .entry-header .post-meta__bottom .entry-author p {
              font-size: 1.2rem;
              line-height: 1.8rem;
              letter-spacing: 0.12px;
              margin-bottom: 0; }
            .single-content article .entry-header .post-meta__bottom .entry-author.expert-medical-reviewer p a {
              display: inline; } }
  .single-content.article-post-type article .entry-header {
    padding: 4rem 2.4rem; }
    @media (max-width: 767.98px) {
      .single-content.article-post-type article .entry-header {
        padding: 2rem 2.4rem; } }
  .single-content.article-post-type article .wfx-news-summary:first-of-type {
    display: none; }
  @media (max-width: 767.98px) {
    .single-content.news-post-type article .entry-header {
      padding: 2rem 2.4rem 13.6rem; } }
  @media (max-width: 767.98px) {
    .single-content.news-post-type article .featured-image {
      margin: -14rem auto 4rem; }
      .single-content.news-post-type article .featured-image img {
        margin-bottom: 0; } }
  .single-content.news-post-type article .featured-image ~ .wfx-toc,
  .single-content.news-post-type article .featured-image ~ .tableofcontents {
    display: none; }
  .single-content__aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px) minmax(680px, 1fr) minmax(0, 260px) minmax(0, 1fr);
    margin: 0 auto;
    grid-gap: 0; }
    .single-content__aside > * {
      grid-column: 3 / -3; }
    .single-content__aside #related_posts {
      margin: 5.6rem 0; }
      .single-content__aside #related_posts h3 {
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 4rem; }
      .single-content__aside #related_posts ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .single-content__aside #related_posts ul li {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          margin-bottom: 4rem;
          padding-bottom: 1.6rem;
          border-bottom: 1px solid #d8d8d8; }
          .single-content__aside #related_posts ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0; }
          .single-content__aside #related_posts ul li .related-thumbnail {
            max-width: 210px;
            width: 100%; }
            .single-content__aside #related_posts ul li .related-thumbnail a {
              display: block; }
          .single-content__aside #related_posts ul li .related-content {
            max-width: 446px;
            width: 100%; }
            .single-content__aside #related_posts ul li .related-content h4 {
              font-size: 3rem;
              line-height: 3.6rem;
              font-weight: 600;
              margin-bottom: 1.6rem; }
            .single-content__aside #related_posts ul li .related-content .entry-author {
              margin-bottom: 1.6rem; }
              .single-content__aside #related_posts ul li .related-content .entry-author p {
                font-size: 1.4rem;
                line-height: 1.8rem;
                color: #777777;
                letter-spacing: 0.14px;
                margin-bottom: 0; }
                .single-content__aside #related_posts ul li .related-content .entry-author p a {
                  color: inherit; }
              .single-content__aside #related_posts ul li .related-content .entry-author.expert-medical-reviewer {
                display: flex;
                align-items: center; }
                .single-content__aside #related_posts ul li .related-content .entry-author.expert-medical-reviewer img {
                  max-width: 36px;
                  width: 100%;
                  border-radius: 50%;
                  margin-right: 1.2rem; }
            .single-content__aside #related_posts ul li .related-content .entry-excerpt p {
              font-size: 1.6rem;
              line-height: 2.6rem; }
              .single-content__aside #related_posts ul li .related-content .entry-excerpt p .read-more-link {
                color: #00BA74;
                font-size: 1.4rem;
                line-height: 1.7rem;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 600;
                display: block; }
                .single-content__aside #related_posts ul li .related-content .entry-excerpt p .read-more-link:hover {
                  color: #008a56; }
          .single-content__aside #related_posts ul li:before {
            display: none; }
    .single-content__aside .swp_share_button .swp_share_link {
      color: #fff !important; }
    @media (max-width: 767.98px) {
      .single-content__aside {
        grid-template-columns: 1fr; }
        .single-content__aside > * {
          padding: 0 2.4rem; }
        .single-content__aside #related_posts h3 {
          margin-bottom: 2.4rem; }
        .single-content__aside #related_posts ul li {
          flex-direction: column;
          margin-bottom: 3.2rem;
          padding-bottom: 3.2rem; }
          .single-content__aside #related_posts ul li .related-thumbnail {
            max-width: 100%;
            margin-bottom: 2.4rem; }
          .single-content__aside #related_posts ul li .related-content {
            max-width: 100%; }
            .single-content__aside #related_posts ul li .related-content h4 {
              font-size: 2.4rem;
              line-height: 3rem; }
            .single-content__aside #related_posts ul li .related-content .entry-author.expert-medical-reviewer a {
              display: block; }
            .single-content__aside #related_posts ul li .related-content .entry-excerpt p {
              font-size: 1.4rem;
              line-height: 2.4rem; }
              .single-content__aside #related_posts ul li .related-content .entry-excerpt p:first-of-type {
                margin-bottom: 1.6rem; }
              .single-content__aside #related_posts ul li .related-content .entry-excerpt p .read-more-link {
                font-size: 1.3rem;
                line-height: 1.6rem; } }
  .single-content .entry-footer .tags-links a {
    color: #00BA74;
    margin-right: 16px; }
    .single-content .entry-footer .tags-links a:hover {
      text-decoration: underline; }
    .single-content .entry-footer .tags-links a:before {
      content: '#'; }
  .single-content .wfx-post-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px) minmax(680px, 1fr) minmax(0, 260px) minmax(0, 1fr);
    margin: 5.6rem auto;
    grid-gap: 0;
    outline: none; }
    .single-content .wfx-post-footer > div {
      grid-column: 3 / -3;
      border-top: 2px solid #e9e9e9;
      border-bottom: 2px solid #e9e9e9;
      padding: 3.2rem 0; }
    @media (max-width: 767.98px) {
      .single-content .wfx-post-footer {
        grid-template-columns: 1fr; }
        .single-content .wfx-post-footer > * {
          padding: 0 2.4rem; } }
  .single-content .wfx-comments {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px) minmax(680px, 1fr) minmax(0, 260px) minmax(0, 1fr);
    margin: 5.6rem auto 2.4rem;
    grid-gap: 0;
    outline: none; }
    .single-content .wfx-comments > * {
      grid-column: 3 / -3; }
    @media (max-width: 767.98px) {
      .single-content .wfx-comments {
        grid-template-columns: 1fr; }
        .single-content .wfx-comments > * {
          padding: 0 2.4rem; } }

.comment-author.vcard img {
  width: 48px !important;
  height: 48px !important; }

.inline-modal {
  padding: 4.8rem;
  display: none;
  max-width: 680px !important; }
  .inline-modal .fancybox-button {
    right: 4px !important;
    top: 4px !important; }
    .inline-modal .fancybox-button svg {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }

.single-post article .wfx-toc,
.single-post article .tableofcontents ul {
  margin: 0 0 3.2rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .single-post article .wfx-toc li,
  .single-post article .tableofcontents ul li {
    font-size: 1.8rem;
    line-height: 4rem;
    white-space: normal;
    margin: 0;
    padding: 0;
    position: relative; }
    .single-post article .wfx-toc li:before,
    .single-post article .tableofcontents ul li:before {
      display: none; }
    .single-post article .wfx-toc li:after,
    .single-post article .tableofcontents ul li:after {
      content: '|';
      color: #d8d8d8;
      font-weight: 500;
      padding: 0 1.2rem; }
    .single-post article .wfx-toc li a,
    .single-post article .tableofcontents ul li a {
      font-size: inherit;
      line-height: 2.4rem;
      font-weight: 600;
      letter-spacing: 0.11px;
      color: #00BA74; }
      .single-post article .wfx-toc li a:hover,
      .single-post article .tableofcontents ul li a:hover {
        color: #00b06e; }
    .single-post article .wfx-toc li span,
    .single-post article .tableofcontents ul li span {
      font-weight: 600 !important;
      padding: 0; }
    .single-post article .wfx-toc li:last-child:after,
    .single-post article .tableofcontents ul li:last-child:after {
      display: none; }
  @media (max-width: 767.98px) {
    .single-post article .wfx-toc,
    .single-post article .tableofcontents ul {
      margin-bottom: 1.6rem; }
      .single-post article .wfx-toc li,
      .single-post article .tableofcontents ul li {
        font-size: 1.5rem;
        line-height: 1.9rem;
        margin-bottom: 0.6rem; }
        .single-post article .wfx-toc li span,
        .single-post article .tableofcontents ul li span {
          padding: 0; } }

.single .fancybox-container {
  z-index: 999999; }

.single a.swp_share_link {
  color: #fff !important; }

.single #dcl_comment_btn {
  border-radius: 4px;
  font-size: 1.125em;
  font-weight: 500;
  height: 55px;
  letter-spacing: 0;
  line-height: 50px;
  padding: 0 40px;
  border: none;
  background: #00BA74;
  color: #fff; }

.page-template-keto-guides-single #single-wrapper {
  padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .page-template-keto-guides-single #single-wrapper {
      overflow-x: hidden; } }
  .page-template-keto-guides-single #single-wrapper .article-content {
    margin-bottom: 6.4rem; }
  .page-template-keto-guides-single #single-wrapper .article-head {
    border-bottom: 2px solid #F0F2F5;
    padding: 4rem 0;
    margin-bottom: 4.8rem; }
    .page-template-keto-guides-single #single-wrapper .article-head .entry-title {
      margin-bottom: 32px; }
    .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info {
      display: flex;
      margin-bottom: 40px; }
      @media (max-width: 991.98px) {
        .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info {
          margin-bottom: 24px; } }
      .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-author {
        align-items: center;
        display: flex; }
        @media (max-width: 991.98px) {
          .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-author {
            display: none; } }
        .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-author .entry-author-avatar {
          margin-right: 16px; }
          .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-author .entry-author-avatar a {
            display: block;
            height: 56px;
            overflow: hidden;
            width: 56px; }
          .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-author .entry-author-avatar img {
            border-radius: 50%;
            position: absolute;
            width: 56px; }
        .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-author .link {
          font-size: 0.875em; }
      .page-template-keto-guides-single #single-wrapper .article-head .entry-author-info .entry-date {
        color: #545C5F;
        font-size: 0.875em;
        letter-spacing: 0; }
    .page-template-keto-guides-single #single-wrapper .article-head .entry-header, .page-template-keto-guides-single #single-wrapper .article-head .post-excerpt {
      padding-right: 5rem; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single #single-wrapper .article-head {
        border-bottom: none;
        padding: 0;
        margin-bottom: .4rem; }
        .page-template-keto-guides-single #single-wrapper .article-head .entry-header, .page-template-keto-guides-single #single-wrapper .article-head .post-excerpt {
          padding-right: 0; }
        .page-template-keto-guides-single #single-wrapper .article-head .entry-header .entry-title {
          font-size: 3rem;
          line-height: 3.7rem;
          margin-bottom: 1.2rem; } }
    .page-template-keto-guides-single #single-wrapper .article-head .entry-author-alt {
      display: none;
      font-size: 0.8125em;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .page-template-keto-guides-single #single-wrapper .article-head .entry-author-alt {
          display: block; } }
  .page-template-keto-guides-single #single-wrapper .article-footer {
    margin-top: 7.2rem;
    margin-bottom: 7.2rem; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single #single-wrapper .article-footer {
        margin-bottom: 0;
        margin-top: 3.2rem; } }
    .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles h6 {
      margin-bottom: 3.2rem;
      font-weight: 500; }
    .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post {
      display: flex;
      align-items: flex-start;
      margin-bottom: 3.2rem; }
      .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-thumbnail {
        max-width: 275px;
        width: 100%;
        margin-right: 2.4rem; }
        .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-thumbnail img {
          max-width: 275px;
          width: 100%;
          height: 183px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top center;
             object-position: top center; }
      .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-info .related-title h3 {
        font-size: 3rem;
        line-height: 3.4rem;
        font-weight: 500;
        margin-bottom: 0.8rem; }
      .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-info .related-more {
        color: #00BA74;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: -0.08px; }
        .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-info .related-more:hover {
          color: #008A56; }
      @media (max-width: 767.98px) {
        .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post {
          flex-direction: column; }
          .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-thumbnail {
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 1.6rem; }
            .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-thumbnail img {
              max-width: 100%;
              height: 218px;
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: top center;
                 object-position: top center; }
          .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-info .related-title h3 {
            font-size: 2.2rem;
            line-height: 2.8rem;
            margin-bottom: 0; }
          .page-template-keto-guides-single #single-wrapper .article-footer .suggested-articles .related-post .related-post-info .related-more {
            display: none; } }
  .page-template-keto-guides-single #single-wrapper .container .entry-content,
  .page-template-keto-guides-single #single-wrapper .container .entry-footer {
    max-width: 720px;
    margin: 0 auto; }
  .page-template-keto-guides-single #single-wrapper .container .entry-content p > img {
    width: 100%; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single #single-wrapper .container .entry-content p > img {
        max-width: unset;
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2); } }
  .page-template-keto-guides-single #single-wrapper .container .entry-footer .tags-links a {
    font-size: 1.25em;
    margin-right: 16px; }
    .page-template-keto-guides-single #single-wrapper .container .entry-footer .tags-links a:before {
      content: "#"; }
  .page-template-keto-guides-single #single-wrapper .popular-posts {
    margin-bottom: 3.2rem;
    padding: 4rem;
    background: #F0F2F5; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single #single-wrapper .popular-posts {
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
        padding: 3.2rem 2.4rem;
        margin-top: 1.6rem; } }
    .page-template-keto-guides-single #single-wrapper .popular-posts h3 {
      color: #202324;
      font-size: 2.8rem;
      line-height: 4rem; }
      @media (max-width: 767.98px) {
        .page-template-keto-guides-single #single-wrapper .popular-posts h3 {
          font-size: 2.4rem;
          line-height: 3rem; } }
    .page-template-keto-guides-single #single-wrapper .popular-posts ol {
      counter-reset: popular-article-count;
      list-style: none;
      margin: 0;
      padding: 0; }
      .page-template-keto-guides-single #single-wrapper .popular-posts ol li {
        counter-increment: popular-article-count;
        margin-bottom: 1.6rem;
        padding-left: 20px;
        position: relative; }
        .page-template-keto-guides-single #single-wrapper .popular-posts ol li:before {
          color: #A7B1B5;
          content: counter(popular-article-count) ".";
          font-size: 20px;
          left: 0;
          letter-spacing: 0;
          position: absolute;
          top: 2px; }
        .page-template-keto-guides-single #single-wrapper .popular-posts ol li a {
          font-size: 2rem;
          line-height: 3.4rem;
          color: #202324;
          border-bottom: 2px solid #BFCCD0; }
          .page-template-keto-guides-single #single-wrapper .popular-posts ol li a:hover {
            border-bottom: 2px solid #202324; }
        .page-template-keto-guides-single #single-wrapper .popular-posts ol li:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .page-template-keto-guides-single #single-wrapper .popular-posts ol li a {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
  .page-template-keto-guides-single #single-wrapper .h1 {
    line-height: 5.4rem;
    letter-spacing: -0.05px; }
  .page-template-keto-guides-single #single-wrapper p + h2 {
    padding-top: 2.4rem; }
    .page-template-keto-guides-single #single-wrapper p + h2 span {
      font-weight: 600 !important; }
    @media (min-width: 576px) {
      .page-template-keto-guides-single #single-wrapper p + h2 {
        padding-top: 4rem; } }
  .page-template-keto-guides-single #single-wrapper p + h3 {
    padding-top: 1.6rem; }
    .page-template-keto-guides-single #single-wrapper p + h3 span {
      font-weight: 600 !important; }
    @media (min-width: 576px) {
      .page-template-keto-guides-single #single-wrapper p + h3 {
        padding-top: 2.4rem; } }
  .page-template-keto-guides-single #single-wrapper h4 span {
    font-weight: 600 !important; }
  .page-template-keto-guides-single #single-wrapper a {
    font-weight: 500;
    text-decoration: none; }
  .page-template-keto-guides-single #single-wrapper .entry-meta {
    font-size: 1.3rem;
    color: #545C5F;
    margin-bottom: 1.6rem; }
    .page-template-keto-guides-single #single-wrapper .entry-meta a {
      color: inherit; }
    .page-template-keto-guides-single #single-wrapper .entry-meta .author .url {
      font-weight: 500;
      color: #202324;
      border-bottom: 2px solid #E1E4E5; }
  .page-template-keto-guides-single #single-wrapper .post-image, .page-template-keto-guides-single #single-wrapper figure {
    margin-bottom: 2.4rem;
    height: auto; }
    .page-template-keto-guides-single #single-wrapper .post-image img, .page-template-keto-guides-single #single-wrapper figure img {
      width: 100%; }
  .page-template-keto-guides-single #single-wrapper .wp-block-image {
    max-width: none; }
  .page-template-keto-guides-single #single-wrapper p {
    font-size: 2rem;
    line-height: 3.4rem; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single #single-wrapper p {
        font-size: 1.8rem;
        line-height: 2.8rem; } }
  @media (max-width: 767.98px) {
    .page-template-keto-guides-single #single-wrapper .article-content img {
      width: 100vw; } }
  .page-template-keto-guides-single #single-wrapper .article-content ul {
    margin: 0 0 2.4rem;
    padding: 0;
    list-style: none; }
    .page-template-keto-guides-single #single-wrapper .article-content ul li {
      position: relative;
      margin-bottom: 1.6rem;
      padding-left: 2rem;
      font-size: 2rem;
      line-height: 3.4rem; }
      @media (max-width: 767.98px) {
        .page-template-keto-guides-single #single-wrapper .article-content ul li {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      .page-template-keto-guides-single #single-wrapper .article-content ul li p:last-of-type {
        margin-bottom: 0; }
      .page-template-keto-guides-single #single-wrapper .article-content ul li:before {
        content: "•";
        font-size: 3.7rem;
        color: #FFB964;
        display: block;
        position: absolute;
        left: 0;
        top: -2px; }
      .page-template-keto-guides-single #single-wrapper .article-content ul li::last-of-type {
        margin-bottom: 0; }
  .page-template-keto-guides-single #single-wrapper .article-content ol {
    list-style: none;
    counter-reset: pk-counter;
    margin: 0 0 2.4rem;
    padding: 0; }
    .page-template-keto-guides-single #single-wrapper .article-content ol li {
      counter-increment: pk-counter;
      margin-bottom: 1.6rem;
      font-size: 2rem;
      line-height: 3.4rem;
      position: relative;
      padding-left: 2rem; }
      @media (max-width: 767.98px) {
        .page-template-keto-guides-single #single-wrapper .article-content ol li {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      .page-template-keto-guides-single #single-wrapper .article-content ol li:before {
        content: counter(pk-counter) ". ";
        color: #7D888C;
        position: absolute;
        left: 0; }
  .page-template-keto-guides-single #single-wrapper .article-content .swp_social_panel {
    margin: 48px auto;
    max-width: 720px; }
  .page-template-keto-guides-single #single-wrapper .wfx-toc,
  .page-template-keto-guides-single #single-wrapper .tableofcontents ul {
    margin: 0 0 3.2rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .page-template-keto-guides-single #single-wrapper .wfx-toc li,
    .page-template-keto-guides-single #single-wrapper .tableofcontents ul li {
      font-size: 1.8rem;
      line-height: 4rem;
      white-space: normal;
      margin: 0;
      padding: 0;
      position: relative; }
      .page-template-keto-guides-single #single-wrapper .wfx-toc li:before,
      .page-template-keto-guides-single #single-wrapper .tableofcontents ul li:before {
        display: none !important; }
      .page-template-keto-guides-single #single-wrapper .wfx-toc li:after,
      .page-template-keto-guides-single #single-wrapper .tableofcontents ul li:after {
        content: '|';
        color: #d8d8d8;
        font-weight: 500;
        padding: 0 1.2rem; }
      .page-template-keto-guides-single #single-wrapper .wfx-toc li a,
      .page-template-keto-guides-single #single-wrapper .tableofcontents ul li a {
        font-size: inherit;
        line-height: 2.4rem;
        font-weight: 600;
        letter-spacing: 0.11px;
        color: #00BA74; }
        .page-template-keto-guides-single #single-wrapper .wfx-toc li a:hover,
        .page-template-keto-guides-single #single-wrapper .tableofcontents ul li a:hover {
          color: #00b06e; }
      .page-template-keto-guides-single #single-wrapper .wfx-toc li span,
      .page-template-keto-guides-single #single-wrapper .tableofcontents ul li span {
        font-weight: 600 !important;
        padding: 0; }
      .page-template-keto-guides-single #single-wrapper .wfx-toc li:last-child:after,
      .page-template-keto-guides-single #single-wrapper .tableofcontents ul li:last-child:after {
        display: none; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single #single-wrapper .wfx-toc,
      .page-template-keto-guides-single #single-wrapper .tableofcontents ul {
        margin-bottom: 1.6rem; }
        .page-template-keto-guides-single #single-wrapper .wfx-toc li,
        .page-template-keto-guides-single #single-wrapper .tableofcontents ul li {
          font-size: 1.5rem;
          line-height: 1.9rem;
          margin-bottom: 0.6rem; }
          .page-template-keto-guides-single #single-wrapper .wfx-toc li span,
          .page-template-keto-guides-single #single-wrapper .tableofcontents ul li span {
            padding: 0; } }

.page-template-keto-guides-single .breadcrumbs {
  display: flex;
  margin-bottom: 1.6rem; }
  @media (max-width: 991.98px) {
    .page-template-keto-guides-single .breadcrumbs {
      flex-wrap: wrap; } }
  .page-template-keto-guides-single .breadcrumbs .breadcrumbs-home {
    color: #545C5F;
    font-size: 1.4rem;
    line-height: 1.7rem;
    position: relative; }
    .page-template-keto-guides-single .breadcrumbs .breadcrumbs-home:after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9'%3E%3Cpath fill='%23D6DADB' fill-rule='nonzero' d='M5.426 4.5L1.379.598l-1 .964L3.426 4.5.379 7.438l1 .965z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center 8px;
      padding: 0 8px; }
    .page-template-keto-guides-single .breadcrumbs .breadcrumbs-home:hover {
      color: #00BA74; }
  .page-template-keto-guides-single .breadcrumbs ul.post-categories {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-template-keto-guides-single .breadcrumbs ul.post-categories li {
      display: none;
      margin: 0;
      padding: 0;
      line-height: 1.7rem; }
      .page-template-keto-guides-single .breadcrumbs ul.post-categories li:nth-child(1), .page-template-keto-guides-single .breadcrumbs ul.post-categories li:nth-child(2) {
        display: block; }
      .page-template-keto-guides-single .breadcrumbs ul.post-categories li:before {
        all: unset; }
      .page-template-keto-guides-single .breadcrumbs ul.post-categories li:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9'%3E%3Cpath fill='%23D6DADB' fill-rule='nonzero' d='M5.426 4.5L1.379.598l-1 .964L3.426 4.5.379 7.438l1 .965z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center 10px;
        padding: 0 8px; }
      .page-template-keto-guides-single .breadcrumbs ul.post-categories li a {
        color: #545C5F;
        font-size: 1.4rem; }
        .page-template-keto-guides-single .breadcrumbs ul.post-categories li a:hover {
          color: #00BA74; }
  .page-template-keto-guides-single .breadcrumbs.product .breadcrumbs-home {
    color: #4f5659; }
    .page-template-keto-guides-single .breadcrumbs.product .breadcrumbs-home:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cpath fill='%237E8688' fill-rule='nonzero' d='M5.047 3.902L1 0 0 .964l3.047 2.938L0 6.84l1 .965z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center 8px;
      padding: 0 8px; }

.page-template-keto-guides-single .article-head .entry-fact-checked {
  align-items: center; }
  .page-template-keto-guides-single .article-head .entry-fact-checked .fact-checked__image {
    margin-right: 16px; }
    .page-template-keto-guides-single .article-head .entry-fact-checked .fact-checked__image img {
      width: 56px; }
      @media (max-width: 991.98px) {
        .page-template-keto-guides-single .article-head .entry-fact-checked .fact-checked__image img {
          width: 48px; } }

.page-template-keto-guides-single .entry-fact-checked {
  display: flex;
  margin-right: 30px; }
  .page-template-keto-guides-single .entry-fact-checked .fact-checked__text {
    color: #545C5F;
    font-size: 0.875em;
    letter-spacing: 0; }
    .page-template-keto-guides-single .entry-fact-checked .fact-checked__text .icon {
      color: #00BA74;
      font-size: 16px;
      margin-right: 7px;
      position: relative;
      top: 3px; }
    @media (max-width: 991.98px) {
      .page-template-keto-guides-single .entry-fact-checked .fact-checked__text {
        font-size: 0.75em; }
        .page-template-keto-guides-single .entry-fact-checked .fact-checked__text .icon {
          font-size: 12px;
          margin-right: 2px; } }
  .page-template-keto-guides-single .entry-fact-checked .fact-checked__tooltip .link {
    font-size: 0.875em; }
    @media (max-width: 991.98px) {
      .page-template-keto-guides-single .entry-fact-checked .fact-checked__tooltip .link {
        font-size: 0.75em; } }

.page-template-keto-guides-single .entry-author-info-footer {
  margin: 48px auto;
  max-width: 720px; }
  @media (max-width: 991.98px) {
    .page-template-keto-guides-single .entry-author-info-footer {
      display: none; } }
  .page-template-keto-guides-single .entry-author-info-footer h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 24px; }
  .page-template-keto-guides-single .entry-author-info-footer .entry-author-bio {
    color: #34393A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px; }
  .page-template-keto-guides-single .entry-author-info-footer .entry-author-footer {
    display: flex;
    margin-top: 40px; }
    .page-template-keto-guides-single .entry-author-info-footer .entry-author-footer .entry-author-avatar a {
      display: block;
      margin-right: 16px; }
    .page-template-keto-guides-single .entry-author-info-footer .entry-author-footer .entry-author-avatar img {
      border-radius: 50%;
      width: 90px; }
      @media (max-width: 991.98px) {
        .page-template-keto-guides-single .entry-author-info-footer .entry-author-footer .entry-author-avatar img {
          width: 50px; } }
    .page-template-keto-guides-single .entry-author-info-footer .entry-author-footer .entry-author-details {
      flex: 1; }
  .page-template-keto-guides-single .entry-author-info-footer .fact-checked__image {
    margin-right: 16px; }
    .page-template-keto-guides-single .entry-author-info-footer .fact-checked__image img {
      width: 90px; }
      @media (max-width: 991.98px) {
        .page-template-keto-guides-single .entry-author-info-footer .fact-checked__image img {
          width: 50px; } }
  .page-template-keto-guides-single .entry-author-info-footer .fact-checked__info {
    flex: 1; }
    .page-template-keto-guides-single .entry-author-info-footer .fact-checked__info a {
      color: #00BA74; }

.page-template-keto-guides-single .entry-tooltip-wrapper {
  display: inline-block; }
  .page-template-keto-guides-single .entry-tooltip-wrapper:after {
    display: none;
    top: -2px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
    z-index: 99999; }
    @media (max-width: 767.98px) {
      .page-template-keto-guides-single .entry-tooltip-wrapper:after {
        top: unset;
        bottom: 40px; } }
  .page-template-keto-guides-single .entry-tooltip-wrapper:hover:after {
    display: block; }

.page-template-keto-guides-single .entry-tooltip {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  bottom: 28px;
  display: none;
  margin: 0 auto;
  padding: 20px 24px 24px 24px;
  position: absolute;
  left: 0;
  right: 0;
  width: 327px;
  z-index: 99999; }
  @media (max-width: 767.98px) {
    .page-template-keto-guides-single .entry-tooltip {
      bottom: 58px; } }
  .page-template-keto-guides-single .entry-tooltip h4 {
    font-size: 1.375em;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 3px; }
  .page-template-keto-guides-single .entry-tooltip .entry-author-bio {
    color: #545C5F;
    font-size: 0.875em;
    letter-spacing: 0;
    line-height: 20px;
    margin: 18px 0 0; }
  .page-template-keto-guides-single .entry-tooltip a {
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0; }
    .page-template-keto-guides-single .entry-tooltip a:after {
      bottom: -3px;
      height: 2px; }

.page-template-keto-guides-single .entry-tooltip-wrapper {
  position: relative; }
  .page-template-keto-guides-single .entry-tooltip-wrapper:hover .entry-tooltip {
    display: block; }
  @media (max-width: 767.98px) {
    .page-template-keto-guides-single .entry-tooltip-wrapper {
      position: unset; } }

.page-template-keto-guides-single .comments {
  padding: 4.8rem 0 0; }
  .page-template-keto-guides-single .comments .blog-width {
    max-width: 720px;
    margin: 0 auto; }
  .page-template-keto-guides-single .comments #dcl_comment_btn {
    border-radius: 4px;
    font-size: 1.125em;
    font-weight: 500;
    height: 55px;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 40px;
    border: none;
    background: #00BA74;
    color: #fff; }

section.recent-articles {
  padding: 46px 0; }
  @media (max-width: 767.98px) {
    section.recent-articles {
      padding-top: 18px;
      padding-bottom: 30px; } }
  section.recent-articles h2.title {
    font-size: 1.625em;
    letter-spacing: -0.03px;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      section.recent-articles h2.title {
        font-size: 1.375em;
        letter-spacing: -0.02px;
        margin-bottom: 0; } }
  section.recent-articles .entry-meta__category a {
    color: #00BA74; }
  section.recent-articles .entry-title {
    line-height: 30px; }

section.must-read {
  background: #EEF8FF;
  padding: 64px 0 60px; }
  @media (max-width: 767.98px) {
    section.must-read {
      padding: 30px 0 26px; } }
  section.must-read h2.title {
    font-size: 2.5em;
    letter-spacing: -0.04px;
    margin-bottom: 38px;
    text-align: center; }
    @media (max-width: 767.98px) {
      section.must-read h2.title {
        font-size: 2em;
        letter-spacing: -0.03px;
        margin-bottom: 11px; } }
  section.must-read .entry-title a {
    color: #202324; }
  section.must-read .entry-meta__category a {
    color: #3091D3; }
  section.must-read .entry-meta__reading-time, section.must-read .entry-author {
    color: #869CAB; }
  section.must-read .entry-meta ul li:after {
    background: #C6DAE7; }

section.delicious-recipes {
  background: #FFFBF0;
  padding: 80px 0; }
  @media (max-width: 767.98px) {
    section.delicious-recipes {
      padding: 48px 0; } }
  section.delicious-recipes h2 {
    font-size: 2.5em;
    letter-spacing: -0.04px;
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      section.delicious-recipes h2 {
        font-size: 2em;
        letter-spacing: -0.03px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 12px; } }
  section.delicious-recipes .btn-orange {
    background: #FFA200;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 37px;
    padding: 13px 40px; }
    @media (max-width: 767.98px) {
      section.delicious-recipes .btn-orange {
        max-width: 100%;
        width: 100%; } }
    section.delicious-recipes .btn-orange:hover {
      background: #FFB22C; }

section.podcast-article {
  background: #FFF5E4;
  padding: 80px 0; }
  @media (max-width: 767.98px) {
    section.podcast-article {
      padding: 40px 0 28px; }
      section.podcast-article .col {
        padding: 0; } }
  section.podcast-article .heading {
    text-align: center; }
    section.podcast-article .heading h2 {
      font-size: 2.5em;
      letter-spacing: -0.04px;
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        section.podcast-article .heading h2 {
          font-size: 2em;
          letter-spacing: -0.03px;
          line-height: 36px;
          margin-top: 24px; } }
    section.podcast-article .heading p {
      color: #7A705C;
      font-size: 1.5em;
      letter-spacing: -0.02px; }
      @media (max-width: 767.98px) {
        section.podcast-article .heading p {
          font-size: 1.25em;
          letter-spacing: -0.02px;
          line-height: 30px;
          margin-bottom: 20px; } }
    section.podcast-article .heading .podcast-links {
      margin-bottom: 32px; }
      @media (max-width: 767.98px) {
        section.podcast-article .heading .podcast-links {
          display: flex;
          justify-content: space-between;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 16px;
          max-width: 400px; } }
      section.podcast-article .heading .podcast-links a {
        display: inline-block; }
        section.podcast-article .heading .podcast-links a img {
          margin: 0 6px;
          width: 54px; }
          @media (max-width: 767.98px) {
            section.podcast-article .heading .podcast-links a img {
              margin: 0; } }
  section.podcast-article .article-block {
    margin: 0 auto;
    max-width: 771px; }
  section.podcast-article .entry-thumbnail {
    margin-right: 19px; }
    @media (max-width: 767.98px) {
      section.podcast-article .entry-thumbnail {
        margin-right: 0; } }
    section.podcast-article .entry-thumbnail img {
      width: 191px; }
      @media (max-width: 767.98px) {
        section.podcast-article .entry-thumbnail img {
          width: 148px; } }
    section.podcast-article .entry-thumbnail:hover img {
      -webkit-transform: scale(1);
              transform: scale(1); }
  section.podcast-article .entry-meta__date {
    color: #A8A090;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  section.podcast-article .entry-buttons {
    margin-top: 16px; }
    section.podcast-article .entry-buttons .btn {
      background: #ACA495;
      border-radius: 26px;
      border: 0;
      box-shadow: none !important;
      color: #fff;
      font-size: 1em;
      font-weight: 600;
      letter-spacing: -0.02px;
      line-height: 48px;
      padding: 0 32px 2px; }
      section.podcast-article .entry-buttons .btn:hover {
        background: #867C69; }
      @media (max-width: 767.98px) {
        section.podcast-article .entry-buttons .btn {
          line-height: 40px; } }
    section.podcast-article .entry-buttons .btn-primary {
      background: #00BA74;
      margin-right: 12px; }
      section.podcast-article .entry-buttons .btn-primary:hover {
        background: #00A869; }
      @media (max-width: 767.98px) {
        section.podcast-article .entry-buttons .btn-primary {
          margin-right: 6px; } }
    section.podcast-article .entry-buttons .icon {
      position: relative;
      right: 2px;
      top: 2px; }

section.popular-articles {
  padding: 80px 0; }
  @media (max-width: 767.98px) {
    section.popular-articles {
      padding: 30px 0; } }
  section.popular-articles .heading .title {
    font-size: 1.625em;
    font-weight: 600;
    letter-spacing: -0.03px;
    margin-bottom: 16px;
    text-align: center; }
    @media (max-width: 767.98px) {
      section.popular-articles .heading .title {
        font-size: 1.375em;
        letter-spacing: -0.02px;
        margin-top: 15px;
        margin-bottom: 12px; } }
  section.popular-articles .entry-meta__category a {
    color: #00BA74; }
  section.popular-articles .more-recent-articles h3.entry-title {
    font-size: 1.625em;
    padding-right: 10px; }
    @media (max-width: 767.98px) {
      section.popular-articles .more-recent-articles h3.entry-title {
        font-size: 1.125em;
        letter-spacing: -0.02px;
        line-height: 23px; } }
  section.popular-articles .col-md-5 {
    padding-left: 70px; }
    @media (max-width: 767.98px) {
      section.popular-articles .col-md-5 {
        padding-left: 12px; } }
  @media (max-width: 767.98px) {
    section.popular-articles .col-7 {
      padding-left: 0 !important; }
      section.popular-articles .col-7 .entry-header {
        padding-right: 12px; } }

ol.popular-articles-wrapper {
  counter-reset: popular-article-count;
  list-style: none;
  margin: 0;
  padding: 0; }
  ol.popular-articles-wrapper > li {
    counter-increment: popular-article-count;
    padding-left: 42px;
    position: relative; }
    ol.popular-articles-wrapper > li:before {
      color: #CCD0D1;
      content: "0" counter(popular-article-count);
      font-size: 24px;
      left: 0;
      letter-spacing: 0;
      position: absolute;
      top: 12px; }
      @media (max-width: 767.98px) {
        ol.popular-articles-wrapper > li:before {
          top: 7px; } }
    ol.popular-articles-wrapper > li h4.entry-title {
      font-size: 1.25em;
      margin-bottom: 0;
      line-height: 30px; }

.generic-page .entry-header {
  padding: 64px 0 56px; }

.generic-page--content {
  padding-bottom: 80px; }
  .generic-page--content.blog-width {
    max-width: 720px;
    margin: 0 auto; }
  .generic-page--content p {
    font-size: 18px;
    line-height: 30px; }
    .generic-page--content p strong, .generic-page--content p b {
      font-weight: 600; }
    .generic-page--content p a {
      font-weight: 500;
      color: #00BA74;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      .generic-page--content p a:hover {
        color: #008a56; }
  .generic-page--content p + h2, .generic-page--content p + h3, .generic-page--content p + h4, .generic-page--content p + h5 {
    padding-top: 24px; }
  .generic-page--content ul {
    padding: 0;
    margin: 0 0 48px 0;
    list-style: none; }
    .generic-page--content ul li {
      margin-bottom: 16px;
      position: relative;
      padding-left: 26px;
      font-size: 18px;
      line-height: 30px; }
      .generic-page--content ul li:last-child {
        margin-bottom: 0; }
      .generic-page--content ul li:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #FFB964;
        position: absolute;
        top: 12px;
        left: 0; }
      .generic-page--content ul li a {
        font-weight: 500;
        color: #00BA74;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        .generic-page--content ul li a:hover {
          color: #008a56; }

@media (max-width: 767.98px) {
  .generic-page .entry-header {
    padding: 40px 0 24px; }
    .generic-page .entry-header h1 {
      letter-spacing: -0.43px;
      font-size: 3.2rem;
      line-height: 3.8rem; }
  .generic-page--content {
    padding-bottom: 32px; }
    .generic-page--content p {
      margin-bottom: 16px; }
    .generic-page--content p, .generic-page--content ul li {
      font-size: 16px;
      line-height: 24px; }
    .generic-page--content ul {
      margin-bottom: 32px; }
      .generic-page--content ul li:before {
        width: 8px;
        height: 8px;
        top: 10px; }
    .generic-page--content p + h2, .generic-page--content p + h3, .generic-page--content p + h4, .generic-page--content p + h5 {
      padding-top: 8px; } }

.hero--writers {
  padding: 96px 0 120px;
  background: #4F5659;
  background-repeat: none;
  background-size: cover;
  background-position: right center;
  color: #fff; }
  .hero--writers.lazyloaded {
    background-image: url("https://ucarecdn.com/243c10d7-2751-4c28-9b05-8bd18a99da38/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x1250/"); }
  .hero--writers h1 {
    color: inherit; }
  .hero--writers p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #fff; }
    .hero--writers p strong, .hero--writers p b {
      font-weight: 600; }
    .hero--writers p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .hero--writers {
      background: #F6F8F9;
      padding: 32px 0;
      text-align: center; }
      .hero--writers.lazyloaded {
        background: #F6F8F9; }
      .hero--writers h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.43px;
        margin-bottom: 8px;
        color: #202324; }
      .hero--writers p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 16px;
        color: #4F5659; } }

.writers-content {
  padding: 96px 0 104px; }
  .writers-content .entry-header {
    margin-bottom: 64px; }
  .writers-content .team-member img {
    max-width: 174px;
    width: 100%;
    margin-bottom: 24px;
    display: block; }
  .writers-content .team-member .person {
    display: flex;
    align-items: center; }
  .writers-content .team-member h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
    margin-right: 16px; }
  .writers-content .team-member ul.social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    .writers-content .team-member ul.social-media li {
      margin-right: 12px; }
      .writers-content .team-member ul.social-media li a {
        font-size: 22px;
        color: #A3ABAE; }
        .writers-content .team-member ul.social-media li a:hover {
          color: #00BA74; }
      .writers-content .team-member ul.social-media li:last-child {
        margin-right: 0; }
  .writers-content .team-member p {
    font-size: 18px;
    line-height: 28px;
    color: #4F5659;
    margin-bottom: 0;
    padding-right: 32px; }
    .writers-content .team-member p a {
      color: #4F5659;
      font-weight: 400; }
      .writers-content .team-member p a:after {
        background: #4F5659; }
  .writers-content .questions .entry-header {
    margin-bottom: 40px; }
    .writers-content .questions .entry-header h3 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.17px; }
  .writers-content .accordion-group {
    max-width: 650px;
    width: 100%;
    margin: 0 auto; }
  @media (max-width: 767.98px) {
    .writers-content {
      padding: 48px 0 56px; }
      .writers-content .entry-header {
        margin-bottom: 32px; }
        .writers-content .entry-header h2 {
          font-size: 32px;
          line-height: 38px;
          letter-spacing: -0.43px; }
      .writers-content .team-member .person {
        flex-direction: column;
        align-items: flex-start; }
      .writers-content .team-member img {
        max-width: 120px;
        margin-bottom: 16px; }
      .writers-content .team-member h3 {
        margin-bottom: 16px;
        margin-right: 0;
        font-size: 24px;
        line-height: 1; }
      .writers-content .team-member ul.social-media {
        margin-bottom: 8px; }
        .writers-content .team-member ul.social-media li {
          margin-right: 20px; }
      .writers-content .team-member p {
        font-size: 16px;
        line-height: 26px; }
      .writers-content .questions .entry-header {
        margin-bottom: 16px; }
        .writers-content .questions .entry-header h3 {
          font-size: 28px;
          line-height: 34px; } }

.hero--about {
  padding: 120px 0 116px;
  background: #e9e7e6; }
  .hero--about.lazyloaded {
    background-color: #e9e7e6;
    background-image: url("https://ucarecdn.com/49e5047a-65d4-4021-acc8-6571ed232939/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x550/");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat; }
    @media (max-width: 1199.98px) {
      .hero--about.lazyloaded {
        background-position: center center; } }
    @media (max-width: 991.98px) {
      .hero--about.lazyloaded {
        background-image: none; } }
  .hero--about h1 {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.75px; }
  .hero--about p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0; }
    .hero--about p strong, .hero--about p b {
      font-weight: 600; }
  .hero--about .hero-mobile-img {
    display: none;
    margin-left: 0;
    margin-right: 0; }
  @media (max-width: 991.98px) {
    .hero--about {
      padding: 32px 0 0;
      text-align: center;
      background: #e9e7e6; }
      .hero--about p {
        margin-bottom: 32px; }
      .hero--about .hero-mobile-img {
        display: block; } }
  @media (max-width: 767.98px) {
    .hero--about.lazyloaded {
      background: #e9e7e6; }
    .hero--about h1 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.53px;
      margin-bottom: 8px; }
    .hero--about p {
      font-size: 18px;
      line-height: 26px; } }

[class*="about-section"] {
  padding: 104px 0; }
  [class*="about-section"] .content {
    padding-left: 24px; }
  [class*="about-section"] h2 {
    margin-bottom: 16px; }
  [class*="about-section"] p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659;
    margin-bottom: 0; }
  [class*="about-section"] .flex-md-row-reverse .content {
    padding-left: 0;
    padding-right: 24px; }
  @media (max-width: 991.98px) {
    [class*="about-section"] {
      padding-bottom: 56px; }
      [class*="about-section"] .content {
        padding-top: 24px;
        padding-left: 0; }
      [class*="about-section"] p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.07px; }
      [class*="about-section"] .flex-md-row-reverse .content {
        padding-right: 0; } }

.no-bs {
  background: #F6F8F9;
  padding: 104px 0; }
  .no-bs h2 {
    margin-bottom: 16px; }
  .no-bs h2 + p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    color: #4F5659; }
  .no-bs .icon-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .no-bs .icon-list li {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
      .no-bs .icon-list li .icon {
        margin-right: 20px; }
        .no-bs .icon-list li .icon img {
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
          border-radius: 50%; }
      .no-bs .icon-list li p {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: -0.18px;
        color: #34393A;
        font-weight: 500; }
      .no-bs .icon-list li:last-child {
        margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .no-bs .icon-list {
        max-width: 300px;
        margin: 0 auto; } }
    @media (max-width: 767.98px) {
      .no-bs .icon-list {
        max-width: 225px;
        margin: 0 auto; }
        .no-bs .icon-list li .icon {
          max-width: 48px;
          margin-right: 12px; }
        .no-bs .icon-list li p {
          font-size: 16px; } }
  .no-bs .video {
    display: inline-block;
    margin: 0 auto;
    max-width: 789px;
    position: relative;
    width: 100%; }
    .no-bs .video .play {
      background: rgba(255, 255, 255, 0.1);
      border: 3px solid #fff;
      border-radius: 50%;
      color: #fff;
      font-size: 26px;
      height: 66px;
      line-height: 66px;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.3s;
      width: 66px;
      z-index: 2; }
      .no-bs .video .play .pk-play {
        display: inline-block;
        position: relative;
        right: -2px; }
      @media (max-width: 767.98px) {
        .no-bs .video .play {
          background: rgba(255, 255, 255, 0.3); } }
      @media (max-width: 575.98px) {
        .no-bs .video .play {
          border: 2px solid #fff;
          font-size: 12px;
          height: 40px;
          line-height: 40px;
          width: 40px; } }
    .no-bs .video:hover .play {
      background: #fff;
      box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.37);
      color: #00BA74;
      font-size: 28px;
      height: 72px;
      line-height: 72px;
      width: 72px; }
    .no-bs .video .text {
      align-items: center;
      display: flex;
      height: 100%;
      padding-left: 40px;
      position: absolute;
      z-index: 1; }
      @media (max-width: 575.98px) {
        .no-bs .video .text {
          padding-left: 16px; } }
      .no-bs .video .text h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.09px;
        margin-bottom: 4px;
        text-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
        text-align: left; }
        @media (max-width: 575.98px) {
          .no-bs .video .text h4 {
            font-size: 9px;
            line-height: 12px;
            margin-bottom: 2px; } }
      .no-bs .video .text p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        opacity: 0.85;
        letter-spacing: -0.07px;
        text-align: left; }
        @media (max-width: 575.98px) {
          .no-bs .video .text p {
            font-size: 8px;
            line-height: 11px; } }
    .no-bs .video img {
      border-radius: 6px;
      width: 100%; }
  @media (max-width: 767.98px) {
    .no-bs {
      padding: 56px 0; }
      .no-bs h2 + p {
        font-size: 18px;
        line-height: 28px; } }

.dr-developed {
  padding: 104px 0 0;
  background-image: linear-gradient(180deg, #EBE9E9 0%, #DFDAD7 100%); }
  .dr-developed .container {
    position: relative; }
  .dr-developed .anthony {
    min-height: 650px; }
    .dr-developed .anthony.lazyloaded {
      background: url("https://ucarecdn.com/98133c28-5bf2-4645-8382-753bc64b5834/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x710/") no-repeat center bottom;
      background-size: contain; }
  .dr-developed h2 {
    margin-bottom: 64px; }
  .dr-developed p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #5E5654; }
  .dr-developed img {
    margin-bottom: 104px; }
  @media (max-width: 991.98px) {
    .dr-developed img {
      margin-bottom: 24px; }
    .dr-developed .anthony {
      min-height: 450px; }
      .dr-developed .anthony.lazyloaded {
        background-position: center top;
        margin-top: -150px; } }
  @media (max-width: 767.98px) {
    .dr-developed {
      padding: 56px 0 0; }
      .dr-developed .anthony {
        min-height: 315px; }
        .dr-developed .anthony.lazyloaded {
          background-position: right top;
          margin-top: -130px; }
      .dr-developed h2 {
        margin-bottom: 24px; }
      .dr-developed p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.07px; }
      .dr-developed img {
        max-width: 159px; } }

.team {
  padding: 104px 0; }
  .team h2 {
    margin-bottom: 16px; }
  .team h2 + p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659;
    margin-bottom: 0; }
  .team .team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px; }
    .team .team-grid img {
      max-width: 187px;
      padding: 8px;
      border-radius: 4px; }
    @media (max-width: 767.98px) {
      .team .team-grid img {
        max-width: 104px;
        width: 100%;
        max-height: 103px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        padding: 4px;
        border-radius: 2.75px; } }
  @media (max-width: 767.98px) {
    .team {
      padding: 56px 0; }
      .team h2 + p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.07px; } }

.hero--wholesale {
  padding: 144px 0;
  background: #6FA6CC; }
  .hero--wholesale.lazyloaded {
    background-color: #6FA6CC;
    background-image: url("https://ucarecdn.com/84779d90-3abd-414c-9022-9654f8dcc827/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x550/");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat; }
    @media (max-width: 1199.98px) {
      .hero--wholesale.lazyloaded {
        background-position: center center; } }
    @media (max-width: 991.98px) {
      .hero--wholesale.lazyloaded {
        background-image: none; } }
  .hero--wholesale h1 {
    margin-bottom: 16px;
    color: #ffffff; }
  .hero--wholesale p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #ffffff;
    margin-bottom: 0; }
    .hero--wholesale p strong, .hero--wholesale p b {
      font-weight: 600; }
  .hero--wholesale .hero-mobile-img {
    display: none;
    margin-left: 0;
    margin-right: 0; }
  @media (max-width: 991.98px) {
    .hero--wholesale {
      padding: 32px 0 0;
      text-align: center;
      background: #6FA6CC; }
      .hero--wholesale p {
        margin-bottom: 32px; }
      .hero--wholesale .hero-mobile-img {
        display: block;
        width: 100%; } }
  @media (max-width: 767.98px) {
    .hero--wholesale.lazyloaded {
      background: #6FA6CC; }
    .hero--wholesale h1 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.53px;
      margin-bottom: 8px; }
    .hero--wholesale p {
      font-size: 18px;
      line-height: 26px; } }

.wholesale-content {
  padding: 96px 0 80px; }
  .wholesale-content .blog-width {
    max-width: 720px;
    margin: 0 auto; }
  .wholesale-content h3 + ol {
    margin-top: 24px; }
  .wholesale-content p {
    font-size: 18px;
    line-height: 30px; }
    .wholesale-content p strong, .wholesale-content p b {
      font-weight: 600; }
    .wholesale-content p a {
      font-weight: 600;
      color: #00BA74; }
      .wholesale-content p a:hover {
        color: #008a56; }
  .wholesale-content p + h2, .wholesale-content p + h3, .wholesale-content p + h4, .wholesale-content p + h5 {
    padding-top: 24px; }
  .wholesale-content ul {
    padding: 0;
    margin: 0 0 64px 0;
    list-style: none; }
    .wholesale-content ul li {
      margin-bottom: 16px;
      position: relative;
      padding-left: 26px;
      font-size: 20px;
      line-height: 34px; }
      .wholesale-content ul li:last-child {
        margin-bottom: 0; }
      .wholesale-content ul li:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #FFB964;
        position: absolute;
        top: 12px;
        left: 0; }
      .wholesale-content ul li a {
        font-weight: 600;
        color: #00BA74; }
        .wholesale-content ul li a:hover {
          color: #008a56; }
    .wholesale-content ul ul {
      margin: 16px 0; }
  .wholesale-content ol {
    padding: 0;
    margin: 0 0 64px 0;
    list-style: none;
    counter-reset: counter; }
    .wholesale-content ol li {
      margin-bottom: 16px;
      position: relative;
      padding-left: 26px;
      font-size: 20px;
      line-height: 34px; }
      .wholesale-content ol li:last-child {
        margin-bottom: 0; }
      .wholesale-content ol li:before {
        counter-increment: counter;
        content: counters(counter, ".") ". ";
        position: absolute;
        left: 0;
        font-size: 18px;
        color: #7D888C; }
      .wholesale-content ol li a {
        font-weight: 600;
        color: #00BA74; }
        .wholesale-content ol li a:hover {
          color: #008a56; }
    .wholesale-content ol ol {
      margin: 16px 0; }
  .wholesale-content .wholesale-link {
    font-size: 22px;
    display: inline-block; }
    .wholesale-content .wholesale-link a {
      font-weight: 500;
      border-bottom: 2px solid #00BA74; }
  @media (max-width: 767.98px) {
    .wholesale-content {
      padding: 48px 0 32px; }
      .wholesale-content h3 {
        font-size: 32px;
        line-height: 36px; }
      .wholesale-content ul, .wholesale-content ol {
        margin: 0 0 48px 0; }
        .wholesale-content ul li, .wholesale-content ol li {
          font-size: 18px;
          line-height: 28px; }
      .wholesale-content ul li:before {
        width: 8px;
        height: 8px;
        top: 12px; }
      .wholesale-content .wholesale-link {
        font-size: 20px;
        display: inline-block; } }

.hero--product-guides {
  padding: 72px 0;
  background: #F6F8F9;
  text-align: center; }
  .hero--product-guides h1 {
    margin-bottom: 16px; }
  .hero--product-guides p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659;
    padding: 0 32px; }
    .hero--product-guides p strong, .hero--product-guides p b {
      font-weight: 600; }
    .hero--product-guides p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .hero--product-guides {
      padding: 32px 0;
      text-align: center; }
      .hero--product-guides h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.43px;
        margin-bottom: 8px; }
      .hero--product-guides p {
        font-size: 18px;
        line-height: 26px;
        padding: 0; } }

#backToGuide {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
  position: fixed;
  top: 50%;
  color: #A0A8AB;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500; }
  #backToGuide:hover {
    color: #545C5F; }
  #backToGuide span:before {
    position: relative;
    top: 2px; }
  #backToGuide.active {
    display: block; }
  @media (max-width: 991.98px) {
    #backToGuide.active {
      display: none; } }

.product-guides {
  padding: 56px 0 0; }
  .product-guides .product-guides-top {
    max-width: 1085px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; }
    .product-guides .product-guides-top .left-column {
      width: 44.331797%;
      margin-right: 24px; }
    .product-guides .product-guides-top .right-column {
      width: 53.548387%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .product-guides .product-guides-top {
        flex-direction: column; }
        .product-guides .product-guides-top .left-column, .product-guides .product-guides-top .right-column {
          width: 100%; } }
  .product-guides .product-guides-bottom {
    max-width: 1116px;
    width: 100%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .product-guides .product-guides-bottom .product-guide .guide-content .title {
      font-size: 20px !important;
      line-height: 26px !important; }
    .product-guides .product-guides-bottom .product-guide a {
      max-width: 247px;
      margin-bottom: 32px;
      margin-right: 32px;
      height: 318px; }
  .product-guides .product-guide a {
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    position: relative;
    max-width: 278px;
    width: 100%;
    height: 306px;
    margin-bottom: 24px; }
    .product-guides .product-guide a:hover {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      box-shadow: 0 9px 13px rgba(0, 0, 0, 0.07); }
  .product-guides .product-guide .guide-image {
    background: #dbd9dc;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    overflow: hidden;
    z-index: -1; }
    .product-guides .product-guide .guide-image .bg-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom;
      vertical-align: middle; }
  .product-guides .product-guide .guide-content {
    position: relative;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2; }
    .product-guides .product-guide .guide-content .title {
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      display: block;
      margin-bottom: 8px;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip-ink: auto;
      color: #202324; }
      .product-guides .product-guide .guide-content .title:hover {
        text-decoration: underline;
        color: #202324; }
    .product-guides .product-guide .guide-content p {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.09px;
      color: #4F5659; }
  .product-guides .product-guide.featured a {
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    position: relative;
    max-width: 481px;
    width: 100%;
    height: 636px;
    margin-bottom: 24px; }
  .product-guides .product-guide.featured .guide-content {
    padding: 48px 40px;
    width: 100%; }
    .product-guides .product-guide.featured .guide-content .title {
      font-size: 32px;
      line-height: 46px;
      margin-bottom: 8px; }
    .product-guides .product-guide.featured .guide-content p {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.11px;
      margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .product-guides .product-guide .title {
      margin-bottom: 8px; }
    .product-guides .product-guide a {
      max-width: 234px; } }
  @media (max-width: 991.98px) {
    .product-guides .product-guides-bottom {
      justify-content: center; }
      .product-guides .product-guides-bottom .product-guide a {
        max-width: 230px;
        margin-bottom: 40px; }
    .product-guides .product-guide a {
      max-width: 360px;
      height: auto;
      margin-bottom: 40px; }
      .product-guides .product-guide a:hover {
        box-shadow: none;
        -webkit-transform: initial;
                transform: initial; }
    .product-guides .product-guide .guide-image {
      background-color: none;
      position: unset;
      width: 152px;
      height: 152px;
      margin-bottom: 16px; }
    .product-guides .product-guide .guide-content {
      padding: 0; }
      .product-guides .product-guide .guide-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1px;
        margin-bottom: 0; }
    .product-guides .product-guide.featured a {
      height: auto;
      margin-bottom: 40px; }
    .product-guides .product-guide.featured .guide-content {
      padding: 0;
      width: 100%;
      height: auto; }
      .product-guides .product-guide.featured .guide-content .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px; }
      .product-guides .product-guide.featured .guide-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1px; } }
  @media (max-width: 767.98px) {
    .product-guides {
      padding: 40px 0 0; }
      .product-guides .product-guides-bottom {
        justify-content: flex-start;
        margin-bottom: 16px; }
        .product-guides .product-guides-bottom .product-guide a {
          max-width: 100%; }
        .product-guides .product-guides-bottom .product-guide .guide-content .title {
          font-size: 22px !important;
          line-height: 28px !important; }
      .product-guides .product-guide a {
        max-width: 100%; } }

.single-product-guides .hero--product-guide {
  background: #DBD8DA;
  padding: 32px 0; }
  .single-product-guides .hero--product-guide h1 {
    margin-bottom: 16px; }
  .single-product-guides .hero--product-guide p {
    font-size: 20px;
    line-height: 32px;
    color: #34393A;
    letter-spacing: -0.08px; }
  .single-product-guides .hero--product-guide .shop-link a {
    color: #777B7C;
    font-size: 16px;
    font-weight: 500; }
    .single-product-guides .hero--product-guide .shop-link a svg {
      margin-top: -2px;
      margin-left: 6px; }
    .single-product-guides .hero--product-guide .shop-link a:hover {
      text-decoration: underline;
      color: #4D5051; }
  @media (max-width: 991.98px) {
    .single-product-guides .hero--product-guide img {
      display: block;
      margin: 0 auto; } }
  @media (max-width: 991.98px) {
    .single-product-guides .hero--product-guide {
      padding: 56px 0 24px; } }
  @media (max-width: 767.98px) {
    .single-product-guides .hero--product-guide {
      padding: 32px 0 16px;
      text-align: center; }
      .single-product-guides .hero--product-guide .breadcrumbs {
        justify-content: center; }
      .single-product-guides .hero--product-guide h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.43px; }
      .single-product-guides .hero--product-guide p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.07px; }
      .single-product-guides .hero--product-guide .shop-link {
        margin-bottom: 16px; }
        .single-product-guides .hero--product-guide .shop-link a {
          font-size: 14px; }
          .single-product-guides .hero--product-guide .shop-link a svg {
            margin-top: -2px; } }

.single-product-guides .container {
  position: relative; }
  @media (max-width: 767.98px) {
    .single-product-guides .container {
      padding: 0 2.4rem; } }
  .single-product-guides .container .entry-content, .single-product-guides .container .entry-footer {
    max-width: 720px;
    margin: 0 auto; }
  .single-product-guides .container .all-guides {
    text-align: center;
    display: block;
    margin: 0 auto 88px;
    font-size: 18px; }
    .single-product-guides .container .all-guides:hover {
      color: inherit;
      text-decoration: underline; }
    @media (max-width: 767.98px) {
      .single-product-guides .container .all-guides {
        margin: 0 auto 48px; } }

.single-product-guides article {
  margin-top: 8px; }
  @media (max-width: 767.98px) {
    .single-product-guides article {
      margin-top: 0; } }
  .single-product-guides article .article-head {
    border-bottom: 2px solid #F0F2F5;
    padding: 4rem 0;
    margin-bottom: 6.4rem; }
    .single-product-guides article .article-head .entry-header, .single-product-guides article .article-head .post-excerpt {
      padding-right: 5rem; }
    @media (max-width: 767.98px) {
      .single-product-guides article .article-head {
        border-bottom: none;
        padding: 0;
        margin-bottom: .4rem; }
        .single-product-guides article .article-head .entry-header, .single-product-guides article .article-head .post-excerpt {
          padding-right: 0; } }
  .single-product-guides article .article-footer {
    margin-top: 7.2rem; }
    .single-product-guides article .article-footer .suggested-articles h6 {
      margin-bottom: 3.2rem;
      font-weight: 500; }
    .single-product-guides article .article-footer .suggested-articles .related-post {
      display: flex;
      align-items: flex-start;
      margin-bottom: 3.2rem; }
      .single-product-guides article .article-footer .suggested-articles .related-post .related-post-thumbnail {
        max-width: 275px;
        width: 100%;
        margin-right: 2.4rem; }
        .single-product-guides article .article-footer .suggested-articles .related-post .related-post-thumbnail img {
          max-width: 275px;
          width: 100%;
          height: 183px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top center;
             object-position: top center; }
      .single-product-guides article .article-footer .suggested-articles .related-post .related-post-info .related-title h3 {
        font-size: 3rem;
        line-height: 3.4rem;
        font-weight: 500;
        margin-bottom: 0.8rem; }
      .single-product-guides article .article-footer .suggested-articles .related-post .related-post-info .related-more {
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: -0.08px; }
      @media (max-width: 767.98px) {
        .single-product-guides article .article-footer .suggested-articles .related-post {
          flex-direction: column; }
          .single-product-guides article .article-footer .suggested-articles .related-post .related-post-thumbnail {
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 1.6rem; }
            .single-product-guides article .article-footer .suggested-articles .related-post .related-post-thumbnail img {
              max-width: 100%;
              height: 218px;
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: top center;
                 object-position: top center; }
          .single-product-guides article .article-footer .suggested-articles .related-post .related-post-info .related-title h3 {
            font-size: 2.2rem;
            line-height: 2.8rem;
            margin-bottom: 0; }
          .single-product-guides article .article-footer .suggested-articles .related-post .related-post-info .related-more {
            display: none; } }
  .single-product-guides article .popular-posts {
    margin-bottom: 3.2rem;
    padding: 4rem;
    background: #F0F2F5; }
    @media (max-width: 767.98px) {
      .single-product-guides article .popular-posts {
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
        padding: 3.2rem 2.4rem;
        margin-top: 1.6rem; } }
    .single-product-guides article .popular-posts h3 {
      color: #202324;
      font-size: 2.8rem;
      line-height: 4rem; }
      @media (max-width: 767.98px) {
        .single-product-guides article .popular-posts h3 {
          font-size: 2.4rem;
          line-height: 3rem; } }
    .single-product-guides article .popular-posts ol {
      margin-bottom: 0; }
      .single-product-guides article .popular-posts ol li {
        margin-bottom: 1.6rem; }
        .single-product-guides article .popular-posts ol li a {
          font-size: 2rem;
          line-height: 3.4rem;
          color: #202324;
          border-bottom: 2px solid #BFCCD0; }
          .single-product-guides article .popular-posts ol li a:hover {
            border-bottom: 2px solid #202324; }
        .single-product-guides article .popular-posts ol li:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .single-product-guides article .popular-posts ol li a {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
  .single-product-guides article h2 {
    font-size: 40px;
    line-height: 44px; }
    @media (max-width: 767.98px) {
      .single-product-guides article h2 {
        font-size: 32px;
        line-height: 36px; } }
  .single-product-guides article p + h2 {
    padding-top: 2.4rem; }
    @media (min-width: 576px) {
      .single-product-guides article p + h2 {
        padding-top: 4rem; } }
  .single-product-guides article ol + h2, .single-product-guides article ul + h2 {
    margin-top: 64px; }
  .single-product-guides article h2 + h3 {
    margin-top: 48px; }
  .single-product-guides article p + h3 {
    padding-top: 1.6rem; }
    @media (min-width: 576px) {
      .single-product-guides article p + h3 {
        padding-top: 2.4rem; } }
  .single-product-guides article ol {
    padding: 0;
    margin: 0 0 64px 0;
    list-style: none;
    counter-reset: counter; }
    .single-product-guides article ol li {
      margin-bottom: 16px;
      position: relative;
      padding-left: 26px;
      font-size: 20px;
      line-height: 34px; }
      .single-product-guides article ol li:last-child {
        margin-bottom: 0; }
      .single-product-guides article ol li:before {
        counter-increment: counter;
        content: counters(counter, ".") ". ";
        position: absolute;
        left: 0;
        font-size: 18px;
        color: #7D888C; }
    .single-product-guides article ol ol {
      margin: 16px 0; }
  .single-product-guides article .entry-meta {
    font-size: 1.3rem;
    color: #545C5F;
    margin-bottom: 1.6rem; }
    .single-product-guides article .entry-meta a {
      color: inherit; }
    .single-product-guides article .entry-meta .author .url {
      font-weight: 500;
      color: #202324;
      border-bottom: 2px solid #E1E4E5; }
  .single-product-guides article .post-image, .single-product-guides article figure {
    margin-bottom: 2.4rem;
    height: auto; }
    @media (max-width: 767.98px) {
      .single-product-guides article .post-image, .single-product-guides article figure {
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2); }
        .single-product-guides article .post-image img, .single-product-guides article figure img {
          width: 100%; } }
  .single-product-guides article .wp-block-image {
    max-width: none; }
  .single-product-guides article p {
    font-size: 2rem;
    line-height: 3.4rem; }
    @media (max-width: 767.98px) {
      .single-product-guides article p {
        font-size: 1.8rem;
        line-height: 2.8rem; } }
  .single-product-guides article ul {
    margin: 0 0 2.4rem;
    padding: 0;
    list-style: none; }
    .single-product-guides article ul li {
      position: relative;
      margin-bottom: 1.6rem;
      padding-left: 2rem;
      font-size: 2rem;
      line-height: 3.4rem; }
      @media (max-width: 767.98px) {
        .single-product-guides article ul li {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      .single-product-guides article ul li p:last-of-type {
        margin-bottom: 0; }
      .single-product-guides article ul li:before {
        content: "•";
        font-size: 2.8rem;
        color: #FFB964;
        display: block;
        position: absolute;
        left: 0;
        top: -2px; }
      .single-product-guides article ul li::last-of-type {
        margin-bottom: 0; }
  .single-product-guides article ol {
    list-style: none;
    counter-reset: pk-counter;
    margin: 0 0 2.4rem;
    padding: 0; }
    .single-product-guides article ol li {
      counter-increment: pk-counter;
      margin-bottom: 1.6rem;
      font-size: 2rem;
      line-height: 3.4rem;
      position: relative;
      padding-left: 2rem; }
      @media (max-width: 767.98px) {
        .single-product-guides article ol li {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      .single-product-guides article ol li:before {
        content: counter(pk-counter) ". ";
        color: #7D888C;
        position: absolute;
        left: 0; }

.single-product-guides .buy-cta {
  background: #D9FBEE;
  border-radius: 4px;
  padding: 40px 32px;
  display: flex;
  max-width: 720px;
  margin: 64px auto; }
  .single-product-guides .buy-cta .image {
    max-width: 113px;
    margin-right: 16px;
    margin-top: -14px; }
  .single-product-guides .buy-cta .content h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px; }
    .single-product-guides .buy-cta .content h2 a:hover {
      text-decoration: underline;
      color: inherit; }
  .single-product-guides .buy-cta .content .product__reviews {
    line-height: 1;
    margin-bottom: 16px; }
    .single-product-guides .buy-cta .content .product__reviews a {
      color: #545C5F;
      font-size: 14px;
      letter-spacing: -0.1px; }
      .single-product-guides .buy-cta .content .product__reviews a:hover {
        text-decoration: underline; }
    .single-product-guides .buy-cta .content .product__reviews img {
      height: 12px;
      margin-top: -2px;
      margin-right: 4px; }
  .single-product-guides .buy-cta .content p {
    max-width: 452px; }
  .single-product-guides .buy-cta .content .btn {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    letter-spacing: 0;
    line-height: 44px;
    max-width: 173px;
    width: 173px;
    padding: 0 40px; }
  @media (max-width: 767.98px) {
    .single-product-guides .buy-cta {
      padding: 32px 24px;
      margin: 56px -24px 48px;
      flex-wrap: wrap;
      border-radius: 0; }
      .single-product-guides .buy-cta .image {
        flex: 1; }
      .single-product-guides .buy-cta .content {
        flex: 1; }
        .single-product-guides .buy-cta .content h2 {
          font-size: 18px;
          line-height: 22px; }
        .single-product-guides .buy-cta .content p {
          font-size: 14px;
          line-height: 20px; }
        .single-product-guides .buy-cta .content .product__reviews {
          margin-bottom: 8px; }
      .single-product-guides .buy-cta .btn {
        height: 48px;
        line-height: 36px;
        font-size: 16px;
        font-weight: 500; } }

.hero--culture {
  padding: 80px 0 48px; }
  .hero--culture h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.75px;
    margin-bottom: 16px; }
  .hero--culture p {
    font-size: 22px;
    color: #4F5659;
    line-height: 34px;
    max-width: 789px;
    margin: 0 auto 8px; }
  @media (max-width: 767.98px) {
    .hero--culture {
      padding: 32px 0 28px; }
      .hero--culture h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.43px;
        margin-bottom: 8px;
        padding: 0 64px; }
      .hero--culture p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.07px;
        padding: 0 12px;
        margin: 0 auto 32px; } }

.mission {
  padding: 48px 0; }
  .mission h2 {
    margin-bottom: 16px; }
  .mission .lead {
    font-size: 22px;
    line-height: 34px;
    color: #4F5659;
    letter-spacing: -0.09px;
    margin-bottom: 80px; }
    @media (max-width: 767.98px) {
      .mission .lead {
        margin-bottom: 48px; } }
  .mission .values-slider {
    background: #F6F8F9;
    border-radius: 8px;
    padding: 48px 40px;
    text-align: initial; }
    @media (max-width: 767.98px) {
      .mission .values-slider {
        padding: 48px 24px 40px;
        margin: 0 -24px;
        border-radius: 0; } }
    .mission .values-slider > span {
      font-size: 14px;
      color: #939C9F;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 16px;
      display: block;
      font-weight: 600; }
    .mission .values-slider h2 {
      margin-top: -4px;
      margin-bottom: 16px;
      line-height: 1; }
    .mission .values-slider p {
      font-size: 20px;
      line-height: 32px;
      color: #4F5659;
      max-width: 646px; }
      @media (max-width: 767.98px) {
        .mission .values-slider p {
          font-size: 18px;
          line-height: 28px; } }
    .mission .values-slider .slick-initialized {
      overflow: hidden; }
    .mission .values-slider .slick-arrow {
      cursor: pointer;
      z-index: 10; }
      .mission .values-slider .slick-arrow.previous {
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23C6CBCD' fill-rule='nonzero' d='M20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0zm0 3.333c9.205 0 16.667 7.462 16.667 16.667 0 9.205-7.462 16.667-16.667 16.667-9.205 0-16.667-7.462-16.667-16.667 0-9.205 7.462-16.667 16.667-16.667zm-1.667 8.334c-.426 0-.853.163-1.178.488l-6.667 6.667a1.665 1.665 0 0 0 0 2.356l6.667 6.667a1.665 1.665 0 0 0 2.357 0 1.665 1.665 0 0 0 0-2.357l-3.822-3.821h12.643a1.666 1.666 0 1 0 0-3.334H15.69l3.822-3.821a1.665 1.665 0 0 0-1.179-2.845z'/%3E%3C/svg%3E%0A"); }
      .mission .values-slider .slick-arrow.next {
        position: absolute;
        left: 56px;
        bottom: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23C6CBCD' fill-rule='nonzero' d='M20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0zm0 3.333c9.205 0 16.667 7.462 16.667 16.667 0 9.205-7.462 16.667-16.667 16.667-9.205 0-16.667-7.462-16.667-16.667 0-9.205 7.462-16.667 16.667-16.667zm-1.667 8.334c-.426 0-.853.163-1.178.488l-6.667 6.667a1.665 1.665 0 0 0 0 2.356l6.667 6.667a1.665 1.665 0 0 0 2.357 0 1.665 1.665 0 0 0 0-2.357l-3.822-3.821h12.643a1.666 1.666 0 1 0 0-3.334H15.69l3.822-3.821a1.665 1.665 0 0 0-1.179-2.845z'/%3E%3C/svg%3E%0A"); }
        @media (max-width: 767.98px) {
          .mission .values-slider .slick-arrow.next {
            left: 64px; } }
      .mission .values-slider .slick-arrow:hover.previous {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='22-Culture' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Culture-States' transform='translate(-421.000000, -1572.000000)' fill-rule='nonzero'%3E%3Cg id='Values' transform='translate(325.000000, 1243.000000)'%3E%3Cg id='icons8-circled_left_2-copy' transform='translate(116.000000, 349.000000) scale(-1, 1) rotate(-180.000000) translate(-116.000000, -349.000000) translate(96.000000, 329.000000)'%3E%3Cpath d='M20,0 C8.955,0 0,8.955 0,20 C0,31.045 8.955,40 20,40 C31.045,40 40,31.045 40,20 C40,8.955 31.045,0 20,0 Z' id='Path' fill='%23B3BABC'%3E%3C/path%3E%3Cpath d='M18.3333333,11.6666667 C17.9066667,11.6666667 17.4799483,11.8299483 17.1549483,12.1549483 L10.4882813,18.821615 C9.8366145,19.4732817 9.8366145,20.5267183 10.4882813,21.178385 L17.1549483,27.8450517 C17.806615,28.4967183 18.8600517,28.4967183 19.5117183,27.8450517 C20.163385,27.193385 20.163385,26.1399483 19.5117183,25.4882817 L15.6901033,21.6666667 L28.3333333,21.6666667 C29.2533333,21.6666667 30,20.9216667 30,20 C30,19.0783333 29.2533333,18.3333333 28.3333333,18.3333333 L15.6901033,18.3333333 L19.5117183,14.5117183 C20.163385,13.8600517 20.163385,12.806615 19.5117183,12.1549483 C19.1867183,11.8299483 18.76,11.6666667 18.3333333,11.6666667 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .mission .values-slider .slick-arrow:hover.next {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='22-Culture' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Culture-States' transform='translate(-421.000000, -1572.000000)' fill-rule='nonzero'%3E%3Cg id='Values' transform='translate(325.000000, 1243.000000)'%3E%3Cg id='icons8-circled_left_2-copy' transform='translate(116.000000, 349.000000) scale(-1, 1) rotate(-180.000000) translate(-116.000000, -349.000000) translate(96.000000, 329.000000)'%3E%3Cpath d='M20,0 C8.955,0 0,8.955 0,20 C0,31.045 8.955,40 20,40 C31.045,40 40,31.045 40,20 C40,8.955 31.045,0 20,0 Z' id='Path' fill='%23B3BABC'%3E%3C/path%3E%3Cpath d='M18.3333333,11.6666667 C17.9066667,11.6666667 17.4799483,11.8299483 17.1549483,12.1549483 L10.4882813,18.821615 C9.8366145,19.4732817 9.8366145,20.5267183 10.4882813,21.178385 L17.1549483,27.8450517 C17.806615,28.4967183 18.8600517,28.4967183 19.5117183,27.8450517 C20.163385,27.193385 20.163385,26.1399483 19.5117183,25.4882817 L15.6901033,21.6666667 L28.3333333,21.6666667 C29.2533333,21.6666667 30,20.9216667 30,20 C30,19.0783333 29.2533333,18.3333333 28.3333333,18.3333333 L15.6901033,18.3333333 L19.5117183,14.5117183 C20.163385,13.8600517 20.163385,12.806615 19.5117183,12.1549483 C19.1867183,11.8299483 18.76,11.6666667 18.3333333,11.6666667 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .mission .values-slider .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .mission .values-slider .slick-dots {
      position: absolute;
      bottom: 16px;
      right: 0;
      display: flex;
      justify-content: flex-end; }
      .mission .values-slider .slick-dots li {
        margin: 0 -2px; }
        .mission .values-slider .slick-dots li button:before {
          font-size: 32px;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          content: '•';
          text-align: center;
          opacity: 1;
          color: #D7DEE1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .mission .values-slider .slick-dots li.slick-active button:before {
          color: #545C5F; }
    .mission .values-slider .values-content-slider {
      padding-bottom: 96px; }
      .mission .values-slider .values-content-slider p {
        margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .mission .values-slider .values-content-slider {
          padding-bottom: 70px; } }
    .mission .values-slider .values-tabs-slider {
      margin-top: 30px; }
      .mission .values-slider .values-tabs-slider .slick-track {
        -webkit-transform: none !important;
                transform: none !important; }
      .mission .values-slider .values-tabs-slider p {
        font-size: 18px;
        color: rgba(32, 35, 36, 0.3) !important;
        cursor: pointer;
        transition: all 0.2s ease;
        outline: none;
        margin-bottom: 0;
        margin-right: 34px;
        font-weight: 600; }
        .mission .values-slider .values-tabs-slider p:hover {
          color: rgba(32, 35, 36, 0.5) !important; }
      .mission .values-slider .values-tabs-slider .slick-slide {
        outline: none; }
      .mission .values-slider .values-tabs-slider .slick-current p {
        color: #202324 !important; }
      @media (max-width: 767.98px) {
        .mission .values-slider .values-tabs-slider {
          display: none; } }
  @media (max-width: 767.98px) {
    .mission {
      padding: 28px 0 24px; }
      .mission .lead {
        font-size: 18px;
        line-height: 28px; } }

.culture-block {
  padding: 48px 0 40px; }
  .culture-block p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659; }
    .culture-block p:last-of-type {
      margin-bottom: 40px; }
  .culture-block ul {
    padding: 0;
    margin: 0 0 64px 0;
    list-style: none; }
    .culture-block ul li {
      margin-bottom: 24px;
      position: relative;
      padding-left: 26px;
      font-size: 20px;
      line-height: 32px; }
      .culture-block ul li:last-child {
        margin-bottom: 0; }
      .culture-block ul li:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #FFB964;
        position: absolute;
        top: 12px;
        left: 0; }
      .culture-block ul li a {
        font-weight: 600;
        color: #00BA74; }
        .culture-block ul li a:hover {
          color: #008a56; }
  @media (max-width: 767.98px) {
    .culture-block {
      padding: 32px 0 16px; }
      .culture-block p {
        font-size: 18px;
        line-height: 26px; }
        .culture-block p:last-of-type {
          margin-bottom: 24px; }
      .culture-block .mobile-fullwidth {
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2); }
      .culture-block ul {
        margin: 0 0 48px 0; }
        .culture-block ul li {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 24px; }
          .culture-block ul li:before {
            width: 8px;
            height: 8px;
            top: 8px; } }

.join-us {
  padding: 40px 0 0; }
  .join-us p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659; }
    .join-us p:last-of-type {
      margin-bottom: 40px; }
  .join-us .btn-primary {
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    height: 65px;
    letter-spacing: 0;
    line-height: 60px;
    padding: 0 40px;
    margin-bottom: 80px; }
  .join-us .team-slider img {
    padding: 0 8px;
    border-radius: 8px;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none; }
  @media (max-width: 767.98px) {
    .join-us {
      padding: 32px 0 0; }
      .join-us p {
        font-size: 18px;
        line-height: 26px; }
      .join-us .btn-primary {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 48px;
        height: 56px;
        line-height: 54px;
        font-size: 16px; } }

.equal-opportunity p {
  margin-bottom: 0; }

.hero--careers {
  padding: 80px 0 96px; }
  .hero--careers h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.75px;
    margin-bottom: 16px; }
  .hero--careers p {
    font-size: 22px;
    color: #4F5659;
    line-height: 34px;
    max-width: 789px;
    margin: 0 auto 32px; }
  .hero--careers .btn-primary {
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 60px;
    padding: 0 40px;
    margin-bottom: 72px;
    max-width: 232px;
    height: 65px; }
  .hero--careers .team-slider img {
    padding: 0 8px;
    border-radius: 8px;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none; }
  @media (max-width: 767.98px) {
    .hero--careers {
      padding: 32px 0 48px; }
      .hero--careers h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.43px;
        margin-bottom: 8px; }
      .hero--careers p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.07px;
        padding: 0 12px;
        margin: 0 auto 24px; }
      .hero--careers .btn-primary {
        max-width: 100%;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 40px;
        height: 56px;
        line-height: 52px;
        font-size: 16px;
        letter-spacing: -0.08px; } }

.best-life {
  padding: 0 0 80px; }
  .best-life p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659; }
    .best-life p:last-child {
      margin-bottom: 0; }
  .best-life .btn-primary {
    border-radius: 4px;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 40px;
    margin: 48px auto 0;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px; }
  .best-life .work-benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 924px;
    margin: 44px auto 0; }
    .best-life .work-benefits .benefit {
      max-width: 276px;
      width: 100%;
      text-align: center;
      margin: 16px; }
      .best-life .work-benefits .benefit .icon {
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        height: 80px;
        margin: 0 auto 24px;
        text-align: center;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .best-life .work-benefits .benefit .icon img {
          max-height: 40px; }
      .best-life .work-benefits .benefit .text p {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 500; }
  @media (max-width: 767.98px) {
    .best-life {
      padding: 0 0 56px; }
      .best-life p {
        font-size: 18px;
        line-height: 28px; }
      .best-life .work-benefits {
        margin: 16px auto 0; }
        .best-life .work-benefits .benefit {
          max-width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 8px 0; }
          .best-life .work-benefits .benefit .icon {
            margin: 0 16px 0 0;
            width: 56px;
            height: 56px; }
            .best-life .work-benefits .benefit .icon img {
              max-height: 28px; }
          .best-life .work-benefits .benefit .text p {
            text-align: left;
            font-size: 16px; } }

.open-positions {
  margin-bottom: 56px; }
  .open-positions h2 {
    margin-bottom: 48px; }
  .open-positions .position {
    margin-bottom: 16px; }
    .open-positions .position a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #F6F8F9;
      border-radius: 4px;
      padding: 24px 32px;
      transition: all 0.2s ease; }
      .open-positions .position a:hover {
        color: inherit;
        background: #E3EAED; }
        .open-positions .position a:hover svg {
          -webkit-transform: translateX(8px);
                  transform: translateX(8px); }
      .open-positions .position a .title {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
        color: #34393A; }
        .open-positions .position a .title:hover {
          text-decoration: underline; }
      .open-positions .position a .description {
        font-size: 16px;
        color: #6E797C;
        font-weight: 500; }
      .open-positions .position a svg {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        transition: all 0.2s ease; }
  @media (max-width: 767.98px) {
    .open-positions {
      margin-bottom: 16px; }
      .open-positions h2 {
        margin-bottom: 24px; }
      .open-positions .position a {
        padding: 24px 20px; }
        .open-positions .position a:hover svg {
          -webkit-transform: translateX(4px) scale(0.8);
                  transform: translateX(4px) scale(0.8); }
        .open-positions .position a .title {
          font-size: 18px;
          line-height: 22px; }
        .open-positions .position a .description {
          font-size: 12px; }
        .open-positions .position a svg {
          -webkit-transform: translateX(0) scale(0.8);
                  transform: translateX(0) scale(0.8); } }

.hero--schedule {
  padding: 72px 0;
  background: #F6F8F9; }
  .hero--schedule h1 {
    margin-bottom: 1.6rem; }
  .hero--schedule p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.09px;
    color: #4F5659; }
    .hero--schedule p strong, .hero--schedule p b {
      font-weight: 600; }
    .hero--schedule p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .hero--schedule {
      background: #F6F8F9;
      padding: 32px 0;
      text-align: center; }
      .hero--schedule h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.43px;
        margin-bottom: 8px; }
      .hero--schedule p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 16px; } }

.schedules {
  padding: 64px 0 12px; }
  .schedules .schedule {
    margin-bottom: 8px; }
  .schedules .otherTeamMember {
    background: #EEF1F1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #545C5F;
    padding: 16px 45px;
    margin-top: 48px;
    display: none; }
  @media (max-width: 767.98px) {
    .schedules {
      padding: 40px 0 0; }
      .schedules .otherTeamMember {
        display: block; } }

.team-member-tabs {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 179px; }
  .team-member-tabs .team-member-tab {
    display: flex;
    align-content: center;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #D6DFE1;
    margin-bottom: 16px; }
    .team-member-tabs .team-member-tab .team-member-photo {
      max-width: 54px;
      width: 100%;
      margin-right: 16px;
      display: flex;
      align-items: center; }
      .team-member-tabs .team-member-tab .team-member-photo img {
        border-radius: 50%;
        height: 54px;
        margin: 0;
        width: 54px; }
    .team-member-tabs .team-member-tab .team-member-info > div {
      line-height: 1;
      margin-bottom: 4px; }
    .team-member-tabs .team-member-tab .team-member-name {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -0.08px;
      color: #7D888C; }
    .team-member-tabs .team-member-tab .team-member-title {
      font-size: 16px;
      letter-spacing: -0.07px;
      color: #8D9A9F; }
    .team-member-tabs .team-member-tab .team-member-usage {
      font-size: 14px;
      line-height: 19px !important;
      letter-spacing: -0.06px;
      color: #60696C;
      margin-bottom: 0 !important; }
    .team-member-tabs .team-member-tab.active {
      box-shadow: 0 0 0 2px #202324; }
      .team-member-tabs .team-member-tab.active .team-member-name {
        color: #202324; }
      .team-member-tabs .team-member-tab.active .team-member-title {
        color: #202324; }
      .team-member-tabs .team-member-tab.active .team-member-usage {
        color: #34393A; }
    .team-member-tabs .team-member-tab:hover {
      cursor: pointer; }
    @media (max-width: 767.98px) {
      .team-member-tabs .team-member-tab .team-member-name {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.07px; }
      .team-member-tabs .team-member-tab .team-member-title {
        font-size: 14px;
        letter-spacing: -0.06px; }
      .team-member-tabs .team-member-tab .team-member-usage {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: -0.05px; } }

@media (max-width: 767.98px) {
  .team-member-tab-content {
    margin-top: 24px; } }

.team-member-tab-content .schedule-tab:not(:first-child) {
  display: none; }

.team-member-tab-content .time-of-day {
  border-radius: 4px;
  padding: 20px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 32px;
  text-transform: uppercase; }
  .team-member-tab-content .time-of-day img {
    margin: 0; }
  .team-member-tab-content .time-of-day.morning {
    background: #D1ECFF;
    color: #5B798F; }
  .team-member-tab-content .time-of-day.afternoon {
    background: #FFE9C5;
    color: #948163; }
  .team-member-tab-content .time-of-day.evening {
    background: #F0E8FF;
    color: #7A61AB; }
  @media (max-width: 767.98px) {
    .team-member-tab-content .time-of-day {
      margin: 0 -24px 24px;
      border-radius: 0; } }

.routine-step {
  display: flex; }
  .routine-step .routine-info {
    display: flex;
    flex: 1;
    padding-left: 49px;
    padding-bottom: 40px; }
    @media (max-width: 767.98px) {
      .routine-step .routine-info {
        padding: 0 0 32px 24px;
        flex-direction: column; } }
  .routine-step .routine-detail {
    padding-right: 32px;
    max-width: 411px;
    width: 100%; }
    .routine-step .routine-detail .detail p {
      font-size: 16px;
      line-height: 24px;
      color: #34393A;
      margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .routine-step .routine-detail {
        padding-right: 0; }
        .routine-step .routine-detail .detail p {
          margin-bottom: 16px;
          font-size: 14px;
          line-height: 22px; } }
    .routine-step .routine-detail .here-is-why {
      max-width: 379px;
      width: 100%; }
      .routine-step .routine-detail .here-is-why > div {
        background: #FFF8EC;
        border-radius: 4px;
        padding: 20px 24px; }
        .routine-step .routine-detail .here-is-why > div .minus {
          display: none; }
        .routine-step .routine-detail .here-is-why > div.active .minus {
          display: block; }
        .routine-step .routine-detail .here-is-why > div.active .plus {
          display: none; }
      .routine-step .routine-detail .here-is-why strong {
        color: #675F51;
        display: block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .routine-step .routine-detail .here-is-why p {
        color: #675F51;
        font-size: 14px;
        letter-spacing: -0.1px;
        line-height: 20px;
        margin: 8px 0 0; }
      @media (max-width: 767.98px) {
        .routine-step .routine-detail .here-is-why {
          margin-bottom: 16px; } }
  .routine-step .products > div {
    display: flex;
    flex-direction: column; }
  .routine-step .products .product {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .routine-step .products .product--image {
      border-radius: 3.56px;
      display: inline-block;
      margin-right: 8px;
      background: #F6F8F9;
      width: 64px;
      height: 64px;
      text-align: center; }
      .routine-step .products .product--image img {
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
        max-height: 64px; }
    .routine-step .products .product--link {
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      color: #00BA74;
      letter-spacing: 0;
      line-height: 18px;
      text-decoration: underline; }
      .routine-step .products .product--link:after {
        content: "\50";
        font-family: "perfectketo" !important;
        font-size: 12px; }
      .routine-step .products .product--link:hover {
        text-decoration: none; }
    @media (max-width: 767.98px) {
      .routine-step .products .product:last-child {
        margin-bottom: 0; } }
  .routine-step .time {
    color: #9DA4B0;
    font-size: 16px;
    font-weight: 500;
    position: relative; }
    .routine-step .time:before {
      background: #EDEDED;
      content: " ";
      height: calc(100% - 30px);
      left: 5px;
      position: absolute;
      top: 25px;
      width: 1px; }
    @media (max-width: 767.98px) {
      .routine-step .time {
        font-size: 14px; } }
  .routine-step:last-child .time:before {
    display: none; }
  .routine-step .show-mobile {
    display: none; }

@media (max-width: 767.98px) {
  .routine-step .show-mobile {
    display: block; }
  .routine-step .show-desktop {
    display: none; }
  .routine-step .detail p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px; }
  .here-is-why div img {
    margin: 0; }
  .here-is-why div > strong {
    color: #675F51;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.67px; }
  .here-is-why > div {
    padding: 10px; }
  .here-is-why p {
    display: none;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px; } }

.hero--recipes {
  padding: 104px 0 112px;
  background: #4F5659;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .hero--recipes.lazyloaded {
    background-image: var(--category-image, url("https://ucarecdn.com/3668133c-b8a9-4d53-8b62-5dcfbd1129f9/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x698/")); }
    .hero--recipes.lazyloaded::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.48);
      z-index: 1; }
  .hero--recipes .container {
    position: relative;
    z-index: 2; }
  .hero--recipes h1 {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.04px;
    color: #fff;
    text-align: center; }
  .hero--recipes #recipeSearch {
    max-width: 584px;
    width: 100%;
    margin: 24px auto 0; }
    .hero--recipes #recipeSearch input {
      width: 100%;
      height: 55px;
      border-radius: 4px;
      border: 0;
      padding: 0 16px 0 52px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23CDD1D6' fill-rule='nonzero' d='M14.294 12.579h-.903l-.32-.31a7.4 7.4 0 0 0 1.795-4.836 7.433 7.433 0 1 0-7.433 7.433 7.4 7.4 0 0 0 4.837-1.796l.309.32v.904L18.296 20 20 18.296l-5.706-5.717zm-6.861 0a5.139 5.139 0 0 1-5.146-5.146 5.139 5.139 0 0 1 5.146-5.146 5.139 5.139 0 0 1 5.146 5.146 5.139 5.139 0 0 1-5.146 5.146z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: left 20px center;
      font-size: 18px;
      color: #4f5659; }
      .hero--recipes #recipeSearch input::-webkit-input-placeholder {
        color: #4f5659; }
      .hero--recipes #recipeSearch input::-moz-placeholder {
        color: #4f5659; }
      .hero--recipes #recipeSearch input:-ms-input-placeholder {
        color: #4f5659; }
      .hero--recipes #recipeSearch input::-ms-input-placeholder {
        color: #4f5659; }
      .hero--recipes #recipeSearch input::placeholder {
        color: #4f5659; }
    .hero--recipes #recipeSearch .algolia-autocomplete {
      width: 100%;
      z-index: 999 !important; }
      .hero--recipes #recipeSearch .algolia-autocomplete .aa-input,
      .hero--recipes #recipeSearch .algolia-autocomplete .aa-hint {
        width: 100%; }
      .hero--recipes #recipeSearch .algolia-autocomplete .aa-dataset-1 {
        padding-top: 0; }
      .hero--recipes #recipeSearch .algolia-autocomplete .aa-dropdown-menu {
        width: 100% !important;
        background-color: #fff;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.11);
        padding: 0;
        font-family: var(--font-family); }
        .hero--recipes #recipeSearch .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
          cursor: pointer;
          padding: 5px 4px;
          font-size: 16px;
          font-weight: 500;
          color: #34393a;
          letter-spacing: -0.02px;
          padding: 10px 32px;
          border: none; }
          .hero--recipes #recipeSearch .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
            font-weight: 600;
            font-style: normal;
            font-size: 16px; }
  @media (max-width: 767.98px) {
    .hero--recipes {
      background: #4F5659;
      padding: 48px 0;
      text-align: center;
      background-size: cover;
      background-position: center; }
      .hero--recipes h1 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.37px;
        padding: 0 24px; } }

.recipes-content {
  padding: 48px 0 56px;
  /* SIDEBAR */
  /* RECIPE CATEGORY SECTIONS */ }
  .recipes-content .filters-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #abb5b8;
    margin-bottom: 12px; }
    .recipes-content .filters-text:nth-of-type(1) {
      margin-bottom: 24px; }
    .recipes-content .filters-text.dark {
      color: #202324; }
  .recipes-content #meal-time .filters-text, .recipes-content #products-used .filters-text {
    margin-bottom: 12px; }
  .recipes-content .recipe-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 32px; }
    .recipes-content .recipe-categories li {
      position: relative;
      margin-bottom: 6px; }
      .recipes-content .recipe-categories li a {
        font-size: 16px;
        line-height: 1;
        letter-spacing: -0.2px;
        color: #4F5659;
        display: block;
        font-weight: 500;
        position: relative;
        padding: 9px 0 7px; }
      .recipes-content .recipe-categories li:hover a, .recipes-content .recipe-categories li:focus a {
        color: inherit; }
        .recipes-content .recipe-categories li:hover a::before, .recipes-content .recipe-categories li:focus a::before {
          content: '';
          width: 85%;
          height: 110%;
          background: #EBFDF6;
          border-radius: 8px;
          position: absolute;
          top: 0;
          left: -12px;
          z-index: -1; }
      .recipes-content .recipe-categories li.current-cat a {
        color: inherit; }
        .recipes-content .recipe-categories li.current-cat a::before {
          content: '';
          width: 85%;
          height: 110%;
          background: #EBFDF6;
          border-radius: 8px;
          position: absolute;
          top: 0;
          left: -12px;
          z-index: -1; }
      .recipes-content .recipe-categories li:last-child {
        margin-bottom: 0; }
  .recipes-content .meal-time li {
    padding-left: 28px;
    margin-bottom: 8px; }
    .recipes-content .meal-time li a {
      color: #34393A; }
    .recipes-content .meal-time li:hover a::before, .recipes-content .meal-time li:focus a::before {
      width: 90%;
      left: -40px; }
    .recipes-content .meal-time li:before {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      top: 8px;
      left: 0;
      background-repeat: no-repeat;
      background-position: center; }
    .recipes-content .meal-time li.current-cat a {
      color: inherit; }
      .recipes-content .meal-time li.current-cat a::before {
        content: '';
        width: 90%;
        height: 110%;
        background: #EBFDF6;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: -40px;
        z-index: -1; }
    .recipes-content .meal-time li:nth-child(1):before {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C6.22992 0 4.65737 2.18229 3.72396 3.38216C3.30691 3.91827 2.38652 4.83189 1.57064 5.94401C0.754759 7.05613 0 8.42038 0 10C0 13.1528 2.43217 15.7264 3.24056 16.5348C3.4357 16.73 4.03544 17.6776 5.08301 18.4912C6.13058 19.3048 7.70923 20 10 20C12.4492 20 13.9043 19.5984 14.9382 18.8558C15.9721 18.1132 16.4676 17.1913 17.2493 16.2972C18.6465 14.6993 20 13.1599 20 10C20 7.23593 19.937 4.40148 18.2487 2.4707C17.689 1.83096 16.9439 1.54482 16.25 1.3623C15.5561 1.17979 14.8737 1.08703 14.3001 0.934245C12.9309 0.569954 11.6538 0 10 0ZM10 1.66667C11.2545 1.66667 12.3597 2.14157 13.8721 2.54395C14.5843 2.73366 15.2724 2.82781 15.8268 2.97363C16.3812 3.11945 16.761 3.30324 16.9938 3.56934C18.1255 4.86356 18.3333 7.29074 18.3333 10C18.3333 12.7318 17.4157 13.5747 15.9945 15.2002C15.0954 16.2286 14.643 17.0157 13.9665 17.5016C13.29 17.9875 12.2733 18.3333 10 18.3333C8.03327 18.3333 6.89566 17.7872 6.10677 17.1745C5.31788 16.5618 4.96214 15.8996 4.41895 15.3564C3.75067 14.6882 1.66667 12.2189 1.66667 10C1.66667 8.96796 2.19846 7.90489 2.91341 6.93034C3.62837 5.95579 4.48274 5.12315 5.04069 4.40592C6.05728 3.09913 6.80675 1.66667 10 1.66667ZM10.8333 5.83333C8.53215 5.83333 6.66667 7.69881 6.66667 10C6.66667 12.3012 8.53215 14.1667 10.8333 14.1667C13.1345 14.1667 15 12.3012 15 10C15 7.69881 13.1345 5.83333 10.8333 5.83333Z' fill='%2300A869'/%3E%3C/svg%3E%0A"); }
    .recipes-content .meal-time li:nth-child(2):before {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.52632 0.00183105C8.36076 0.00183105 8.1949 0.0627587 8.06558 0.186864C7.46235 0.765232 6.42459 1.8454 5.94326 2.84209H4.73684C3.69 2.84209 2.84211 3.68998 2.84211 4.73682C2.84211 5.08361 2.94235 5.40466 3.10485 5.68419H1.89474C0.847895 5.68419 0 6.53209 0 7.57893C0 8.62577 0.847895 9.47367 1.89474 9.47367H15.1579C16.2047 9.47367 17.0526 8.62577 17.0526 7.57893C17.0526 6.53209 16.2047 5.68419 15.1579 5.68419H13.9478C14.1103 5.40466 14.2105 5.08361 14.2105 4.73682C14.2105 3.68998 13.3626 2.84209 12.3158 2.84209H11.1094C10.628 1.8454 9.59028 0.765232 8.98705 0.186864C8.85773 0.0627587 8.69187 0.00183105 8.52632 0.00183105ZM2.03906 11.3684C1.46212 11.3684 1.01947 11.8796 1.10095 12.4508L1.66345 16.3735C1.79702 17.3067 2.5952 18 3.53783 18H13.5148C14.4584 18 15.2566 17.3058 15.3892 16.3717L15.9517 12.449C16.0332 11.8787 15.5905 11.3684 15.0136 11.3684H2.03906Z' fill='%2300A869'/%3E%3C/svg%3E%3C/svg%3E%0A"); }
    .recipes-content .meal-time li:nth-child(3):before {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6239 0C8.37293 0 5.49845 1.32611 3.42494 3.02595C1.35144 4.72578 0 6.75016 0 8.57143V11.9001C0 13.6649 1.46201 15 3.16825 15C3.97184 15 4.6054 14.7821 5.1144 14.601C5.62339 14.4199 6.00151 14.2857 6.42997 14.2857C7.05756 14.2857 7.88248 14.8627 9.01507 15.5985C10.1477 16.3343 11.6121 17.1429 13.5784 17.1429C17.1312 17.1429 19.9986 14.1966 19.9986 10.5873V7.19308C19.9997 7.17636 20 7.15961 20 7.14286C20 6.72982 19.8931 6.20498 19.6429 5.49805C19.3926 4.79111 18.9919 3.95345 18.3719 3.13895C17.132 1.50995 14.9632 0 11.6239 0ZM11.6239 1.42857C14.5467 1.42857 16.2093 2.65648 17.2349 4.00391C17.7477 4.67762 18.0872 5.38755 18.2952 5.97517C18.5024 6.56063 18.5695 7.07291 18.57 7.13867C18.57 7.14007 18.57 7.14146 18.57 7.14286V7.97573C18.527 11.3857 16.6766 12.8571 13.5784 12.8571C10.0291 12.8571 8.38211 10 6.42997 10C5.27711 10 4.52468 10.7143 3.16825 10.7143C1.85325 10.7143 1.42857 9.37259 1.42857 8.85045V8.57143C1.42857 7.55556 2.47689 5.65031 4.33036 4.13086C6.18382 2.61141 8.76412 1.42857 11.6239 1.42857ZM11.4286 2.85714C10.4543 2.85714 9.48312 3.07294 8.56027 3.41936C8.26812 3.52865 8.24066 3.93414 8.51423 4.08343L9.50614 4.62472C9.63328 4.69401 9.72773 4.81049 9.76702 4.94978L10.1674 6.37416C10.2217 6.56702 10.3612 6.72392 10.5455 6.80106L11.2584 7.09961C11.5827 7.23532 11.9566 7.09105 12.1052 6.77176L13.5268 3.7221C13.6354 3.48924 13.5179 3.20551 13.2715 3.13337C12.6415 2.95051 12.0079 2.85714 11.4286 2.85714ZM14.9651 3.92439C14.7802 3.89331 14.5871 3.98027 14.502 4.16295L13.1208 7.12751C12.9608 7.47037 13.1182 7.87744 13.4668 8.02316L16.1063 9.12807C16.4384 9.26735 16.8299 9.09915 16.9378 8.75558C17.0663 8.34701 17.1319 7.90964 17.1247 7.45536C17.1247 5.91821 16.2816 4.76339 15.1423 3.99554C15.0866 3.95786 15.0268 3.93474 14.9651 3.92439ZM6.70061 4.45034C6.54677 4.45391 6.39438 4.49715 6.26116 4.58287C4.25045 5.87858 2.83901 7.55108 2.83901 8.28823C2.83829 8.79323 3.24598 9.28571 3.73884 9.28571C4.96098 9.28571 5.65871 8.57143 6.42299 8.57143C7.60299 8.57143 8.50566 8.98773 9.3178 9.49916C9.58137 9.66559 9.9099 9.41902 9.82561 9.1183L8.87556 5.738C8.82484 5.55729 8.70223 5.40597 8.53795 5.31669L7.14844 4.55915C7.00915 4.48344 6.85445 4.44676 6.70061 4.45034ZM11.137 8.27567C10.9297 8.31454 10.7722 8.52555 10.8371 8.75698L11.4328 10.8761C11.9913 11.1704 12.5869 11.3742 13.2854 11.3742C14.1083 11.3742 14.8272 11.1515 15.4157 10.7729C15.7243 10.5743 15.6929 10.1149 15.3544 9.97349L11.3546 8.29939C11.2807 8.26849 11.2061 8.26271 11.137 8.27567Z' fill='%2300A869'/%3E%3C/svg%3E%0A"); }
    .recipes-content .meal-time li:nth-child(4):before {
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.63635 -0.000165135C1.34129 -0.00425593 1.06683 0.15077 0.918082 0.405631C0.769331 0.660493 0.769331 0.975705 0.918082 1.23057C1.06683 1.48543 1.34129 1.64045 1.63635 1.63628H1.71466L3.2024 16.5266C3.28519 17.356 3.99743 17.9999 4.83078 17.9999H13.1692C14.0026 17.9999 14.7148 17.356 14.7976 16.5266L16.2853 1.63628H16.3636C16.6587 1.64045 16.9331 1.48543 17.0819 1.23057C17.2306 0.975705 17.2306 0.660493 17.0819 0.405631C16.9331 0.15077 16.6587 -0.00425593 16.3636 -0.000165135H1.63635ZM3.35741 1.63628H14.6426L14.315 4.90901H3.685L3.35741 1.63628ZM11.8636 6.54537C12.5411 6.54537 13.0909 7.09519 13.0909 7.77264C13.0909 8.4501 12.5411 8.99992 11.8636 8.99992C11.1862 8.99992 10.6364 8.4501 10.6364 7.77264C10.6364 7.09519 11.1862 6.54537 11.8636 6.54537ZM6.95454 9.8181C7.63199 9.8181 8.18181 10.3679 8.18181 11.0454C8.18181 11.7228 7.63199 12.2726 6.95454 12.2726C6.27708 12.2726 5.72726 11.7228 5.72726 11.0454C5.72726 10.3679 6.27708 9.8181 6.95454 9.8181ZM9.81817 13.0908C10.2698 13.0908 10.6364 13.4574 10.6364 13.909C10.6364 14.3606 10.2698 14.7272 9.81817 14.7272C9.36654 14.7272 8.99999 14.3606 8.99999 13.909C8.99999 13.4574 9.36654 13.0908 9.81817 13.0908Z' fill='%2300A869'/%3E%3C/svg%3E%0A"); }
    .recipes-content .meal-time li:nth-child(5):before {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.875 0C9.89941 0 4.27148 1.57031 3.44531 2.32031C2.41699 3.27832 5.02734 7.23926 6.51562 7.80469C4.64062 7.65527 1.86621 4.28027 1.64062 3.67969C0.890625 4.5791 0 6.15527 0 8.55469C0 8.55469 1.64941 9.82617 3.75 10.5C2.47559 11.1738 0 10.2656 0 10.2656C0.0761722 11.54 0.366211 12.6855 0.890625 13.7344C0.890625 13.7344 3.2168 12.8965 3.89062 12.8203C3.2168 13.7197 1.5 14.3906 1.5 14.3906C2.17383 15.7412 2.77148 15.9697 3.82031 16.5703C3.82031 16.5703 4.72852 15.9668 5.17969 15.5156C4.9541 16.1895 4.57031 16.9453 4.57031 16.9453C5.99414 17.6953 7.125 18 8.625 18C11.3994 18 13.2803 17.3262 12.6797 15.75C14.0303 14.5488 13.8047 12.9082 12.3047 13.7344C11.9297 13.96 9.6709 15.75 7.94531 15.75C5.69531 15.75 4.26562 13.6465 4.26562 12.0703C4.26562 10.7197 6.08496 8.625 6.60938 8.25C6.72949 8.17676 6.72656 8.16797 6.82031 8.10938C6.95801 8.92676 7.35352 9.72949 7.96875 10.4062C8.73926 11.2529 9.86426 11.9121 11.2031 12C11.6162 12.0264 11.9736 11.71 12 11.2969C12.0264 10.8838 11.71 10.5264 11.2969 10.5C10.3857 10.4385 9.63574 9.99609 9.09375 9.39844C8.57227 8.82422 8.27344 8.1123 8.25 7.57031C8.3584 7.53809 8.46973 7.51465 8.57812 7.47656C8.7041 7.77246 8.84766 8.07129 9.07031 8.34375C9.66504 9.07031 10.6406 9.62109 11.9297 9.75C12.3428 9.78809 12.7119 9.4834 12.75 9.07031C12.7881 8.65723 12.4834 8.28809 12.0703 8.25C11.1094 8.15332 10.585 7.80176 10.2422 7.38281C10.1162 7.23047 10.0371 7.06055 9.96094 6.89062C12.8115 5.3584 15.0059 2.53711 15.6797 1.35938C15.9785 0.834961 15.3691 0.670898 13.5703 0.820312C14.0215 0.594727 14.25 0.383789 14.25 0.234375C14.25 0.0849607 14.1006 0 13.875 0ZM12.3281 1.07812C12.7295 1.02246 13.0957 1.14844 13.2656 1.42969C13.4912 1.80469 13.1338 2.3291 12.6094 2.55469C12.1816 2.76855 11.7773 2.73926 11.5078 2.57812C11.6543 2.625 11.8242 2.61914 12 2.55469C12.3516 2.42871 12.5654 2.10059 12.4688 1.82812C12.3721 1.55566 12 1.44434 11.6484 1.57031C11.502 1.62305 11.3818 1.70215 11.2969 1.80469C11.4053 1.56152 11.625 1.32715 11.9297 1.19531C12.0615 1.13965 12.1934 1.0957 12.3281 1.07812Z' fill='%2300A869'/%3E%3C/svg%3E%0A"); }
    .recipes-content .meal-time li:nth-child(6):before {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0C9.73828 0 8.67578 0.539063 8 1.3125C7.72656 1.625 7.53516 1.98438 7.375 2.34375C6.98047 2.16406 6.54688 2 6 2C4.46875 2 0 7.72266 0 14C0 17.5039 3.35156 20 7 20C10.6484 20 14 17.5039 14 14C14 10.4961 11 9.35547 11 6C11 4.35156 10.6289 3.16797 9.25 3.03125C9.32031 2.89062 9.39844 2.74219 9.5 2.625C9.82422 2.25781 10.2617 2 11 2V0ZM7 9C7.875 9 10 10.8125 10 13C10 15.1875 8.67969 17 7 17C5.32031 17 4 15.2617 4 13C4 10.7383 6.125 9 7 9Z' fill='%2300A869'/%3E%3C/svg%3E%0A"); }
    .recipes-content .meal-time li:nth-child(7):before {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.21873 0.758639C8.79449 0.76527 8.45571 1.11413 8.46152 1.53839C8.46152 3.40865 8.91417 4.49297 9.31188 5.28839C9.70959 6.08381 9.99998 6.52294 9.99998 7.69223C9.99606 7.96964 10.1418 8.22768 10.3814 8.36753C10.621 8.50738 10.9174 8.50738 11.157 8.36753C11.3966 8.22768 11.5424 7.96964 11.5384 7.69223C11.5384 6.22383 11.0596 5.34333 10.6881 4.60029C10.3166 3.85725 9.99998 3.18427 9.99998 1.53839C10.0028 1.33046 9.92139 1.13024 9.77421 0.983347C9.62703 0.836451 9.42665 0.755391 9.21873 0.758639ZM5.5123 2.29708C5.28159 2.29557 5.06237 2.39766 4.91507 2.57523C4.76777 2.7528 4.70795 2.98711 4.75209 3.21357C4.95655 4.35076 5.37067 5.07821 5.66254 5.673C5.95442 6.26779 6.15383 6.72794 6.15383 7.69223C6.14991 7.96964 6.29566 8.22768 6.53527 8.36753C6.77488 8.50738 7.07124 8.50738 7.31085 8.36753C7.55046 8.22768 7.69621 7.96964 7.69229 7.69223C7.69229 6.48114 7.36807 5.65428 7.04475 4.99542C6.72144 4.33655 6.42897 3.8437 6.26651 2.94013C6.20506 2.57082 5.88668 2.29937 5.5123 2.29708ZM13.2046 2.29708C12.9739 2.29557 12.7547 2.39766 12.6074 2.57523C12.4601 2.7528 12.4003 2.98711 12.4444 3.21357C12.6489 4.35076 13.063 5.07821 13.3549 5.673C13.6467 6.26779 13.8461 6.72794 13.8461 7.69223C13.8422 7.96964 13.988 8.22768 14.2276 8.36753C14.4672 8.50738 14.7635 8.50738 15.0032 8.36753C15.2428 8.22768 15.3885 7.96964 15.3846 7.69223C15.3846 6.48114 15.0604 5.65428 14.7371 4.99542C14.4137 4.33655 14.1213 3.8437 13.9588 2.94013C13.8974 2.57082 13.579 2.29937 13.2046 2.29708ZM1.53844 9.99992C1.26115 9.99507 1.0027 10.1398 0.862013 10.3789C0.721322 10.6179 0.720165 10.9141 0.858984 11.1542C0.997804 11.3943 1.25511 11.5411 1.53243 11.5384C1.53243 14.1629 3.17906 16.3975 5.49277 17.2821C5.34243 17.5207 5.33467 17.8224 5.47255 18.0684C5.61043 18.3144 5.87185 18.4652 6.15383 18.4615H13.8461C14.1286 18.4648 14.3901 18.3131 14.5274 18.0663C14.6648 17.8195 14.6559 17.5173 14.5042 17.2791C16.8134 16.3922 18.4555 14.1595 18.4555 11.5384H18.4615C18.7389 11.5423 18.997 11.3966 19.1368 11.1569C19.2767 10.9173 19.2767 10.621 19.1368 10.3814C18.997 10.1418 18.7389 9.996 18.4615 9.99992H1.53844Z' fill='%2300A869'/%3E%3C/svg%3E%0A"); }
  .recipes-content .recipe-category-section {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .recipes-content .recipe-category-section {
        margin-bottom: 32px; } }
    .recipes-content .recipe-category-section--heading {
      display: flex;
      align-items: center;
      margin-bottom: 24px; }
      .recipes-content .recipe-category-section--heading h2 {
        font-size: 28px;
        margin-bottom: 0; }
      .recipes-content .recipe-category-section--heading a {
        color: #ffa200;
        font-size: 16px;
        letter-spacing: 0.1px;
        margin-left: 16px;
        margin-top: 2px; }
        .recipes-content .recipe-category-section--heading a svg {
          transition: all 0.2s ease;
          -webkit-transform: translateX(0) translateY(-1px);
                  transform: translateX(0) translateY(-1px); }
        .recipes-content .recipe-category-section--heading a:hover {
          color: #ffb22c; }
          .recipes-content .recipe-category-section--heading a:hover svg {
            -webkit-transform: translateX(4px) translateY(-1px);
                    transform: translateX(4px) translateY(-1px); }
            .recipes-content .recipe-category-section--heading a:hover svg path {
              fill: #ffb22c; }
      @media (max-width: 767.98px) {
        .recipes-content .recipe-category-section--heading {
          justify-content: space-between;
          margin-bottom: 8px; }
          .recipes-content .recipe-category-section--heading h2 {
            font-size: 22px; } }
    .recipes-content .recipe-category-section--heading-single {
      flex-direction: column;
      align-items: flex-start !important;
      margin-bottom: 0; }
      .recipes-content .recipe-category-section--heading-single a {
        margin-bottom: 16px; }
      .recipes-content .recipe-category-section--heading-single h2 {
        margin-bottom: 16px; }
        @media (max-width: 767.98px) {
          .recipes-content .recipe-category-section--heading-single h2 {
            margin-bottom: 8px; } }
      .recipes-content .recipe-category-section--heading-single .category-description {
        margin: 0 0 32px; }
        .recipes-content .recipe-category-section--heading-single .category-description p {
          margin: 0; }
    .recipes-content .recipe-category-section--list {
      margin: 0 -16px;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      flex-direction: row; }
      .recipes-content .recipe-category-section--list li {
        margin: 0 16px;
        flex: 1 0 33%;
        max-width: 276px; }
        .recipes-content .recipe-category-section--list li:nth-child(4) {
          display: none; }
        @media (max-width: 1199.98px) {
          .recipes-content .recipe-category-section--list li {
            margin: 0 12px 20px; }
            .recipes-content .recipe-category-section--list li:nth-child(4) {
              display: block; } }
        .recipes-content .recipe-category-section--list li .recipe-card--image {
          max-width: 276px;
          max-height: 181px;
          height: 100%;
          overflow: hidden;
          display: block;
          border-radius: 8px;
          margin-bottom: 16px; }
          .recipes-content .recipe-category-section--list li .recipe-card--image img {
            transition: -webkit-transform 0.2s ease;
            transition: transform 0.2s ease;
            transition: transform 0.2s ease, -webkit-transform 0.2s ease;
            max-height: 181px;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          .recipes-content .recipe-category-section--list li .recipe-card--image:hover img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
          @media (max-width: 767.98px) {
            .recipes-content .recipe-category-section--list li .recipe-card--image {
              border-radius: 4px;
              margin-bottom: 8px;
              max-height: 104px; } }
        .recipes-content .recipe-category-section--list li .recipe-card--title {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: 0.02px;
          font-weight: 500;
          border-bottom: 2px solid transparent; }
          .recipes-content .recipe-category-section--list li .recipe-card--title:hover {
            border-bottom: 2px solid #34393a;
            color: inherit; }
          @media (max-width: 767.98px) {
            .recipes-content .recipe-category-section--list li .recipe-card--title {
              font-size: 16px;
              line-height: 21px; } }
  .recipes-content .recipes-mobile-toggle {
    background: #F1FFFA;
    padding: 20px 0;
    margin-bottom: 24px;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 1; }
    .recipes-content .recipes-mobile-toggle--title {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #008553;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0; }
      .recipes-content .recipes-mobile-toggle--title .minus {
        display: none; }
    .recipes-content .recipes-mobile-toggle--content {
      opacity: 0;
      max-height: 0;
      transition: all 0.2s ease;
      visibility: hidden;
      position: relative;
      z-index: -1; }
      .recipes-content .recipes-mobile-toggle--content .recipe-categories:last-child {
        margin-bottom: 0; }
    .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--title .minus {
      display: block; }
    .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--title .plus {
      display: none; }
    .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content {
      opacity: 1;
      max-height: 100rem;
      padding-top: 24px;
      visibility: visible;
      z-index: 10;
      display: flex;
      align-items: flex-start; }
      .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content #meal-time, .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content #products-used {
        flex: 1; }
        .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content #meal-time .filters-text, .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content #products-used .filters-text {
          margin-bottom: 16px;
          line-height: 1; }
      .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content #products-used {
        padding-left: 12px; }
      .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .recipe-categories li {
        margin-bottom: 8px; }
        .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .recipe-categories li:hover a::before, .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .recipe-categories li:focus a::before {
          width: 110%; }
        .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .recipe-categories li.current-cat a::before {
          background: #defbf0; }
      .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .meal-time li:hover a::before, .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .meal-time li:focus a::before {
        width: 115%; }
      .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .meal-time li.current-cat a {
        font-weight: 600; }
        .recipes-content .recipes-mobile-toggle.opened .recipes-mobile-toggle--content .meal-time li.current-cat a::before {
          display: none; }
  @media (max-width: 991.98px) {
    .recipes-content {
      padding: 0 0 16px; } }

.category .recipe-category-section {
  border-bottom: 2px solid #EEF1F1; }
  @media (max-width: 991.98px) {
    .category .recipe-category-section {
      padding-bottom: 16px; } }
  .category .recipe-category-section--heading {
    align-items: center; }
    .category .recipe-category-section--heading a {
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: #00A869;
      margin-left: 16px; }
      .category .recipe-category-section--heading a svg path {
        fill: #00A869; }
      .category .recipe-category-section--heading a:hover {
        color: #00BA74; }
        .category .recipe-category-section--heading a:hover svg path {
          fill: #00BA74; }
    .category .recipe-category-section--heading p {
      font-size: 20px;
      line-height: 30px;
      color: #4F5659;
      letter-spacing: -0.08px;
      margin-bottom: 0;
      max-width: 584px;
      margin-top: 0; }
      @media (max-width: 767.98px) {
        .category .recipe-category-section--heading p {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.07; } }
  .category .recipe-category-section .category-description-main p {
    font-size: 20px;
    line-height: 30px;
    color: #4F5659;
    letter-spacing: -.08px;
    margin-bottom: 32px;
    max-width: 584px;
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .category .recipe-category-section .category-description-main p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.07; } }
  .category .recipe-category-section--list li {
    margin: 0 16px 40px; }
    .category .recipe-category-section--list li:nth-child(4) {
      display: none; }
    @media (max-width: 1199.98px) {
      .category .recipe-category-section--list li:nth-child(4) {
        display: block; } }
    @media (max-width: 991.98px) {
      .category .recipe-category-section--list li {
        margin: 0 12px 20px; } }

.category .recipe-category-section-popular .recipe-category-section--list li:nth-child(4) {
  display: block; }

.recipes-additional {
  padding: 112px 0 82px;
  background: #F6F8F9; }
  .recipes-additional h2 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.17px;
    margin-bottom: 40px; }
  .recipes-additional h2 + p {
    font-size: 20px;
    line-height: 32px;
    color: #34393A;
    letter-spacing: -0.09px;
    margin-bottom: 0; }
  .recipes-additional h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.13px;
    margin-top: 56px;
    margin-bottom: 40px; }
  .recipes-additional .recipe-category-section--list {
    margin: 0 -16px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row; }
    .recipes-additional .recipe-category-section--list li {
      margin: 0 16px 40px;
      flex: 1 0 22%; }
      .recipes-additional .recipe-category-section--list li:nth-child(4) {
        display: block !important; }
      @media (max-width: 1199.98px) {
        .recipes-additional .recipe-category-section--list li {
          margin: 0 12px 20px;
          flex: 1 0 30%;
          max-width: 267px; } }
      @media (max-width: 991.98px) {
        .recipes-additional .recipe-category-section--list li {
          margin-bottom: 32px; } }
      @media (max-width: 767.98px) {
        .recipes-additional .recipe-category-section--list li {
          flex: 1 43%; } }
      .recipes-additional .recipe-category-section--list li .recipe-card--image {
        max-width: 276px;
        max-height: 181px;
        height: 100%;
        overflow: hidden;
        display: block;
        border-radius: 8px;
        margin-bottom: 16px; }
        .recipes-additional .recipe-category-section--list li .recipe-card--image img {
          transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease;
          max-height: 181px;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .recipes-additional .recipe-category-section--list li .recipe-card--image:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        @media (max-width: 767.98px) {
          .recipes-additional .recipe-category-section--list li .recipe-card--image {
            border-radius: 4px;
            margin-bottom: 8px;
            max-height: 104px; } }
      .recipes-additional .recipe-category-section--list li .recipe-card--title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02px;
        font-weight: 500;
        border-bottom: 2px solid transparent; }
        .recipes-additional .recipe-category-section--list li .recipe-card--title:hover {
          border-bottom: 2px solid #34393a;
          color: inherit; }
        @media (max-width: 767.98px) {
          .recipes-additional .recipe-category-section--list li .recipe-card--title {
            font-size: 16px;
            line-height: 21px; } }
  @media (max-width: 767.98px) {
    .recipes-additional {
      padding: 56px 0; }
      .recipes-additional h2 {
        text-align: left;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.13px;
        margin-bottom: 16px; }
      .recipes-additional h2 + p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.08px; }
      .recipes-additional h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.1px;
        margin-top: 32px;
        margin-bottom: 24px; } }

.in-recipes .newsletter {
  display: none; }

#keto_cal_form_wrapper {
  margin: 0 auto;
  max-width: 720px; }
  @media (max-width: 991.98px) {
    #keto_cal_form_wrapper {
      padding-left: 24px;
      padding-right: 24px; } }

.required {
  color: #812020; }

.error {
  background: #eec9c9;
  color: #812020;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px; }

#height.cm {
  padding-left: 16px;
  width: 82px !important; }

html .select2-container {
  align-items: center;
  background: #F1F3F4;
  border-radius: 4px;
  height: auto;
  width: 100% !important; }
  html .select2-container .selection {
    display: block; }
  html .select2-container .select2-selection--single {
    background: #f1f3f4;
    border: 0;
    height: auto;
    padding: 10px 22px;
    width: 100%; }
    html .select2-container .select2-selection--single .select2-selection__arrow b {
      border-width: 0;
      margin-left: -18px;
      margin-top: -1px; }
      @media (max-width: 991.98px) {
        html .select2-container .select2-selection--single .select2-selection__arrow b {
          margin-top: -8px; } }
      html .select2-container .select2-selection--single .select2-selection__arrow b:before {
        color: #8CA4AB;
        content: "\43";
        display: block;
        font-family: "perfectketo";
        font-size: 17px;
        font-weight: 400;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    html .select2-container .select2-selection--single .select2-selection__rendered {
      color: #545C5F;
      font-size: 18px;
      height: 52px;
      letter-spacing: 0;
      line-height: 49px; }
      @media (max-width: 991.98px) {
        html .select2-container .select2-selection--single .select2-selection__rendered {
          font-size: 16px;
          height: 36px;
          line-height: 34px; } }
  html .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0; }
    html .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
      color: #8CA4AB;
      margin-top: 14px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  html .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #00BA74; }

html .select2-dropdown {
  border: 0;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.18); }

html .select2-search--dropdown {
  display: none; }

#keto_cal_form {
  padding-top: 54px; }
  #keto_cal_form table th {
    color: #34393A;
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: -0.07px;
    line-height: 1;
    padding: 0 32px 8px 0; }
    @media (max-width: 991.98px) {
      #keto_cal_form table th {
        font-size: 1em;
        line-height: 26px; } }
  #keto_cal_form table td {
    color: #4F5659;
    font-size: 1em;
    letter-spacing: -0.07px;
    padding: 1px 32px 1px 0; }
    @media (max-width: 991.98px) {
      #keto_cal_form table td {
        font-size: 0.875em;
        letter-spacing: -0.06px;
        line-height: 18px;
        padding: 4px 32px 4px 0; } }
  #keto_cal_form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #keto_cal_form ul li {
      color: #4F5659;
      font-size: 1em;
      letter-spacing: -0.07px;
      padding: 2px 0; }
      @media (max-width: 991.98px) {
        #keto_cal_form ul li {
          font-size: 0.875em;
          letter-spacing: -0.06px;
          line-height: 18px;
          padding: 4px 0; } }
  #keto_cal_form h4 {
    color: #202324;
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      #keto_cal_form h4 {
        font-size: 1.25em;
        line-height: 26px;
        margin-bottom: 12px; } }
  #keto_cal_form p {
    max-width: 632px; }
    #keto_cal_form p.sm {
      color: #808B8E;
      font-size: 14px;
      letter-spacing: -0.06px;
      line-height: 20px;
      margin-bottom: 0;
      max-width: 435px; }
      @media (max-width: 991.98px) {
        #keto_cal_form p.sm {
          font-size: 12px; } }
  #keto_cal_form .keto_cal_form_col {
    display: flex; }
    #keto_cal_form .keto_cal_form_col > div:first-child {
      padding-right: 15px; }
    #keto_cal_form .keto_cal_form_col.keto_cal_form_col--space-between > div {
      flex: 1; }
      #keto_cal_form .keto_cal_form_col.keto_cal_form_col--space-between > div:first-child {
        flex: 1 400px;
        max-width: 400px;
        width: 100%; }
        @media (max-width: 991.98px) {
          #keto_cal_form .keto_cal_form_col.keto_cal_form_col--space-between > div:first-child {
            flex: 1;
            margin-bottom: 24px; } }
  #keto_cal_form .keto_cal_form_block {
    padding: 20px 0; }
    @media (max-width: 991.98px) {
      #keto_cal_form .keto_cal_form_block {
        padding: 12px 0; } }
    @media (max-width: 991.98px) {
      #keto_cal_form .keto_cal_form_block.keto_cal_form_block--body-fat .keto_cal_form_col, #keto_cal_form .keto_cal_form_block.keto_cal_form_block--gender-age .keto_cal_form_col {
        flex-flow: column; } }
  #keto_cal_form .keto_cal_block_header h4 {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      #keto_cal_form .keto_cal_block_header h4 {
        margin-bottom: 4px; } }
  #keto_cal_form .keto_cal_block_header h5 {
    margin-top: 32px;
    margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      #keto_cal_form .keto_cal_block_header h5 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px; } }
  #keto_cal_form .keto_cal_block_header p {
    color: #4F5659;
    font-size: 18px;
    letter-spacing: -0.07px;
    line-height: 28px;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      #keto_cal_form .keto_cal_block_header p {
        font-size: 16px;
        line-height: 24px; } }
  #keto_cal_form .keto_cal_block_header h5#intake {
    margin-bottom: 16px; }
  #keto_cal_form .keto_cal_goal_guide {
    background: #FFF8DE;
    border-radius: 4px;
    display: flex;
    margin-bottom: 24px;
    padding: 0 26px; }
    @media (max-width: 991.98px) {
      #keto_cal_form .keto_cal_goal_guide {
        flex-flow: column;
        margin-top: 16px;
        padding: 8px 24px; } }
    #keto_cal_form .keto_cal_goal_guide > div {
      padding: 16px 32px; }
      @media (max-width: 991.98px) {
        #keto_cal_form .keto_cal_goal_guide > div {
          padding: 8px 0; } }
      #keto_cal_form .keto_cal_goal_guide > div strong {
        color: #34393A;
        font-size: 1.125em;
        font-weight: 600;
        letter-spacing: -0.07px;
        line-height: 26px; }
        @media (max-width: 991.98px) {
          #keto_cal_form .keto_cal_goal_guide > div strong {
            font-size: 1em;
            line-height: 22px; } }
      #keto_cal_form .keto_cal_goal_guide > div p {
        color: #4F5659;
        font-size: 1em;
        letter-spacing: -0.07px;
        line-height: 26px;
        margin-bottom: 0; }
        @media (max-width: 991.98px) {
          #keto_cal_form .keto_cal_goal_guide > div p {
            font-size: 0.875em;
            letter-spacing: -0.06px; } }
  #keto_cal_form .radio-group {
    display: flex;
    margin: 0 -7.5px; }
    #keto_cal_form .radio-group label {
      background: #fff;
      border: 1px solid #D5DCDF;
      border-radius: 4px;
      color: #939C9F;
      display: block;
      flex: 1;
      font-size: 1em;
      letter-spacing: 0;
      padding: 11px 24px;
      text-align: center;
      width: 100%; }
      @media (max-width: 991.98px) {
        #keto_cal_form .radio-group label {
          font-size: 0.875em; } }
    #keto_cal_form .radio-group .radio {
      margin: 0 7.5px; }
    #keto_cal_form .radio-group.radio-group--gender img {
      height: 48px;
      margin-right: 8px; }
      @media (max-width: 991.98px) {
        #keto_cal_form .radio-group.radio-group--gender img {
          height: 32px; } }
    #keto_cal_form .radio-group input[type="radio"] {
      display: none; }
      #keto_cal_form .radio-group input[type="radio"]:checked + label {
        background: #00BA74;
        border-color: #00BA74;
        color: #fff;
        font-weight: 600; }
  #keto_cal_form .form-control {
    background: #F1F3F4;
    border-radius: 4px;
    border: 0;
    color: #202324;
    font-size: 24px;
    font-weight: 600;
    height: 72px;
    line-height: 72px;
    text-align: center; }
    @media (max-width: 991.98px) {
      #keto_cal_form .form-control {
        height: 56px;
        line-height: 56px; } }
  #keto_cal_form .input-group {
    background: #F1F3F4;
    border-radius: 4px;
    display: inline-block;
    margin-right: 15px;
    width: auto; }
    @media (max-width: 991.98px) {
      #keto_cal_form .input-group {
        margin-right: 3px; } }
    #keto_cal_form .input-group .form-control {
      box-shadow: none;
      display: inline-block; }
    #keto_cal_form .input-group label {
      color: #8E999C;
      font-size: 1.125em;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 30px;
      margin-bottom: 0;
      padding-right: 20px;
      display: inline-block; }
      @media (max-width: 991.98px) {
        #keto_cal_form .input-group label {
          font-size: 1em; } }
    #keto_cal_form .input-group.input-group--fixed-w {
      width: 122px; }
      #keto_cal_form .input-group.input-group--fixed-w label {
        padding-right: 0; }
      #keto_cal_form .input-group.input-group--fixed-w input {
        padding-right: 0;
        width: 90px; }
  #keto_cal_form input::-webkit-outer-spin-button,
  #keto_cal_form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
  #keto_cal_form input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */ }
  #keto_cal_form .cal_btn {
    align-items: center;
    background: #00BA74;
    border: 0;
    border-radius: 4px;
    color: #F4F6F6;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 72px;
    justify-content: center;
    letter-spacing: -0.24px;
    margin-top: 30px;
    transition: all 150ms ease;
    width: 100%; }
    #keto_cal_form .cal_btn:hover {
      background-color: #3c9761;
      cursor: pointer; }
  #keto_cal_form input#age,
  #keto_cal_form input#weight {
    width: 80px; }
  #keto_cal_form label.muted, #keto_cal_form .fld_info {
    font-size: 18px;
    color: #B1B1B1;
    letter-spacing: 0;
    max-width: 250px;
    font-weight: normal;
    line-height: 27px;
    margin-top: 15px;
    display: block; }
  #keto_cal_form #calorie_intake_goal_number {
    color: #67cd90;
    font-size: 17px;
    font-weight: bold; }

.keto_cal_form_block .keto_cal_form_row {
  margin-bottom: 45px; }
  @media (max-width: 991.98px) {
    .keto_cal_form_block .keto_cal_form_row {
      margin-bottom: 24px; } }
  .keto_cal_form_block .keto_cal_form_row:last-child {
    margin-bottom: 0; }

#cal_btn_container {
  margin-bottom: 54px; }

#cal_email_form {
  background: #E5FAF2;
  margin-top: 54px;
  margin-bottom: 54px;
  padding: 64px 0; }
  @media (max-width: 991.98px) {
    #cal_email_form {
      padding: 48px 0; } }
  #cal_email_form .container {
    max-width: 720px;
    padding: 0; }
    @media (max-width: 991.98px) {
      #cal_email_form .container {
        padding-left: 24px;
        padding-right: 24px; } }
  #cal_email_form .klaviyo-form {
    margin-left: -5px;
    margin-right: -5px; }
  #cal_email_form h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      #cal_email_form h2 {
        font-size: 32px; } }
  #cal_email_form p {
    color: #4F5659;
    font-size: 20px;
    letter-spacing: -0.08px;
    line-height: 28px; }
    @media (max-width: 991.98px) {
      #cal_email_form p {
        font-size: 18px;
        letter-spacing: -0.07px;
        line-height: 26px;
        margin-bottom: 16px; } }
  #cal_email_form ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0; }
    @media (max-width: 991.98px) {
      #cal_email_form ul {
        margin-bottom: 24px; } }
    #cal_email_form ul li {
      color: #4F5659;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 24px; }
      @media (max-width: 991.98px) {
        #cal_email_form ul li {
          font-size: 16px; } }
      #cal_email_form ul li:before {
        color: #00BA74;
        content: "\4d";
        font-family: 'perfectketo';
        font-size: 16px;
        margin-right: 12px; }
  @media (max-width: 991.98px) {
    #cal_email_form .klaviyo-form div {
      display: block; } }
  #cal_email_form input[type='email'] {
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 4px;
    color: #545C5F;
    font-size: 18px;
    height: 72px;
    letter-spacing: 0; }
    @media (max-width: 991.98px) {
      #cal_email_form input[type='email'] {
        height: 60px;
        width: 100%; } }
  #cal_email_form input[type='email']::-webkit-input-placeholder {
    color: #8C9A9F;
    font-family: var(--font-family);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 69px; }
  #cal_email_form input[type='email']:-moz-placeholder {
    color: #8C9A9F;
    font-family: var(--font-family);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 69px; }
  #cal_email_form input[type='email']::-moz-placeholder {
    color: #8C9A9F;
    font-family: var(--font-family);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 69px; }
  #cal_email_form input[type='email']:-ms-input-placeholder {
    color: #8C9A9F;
    font-family: var(--font-family);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 69px; }
  #cal_email_form button {
    color: #F4F6F6;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    height: 72px;
    letter-spacing: -0.24px;
    line-height: 72px;
    margin-left: 16px;
    max-width: 204px;
    padding: 0 40px;
    transition: all 0.4s; }
    @media (max-width: 991.98px) {
      #cal_email_form button {
        font-size: 16px;
        letter-spacing: -0.21px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin-top: 16px;
        margin-left: 0;
        max-width: 100%;
        padding: 0;
        width: 100%; } }

#cal_result {
  background: #F6F8F9;
  padding: 64px 0; }
  @media (max-width: 991.98px) {
    #cal_result {
      padding: 40px 24px; } }
  #cal_result .container {
    max-width: 720px;
    padding: 0; }
  #cal_result h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      #cal_result h3 {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 36px; } }
  #cal_result h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 0; }
    @media (max-width: 991.98px) {
      #cal_result h4 {
        margin-bottom: 8px; } }
  #cal_result .summary {
    color: #4F5659;
    font-size: 1.25em;
    letter-spacing: -0.08px;
    line-height: 34px; }
    #cal_result .summary strong {
      color: #00BA74; }
  #cal_result .result-head .link {
    font-size: 20px;
    font-weight: 600; }
    #cal_result .result-head .link:after {
      height: 2px; }
  #cal_result .result-body {
    display: flex;
    margin-top: 32px;
    margin-right: -17px;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      #cal_result .result-body {
        flex-wrap: wrap;
        margin-left: -1%;
        margin-right: -1%; } }
    #cal_result .result-body > div {
      align-items: stretch;
      border-radius: 9px;
      color: #fff;
      display: flex;
      flex: 1;
      flex-flow: column;
      font-size: 14px;
      font-weight: 600;
      height: 129px;
      justify-content: center;
      letter-spacing: 0;
      margin: 0 17px 0 0;
      padding: 31px 37px 37px 37px;
      text-align: center;
      width: 167px; }
      @media (max-width: 991.98px) {
        #cal_result .result-body > div {
          flex: 1 47%;
          margin: 1.5%;
          width: 47%; } }
    #cal_result .result-body .rs {
      font-size: 40px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 3px;
      display: block; }
    #cal_result .result-body .rs-unit {
      white-space: nowrap; }
    #cal_result .result-body .pr_result {
      background: #123B54; }
    #cal_result .result-body .ca_result {
      background: #FFC800; }
    #cal_result .result-body .fa_result {
      background: #007FF1; }
    #cal_result .result-body .tc_result {
      background: #202324; }
  #cal_result #result_summary h4 {
    margin-bottom: 19px; }
  #cal_result #result_summary .summary {
    font-weight: 500; }
    #cal_result #result_summary .summary strong {
      font-weight: 500; }
  #cal_result .keto_cal_form_video p {
    color: #4F5659;
    font-size: 20px;
    letter-spacing: -0.08px;
    line-height: 34px;
    margin: 32px 0 24px 0; }
    #cal_result .keto_cal_form_video p strong {
      color: #202324; }

.single-post #single-wrapper .article-content #cal_email_form, .single-post #single-wrapper .article-content #cal_result {
  margin-bottom: 54px;
  padding: 40px; }

#keto_cal_form.gki-calc {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #keto_cal_form.gki-calc {
      padding-top: 10px; }
      #keto_cal_form.gki-calc #keto_cal_form_wrapper {
        padding: 0; } }
  #keto_cal_form.gki-calc .radio-group {
    margin-left: 8px; }
    @media (max-width: 991.98px) {
      #keto_cal_form.gki-calc .radio-group {
        margin: 0; } }
    #keto_cal_form.gki-calc .radio-group .radio {
      width: 180px; }
      @media (max-width: 991.98px) {
        #keto_cal_form.gki-calc .radio-group .radio {
          margin-left: 0;
          margin-right: 15px; } }
  #keto_cal_form.gki-calc .gki-flex {
    display: flex; }
    @media (max-width: 991.98px) {
      #keto_cal_form.gki-calc .gki-flex {
        flex-flow: column; } }
    #keto_cal_form.gki-calc .gki-flex .form-control {
      width: 180px; }
      @media (max-width: 991.98px) {
        #keto_cal_form.gki-calc .gki-flex .form-control {
          margin-bottom: 15px; } }
  #keto_cal_form.gki-calc .input-group {
    width: 180px; }
    #keto_cal_form.gki-calc .input-group .form-control {
      width: 96px; }
    #keto_cal_form.gki-calc .input-group label {
      padding-right: 14px; }
  #keto_cal_form.gki-calc #cal_result {
    border: 0;
    border-radius: 8px;
    margin: 40px 0 0 0 !important;
    padding: 40px; }
    @media (max-width: 991.98px) {
      #keto_cal_form.gki-calc #cal_result {
        padding: 20px; } }
    #keto_cal_form.gki-calc #cal_result h3 {
      margin-bottom: 45px; }
    #keto_cal_form.gki-calc #cal_result p {
      max-width: 440px;
      font-size: 18px; }
    #keto_cal_form.gki-calc #cal_result .result-body {
      display: block;
      margin-right: 50px;
      min-width: 190px; }
      @media (max-width: 991.98px) {
        #keto_cal_form.gki-calc #cal_result .result-body {
          margin: 0 0 32px 0; }
          #keto_cal_form.gki-calc #cal_result .result-body .pr_result {
            margin: 0;
            width: 100%; } }
      #keto_cal_form.gki-calc #cal_result .result-body > div {
        padding: 20px 0;
        box-shadow: none; }
      @media all and (max-width: 500px) {
        #keto_cal_form.gki-calc #cal_result .result-body {
          flex-flow: column;
          width: 100%; }
          #keto_cal_form.gki-calc #cal_result .result-body > div {
            margin-right: 0;
            margin-bottom: 25px;
            padding: 8px; } }

.hero--new-affiliates {
  padding: 104px 0 97px;
  background: #9F8C56;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  color: #fff; }
  .hero--new-affiliates.lazyloaded {
    background-image: url("https://ucarecdn.com/d01e8788-0401-4375-b033-e8018e7a66a0//-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x828/"); }
  .hero--new-affiliates h1 {
    color: inherit;
    margin-bottom: 8px; }
  .hero--new-affiliates p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    max-width: 482px;
    margin-bottom: 32px; }
  .hero--new-affiliates .btn-primary {
    padding: 11px 40px 15px;
    background: #202324 !important;
    border-color: #202324 !important;
    border-radius: 4px;
    box-shadow: none !important;
    font-weight: 500; }
    .hero--new-affiliates .btn-primary:hover, .hero--new-affiliates .btn-primary:focus, .hero--new-affiliates .btn-primary:active {
      background: #2c3032 !important;
      border-color: #2c3032 !important; }
  @media (max-width: 767.98px) {
    .hero--new-affiliates {
      background: #EBB56F;
      padding: 32px 0 226px;
      text-align: center; }
      .hero--new-affiliates.lazyloaded {
        background-image: url("https://ucarecdn.com/04fbefb2-cc05-4e15-a2d9-14b942537937/-/format/auto/-/quality/best/-/max_icc_size/10/-/resize/x828/");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom; }
      .hero--new-affiliates h1 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.53px; }
      .hero--new-affiliates p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px; }
      .hero--new-affiliates .btn-primary {
        width: 100%;
        font-size: 16px;
        letter-spacing: -0.08px; } }

.new-affiliates-content {
  padding: 88px 0 104px; }
  @media (max-width: 767.98px) {
    .new-affiliates-content {
      padding: 56px 0; } }
  .new-affiliates-content .section-heading {
    text-align: center; }
    .new-affiliates-content .section-heading h2 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.17px;
      margin-bottom: 56px; }
      @media (max-width: 767.98px) {
        .new-affiliates-content .section-heading h2 {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 32px;
          letter-spacing: 0; } }
  .new-affiliates-content .benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px; }
    .new-affiliates-content .benefit img {
      margin-bottom: 32px; }
    .new-affiliates-content .benefit h3 {
      font-size: 24px;
      line-height: 27px;
      font-weight: 500;
      margin-bottom: 8px; }
    .new-affiliates-content .benefit p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 0;
      max-width: 347px;
      margin: 0 auto;
      color: #4F5659; }
    @media (max-width: 767.98px) {
      .new-affiliates-content .benefit {
        margin-bottom: 40px; }
        .new-affiliates-content .benefit img {
          max-height: 56px;
          margin-bottom: 16px; }
        .new-affiliates-content .benefit h3 {
          font-size: 22px;
          line-height: 27px; }
        .new-affiliates-content .benefit p {
          font-size: 16px;
          line-height: 24px; } }
  .new-affiliates-content .new-affiliates-cta {
    text-align: center;
    margin-top: 48px; }
    .new-affiliates-content .new-affiliates-cta h2 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.17px;
      margin-bottom: 24px; }
    .new-affiliates-content .new-affiliates-cta p {
      font-size: 20px;
      line-height: 32px;
      max-width: 720px;
      margin: 0 auto; }
    .new-affiliates-content .new-affiliates-cta .btn-primary {
      font-size: 20px;
      height: 65px;
      letter-spacing: 0;
      line-height: 60px;
      padding: 0 40px;
      max-width: 278px;
      width: 100%;
      margin: 32px auto 104px;
      border-radius: 4px;
      font-weight: 500; }
    @media (max-width: 767.98px) {
      .new-affiliates-content .new-affiliates-cta {
        margin-top: 24px; }
        .new-affiliates-content .new-affiliates-cta h2 {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 16px; }
        .new-affiliates-content .new-affiliates-cta p {
          font-size: 18px;
          line-height: 28px; }
        .new-affiliates-content .new-affiliates-cta .btn-primary {
          font-size: 16px;
          height: 52px;
          letter-spacing: 0;
          line-height: 48px;
          margin: 24px auto 56px;
          max-width: 100%; } }
  .new-affiliates-content .leaderboard {
    margin-top: 104px; }
    .new-affiliates-content .leaderboard .head {
      text-align: center; }
      .new-affiliates-content .leaderboard .head h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.17px;
        margin-bottom: 24px; }
      .new-affiliates-content .leaderboard .head p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 40px;
        color: #4F5659; }
    .new-affiliates-content .leaderboard .board {
      display: flex;
      max-width: 789px;
      width: 100%;
      margin: 0 auto; }
      .new-affiliates-content .leaderboard .board .column {
        flex-basis: 100%;
        flex: 1;
        text-align: center; }
        .new-affiliates-content .leaderboard .board .column .board-head {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px 0;
          background: #F4F6F6;
          margin-bottom: 24px; }
          .new-affiliates-content .leaderboard .board .column .board-head svg {
            margin-right: 8px; }
          .new-affiliates-content .leaderboard .board .column .board-head p {
            font-size: 18px;
            color: #202324;
            font-weight: 600;
            margin-bottom: 0; }
        .new-affiliates-content .leaderboard .board .column ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .new-affiliates-content .leaderboard .board .column ul li {
            margin-bottom: 32px;
            font-size: 24px;
            font-weight: 500; }
        .new-affiliates-content .leaderboard .board .column:first-child .board-head {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        .new-affiliates-content .leaderboard .board .column:last-child .board-head {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
        .new-affiliates-content .leaderboard .board .column.highlight {
          background: #D9FBEE;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          max-width: 235px; }
          .new-affiliates-content .leaderboard .board .column.highlight .board-head {
            background: #D9FBEE; }
    @media (max-width: 767.98px) {
      .new-affiliates-content .leaderboard {
        margin-top: 56px;
        margin: 56px -24px 0; }
        .new-affiliates-content .leaderboard .head {
          text-align: center;
          padding: 0 24px; }
          .new-affiliates-content .leaderboard .head h2 {
            font-size: 28px;
            line-height: 34px;
            letter-spacing: 0;
            margin-bottom: 16px; }
          .new-affiliates-content .leaderboard .head p {
            font-size: 18px;
            line-height: 28px;
            max-width: 245px;
            margin: 0 auto 24px; }
        .new-affiliates-content .leaderboard .board .column {
          flex-basis: 100%;
          flex: 1; }
          .new-affiliates-content .leaderboard .board .column .board-head {
            flex-direction: column;
            padding: 16px;
            background: #F4F6F6;
            margin-bottom: 16px; }
            .new-affiliates-content .leaderboard .board .column .board-head svg {
              margin-right: 0;
              margin-bottom: 8px; }
            .new-affiliates-content .leaderboard .board .column .board-head p {
              font-size: 14px; }
          .new-affiliates-content .leaderboard .board .column ul li {
            margin-bottom: 24px;
            font-size: 18px; }
            .new-affiliates-content .leaderboard .board .column ul li:last-child {
              margin-bottom: 16px; }
          .new-affiliates-content .leaderboard .board .column:first-child .board-head {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
          .new-affiliates-content .leaderboard .board .column:last-child .board-head {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          .new-affiliates-content .leaderboard .board .column.highlight {
            background: #D9FBEE;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
            .new-affiliates-content .leaderboard .board .column.highlight .board-head {
              background: #D9FBEE; } }

#error-404 {
  padding: 280px 0; }
  #error-404 p {
    font-size: 20px;
    line-height: 3.4rem;
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    #error-404 {
      padding: 120px 0; }
      #error-404 p {
        font-size: 18px;
        line-height: 30px; } }

@media all and (min-width: 768px) {
  .press-room .image {
    max-width: 200px; } }

.press-room .image img {
  border-radius: 4px; }

.press-room .hero {
  background: #f6f8f9;
  padding: 68px 0;
  text-align: center; }
  .press-room .hero h2 {
    color: #212221;
    font-size: 48px;
    letter-spacing: 0.2px;
    line-height: 49px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600; }
  .press-room .hero p {
    font-size: 18px;
    line-height: 32px;
    color: #616362;
    font-weight: 500;
    margin-bottom: 0; }
    .press-room .hero p strong {
      font-weight: 600; }
    .press-room .hero p a {
      color: #ffb438;
      text-decoration: underline;
      font-weight: 600; }
    .press-room .hero p.lead {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .press-room .hero {
      padding: 24px 0 36px; }
      .press-room .hero h2 {
        font-size: 36px; }
      .press-room .hero p {
        font-size: 16px;
        line-height: 26px; }
        .press-room .hero p.lead {
          font-size: 16px; } }

.press-room #scrollNav {
  background: #ffffff;
  box-shadow: 0 5px 7px 0 #f4f4f4;
  z-index: 10 !important;
  max-height: 60px;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  transition: max-height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.press-room #scrollNav.opened {
  max-height: 500px; }

.press-room #scrollNav.opened .scrollNav--title span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.press-room #scrollNav .scrollNav--title {
  padding: 5px 0;
  margin: 0;
  color: #212221;
  font-weight: 600;
  display: none;
  min-width: 100%;
  cursor: pointer; }

@media (max-width: 767.98px) {
  .press-room #scrollNav .scrollNav--title {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.press-room #scrollNav .scrollNav--title span {
  text-align: right;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-origin: center;
  transform-origin: center; }

.press-room #scrollNav .navbar {
  padding: 0; }

.press-room #scrollNav .nav {
  justify-content: center;
  margin: 0; }

.press-room #scrollNav .nav .nav-item {
  line-height: 1;
  margin: 0; }

.press-room #scrollNav .nav .nav-item .nav-link {
  color: #616362;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }

.press-room #scrollNav img {
  margin: 0; }

.press-room #scrollNav .nav .nav-item .nav-link.active,
.press-room #scrollNav .nav .nav-item .nav-link:hover {
  color: #212221;
  font-weight: 600; }

@media (max-width: 767.98px) {
  .press-room #scrollNav .nav {
    justify-content: flex-start;
    flex-direction: column; }
  .press-room #scrollNav .nav .nav-item .nav-link {
    padding: 17.5px 0; } }

.press-room section {
  padding: 104px 0; }
  .press-room section .heading img {
    margin-bottom: 32px;
    margin-top: 0; }
  .press-room section .heading h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.12px;
    color: #212221;
    font-weight: 600;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .press-room section .heading h3 {
        font-size: 26px;
        line-height: 34px; } }
  .press-room section#inthenews {
    padding: 88px 0 104px; }
    .press-room section#inthenews h3 {
      margin-bottom: 64px; }
    .press-room section#inthenews article {
      margin-bottom: 56px; }
      .press-room section#inthenews article img {
        margin-bottom: 24px;
        margin-top: 0;
        transition: box-shadow 0.2s ease-in-out; }
      .press-room section#inthenews article p {
        font-size: 19px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 16px; }
        .press-room section#inthenews article p a {
          color: #212221; }
          .press-room section#inthenews article p a:hover {
            text-decoration: underline; }
      .press-room section#inthenews article a.link-arrow {
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
        color: #ffb438; }
        .press-room section#inthenews article a.link-arrow:after {
          background: url("https://ucarecdn.com/46065f94-9823-4afe-b958-1f4f4c0a3c86/rightyellowarrow.svg") no-repeat;
          background-size: auto;
          background-size: contain;
          content: " ";
          display: inline-block;
          height: 11px;
          margin-left: 5px;
          width: 20px;
          transition: all 0.1s ease-in-out; }
        .press-room section#inthenews article a.link-arrow:hover:after {
          margin-left: 10px; }
      .press-room section#inthenews article:hover img {
        box-shadow: 0 7px 17px rgba(0, 0, 0, 0.15); }
    @media (max-width: 991.98px) {
      .press-room section#inthenews {
        padding: 56px 0; }
        .press-room section#inthenews h3 {
          margin-bottom: 32px; }
        .press-room section#inthenews article {
          margin-bottom: 32px; }
          .press-room section#inthenews article img {
            margin-bottom: 16px; }
          .press-room section#inthenews article a {
            font-size: 14px; }
          .press-room section#inthenews article p {
            margin-bottom: 12px;
            line-height: 26px; }
            .press-room section#inthenews article p a {
              font-size: 17px; } }
  .press-room section#announcements {
    background: #f7f9fc; }
    .press-room section#announcements h3 {
      margin-bottom: 56px; }
    .press-room section#announcements article {
      margin-bottom: 32px;
      display: flex; }
      .press-room section#announcements article .image {
        min-width: 276px;
        margin-right: 32px; }
        .press-room section#announcements article .image img {
          margin: 0;
          transition: box-shadow 0.2s ease-in-out; }
      .press-room section#announcements article .content .date {
        font-size: 16px;
        color: #616362;
        font-weight: 500;
        margin-bottom: 16px;
        display: block; }
      .press-room section#announcements article .content p {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 20px; }
        .press-room section#announcements article .content p a {
          color: #212221; }
          .press-room section#announcements article .content p a:hover {
            text-decoration: underline; }
      .press-room section#announcements article a.link-arrow {
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
        color: #ffb438; }
        .press-room section#announcements article a.link-arrow:after {
          background: url("https://ucarecdn.com/46065f94-9823-4afe-b958-1f4f4c0a3c86/rightyellowarrow.svg") no-repeat;
          background-size: auto;
          background-size: contain;
          content: " ";
          display: inline-block;
          height: 11px;
          margin-left: 5px;
          width: 20px;
          transition: all 0.1s ease-in-out; }
        .press-room section#announcements article a.link-arrow:hover:after {
          margin-left: 10px; }
      .press-room section#announcements article:hover img {
        box-shadow: 0 7px 17px rgba(0, 0, 0, 0.15); }
    @media (max-width: 991.98px) {
      .press-room section#announcements {
        padding: 56px 0; }
        .press-room section#announcements h3 {
          margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      .press-room section#announcements article {
        flex-direction: column; }
        .press-room section#announcements article .image {
          margin-right: 0;
          margin-bottom: 24px; }
        .press-room section#announcements article .content .date {
          font-size: 14px;
          margin-bottom: 8px; }
        .press-room section#announcements article .content p {
          margin-bottom: 12px; }
          .press-room section#announcements article .content p a {
            font-size: 20px; }
        .press-room section#announcements article .content a {
          font-size: 14px; } }
    .press-room section#announcements a.btn {
      max-width: 379px;
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 56px auto 0; }
      .press-room section#announcements a.btn.btn-yellow {
        background: #ffb438;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
        .press-room section#announcements a.btn.btn-yellow:hover {
          background: #ffaa1f; }
  .press-room section#media-kit {
    padding: 104px 0 52px; }
    .press-room section#media-kit h3 {
      margin-bottom: 48px; }
    .press-room section#media-kit article {
      text-align: center; }
      .press-room section#media-kit article img {
        margin-bottom: 24px;
        margin-top: 0; }
      .press-room section#media-kit article p {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 16px; }
        .press-room section#media-kit article p a {
          color: #212221; }
          .press-room section#media-kit article p a:hover {
            text-decoration: underline; }
      .press-room section#media-kit article a.link-arrow {
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
        color: #ffb438; }
        .press-room section#media-kit article a.link-arrow:after {
          background: url("https://ucarecdn.com/46065f94-9823-4afe-b958-1f4f4c0a3c86/rightyellowarrow.svg") no-repeat;
          background-size: auto;
          background-size: contain;
          content: " ";
          display: inline-block;
          height: 11px;
          margin-left: 5px;
          width: 20px;
          transition: all 0.1s ease-in-out; }
        .press-room section#media-kit article a.link-arrow:hover:after {
          margin-left: 10px; }
    @media (max-width: 991.98px) {
      .press-room section#media-kit {
        padding: 56px 26px; }
        .press-room section#media-kit h3 {
          margin-bottom: 32px; }
        .press-room section#media-kit article {
          margin-bottom: 32px; }
          .press-room section#media-kit article img {
            margin-bottom: 16px; }
          .press-room section#media-kit article p {
            margin-bottom: 12px;
            line-height: 26px; }
            .press-room section#media-kit article p a {
              font-size: 17px; }
          .press-room section#media-kit article a {
            font-size: 14px; } }
  .press-room section#founders {
    padding: 52px 0 56px; }
    .press-room section#founders h3 {
      margin-bottom: 64px; }
    .press-room section#founders article {
      text-align: center;
      padding: 0 16px; }
      .press-room section#founders article img {
        margin-bottom: 24px;
        margin-top: 0; }
      .press-room section#founders article h4 {
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 600; }
      .press-room section#founders article p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #3e4040;
        text-align: left; }
    @media (max-width: 991.98px) {
      .press-room section#founders {
        padding: 26px 0 56px; }
        .press-room section#founders h3 {
          margin-bottom: 32px; }
        .press-room section#founders article {
          margin-bottom: 32px;
          padding: 0; }
          .press-room section#founders article img {
            margin-bottom: 16px; }
          .press-room section#founders article h4 {
            font-size: 22px;
            letter-spacing: -0.15px;
            margin-bottom: 8px; }
          .press-room section#founders article p {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 0; } }
  .press-room section.mission {
    background: #F7F9FC;
    padding: 48px 0; }
    .press-room section.mission h2 {
      font-size: 22px;
      line-height: 40px;
      font-weight: 600;
      letter-spacing: -0.08px;
      margin-bottom: 14px; }
    .press-room section.mission p {
      font-size: 18px;
      line-height: 32px;
      letter-spacing: -0.06px;
      font-weight: 500;
      max-width: 789px;
      margin: 0 auto; }
    @media (max-width: 991.98px) {
      .press-room section.mission {
        padding: 56px 0; }
        .press-room section.mission p {
          font-size: 16px;
          line-height: 28px; } }

.page-template-affiliate-area .hero--wholesale {
  margin-bottom: 40px; }

@media (max-width: 991.98px) {
  .page-template-affiliate-area .hero--new-affiliates {
    background: #ebb56f; } }

.page-template-affiliate-area section {
  padding: 88px 0 92px; }
  .page-template-affiliate-area section.promo-pusher--header {
    padding: 0; }
  .page-template-affiliate-area section h2 {
    color: #212221;
    font-weight: 600; }
  .page-template-affiliate-area section p.sm {
    color: #4D4F4E;
    font-size: 18px;
    letter-spacing: 0.2px; }
  .page-template-affiliate-area section h3 {
    color: #212221;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 36px;
    margin-bottom: 25px; }
  .page-template-affiliate-area section p, .page-template-affiliate-area section li {
    color: #4D4F4E;
    font-size: 20px;
    letter-spacing: 0.22px; }
  .page-template-affiliate-area section.instructions .container,
  .page-template-affiliate-area section.program-resources .container {
    margin: 0 auto;
    max-width: 789px; }
  .page-template-affiliate-area section.program-resources {
    padding-top: 18px;
    padding-bottom: 96px; }
  .page-template-affiliate-area section.instructions li,
  .page-template-affiliate-area section.program-resources li,
  .page-template-affiliate-area section p {
    line-height: 36px; }
  .page-template-affiliate-area section.instructions {
    padding: 88px 0 46px; }
  .page-template-affiliate-area section.leaderboard {
    padding: 104px 0 96px; }
    .page-template-affiliate-area section.leaderboard h2 {
      margin-bottom: 64px; }
    .page-template-affiliate-area section.leaderboard h3 {
      color: #212221;
      font-size: 28px;
      letter-spacing: 0.31px;
      line-height: 36px;
      margin-bottom: 13px;
      text-transform: none; }
    .page-template-affiliate-area section.leaderboard ol {
      margin-bottom: 50px; }

.page-template-affiliate-area .wrapper-sm {
  margin: 0 auto;
  max-width: 758px; }

.page-template-affiliate-area section.instructions ol {
  margin-bottom: 40px; }

.page-template-affiliate-area .heading {
  text-align: center; }
  .page-template-affiliate-area .heading img {
    margin-bottom: 32px;
    margin-top: 0; }

.page-template-affiliate-area .resource-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-template-affiliate-area .resource-links li {
    margin: 0;
    padding: 8px 0; }
    .page-template-affiliate-area .resource-links li a {
      align-items: center;
      background: #ECFAF1;
      border: 2px solid transparent;
      border-radius: 6px;
      display: flex;
      padding: 23px 32px;
      transition: all 0.3s ease-in-out; }
      .page-template-affiliate-area .resource-links li a:hover {
        border-color: #D5EFDF;
        box-shadow: 0 8px 13px 0 rgba(208, 238, 219, 0.51); }
    .page-template-affiliate-area .resource-links li .link-title {
      color: #212221;
      font-size: 18px;
      letter-spacing: 0.2px; }
    .page-template-affiliate-area .resource-links li .link-text {
      font-size: 18px;
      margin-left: 14px; }
    .page-template-affiliate-area .resource-links li p {
      color: #597459;
      font-size: 16px;
      letter-spacing: 0.18px;
      line-height: 1;
      margin: 0; }
    .page-template-affiliate-area .resource-links li img {
      margin-top: 0;
      margin-right: 14px;
      margin-bottom: 0; }

.page-template-affiliate-area .link-text {
  color: #67CD90;
  font-weight: 600;
  letter-spacing: 0;
  font-style: italic; }
  .page-template-affiliate-area .link-text:after {
    background: url("https://ucarecdn.com/eb533bc6-bcfd-4cc7-a374-9cedba06c59e/arrow.svg") no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    width: 24px; }

.page-template-affiliate-area .resource-links li a:hover .link-text {
  color: #4BBC79; }

.page-template-affiliate-area section.promo-kits {
  background: #F7F9FC;
  padding: 104px 0; }
  .page-template-affiliate-area section.promo-kits .container {
    max-width: 1200px; }

.page-template-affiliate-area .cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .page-template-affiliate-area .cards .card {
    background: #FFFFFF;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    flex: 1 30%;
    margin: 1.5%;
    max-width: 30%;
    padding: 32px; }
    @media all and (max-width: 1180px) {
      .page-template-affiliate-area .cards .card {
        flex: 1 47%;
        max-width: 47%; } }
    @media all and (max-width: 800px) {
      .page-template-affiliate-area .cards .card {
        flex: 1 100%;
        margin: 12px 0;
        max-width: 100%; } }
  .page-template-affiliate-area .cards .card__heading {
    align-items: center;
    display: flex;
    margin-bottom: 32px; }
  .page-template-affiliate-area .cards .card__icon {
    margin-right: 24px; }
  .page-template-affiliate-area .cards .card__icon img {
    margin: 0; }
  .page-template-affiliate-area .cards .card--product .card__icon {
    align-items: center;
    border-radius: 6px;
    display: flex;
    height: 100px;
    justify-content: center;
    width: 100px; }
  .page-template-affiliate-area .cards .card--product .card__icon img {
    height: 74px; }
  .page-template-affiliate-area .cards .card__title {
    color: #212221;
    flex: 1;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 27px; }
  .page-template-affiliate-area .cards .card__links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .page-template-affiliate-area .cards .card__links a {
    color: #67CD90;
    font-size: 16px;
    font-weight: 600; }
    .page-template-affiliate-area .cards .card__links a:hover {
      color: #4BBC79; }
  .page-template-affiliate-area .cards .card__links .img {
    display: inline-block;
    margin: 0 3px 0 0;
    width: 24px;
    text-align: center; }
    .page-template-affiliate-area .cards .card__links .img img {
      margin: 0; }
  .page-template-affiliate-area .cards .card__links li:last-child {
    margin-bottom: 0; }
  .page-template-affiliate-area .cards .card--default .card__links li {
    padding-left: 25px;
    position: relative; }
    .page-template-affiliate-area .cards .card--default .card__links li:before {
      background: #67CD90;
      border-radius: 50%;
      content: " ";
      display: inline-block;
      height: 8px;
      left: 0;
      position: absolute;
      top: 13px;
      width: 8px; }

.page-template-affiliate-area #affiliateTerms {
  margin-top: 5%; }
  .page-template-affiliate-area #affiliateTerms .modal-dialog {
    max-width: 900px; }
  .page-template-affiliate-area #affiliateTerms .modal-title {
    font-weight: 600;
    font-size: 18px;
    padding: 8px 17px; }
  .page-template-affiliate-area #affiliateTerms .modal-body {
    padding: 32px; }

@media all and (max-width: 767px) {
  .page-template-affiliate-area section {
    padding: 48px 0; }
    .page-template-affiliate-area section h2 {
      line-height: 36px; }
    .page-template-affiliate-area section h3 {
      font-size: 24px; }
    .page-template-affiliate-area section p, .page-template-affiliate-area section li {
      font-size: 16px; }
    .page-template-affiliate-area section.program-resources {
      padding-top: 32px;
      padding-bottom: 64px; }
    .page-template-affiliate-area section.promo-kits {
      padding: 64px 0; }
    .page-template-affiliate-area section.instructions ol {
      margin-top: 0; }
  .page-template-affiliate-area .instructions {
    padding: 48px 0 32px; }
  .page-template-affiliate-area .leaderboard {
    padding: 104px 0 80px; }
    .page-template-affiliate-area .leaderboard h2 {
      margin-bottom: 40px; }
  .page-template-affiliate-area .heading img {
    margin-bottom: 24px; }
  .page-template-affiliate-area section.instructions li,
  .page-template-affiliate-area section.program-resources li,
  .page-template-affiliate-area section p {
    line-height: 28px; }
  .page-template-affiliate-area ul, .page-template-affiliate-area ol {
    padding-left: 15px; }
  .page-template-affiliate-area .resource-links li .link-title {
    font-size: 16px;
    line-height: 1.2;
    order: 1; }
  .page-template-affiliate-area .resource-links li .link-text {
    font-size: 14px;
    margin-left: 0;
    order: 3; }
    .page-template-affiliate-area .resource-links li .link-text:after {
      height: 11px;
      width: 20px; }
  .page-template-affiliate-area .resource-links li p {
    font-size: 14px;
    order: 2;
    margin-top: 8px; }
  .page-template-affiliate-area .resource-links li a {
    padding: 24px; }
    .page-template-affiliate-area .resource-links li a > span {
      display: flex;
      flex-direction: column; }
      .page-template-affiliate-area .resource-links li a > span span {
        display: block; }
  .page-template-affiliate-area .resource-links li img {
    margin-right: 20px; }
  .page-template-affiliate-area .card__heading {
    margin-bottom: 24px; }
  .page-template-affiliate-area .card__title {
    font-size: 18px;
    line-height: 22px; }
  .page-template-affiliate-area .card--product .card__icon {
    height: 64px;
    width: 64px; }
  .page-template-affiliate-area .card__icon {
    margin-right: 16px; }
  .page-template-affiliate-area .card--default .card__icon img {
    width: 64px; }
  .page-template-affiliate-area .card--product .card__icon img {
    height: 45px; }
  .page-template-affiliate-area .card__links li {
    margin-bottom: 12px; }
  .page-template-affiliate-area .card__links a {
    font-size: 14px; } }

.page-template-affiliate-area .typeform-wrapper {
  margin-bottom: 25px; }

.page-template-affiliate-area #leaderboard-iframe {
  margin-top: 40px; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* IE < 8 */
.site-header--amazon .claim {
  color: #999999; }
  .site-header--amazon .claim:hover {
    color: #fff; }
  @media (max-width: 767.98px) {
    .site-header--amazon .claim {
      font-size: 1.2rem;
      letter-spacing: -0.07px; } }

.amazon-review-funnel {
  background: white;
  padding: 0 0 5.6rem;
  min-height: 60vh; }
  .amazon-review-funnel .adjusted-height {
    height: 440px !important; }
  .amazon-review-funnel input.error, .amazon-review-funnel textarea.error {
    margin-bottom: 0 !important; }
  @media (max-width: 991.98px) {
    .amazon-review-funnel {
      padding: 5.6rem 0; } }
  .amazon-review-funnel #amazon-review-funnel-form {
    display: none; }
  .amazon-review-funnel p {
    font-size: 1.8rem; }
  .amazon-review-funnel .steps {
    margin-bottom: 3.2rem; }
    .amazon-review-funnel .steps ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style: none;
      position: relative;
      overflow: hidden; }
      .amazon-review-funnel .steps ul:before {
        content: "";
        height: 3px;
        width: 100%;
        background: #EDEDED;
        position: absolute;
        top: calc(50% - 1.5px);
        right: 0; }
      .amazon-review-funnel .steps ul li {
        position: relative; }
        .amazon-review-funnel .steps ul li.error {
          padding: 0;
          border: 0;
          background: none;
          margin: 0; }
        .amazon-review-funnel .steps ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 30px;
          height: 30px;
          text-align: center;
          border-radius: 50%;
          background: #E1E1E1;
          color: #616161;
          transition: all 0.15s ease;
          pointer-events: none;
          position: relative;
          z-index: 2;
          outline: none; }
          .amazon-review-funnel .steps ul li a .current-info {
            display: none; }
          .amazon-review-funnel .steps ul li a .number {
            font-size: 1.3rem;
            line-height: 1;
            letter-spacing: -0.08px; }
          .amazon-review-funnel .steps ul li a:hover {
            background: #FFB22C;
            color: #fff; }
        .amazon-review-funnel .steps ul li.disabled a:hover {
          background: #E1E1E1;
          color: #616161; }
        .amazon-review-funnel .steps ul li.current a, .amazon-review-funnel .steps ul li.done a {
          background: #FFB22C;
          color: #fff; }
        .amazon-review-funnel .steps ul li.current:not(.first):before, .amazon-review-funnel .steps ul li.done:not(.first):before {
          content: "";
          position: absolute;
          top: calc(50% - 1.5px);
          left: -410%;
          height: 3px;
          background: #ffb22c;
          border-radius: 5px;
          width: 430%;
          z-index: 0; }
          @media (max-width: 575.98px) {
            .amazon-review-funnel .steps ul li.current:not(.first):before, .amazon-review-funnel .steps ul li.done:not(.first):before {
              width: 180%;
              left: -180%; } }
  .amazon-review-funnel .content {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: auto; }
    .amazon-review-funnel .content > .title {
      position: absolute;
      left: -999em; }
    .amazon-review-funnel .content section {
      float: left;
      position: absolute;
      width: 100%; }
      .amazon-review-funnel .content section h3 {
        font-size: 3rem;
        line-height: 3.6rem;
        text-align: center;
        margin-bottom: 3.2rem; }
        .amazon-review-funnel .content section h3 + p {
          font-size: 1.6rem;
          line-height: 2.4rem;
          letter-spacing: -0.1px;
          color: #545C5F;
          text-align: center;
          display: block;
          margin-top: -2.4rem; }
        @media (max-width: 767.98px) {
          .amazon-review-funnel .content section h3 {
            margin-bottom: 1.6rem; }
            .amazon-review-funnel .content section h3 + p {
              margin-top: -0.8rem; } }
      .amazon-review-funnel .content section p {
        text-align: center; }
        .amazon-review-funnel .content section p.copy-text {
          color: #545C5F;
          font-size: 1.6rem;
          line-height: 2.4rem; }
      .amazon-review-funnel .content section .latest-product h3 + p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        letter-spacing: -0.11px;
        color: #545C5F;
        margin-top: -2rem; }
      .amazon-review-funnel .content section .latest-product p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: -0.1px;
        color: #545C5F; }
      .amazon-review-funnel .content section .latest-product .product-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #202324; }
      .amazon-review-funnel .content section .latest-product .product-image {
        display: block;
        margin: 0 auto;
        max-width: 160px; }
      .amazon-review-funnel .content section .latest-product .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 154px;
        width: 100%;
        height: 54px;
        border-radius: 4px;
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        padding: 0;
        margin: 1.6rem auto 0; }
      .amazon-review-funnel .content section .input-group {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 1.6rem;
        /* hover previous stars in list */ }
        .amazon-review-funnel .content section .input-group label {
          display: none; }
          .amazon-review-funnel .content section .input-group label.error {
            display: none !important; }
        .amazon-review-funnel .content section .input-group span {
          display: block;
          font-size: 1.3rem;
          line-height: 1.6rem;
          text-transform: uppercase;
          color: #545C5F;
          letter-spacing: 1px;
          font-weight: 600;
          margin-bottom: 1.6rem;
          margin-top: .8rem; }
        .amazon-review-funnel .content section .input-group input, .amazon-review-funnel .content section .input-group select {
          height: 54px;
          width: 100%;
          border-radius: 6px;
          border: 1px solid #C4C9CA;
          padding: 0 2rem;
          font-size: 1.6rem;
          line-height: 2.2rem;
          letter-spacing: -0.1px;
          outline: none; }
          .amazon-review-funnel .content section .input-group input::-webkit-input-placeholder, .amazon-review-funnel .content section .input-group select::-webkit-input-placeholder {
            color: #838D91; }
          .amazon-review-funnel .content section .input-group input::-moz-placeholder, .amazon-review-funnel .content section .input-group select::-moz-placeholder {
            color: #838D91; }
          .amazon-review-funnel .content section .input-group input:-ms-input-placeholder, .amazon-review-funnel .content section .input-group select:-ms-input-placeholder {
            color: #838D91; }
          .amazon-review-funnel .content section .input-group input::-ms-input-placeholder, .amazon-review-funnel .content section .input-group select::-ms-input-placeholder {
            color: #838D91; }
          .amazon-review-funnel .content section .input-group input::placeholder, .amazon-review-funnel .content section .input-group select::placeholder {
            color: #838D91; }
        .amazon-review-funnel .content section .input-group select {
          -webkit-appearance: none; }
        .amazon-review-funnel .content section .input-group .select2-container {
          height: 54px;
          width: 100%;
          border-radius: 6px;
          border: 1px solid #C4C9CA;
          padding: 0 2rem;
          font-size: 1.6rem;
          line-height: 2.2rem;
          letter-spacing: -0.1px;
          margin: 0;
          background: white; }
          .amazon-review-funnel .content section .input-group .select2-container .selection {
            margin: 0; }
          .amazon-review-funnel .content section .input-group .select2-container .select2-selection--single {
            background: none;
            border: 0; }
        .amazon-review-funnel .content section .input-group textarea {
          border-radius: 4px;
          border: none;
          background: #F3F3F3;
          padding: 1.6rem;
          max-width: 500px;
          width: 100%;
          color: #545C5F;
          resize: none; }
        .amazon-review-funnel .content section .input-group p {
          display: block;
          margin-top: 2rem;
          font-size: 1.6rem;
          line-height: 2.4rem;
          color: #545C5F;
          text-align: left; }
          .amazon-review-funnel .content section .input-group p a {
            text-decoration: underline; }
            .amazon-review-funnel .content section .input-group p a:hover {
              text-decoration: none; }
        .amazon-review-funnel .content section .input-group .rating {
          border: none;
          float: left; }
          .amazon-review-funnel .content section .input-group .rating > input {
            display: none; }
          .amazon-review-funnel .content section .input-group .rating > label {
            color: #ddd;
            float: right;
            cursor: pointer;
            display: block;
            line-height: 1; }
            .amazon-review-funnel .content section .input-group .rating > label:before {
              margin: 0 6px;
              font-size: 3.6rem;
              font-family: "Font Awesome 5 Free";
              display: inline-block;
              content: "\f005";
              font-weight: bold; }
          .amazon-review-funnel .content section .input-group .rating > .half:before {
            content: "\f089";
            position: absolute; }
        .amazon-review-funnel .content section .input-group .rating > input:checked ~ label,
        .amazon-review-funnel .content section .input-group .rating:not(:checked) > label:hover,
        .amazon-review-funnel .content section .input-group .rating:not(:checked) > label:hover ~ label {
          color: #00A869; }
        .amazon-review-funnel .content section .input-group .rating > input:checked + label:hover,
        .amazon-review-funnel .content section .input-group .rating > input:checked ~ label:hover,
        .amazon-review-funnel .content section .input-group .rating > label:hover ~ input:checked ~ label,
        .amazon-review-funnel .content section .input-group .rating > input:checked ~ label:hover ~ label {
          color: #00CB7F; }
        .amazon-review-funnel .content section .input-group .copy-feedback {
          display: flex;
          justify-content: center;
          align-items: center;
          min-width: 176px;
          height: 49px;
          border-radius: 4px;
          background: #545C5F;
          font-size: 1.6rem;
          line-height: 2.2rem;
          font-weight: 600;
          letter-spacing: -0.1px;
          padding: 0;
          margin: 2.4rem auto; }
          .amazon-review-funnel .content section .input-group .copy-feedback:hover {
            background: #484f51;
            border-color: #484f51; }
        .amazon-review-funnel .content section .input-group .share-on-amazon {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: 327px;
          width: 100%;
          height: 62px;
          border-radius: 4px;
          background: #00A869;
          font-size: 1.6rem;
          line-height: 2.2rem;
          font-weight: 600;
          letter-spacing: -0.1px;
          padding: 0;
          margin: 0 auto; }
          .amazon-review-funnel .content section .input-group .share-on-amazon:before {
            margin: 0 6px;
            font-size: 3rem;
            font-family: "Font Awesome 5 Brands";
            display: inline-block;
            content: "\f270";
            font-weight: bold; }
          .amazon-review-funnel .content section .input-group .share-on-amazon:hover {
            background: #00c279;
            border-color: #00c279; }
  .amazon-review-funnel .actions {
    margin-top: 1.6rem; }
    .amazon-review-funnel .actions ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .amazon-review-funnel .actions ul li a {
        min-width: 154px;
        width: 100%;
        height: 54px;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        transition: all 0.2s ease; }
      .amazon-review-funnel .actions ul li:first-child {
        margin-right: 2rem; }
        .amazon-review-funnel .actions ul li:first-child a {
          background: #545C5F; }
          .amazon-review-funnel .actions ul li:first-child a:hover {
            background: #484f51; }
      .amazon-review-funnel .actions ul li:last-child a {
        background: #00A869; }
        .amazon-review-funnel .actions ul li:last-child a:hover {
          background: #00c279; }
  .amazon-review-funnel #amazon-review-funnel-form-p-3 .input-group {
    display: flex;
    flex-wrap: wrap !important;
    flex-flow: row;
    margin-bottom: 0; }
    .amazon-review-funnel #amazon-review-funnel-form-p-3 .input-group input {
      width: 48%;
      margin: 1%; }
      @media all and (max-width: 767px) {
        .amazon-review-funnel #amazon-review-funnel-form-p-3 .input-group input {
          width: 100%;
          margin: 1% 0; } }

.page-template-authors .hero {
  padding: 5.6rem 0;
  background: #f6f8f9;
  text-align: center; }

.page-template-authors .hero h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  letter-spacing: -.64px;
  font-weight: 600; }
  .page-template-authors .hero h1:last-of-type {
    margin-bottom: 0; }

@media (max-width: 767.98px) {
  .page-template-authors .hero h1 {
    font-size: 3.6rem;
    line-height: 4.2rem; } }

.page-template-authors .container, .page-template-authors .page-sections {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1248px; }

.page-template-authors #about .page-section-desc {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.author-index-content:focus {
  outline: 0; }

.author-index-content #about p {
  font-size: 20px;
  color: #4f5659;
  letter-spacing: -.11px;
  line-height: 32px; }

.author-index-content .page-section-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 200px) minmax(680px, 1fr) minmax(0, 200px) minmax(0, 1fr);
  margin: 0 auto;
  grid-gap: 0; }
  .author-index-content .page-section-content > * {
    grid-column: 3/-3; }
  .author-index-content .page-section-content h1, .author-index-content .page-section-content h2, .author-index-content .page-section-content h3, .author-index-content .page-section-content h4, .author-index-content .page-section-content h5, .author-index-content .page-section-content h6 {
    font-weight: 600;
    letter-spacing: -.4px; }
  .author-index-content .page-section-content h3 {
    font-size: 3rem;
    letter-spacing: -.17px;
    line-height: 42px;
    margin-bottom: 2.4rem; }
  .author-index-content .page-section-content .lead {
    font-weight: 400;
    letter-spacing: -.11px;
    line-height: 3.2rem;
    color: #4f5659; }

@media (max-width: 767.98px) {
  .page-template-authors .author-index-content .page-section-content {
    grid-template-columns: 1fr; }
    .page-template-authors .author-index-content .page-section-content > * {
      padding: 0 2.4rem; }
    .page-template-authors .author-index-content .page-section-content .lead {
      line-height: 2.6rem; } }

.page-template-authors .author-index-content .authors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }
  .page-template-authors .author-index-content .authors .author {
    display: flex;
    margin-bottom: 24px; }
  .page-template-authors .author-index-content .authors .author__avatar {
    max-width: 173px;
    width: 100%;
    border-radius: 8px;
    margin-right: 2.4rem; }
    .page-template-authors .author-index-content .authors .author__avatar img {
      max-width: 173px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 8px; }
  .page-template-authors .author-index-content .authors .author__info {
    max-width: 387px;
    width: 100%; }
    .page-template-authors .author-index-content .authors .author__info .name {
      display: block;
      font-size: 2.4rem;
      line-height: 3rem;
      font-weight: 600;
      margin-bottom: 16px; }
    .page-template-authors .author-index-content .authors .author__info .title {
      display: block;
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 500;
      color: #377ab6;
      margin-bottom: 1.6rem; }
    .page-template-authors .author-index-content .authors .author__info .bio {
      font-size: 1.6rem;
      line-height: 2.6rem;
      color: #4f5659; }

@media (max-width: 991.98px) {
  .page-template-authors .author-index-content .authors .author__avatar {
    max-width: 120px; }
  .page-template-authors .author-index-content .authors .author__info .name {
    font-size: 1.8rem;
    line-height: 2rem; }
  .page-template-authors .author-index-content .authors .author__info .title {
    font-size: 1.4rem;
    line-height: 2rem; }
  .page-template-authors .author-index-content .authors .author__info .bio {
    font-size: 1.4rem;
    line-height: 2.6rem; } }

@media (max-width: 767.98px) {
  .page-template-authors .author-index-content .authors {
    grid-template-columns: 1fr;
    gap: 24px; }
    .page-template-authors .author-index-content .authors .author {
      flex-wrap: wrap; }
      .page-template-authors .author-index-content .authors .author .break {
        display: none; }
    .page-template-authors .author-index-content .authors .author__avatar {
      max-width: 90px;
      margin-right: 1.4rem;
      flex: 1; }
    .page-template-authors .author-index-content .authors .author__info {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .page-template-authors .author-index-content .authors .author__info .name {
        font-size: 1.8rem;
        line-height: 2rem; }
      .page-template-authors .author-index-content .authors .author__info .title {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 0; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .page-template-authors .author-index-content .authors .author .break {
    flex-basis: 100%;
    height: 0; } }

@media (max-width: 767.98px) {
  .page-template-authors .author-index-content .authors .author .bio {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #4f5659; } }

.author-hero {
  background: #f6f8f9;
  padding: 8.8rem 0 9.6rem; }
  .author-hero .author-name {
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: -.2px;
    font-weight: 600;
    margin-bottom: .8rem; }
  .author-hero .author-title {
    font-size: 2rem;
    line-height: 3.1rem;
    letter-spacing: -.11px;
    color: #377ab6;
    font-weight: 500;
    display: block;
    margin-bottom: 3.2rem; }
  .author-hero .author-photo {
    border-radius: 8px; }
    .author-hero .author-photo img {
      border-radius: 8px; }
  .author-hero .author-long-description p {
    font-size: 2rem;
    line-height: 3.1rem;
    letter-spacing: -.11px;
    color: #4f5659; }
    .author-hero .author-long-description p a {
      color: #00ba74; }
  .author-hero .author-social-contact {
    margin-top: 3.2rem; }
    .author-hero .author-social-contact .social-media {
      margin: 0 0 2.4rem;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .author-hero .author-social-contact .social-media > * + * {
        margin-left: 2.4rem; }
      .author-hero .author-social-contact .social-media li a {
        color: #6c767a;
        display: block;
        font-size: 2.7rem;
        transition: all .2s ease; }
        .author-hero .author-social-contact .social-media li a:hover {
          color: #00ba74; }
      .author-hero .author-social-contact .social-media .contact-note p {
        font-size: 1.4rem;
        line-height: 2.1rem;
        letter-spacing: -.08px;
        color: #4f5659; }

@media (max-width: 991.98px) {
  .author-hero {
    padding: 5.6rem 0; } }

@media (max-width: 767.98px) {
  .author-hero .author-name {
    font-size: 3.6rem;
    line-height: 4.2rem;
    text-align: center; }
  .author-hero .author-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: -.11px;
    margin-bottom: 2.4rem;
    text-align: center; }
  .author-hero .author-photo {
    margin-bottom: 2.4rem; }
    .author-hero .author-photo img {
      display: block;
      margin: 0 auto; }
  .author-hero .author-long-description p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: -.1px; } }

.author-content {
  margin: 9.6rem 0 2.4rem; }
  .author-content .author-promo-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background-image: linear-gradient(131deg, #e2e8ee 0, #f6f7f8 100%);
    padding: 3.2rem 10.2rem;
    margin-bottom: 9.6rem; }
    .author-content .author-promo-block .text {
      max-width: 514px;
      width: 100%; }
    .author-content .author-promo-block .image {
      max-width: 379px; }
    .author-content .author-promo-block .title {
      font-size: 3.6rem;
      line-height: 4.2rem;
      font-weight: 600;
      margin-bottom: 1.6rem; }
    .author-content .author-promo-block .description p {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #4f5659; }
    .author-content .author-promo-block .btn {
      border: 0;
      border-radius: 4px;
      font-size: 16px;
      padding: 1.2rem 2.4rem;
      background: #246eb2;
      font-weight: 500; }
      .author-content .author-promo-block .btn:hover {
        background: #20619d; }

@media (max-width: 991.98px) {
  .author-content .author-promo-block {
    padding: 4.8rem; } }

@media (max-width: 767.98px) {
  .author-content .author-promo-block {
    padding: 3.2rem;
    flex-direction: column-reverse;
    margin-bottom: 5.6rem; }
    .author-content .author-promo-block .image {
      margin-bottom: 2.4rem;
      max-width: 100%; }
    .author-content .author-promo-block .text {
      max-width: 100%;
      text-align: center; }
    .author-content .author-promo-block .title {
      font-size: 2.4rem;
      line-height: 3.2rem; }
    .author-content .author-promo-block .description p {
      font-size: 1.6rem;
      line-height: 2.6rem; }
    .author-content .author-promo-block .btn {
      display: block;
      padding: 1.6rem 2.4rem; } }

.author-content .post-type-heading {
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: -.15px;
  font-weight: 600;
  margin-bottom: 4.8rem; }

@media (max-width: 767.98px) {
  .author-content {
    margin: 5.6rem 0 3.2rem; }
    .author-content .post-type-heading {
      font-size: 2.4rem;
      line-height: 4.2rem;
      letter-spacing: -.1px;
      margin-bottom: 1.6rem; } }

.author-additional {
  padding: 8rem 0;
  border-top: 1px solid #ededed; }
  .author-additional .author-additional-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 200px) minmax(680px, 1fr) minmax(0, 200px) minmax(0, 1fr);
    margin: 0 auto;
    grid-gap: 0;
    max-width: 1200px; }
    .author-additional .author-additional-container > * {
      grid-column: 3/-3; }
    .author-additional .author-additional-container h2 {
      font-size: 3.6rem;
      line-height: 4.2rem;
      letter-spacing: -.15px;
      font-weight: 600;
      text-align: center; }
    .author-additional .author-additional-container p {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #4f5659; }

@media (max-width: 767.98px) {
  .author-additional {
    padding: 5.6rem 0; }
    .author-additional .author-additional-container {
      grid-template-columns: 1fr; }
      .author-additional .author-additional-container > * {
        padding: 0 2.4rem; } }

.more-team {
  border-top: 1px solid #ededed;
  padding: 8rem 0; }
  .more-team .more-team-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 200px) minmax(680px, 1fr) minmax(0, 200px) minmax(0, 1fr);
    margin: 0 auto;
    grid-gap: 0;
    max-width: 1200px; }
    .more-team .more-team-container > * {
      grid-column: 3/-3; }
    .more-team .more-team-container h2 {
      font-size: 3.6rem;
      line-height: 4.2rem;
      letter-spacing: -.15px;
      font-weight: 600;
      text-align: center; }
    .more-team .more-team-container p {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #4f5659; }
    .more-team .more-team-container .btn {
      border-radius: 4px;
      max-width: 190px;
      font-size: 1.7rem;
      font-weight: 500;
      padding: 1.3rem 2.4rem;
      margin: 0 auto; }

@media (max-width: 767.98px) {
  .more-team {
    padding: 5.6rem 0; }
    .more-team .more-team-container {
      grid-template-columns: 1fr; }
      .more-team .more-team-container > * {
        padding: 0 2.4rem; } }

:root {
  --nav-bg: #F5FFFB;
  --nav-divider-bg: #CADED6;
  --nav-link-color: #008352;
  --nav-link-color-hover-active: #014A2E;
  --section-offset: 0; }

.page-navigator {
  --top: 57px;
  position: -webkit-sticky;
  position: sticky;
  top: var(--top, 57px);
  width: 100%;
  background-color: var(--nav-bg);
  z-index: 100; }
  .page-navigator .menu {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    transition: -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 350ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
    list-style: none;
    padding: 0; }
    .page-navigator .menu::-webkit-scrollbar {
      display: none; }
    @media (max-width: 991.98px) {
      .page-navigator .menu {
        justify-content: flex-start; } }
    .page-navigator .menu .menu-item {
      position: relative; }
      .page-navigator .menu .menu-item:after {
        content: "";
        width: 2px;
        height: 24px;
        background: var(--nav-divider-bg);
        display: block;
        position: absolute;
        right: 0;
        top: calc(50% - 12px); }
      .page-navigator .menu .menu-item:last-child:after {
        display: none; }
    .page-navigator .menu .menu-item-link {
      display: block;
      padding: 2.4rem 1.6rem;
      text-decoration: none;
      white-space: nowrap;
      color: var(--nav-link-color);
      transition: color 350ms cubic-bezier(0.23, 1, 0.32, 1);
      line-height: 2.4rem;
      font-size: 1.6rem;
      font-weight: 600; }
      .page-navigator .menu .menu-item-link.active {
        color: var(--nav-link-color-hover-active); }
      @media (max-width: 991.98px) {
        .page-navigator .menu .menu-item-link {
          padding: 2rem 2.4rem;
          font-size: 1.4rem; } }

.page-section {
  padding: 8rem 0;
  position: relative;
  border-bottom: 1px solid #ededed; }
  .page-section:focus {
    outline: none; }
  .page-section:last-child:after {
    display: none; }
  @media (max-width: 767.98px) {
    .page-section {
      padding: 5.6rem 0; }
      .page-section:after {
        width: 100%;
        left: 0; } }

.page-section-title {
  outline: none;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: -0.15px;
  font-weight: 600;
  margin-bottom: 1.6rem; }
  .page-section-title:before {
    content: "";
    display: block;
    visibility: hidden;
    pointer-events: none;
    margin-top: calc(var(--section-offset) * -1px);
    height: calc(var(--section-offset) * 1px); }
  @media (max-width: 767.98px) {
    .page-section-title {
      font-size: 2.4rem;
      line-height: 4.2rem;
      letter-spacing: -0.1px;
      margin-bottom: 1.6rem; } }

.page-section-desc {
  margin-bottom: 5.6rem;
  max-width: 687px; }
  .page-section-desc h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 32px; }
  .page-section-desc p {
    color: #4F5659;
    font-size: 18px;
    line-height: 32px; }

.page-section {
  padding: 8rem 0;
  position: relative;
  border-bottom: 1px solid #ededed; }
  .page-section:focus {
    outline: 0; }
  .page-section:last-child:after {
    display: none; }

@media (max-width: 768px) {
  .page-section-title {
    font-size: 3rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px; }
  .page-section-desc h3 {
    font-size: 24px;
    line-height: 34px; }
  .page-section-desc p {
    font-size: 16px;
    line-height: 28px; }
  .page-template-authors .author-index-content .authors .author .bio {
    line-height: 22px;
    order: 3; }
  .page-template-authors .author-index-content .authors .author__info {
    order: 1; }
  .page-template-authors .author-index-content .authors .author__avatar {
    max-width: 72px;
    order: 2; }
  .page-template-authors .author-index-content .authors .author + .author {
    margin-top: 12px; }
  .author-index-content #about p {
    font-size: 18px;
    line-height: 28px; }
  .morelink {
    font-size: 1.4rem;
    margin-top: 8px; } }

@media (max-width: 767.98px) {
  .page-section {
    padding: 5.6rem 0; }
    .page-section:after {
      left: 0;
      width: 100%; } }

.morecontent span {
  display: none; }

.morelink {
  display: flex;
  align-items: center;
  position: relative;
  color: #4F5659;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-top: 8px; }
  .morelink:hover {
    color: #202324; }
  .morelink:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23768084' fill-rule='nonzero' d='M1.4296875.5l-1.5 1.5L6 8.070312 12.070312 2l-1.5-1.5L6 5.070312z'/%3E%3C/svg%3E");
    width: 12px;
    height: 8px;
    display: block;
    margin-left: 4px;
    margin-top: 4px; }
  .morelink.less:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.cr-hero {
  background: #f2f0e3;
  background-image: linear-gradient(180deg, #f2f0e3 0%, #ffffff 100%);
  padding: 5.6rem 0 2.4rem; }
  .cr-hero h1 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.4px; }
  .cr-hero h1 + p {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #4F5659;
    letter-spacing: -0.08px; }
    .cr-hero h1 + p + p {
      margin: 0; }
  .cr-hero__star-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3.2rem; }
    .cr-hero__star-reviews span {
      display: flex;
      align-items: center;
      margin-bottom: 1.6rem;
      font-size: 1.8rem;
      line-height: 1;
      color: #4F5659; }
      .cr-hero__star-reviews span img {
        margin-right: 1.2rem;
        max-width: 134px; }
    .cr-hero__star-reviews p {
      font-size: 1.6rem;
      line-height: 1;
      margin: 0;
      color: #4F5659; }
  @media (min-width: 768px) {
    .cr-hero {
      padding: 9.6rem 0 2.4rem; }
      .cr-hero h1 {
        font-size: 4.8rem;
        line-height: 5.6rem;
        letter-spacing: -0.64px; }
      .cr-hero h1 + p {
        font-size: 2.2rem;
        line-height: 3.6rem; }
      .cr-hero__star-reviews {
        margin-top: 4.8rem; }
        .cr-hero__star-reviews span {
          font-size: 2rem; }
          .cr-hero__star-reviews span img {
            max-width: 179px; }
        .cr-hero__star-reviews p {
          font-size: 1.8rem;
          letter-spacing: -0.08px; } }

.health-leaders-section {
  position: relative; }
  .health-leaders-section .slider-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .health-leaders-section .slider-nav .row {
      height: 100%;
      align-items: end; }
    .health-leaders-section .slider-nav .slider-arrows {
      width: 80px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      bottom: 10.4rem; }
      .health-leaders-section .slider-nav .slider-arrows button {
        opacity: 0.8;
        transition: all 0.3s ease;
        background: none;
        border: none;
        padding: 0;
        width: 32px;
        height: 32px; }
        .health-leaders-section .slider-nav .slider-arrows button.prev-arrow {
          opacity: 0.5; }
        .health-leaders-section .slider-nav .slider-arrows button:hover, .health-leaders-section .slider-nav .slider-arrows button:focus {
          opacity: 1; }
    .health-leaders-section .slider-nav .slider-dots {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      bottom: 3rem; }
      .health-leaders-section .slider-nav .slider-dots .slick-dots {
        position: unset; }
        .health-leaders-section .slider-nav .slider-dots .slick-dots li {
          margin: 0;
          width: auto;
          height: auto;
          padding: 10px 4px; }
          .health-leaders-section .slider-nav .slider-dots .slick-dots li.slick-active button {
            opacity: 1; }
          .health-leaders-section .slider-nav .slider-dots .slick-dots li button {
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            opacity: 0.4; }
            .health-leaders-section .slider-nav .slider-dots .slick-dots li button:before {
              display: none; }
  .health-leaders-section .health-leaders-slider.slick-dotted.slick-slider {
    margin-bottom: 0; }

.cr-health-leader {
  --text-color: #ffffff;
  background: #212121;
  background-image: var(--bg-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left -300px center;
  padding: 27rem 0 9rem;
  position: relative;
  z-index: 2; }
  .cr-health-leader .sub-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.31px;
    color: var(--text-color, #ffffff);
    margin-bottom: 1.6rem; }
  .cr-health-leader .person-quote {
    width: 100%; }
    .cr-health-leader .person-quote p {
      font-size: 2.4rem;
      line-height: 3.4rem;
      letter-spacing: -0.11px;
      font-weight: 500;
      color: var(--text-color, #ffffff); }
      .cr-health-leader .person-quote p + p {
        margin: 0; }
  .cr-health-leader .person-info {
    margin-top: 3.2rem; }
    .cr-health-leader .person-info .name {
      font-size: 2rem;
      line-height: 2.4rem;
      letter-spacing: -0.09px;
      margin-bottom: 6px;
      font-weight: 600;
      color: var(--text-color, #ffffff); }
    .cr-health-leader .person-info .title {
      font-size: 1.8rem;
      line-height: 2rem;
      letter-spacing: -0.07px;
      color: var(--text-color, #ffffff); }
  @media (min-width: 576px) {
    .cr-health-leader {
      background-position: center;
      padding: 12.8rem 0 10.4rem;
      min-height: 740px; }
      .cr-health-leader .sub-title {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
        margin-bottom: 3.2rem; }
      .cr-health-leader .person-quote {
        max-width: 540px; }
        .cr-health-leader .person-quote p {
          font-size: 3rem;
          line-height: 4.2rem;
          letter-spacing: -0.14px; }
      .cr-health-leader .person-info {
        margin-top: 4rem;
        padding-bottom: 9rem; }
        .cr-health-leader .person-info .name {
          font-size: 2.4rem;
          line-height: 2.8rem;
          letter-spacing: -0.11px;
          margin-bottom: 8px; }
        .cr-health-leader .person-info .title {
          font-size: 1.8rem;
          line-height: 2.4rem;
          letter-spacing: -0.08px; } }

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow-y: hidden;
  /* no-overflow                */ }

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */ }

/* bootstrap hack end */
.cr-product-reviews {
  margin: 6.4rem 0 0; }
  .cr-product-reviews h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px;
    margin-bottom: 3.2rem; }
  .cr-product-reviews #product-reviews-slider-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 12px; }
    @media (min-width: 576px) {
      .cr-product-reviews #product-reviews-slider-nav {
        padding: 0 24px; } }
    @media (min-width: 992px) {
      .cr-product-reviews #product-reviews-slider-nav {
        justify-content: space-around; } }
  .cr-product-reviews #product-reviews-tab {
    background: #f7f6ee;
    padding: 4rem 0;
    position: relative; }
    .cr-product-reviews #product-reviews-tab .slick-slider .slick-list {
      padding-top: 0;
      padding-bottom: 8px !important;
      padding-left: 28px !important; }
    .cr-product-reviews #product-reviews-tab .product-reviews-slides {
      visibility: hidden; }
      .cr-product-reviews #product-reviews-tab .product-reviews-slides.slick-dotted.slick-slider {
        margin-bottom: 0; }
      .cr-product-reviews #product-reviews-tab .product-reviews-slides .slick-dots {
        position: unset;
        margin-left: -1.2rem;
        line-height: 1;
        margin-top: 3.2rem; }
        .cr-product-reviews #product-reviews-tab .product-reviews-slides .slick-dots li {
          margin: 0 4px;
          width: 10px;
          height: 10px;
          padding: 0; }
          .cr-product-reviews #product-reviews-tab .product-reviews-slides .slick-dots li.slick-active button {
            opacity: 1; }
          .cr-product-reviews #product-reviews-tab .product-reviews-slides .slick-dots li button {
            width: 10px;
            height: 10px;
            background: #9b9883;
            border-radius: 50%;
            opacity: 0.4;
            top: 0; }
            .cr-product-reviews #product-reviews-tab .product-reviews-slides .slick-dots li button:before {
              display: none; }
      .cr-product-reviews #product-reviews-tab .product-reviews-slides.slick-initialized {
        visibility: visible; }
    .cr-product-reviews #product-reviews-tab button {
      opacity: 0.8;
      transition: all 0.3s ease;
      background: none;
      border: none;
      padding: 0;
      width: 32px;
      height: 32px;
      position: absolute;
      top: calc(50% - 16px); }
      .cr-product-reviews #product-reviews-tab button.prev-arrow {
        display: none !important; }
      .cr-product-reviews #product-reviews-tab button.next-arrow {
        right: 32px; }
      .cr-product-reviews #product-reviews-tab button:hover, .cr-product-reviews #product-reviews-tab button:focus {
        opacity: 1; }
    .cr-product-reviews #product-reviews-tab .product-review-card {
      background: #ffffff;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      max-width: 320px;
      width: 100%;
      padding: 3.2rem 2.4rem;
      min-height: 320px;
      outline: 0; }
      .cr-product-reviews #product-reviews-tab .product-review-card + .product-review-card {
        margin-right: 24px; }
      .cr-product-reviews #product-reviews-tab .product-review-card__link {
        align-items: center;
        justify-content: center; }
        .cr-product-reviews #product-reviews-tab .product-review-card__link a {
          display: block;
          font-size: 1.8rem;
          line-height: 1;
          font-weight: 500;
          letter-spacing: -0.08px;
          color: #00a869; }
          .cr-product-reviews #product-reviews-tab .product-review-card__link a:hover {
            text-decoration: underline;
            color: #008a56; }
      .cr-product-reviews #product-reviews-tab .product-review-card .review p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        letter-spacing: -0.07px;
        margin: 0; }
      .cr-product-reviews #product-reviews-tab .product-review-card .reviewer {
        margin-top: auto; }
        .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .name {
          display: flex;
          align-items: center;
          font-size: 1.6rem;
          line-height: 1;
          letter-spacing: -0.08px;
          color: #202324;
          margin: 0 0 6px; }
          .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .name span {
            padding-left: 20px;
            position: relative;
            margin-left: 8px;
            font-size: 1.4rem;
            letter-spacing: -0.06px;
            line-height: 1;
            color: #00a869; }
            .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .name span:before {
              content: '';
              position: absolute;
              top: 2px;
              left: 0;
              width: 16px;
              height: 16px;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2300A869' d='M16 8c0-1.1636-.6612-2.1792-1.6264-2.692.2636-1.0044.0068-2.1212-.7772-2.9048-.5852-.5856-1.3564-.8768-2.1284-.8768-.2612 0-.5224.0332-.7764.1C10.1792.6612 9.1636 0 8 0 6.8364 0 5.8208.6612 5.308 1.6264c-.2544-.0668-.5152-.1-.7764-.1-.772 0-1.5428.2916-2.1284.8768-.7836.7836-1.0408 1.9-.7772 2.9048C.6612 5.8208 0 6.8364 0 8c0 1.1636.6612 2.1792 1.6264 2.692-.2636 1.0044-.0068 2.1212.7772 2.9048.5852.5852 1.3564.8768 2.1284.8768.2612 0 .5224-.0332.7764-.1C5.8208 15.3388 6.8364 16 8 16c1.1636 0 2.1792-.6612 2.692-1.6264.2544.0668.5152.1.7764.1.772 0 1.5428-.2916 2.1284-.8768.7836-.7836 1.0408-1.9.7772-2.9048C15.3388 10.1792 16 9.1636 16 8z'/%3E%3Cpath fill='%23fff' d='M7.19998 11.5316l-2.9656-2.96595 1.1312-1.1312 1.8344 1.834 3.83442-3.834 1.1312 1.1312-4.96562 4.96595z'/%3E%3C/svg%3E"); }
        .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .rating {
          max-width: 93px; }
  .cr-product-reviews .product-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    outline: 0; }
    .cr-product-reviews .product-icon img {
      max-height: 120px; }
    .cr-product-reviews .product-icon.active .product-title {
      background: #f7f6ee;
      color: #202324;
      font-weight: 500; }
    .cr-product-reviews .product-icon .product-title {
      border-radius: 8px 8px 0 0;
      color: #4F5659;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: 400;
      letter-spacing: -0.07px;
      padding: 15px 8px;
      width: 155px; }
      .cr-product-reviews .product-icon .product-title:hover {
        text-decoration: underline; }
  @media (min-width: 768px) {
    .cr-product-reviews {
      margin: 9.6rem 0 0; }
      .cr-product-reviews h2 {
        font-size: 4rem;
        line-height: 4.4rem;
        letter-spacing: -0.17px;
        margin-bottom: 4.8rem; }
      .cr-product-reviews #product-reviews-tab {
        background: #f7f6ee;
        padding: 5.6rem 0; }
        .cr-product-reviews #product-reviews-tab button {
          width: 48px;
          height: 48px;
          top: calc(50% - 24px); }
          .cr-product-reviews #product-reviews-tab button.next-arrow {
            right: 32px; }
        .cr-product-reviews #product-reviews-tab .product-review-card {
          max-width: 378px;
          min-height: 320px; }
          .cr-product-reviews #product-reviews-tab .product-review-card .review p {
            font-size: 1.8rem;
            line-height: 3rem;
            letter-spacing: -0.08px; }
          .cr-product-reviews #product-reviews-tab .product-review-card .reviewer {
            margin-top: auto; }
            .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .name {
              display: flex;
              align-items: center;
              font-size: 1.8rem;
              line-height: 1;
              letter-spacing: -0.08px;
              color: #202324;
              margin: 0 0 6px; }
              .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .name span {
                padding-left: 20px;
                position: relative;
                margin-left: 8px;
                font-size: 1.4rem;
                letter-spacing: -0.06px;
                line-height: 1;
                color: #00a869; }
                .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .name span:before {
                  content: '';
                  position: absolute;
                  top: 2px;
                  left: 0;
                  width: 16px;
                  height: 16px;
                  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2300A869' d='M16 8c0-1.1636-.6612-2.1792-1.6264-2.692.2636-1.0044.0068-2.1212-.7772-2.9048-.5852-.5856-1.3564-.8768-2.1284-.8768-.2612 0-.5224.0332-.7764.1C10.1792.6612 9.1636 0 8 0 6.8364 0 5.8208.6612 5.308 1.6264c-.2544-.0668-.5152-.1-.7764-.1-.772 0-1.5428.2916-2.1284.8768-.7836.7836-1.0408 1.9-.7772 2.9048C.6612 5.8208 0 6.8364 0 8c0 1.1636.6612 2.1792 1.6264 2.692-.2636 1.0044-.0068 2.1212.7772 2.9048.5852.5852 1.3564.8768 2.1284.8768.2612 0 .5224-.0332.7764-.1C5.8208 15.3388 6.8364 16 8 16c1.1636 0 2.1792-.6612 2.692-1.6264.2544.0668.5152.1.7764.1.772 0 1.5428-.2916 2.1284-.8768.7836-.7836 1.0408-1.9.7772-2.9048C15.3388 10.1792 16 9.1636 16 8z'/%3E%3Cpath fill='%23fff' d='M7.19998 11.5316l-2.9656-2.96595 1.1312-1.1312 1.8344 1.834 3.83442-3.834 1.1312 1.1312-4.96562 4.96595z'/%3E%3C/svg%3E"); }
            .cr-product-reviews #product-reviews-tab .product-review-card .reviewer .rating {
              max-width: 93px; }
      .cr-product-reviews .product-icon {
        max-width: 218px;
        width: 100%; }
        .cr-product-reviews .product-icon img {
          max-height: 154px; }
        .cr-product-reviews .product-icon .product-title {
          font-size: 1.8rem;
          letter-spacing: -0.08px;
          padding: 20px 24px;
          width: 100%; } }

.cr-featured-on {
  padding: 6.4rem 0 3.6rem; }
  @media (min-width: 576px) {
    .cr-featured-on {
      padding: 9.6rem 0 6rem; } }

.cr-video {
  background: #fff;
  padding: 3.6rem 0 7.2rem; }
  .cr-video h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px;
    padding: 0 2rem; }
  @media (min-width: 576px) {
    .cr-video {
      padding: 6rem 0 11.2rem; }
      .cr-video h2 {
        font-size: 4rem;
        line-height: 4.4rem;
        letter-spacing: -0.17px;
        margin-bottom: 2.4rem;
        padding: 0; } }

.cr-guides {
  padding: 6.4rem 0 3.7rem;
  background: #f6f8f9; }
  .cr-guides h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px;
    margin-bottom: 1.3rem;
    padding: 0 2.4rem; }
  .cr-guides .cr-guides__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2.7rem 0; }
    .cr-guides .cr-guides__item img {
      max-height: 56px;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin-bottom: 2.4rem; }
    .cr-guides .cr-guides__item h3 {
      font-size: 2.4rem;
      line-height: 3.2rem;
      margin-bottom: 1.6rem; }
      .cr-guides .cr-guides__item h3 a:hover, .cr-guides .cr-guides__item h3 a:focus {
        text-decoration: underline;
        color: inherit; }
    .cr-guides .cr-guides__item p {
      font-size: 1.8rem;
      line-height: 3rem;
      letter-spacing: -0.08px;
      color: #4F5659;
      margin: 0; }
      .cr-guides .cr-guides__item p + p {
        margin: 1.6rem 0 0; }
      .cr-guides .cr-guides__item p a {
        color: #008a56;
        text-decoration: underline; }
        .cr-guides .cr-guides__item p a:hover, .cr-guides .cr-guides__item p a:focus {
          color: #202324;
          text-decoration: underline; }
  @media (min-width: 576px) {
    .cr-guides {
      padding: 11.2rem 0 6.8rem; }
      .cr-guides h2 {
        font-size: 4rem;
        line-height: 4.4rem;
        letter-spacing: -0.17px;
        margin-bottom: 5.2rem;
        padding: 0; }
      .cr-guides .cr-guides__item {
        margin: 4.4rem 0; }
        .cr-guides .cr-guides__item h3 {
          font-size: 3rem;
          line-height: 4rem;
          letter-spacing: -0.12px; }
        .cr-guides .cr-guides__item p {
          font-size: 2rem;
          line-height: 3rem;
          max-width: 481px; }
          .cr-guides .cr-guides__item p + p {
            margin: 2.4rem 0 0; } }

.cr-overview {
  padding: 6.4rem 0 1.6rem; }
  .cr-overview h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px;
    margin-bottom: 4rem;
    padding: 0 2.4rem; }
  .cr-overview .overview-item + .overview-item {
    margin-top: 5.6rem; }
  .cr-overview .overview-item img {
    border-radius: 8px;
    margin-bottom: 3.2rem; }
  .cr-overview .overview-item h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem; }
  .cr-overview .overview-item p {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: -0.08px;
    color: #4F5659;
    margin: 0; }
    .cr-overview .overview-item p + p {
      margin-top: 1.6rem; }
  @media (min-width: 576px) {
    .cr-overview {
      padding: 11.2rem 0; }
      .cr-overview h2 {
        font-size: 4rem;
        line-height: 4.4rem;
        letter-spacing: -0.17px;
        margin-bottom: 8rem; }
      .cr-overview .overview-item img {
        margin-bottom: 0; }
      .cr-overview .overview-item h3 {
        font-size: 3.4rem;
        line-height: 4.2rem;
        letter-spacing: -0.14px; }
      .cr-overview .overview-item p {
        font-size: 2rem;
        line-height: 3.2rem;
        letter-spacing: -0.09px; }
      .cr-overview .overview-item__content {
        max-width: 481px;
        margin-left: 1.6rem; }
      .cr-overview .overview-item.flex-row-reverse .overview-item__content {
        margin-left: auto;
        margin-right: 1.6rem; }
      .cr-overview .overview-item + .overview-item {
        margin-top: 8rem; } }

.cr-clean-ingredients h2 {
  font-size: 2.6rem;
  line-height: 3.2rem; }

@media (min-width: 576px) {
  .cr-clean-ingredients h2 {
    font-size: 3.4rem;
    line-height: 4.2rem;
    letter-spacing: -0.14px; } }

.products-explore {
  padding: 6.4rem 0 0;
  background: #f7f6ee; }
  .products-explore h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px;
    margin-bottom: 4rem; }
  .products-explore .products-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%; }
    .products-explore .products-grid .products-grid__item {
      background: #ffffff;
      box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      transition: all 0.2s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 4rem 3.2rem;
      margin-bottom: 4rem;
      color: #34393a; }
      .products-explore .products-grid .products-grid__item:hover, .products-explore .products-grid .products-grid__item:focus {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); }
      .products-explore .products-grid .products-grid__item img {
        margin-bottom: 2.4rem;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 132px; }
      .products-explore .products-grid .products-grid__item h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0 auto 1.6rem;
        max-width: 320px; }
      .products-explore .products-grid .products-grid__item p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        letter-spacing: -0.07px;
        max-width: 320px;
        margin: 0 auto; }
      .products-explore .products-grid .products-grid__item .btn-primary {
        background: #00a869;
        border-radius: 6px;
        padding: 1.6rem 4rem;
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.07px;
        margin-top: 2.4rem; }
        .products-explore .products-grid .products-grid__item .btn-primary:hover {
          background: #00945c;
          border-color: #00945c; }
  @media (min-width: 768px) {
    .products-explore {
      padding: 11.2rem 0 1.6rem; }
      .products-explore h2 {
        font-size: 4rem;
        line-height: 4.4rem;
        letter-spacing: -0.17px;
        margin-bottom: 7.2rem; }
      .products-explore .products-grid {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center; }
        .products-explore .products-grid .products-grid__item {
          padding: 5.6rem 3.2rem 4.8rem;
          margin: 0 2.4rem 5.6rem;
          flex-basis: calc(50% - 48px);
          max-width: 482px; }
          .products-explore .products-grid .products-grid__item:hover, .products-explore .products-grid .products-grid__item:focus {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
          .products-explore .products-grid .products-grid__item img {
            margin-bottom: 3.2rem; }
          .products-explore .products-grid .products-grid__item h3 {
            font-size: 3rem;
            line-height: 3.6rem;
            letter-spacing: -0.12px; }
          .products-explore .products-grid .products-grid__item p {
            font-size: 1.8rem;
            line-height: 2.8rem;
            letter-spacing: -0.08px;
            max-width: 281px; } }

.coupon-cta {
  padding: 4rem 0 8rem;
  background: #f7f6ee; }
  .coupon-cta h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.12px;
    padding: 0 2.4rem;
    margin-bottom: 1.6rem; }
  .coupon-cta h2 + p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.07px;
    margin: 0; }
  .coupon-cta #countdownTimer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem; }
    .coupon-cta #countdownTimer div {
      margin: 0 32px 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      .coupon-cta #countdownTimer div span.number {
        font-weight: 500;
        font-size: 3rem;
        line-height: 1;
        letter-spacing: -0.12px;
        -webkit-font-feature-settings: 'tnum';
                font-feature-settings: 'tnum';
        font-variant-numeric: tabular-nums; }
      .coupon-cta #countdownTimer div span.type {
        color: #34393a;
        font-size: 1.4rem;
        letter-spacing: -0.22px;
        margin-top: 4px;
        text-align: center;
        text-transform: lowercase; }
      .coupon-cta #countdownTimer div:last-child {
        margin-right: 0; }
  .coupon-cta .coupon-email {
    margin: 4rem 0 0 0; }
    .coupon-cta .coupon-email .input-group {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; }
      .coupon-cta .coupon-email .input-group + .input-group {
        margin-top: 2.2rem; }
      .coupon-cta .coupon-email .input-group input {
        max-width: 366px;
        width: 100%;
        background: #fff;
        border: 1px solid #737e82;
        border-radius: 6px;
        height: 64px;
        padding: 0 2.4rem;
        color: #545c5f;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: -0.08px; }
      .coupon-cta .coupon-email .input-group .input-group-btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 366px;
        width: 100%;
        position: relative; }
        .coupon-cta .coupon-email .input-group .input-group-btn .btn-primary {
          background: #00a869;
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 1.2;
          color: #fff;
          padding: 20px;
          max-width: 90%;
          width: 100%;
          border-radius: 6px;
          position: relative;
          z-index: 2; }
          .coupon-cta .coupon-email .input-group .input-group-btn .btn-primary:hover, .coupon-cta .coupon-email .input-group .input-group-btn .btn-primary:focus {
            background: #00945c;
            border-color: #00945c; }
        .coupon-cta .coupon-email .input-group .input-group-btn .coupon-peek {
          align-items: center;
          background: #e9fff7;
          border: 2.38px dashed #00a869;
          border-bottom-right-radius: 6px;
          border-top-right-radius: 6px;
          color: #4f5659;
          display: flex;
          font-size: 1.8rem;
          font-weight: 600;
          height: 100%;
          justify-content: flex-end;
          letter-spacing: 1.13px;
          line-height: 1.2;
          max-width: 265px;
          padding: 0 16px;
          position: absolute;
          right: 0;
          text-align: right;
          text-transform: uppercase;
          width: 100%;
          z-index: 1;
          pointer-events: none; }
      .coupon-cta .coupon-email .input-group .message {
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: -0.06px;
        margin-top: 2.2rem;
        text-align: center;
        color: #4f5659; }
    .coupon-cta .coupon-email .coupon-code-container {
      display: flex;
      justify-content: center;
      max-width: 450px;
      margin: 56px auto 0; }
      .coupon-cta .coupon-email .coupon-code-container #coupon-code,
      .coupon-cta .coupon-email .coupon-code-container #coupon-code-modal {
        background: #fff;
        border: 2px dashed #34393a;
        border-right: 0;
        border-radius: 3px 0 0 3px;
        color: #202324;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        max-width: 38%;
        width: 100%;
        padding: 0 20px;
        box-sizing: initial; }
      .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code,
      .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code-modal {
        background: #00a869;
        border: 0;
        border-radius: 0 3px 3px 0;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        transition: all 0.2s ease;
        max-width: 275px;
        width: 100%;
        padding: 20px 8px; }
        .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code:hover, .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code:focus,
        .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code-modal:hover,
        .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code-modal:focus {
          background: #00945c; }
  @media (min-width: 768px) {
    .coupon-cta {
      padding: 6.4rem 0 13.6rem; }
      .coupon-cta h2 {
        font-size: 4rem;
        line-height: 4.4rem;
        letter-spacing: -0.17px;
        padding: 0;
        margin-bottom: 2.4rem; }
      .coupon-cta h2 + p {
        font-size: 1.8rem;
        line-height: 3rem;
        letter-spacing: -0.08px; }
      .coupon-cta #countdownTimer {
        margin-top: 5.6rem; }
        .coupon-cta #countdownTimer div {
          margin: 0 16px 0 0; }
          .coupon-cta #countdownTimer div span.number {
            font-size: 5rem;
            letter-spacing: -0.21px; }
          .coupon-cta #countdownTimer div span.type {
            font-size: 1.6rem;
            letter-spacing: -0.21px;
            margin-top: 8px; }
      .coupon-cta .coupon-email {
        margin-top: 5.6rem; }
        .coupon-cta .coupon-email #coupon_email,
        .coupon-cta .coupon-email #coupon_email_modal {
          max-width: 648px;
          width: 100%;
          margin: 0 auto;
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
        .coupon-cta .coupon-email .input-group + .input-group {
          margin-top: 0;
          margin-left: 1.6rem;
          max-width: 248px; }
        .coupon-cta .coupon-email .input-group input {
          max-width: 384px; }
        .coupon-cta .coupon-email .input-group .message {
          text-align: left;
          width: 100%;
          margin-top: 1.6rem; }
        .coupon-cta .coupon-email .input-group .input-group-btn {
          max-width: 248px; }
          .coupon-cta .coupon-email .input-group .input-group-btn .btn-primary {
            max-width: 213px; }
        .coupon-cta .coupon-email .coupon-code-container {
          margin: 0 auto; }
          .coupon-cta .coupon-email .coupon-code-container #coupon-code,
          .coupon-cta .coupon-email .coupon-code-container #coupon-code-modal {
            font-size: 2rem;
            letter-spacing: 1.25px; }
          .coupon-cta .coupon-email .coupon-code-container #copy-coupon-code {
            font-size: 2rem;
            letter-spacing: 1.5px; } }

#couponHeader .site-header__logo-link span {
  line-height: 1; }

#couponHeader #countdownTimerHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #couponHeader #countdownTimerHeader div {
    margin: 0 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    #couponHeader #countdownTimerHeader div span.number {
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 1;
      letter-spacing: -0.07px;
      -webkit-font-feature-settings: 'tnum';
              font-feature-settings: 'tnum';
      font-variant-numeric: tabular-nums;
      color: #ffffff; }
    #couponHeader #countdownTimerHeader div span.type {
      color: #b4bcbf;
      font-size: 0.9rem;
      letter-spacing: -0.09px;
      text-align: center;
      text-transform: lowercase; }
    #couponHeader #countdownTimerHeader div:last-child {
      margin-right: 0; }

#couponHeader .coupon-code-button .input-group-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 170px;
  width: 100%;
  position: relative;
  margin: 0 0 0 auto; }
  #couponHeader .coupon-code-button .input-group-btn .btn-primary {
    background: #00a869;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 10px 16px;
    max-width: 88%;
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    border-color: #00a869;
    letter-spacing: -0.05px; }
    #couponHeader .coupon-code-button .input-group-btn .btn-primary:hover, #couponHeader .coupon-code-button .input-group-btn .btn-primary:focus {
      background: #00945c;
      border-color: #00945c;
      box-shadow: none; }
  #couponHeader .coupon-code-button .input-group-btn .coupon-peek {
    align-items: center;
    background: #e9fff7;
    border: 1.73px dashed #00a869;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #4f5659;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    height: 100%;
    justify-content: flex-end;
    letter-spacing: 0.75px;
    line-height: 1;
    max-width: 100px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    pointer-events: none; }

@media (min-width: 768px) {
  #couponHeader {
    height: 80px;
    top: -80px;
    z-index: 89999; }
    #couponHeader.visible {
      top: 0; }
    #couponHeader #countdownTimerHeader {
      justify-content: center; }
      #couponHeader #countdownTimerHeader div {
        margin: 0 16px 0 0; }
        #couponHeader #countdownTimerHeader div span.number {
          font-size: 2.8rem;
          letter-spacing: -0.12px; }
        #couponHeader #countdownTimerHeader div span.type {
          font-size: 1.2rem;
          letter-spacing: -0.11px; }
    #couponHeader .coupon-code-button .input-group-btn {
      max-width: 210px; }
      #couponHeader .coupon-code-button .input-group-btn .btn-primary {
        font-size: 1.6rem;
        padding: 15px 16px;
        border-radius: 5px;
        letter-spacing: -0.07px; }
      #couponHeader .coupon-code-button .input-group-btn .coupon-peek {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 1.6rem;
        letter-spacing: 1px; } }

.coupon-hero {
  background-image: linear-gradient(180deg, #f2f0e3 0%, #ffffff 100%);
  border-bottom: 1px solid #eeece4; }
  .coupon-hero .container {
    padding-top: 3.2rem;
    padding-bottom: 7.2rem; }
  .coupon-hero .col-12 {
    display: flex;
    align-items: flex-start; }
  .coupon-hero small.disclaimer {
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.8em;
    left: 24px;
    letter-spacing: -0.16px;
    position: absolute;
    bottom: 20px; }
  .coupon-hero .coupon-discount {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 3.2rem; }
    .coupon-hero .coupon-discount p {
      font-size: 4.2rem;
      line-height: 1;
      color: #00a869;
      font-weight: 600;
      margin: 0;
      letter-spacing: -0.9px;
      text-transform: uppercase; }
  .coupon-hero .coupon-heading {
    flex: 4;
    max-width: 687px;
    width: 100%; }
    .coupon-hero .coupon-heading p {
      display: flex;
      align-items: center;
      color: #00a869;
      font-size: 1.2rem;
      line-height: 1;
      margin: 0 0 1.2rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600; }
      .coupon-hero .coupon-heading p svg {
        width: 16px;
        height: 16px;
        margin-right: 8px; }
    .coupon-hero .coupon-heading h1 {
      font-size: 2.5rem;
      line-height: 3.1rem;
      letter-spacing: -0.38px;
      margin-bottom: 0; }
  .coupon-hero .coupon-code-button {
    flex: 1;
    max-width: 100%; }
    .coupon-hero .coupon-code-button .input-group-btn {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      max-width: 366px;
      width: 100%;
      position: relative;
      margin: 3.2rem auto 0; }
      .coupon-hero .coupon-code-button .input-group-btn .btn-primary {
        background: #00a869;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.2;
        color: #fff;
        padding: 20px;
        max-width: 88%;
        width: 100%;
        border-radius: 6px;
        position: relative;
        z-index: 2;
        border-color: #00a869; }
        .coupon-hero .coupon-code-button .input-group-btn .btn-primary:hover, .coupon-hero .coupon-code-button .input-group-btn .btn-primary:focus {
          background: #00945c;
          border-color: #00945c;
          box-shadow: none; }
      .coupon-hero .coupon-code-button .input-group-btn .coupon-peek {
        align-items: center;
        background: #e9fff7;
        border: 2.38px dashed #00a869;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        color: #4f5659;
        display: flex;
        font-size: 1.8rem;
        font-weight: 600;
        height: 100%;
        justify-content: flex-end;
        letter-spacing: 1.13px;
        line-height: 1.2;
        max-width: 265px;
        padding: 0 16px;
        position: absolute;
        right: 0;
        text-align: right;
        text-transform: uppercase;
        width: 100%;
        z-index: 1;
        pointer-events: none; }
  @media (min-width: 992px) {
    .coupon-hero .coupon-heading {
      flex: 6;
      margin-right: 6.4rem; }
    .coupon-hero .coupon-code-button {
      flex: 3;
      max-width: 276px; } }
  @media (min-width: 768px) {
    .coupon-hero .container {
      padding-top: 8rem;
      padding-bottom: 9.6rem; }
    .coupon-hero .col-12 {
      align-items: center; }
    .coupon-hero small.disclaimer {
      bottom: 32px; }
    .coupon-hero .coupon-discount {
      margin-right: 5.6rem; }
      .coupon-hero .coupon-discount p {
        font-size: 6rem;
        letter-spacing: -1.29px; }
    .coupon-hero .coupon-heading {
      flex: 6;
      margin-right: 6.4rem; }
      .coupon-hero .coupon-heading p {
        font-size: 1.4rem;
        margin: 0 0 1.2rem;
        letter-spacing: 1px; }
        .coupon-hero .coupon-heading p svg {
          width: 16px;
          height: 16px;
          margin-right: 8px; }
      .coupon-hero .coupon-heading h1 {
        font-size: 4.8rem;
        line-height: 5.2rem;
        letter-spacing: -0.7px; }
    .coupon-hero .coupon-code-button .input-group-btn .btn-primary {
      font-size: 1.8rem;
      max-width: 86%; } }

#couponModal {
  z-index: 100000; }
  #couponModal .modal-dialog {
    max-width: 995px; }
  #couponModal .modal-content {
    border: none;
    border-radius: 8px; }
    #couponModal .modal-content .close {
      position: absolute;
      top: 24px;
      right: 24px;
      -webkit-appearance: none;
      border: 0 none;
      background-color: transparent; }
  #couponModal .coupon-cta {
    border-radius: 8px;
    padding: 8rem 0; }
  #couponModal #countdownTimer,
  #couponModal .coupon-email {
    margin-top: 4rem; }

.modal-backdrop {
  z-index: 99999; }
  .modal-backdrop.show {
    opacity: 0.7; }

.success-stories--jumbotron {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
  padding: 40px 0; }
  .success-stories--jumbotron h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.64px;
    margin-bottom: 16px; }
  .success-stories--jumbotron h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.13px;
    color: #4F5659;
    margin-bottom: 32px;
    font-weight: normal; }
  .success-stories--jumbotron p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.09px;
    color: #4F5659;
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .success-stories--jumbotron {
      padding: 48px 0; }
      .success-stories--jumbotron h1 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.43px;
        margin-bottom: 8px;
        text-align: center; }
      .success-stories--jumbotron h2 {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: -0.1px;
        text-align: center; }
      .success-stories--jumbotron p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.08px; } }

.success-stories--filter {
  padding: 56px 0 72px; }
  .success-stories--filter h2 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.07px;
    margin-bottom: 24px; }
  .success-stories--filter .btn {
    display: block; }
    .success-stories--filter .btn.btn-light {
      background: #FBFBFB;
      border: 1px solid #C5C5C5;
      padding: 20px 16px;
      font-size: 16px;
      line-height: 1;
      letter-spacing: -0.07px;
      color: #34393A; }
      .success-stories--filter .btn.btn-light:hover, .success-stories--filter .btn.btn-light:focus {
        background: #00A869;
        border-color: #00A869;
        color: #fff; }
  @media (max-width: 767.98px) {
    .success-stories--filter {
      padding: 48px 0 56px; }
      .success-stories--filter h2 {
        font-size: 14px;
        margin-bottom: 20px; }
      .success-stories--filter .btn {
        display: block; }
        .success-stories--filter .btn.btn-light {
          font-size: 14px;
          letter-spacing: -0.06px; } }

.success-stories--featured {
  padding: 104px 0;
  background: #EBFFF8;
  border-bottom: 1px solid #D4F0E6; }
  .success-stories--featured h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.17px;
    margin-bottom: 64px; }
  .success-stories--featured .success-stories-featured {
    margin-bottom: 56px; }
    .success-stories--featured .success-stories-featured a {
      display: block;
      font-size: 24px;
      line-height: 32px;
      font-weight: 600; }
      .success-stories--featured .success-stories-featured a img {
        margin-bottom: 24px;
        max-width: 588px;
        width: 100%;
        max-height: 329px;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .success-stories--featured .success-stories-featured a:hover {
        text-decoration: underline;
        color: inherit; }
  .success-stories--featured .view-all-btn {
    border-radius: 4px;
    font-size: 1.125em;
    font-weight: 500;
    height: 55px;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 40px; }
    .success-stories--featured .view-all-btn:hover {
      color: #fff;
      background-color: #008A56;
      border-color: #008A56; }
  @media (max-width: 767.98px) {
    .success-stories--featured {
      padding: 56px 0; }
      .success-stories--featured h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.12px;
        margin-bottom: 40px; }
      .success-stories--featured .success-stories-featured {
        margin-bottom: 40px; }
        .success-stories--featured .success-stories-featured a {
          font-size: 20px;
          line-height: 28px; }
          .success-stories--featured .success-stories-featured a img {
            margin-bottom: 16px; }
      .success-stories--featured .view-all-btn {
        font-size: 16px; } }

.success-stories--share {
  padding: 104px 0 96px;
  background: #EBFFF8;
  border-bottom: 1px solid #D4F0E6; }
  .success-stories--share h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.17px;
    margin-bottom: 16px; }
  .success-stories--share p {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-bottom: 40px; }
  .success-stories--share .btn-primary {
    border-radius: 4px;
    font-size: 1.125em;
    font-weight: 500;
    height: 55px;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 40px; }
    .success-stories--share .btn-primary:hover {
      color: #fff;
      background-color: #008A56;
      border-color: #008A56; }
  @media (max-width: 767.98px) {
    .success-stories--share {
      padding: 56px 0; }
      .success-stories--share h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.12px;
        margin-bottom: 16px; }
      .success-stories--share p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.08px;
        margin-bottom: 32px; }
      .success-stories--share .btn-primary {
        font-size: 16px; } }

.success-stories--expectations {
  margin: 120px 0 60px; }
  .success-stories--expectations h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.17px;
    margin-bottom: 32px; }
  .success-stories--expectations p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 24px; }
    .success-stories--expectations p.highlight, .success-stories--expectations p .highlight {
      display: inline;
      background: #FFF4CC;
      color: #202324;
      padding: 4px;
      border-radius: 4px; }
      .success-stories--expectations p.highlight + p, .success-stories--expectations p .highlight + p {
        margin-top: 24px; }
  @media (max-width: 767.98px) {
    .success-stories--expectations {
      margin: 64px 0 32px; }
      .success-stories--expectations h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.12px;
        margin-bottom: 24px; }
      .success-stories--expectations p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.08px; } }

.success-stories--weight-loss {
  margin: 60px 0 120px; }
  .success-stories--weight-loss h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.17px;
    margin-bottom: 32px; }
  .success-stories--weight-loss p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 24px; }
    .success-stories--weight-loss p a {
      color: #00A869;
      text-decoration: underline; }
      .success-stories--weight-loss p a:hover, .success-stories--weight-loss p a:focus {
        text-decoration: none;
        color: #008A56; }
    .success-stories--weight-loss p.highlight {
      display: inline;
      background: #FFF4CC;
      color: #202324;
      padding: 4px;
      border-radius: 4px; }
  @media (max-width: 767.98px) {
    .success-stories--weight-loss {
      margin: 32px 0 64px; }
      .success-stories--weight-loss h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.12px;
        margin-bottom: 24px; }
      .success-stories--weight-loss p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.08px; } }

.success-stories--product-cta {
  padding: 104px 0 117px;
  background: #EBFFF8; }
  .success-stories--product-cta h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.17px;
    margin-bottom: 24px; }
  .success-stories--product-cta p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
    color: #202324;
    max-width: 680px; }
  .success-stories--product-cta .product .product-reviews {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .success-stories--product-cta .product .product-reviews img {
      margin-right: 12px; }
    .success-stories--product-cta .product .product-reviews span {
      font-size: 16px;
      line-height: 1;
      color: #545C5F; }
  .success-stories--product-cta .product h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px; }
    .success-stories--product-cta .product h3 a:hover {
      text-decoration: underline;
      color: inherit; }
  .success-stories--product-cta .product .price {
    font-size: 24px;
    line-height: 31px;
    color: #C22C32;
    letter-spacing: -0.2px; }
    .success-stories--product-cta .product .price s {
      font-size: 20px;
      line-height: 25px;
      letter-spacing: -0.17px;
      color: #545C5F; }
  .success-stories--product-cta .product .discount {
    margin: 36px 0 0; }
    .success-stories--product-cta .product .discount h4 {
      font-size: 20px;
      line-height: 25px;
      letter-spacing: -0.08px;
      margin-bottom: 8px; }
    .success-stories--product-cta .product .discount small {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.06px; }
    .success-stories--product-cta .product .discount .coupon-code-container {
      display: flex;
      max-width: 450px;
      margin: 24px 0 0; }
      .success-stories--product-cta .product .discount .coupon-code-container #coupon-code {
        background: #fff;
        border: 2px dashed #34393a;
        border-right: 0;
        border-radius: 3px 0 0 3px;
        color: #202324;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1.06px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        max-width: 28%;
        width: 100%;
        padding: 0 20px;
        box-sizing: initial; }
        .success-stories--product-cta .product .discount .coupon-code-container #coupon-code:focus {
          outline: none;
          box-shadow: none; }
      .success-stories--product-cta .product .discount .coupon-code-container #copy-coupon-code {
        background: #00a869;
        border: 0;
        border-radius: 0 3px 3px 0;
        color: #fff;
        font-size: 1.7rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        transition: all 0.2s ease;
        max-width: 220px;
        width: 100%;
        padding: 20px 8px; }
        .success-stories--product-cta .product .discount .coupon-code-container #copy-coupon-code:hover, .success-stories--product-cta .product .discount .coupon-code-container #copy-coupon-code:focus {
          background: #00945c; }
  .success-stories--product-cta .product-image {
    max-width: 276px; }
  @media (max-width: 767.98px) {
    .success-stories--product-cta {
      padding: 64px 0 80px; }
      .success-stories--product-cta h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.12px;
        margin-bottom: 24px; }
      .success-stories--product-cta p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.08px; }
      .success-stories--product-cta .product .product-reviews {
        justify-content: center;
        margin-bottom: 16px; }
        .success-stories--product-cta .product .product-reviews img {
          margin-right: 8px; }
        .success-stories--product-cta .product .product-reviews span {
          font-size: 14px; }
      .success-stories--product-cta .product h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: center; }
      .success-stories--product-cta .product .price {
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.17px;
        text-align: center; }
        .success-stories--product-cta .product .price s {
          font-size: 16px;
          line-height: 1;
          letter-spacing: -0.13px; }
      .success-stories--product-cta .product .discount {
        margin: 32px 0 0;
        text-align: center; }
        .success-stories--product-cta .product .discount h4 {
          font-size: 18px;
          line-height: 23px;
          letter-spacing: -0.07px;
          text-align: center; }
        .success-stories--product-cta .product .discount small {
          text-align: center; }
        .success-stories--product-cta .product .discount .coupon-code-container {
          margin: 24px 0 0; }
          .success-stories--product-cta .product .discount .coupon-code-container #copy-coupon-code {
            max-width: 100%; }
      .success-stories--product-cta .product-image {
        max-width: 100%;
        margin-bottom: 32px; } }

#keto_cal_form .radio-group.radio-group--gender img {
  width: auto !important;
  display: block !important;
  margin-bottom: 1rem !important;
}
