@charset "UTF-8"; /*!* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #cff128;
  --secondary: #362e3e;
  --success: #a5d934;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #000;
  --green: #a5d934;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1140px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.archive blockquote,
.blog blockquote,
.single-post blockquote,
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.archive .entry-title,
.blog .entry-title,
.our-offering .eyebrow,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #cff128;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #a2c00d;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
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;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
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;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.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-cancel-button,
[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;
}
.archive .entry-title,
.blog .entry-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.our-offering .eyebrow,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.archive .entry-title,
.blog .entry-title,
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
.our-offering .eyebrow,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  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-inline,
.list-unstyled {
  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: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014 \00A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1366px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.archive .entry-details:first-child,
.archive .entry-thumb,
.archive .entry-thumb + .entry-details,
.blog .entry-details:first-child,
.blog .entry-thumb,
.blog .entry-thumb + .entry-details,
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto,
.single-post .entry-details:first-child,
.single-post .entry-thumb,
.single-post .entry-thumb + .entry-details {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.333%;
  flex: 0 0 8.333%;
  max-width: 8.333%;
}
.col-2 {
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  max-width: 16.667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.667%;
  flex: 0 0 41.667%;
  max-width: 41.667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
.col-8 {
  -ms-flex: 0 0 66.667%;
  flex: 0 0 66.667%;
  max-width: 66.667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.667%;
  flex: 0 0 91.667%;
  max-width: 91.667%;
}
.archive .entry-details:first-child,
.blog .entry-details:first-child,
.col-12,
.single-post .entry-details:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333%;
}
.offset-2 {
  margin-left: 16.667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333%;
}
.offset-5 {
  margin-left: 41.667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333%;
}
.offset-8 {
  margin-left: 66.667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333%;
}
.offset-11 {
  margin-left: 91.667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333%;
  }
  .offset-sm-2 {
    margin-left: 16.667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333%;
  }
  .offset-sm-5 {
    margin-left: 41.667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333%;
  }
  .offset-sm-8 {
    margin-left: 66.667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333%;
  }
  .offset-sm-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .archive .entry-thumb,
  .blog .entry-thumb,
  .col-md-4,
  .single-post .entry-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .archive .entry-thumb + .entry-details,
  .blog .entry-thumb + .entry-details,
  .col-md-8,
  .single-post .entry-thumb + .entry-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333%;
  }
  .offset-md-2 {
    margin-left: 16.667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333%;
  }
  .offset-md-5 {
    margin-left: 41.667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333%;
  }
  .offset-md-8 {
    margin-left: 66.667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333%;
  }
  .offset-md-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333%;
  }
  .offset-lg-2 {
    margin-left: 16.667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333%;
  }
  .offset-lg-5 {
    margin-left: 41.667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333%;
  }
  .offset-lg-8 {
    margin-left: 66.667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333%;
  }
  .offset-lg-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 1140px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333%;
  }
  .offset-xl-2 {
    margin-left: 16.667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333%;
  }
  .offset-xl-5 {
    margin-left: 41.667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333%;
  }
  .offset-xl-8 {
    margin-left: 66.667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333%;
  }
  .offset-xl-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333%;
  }
  .offset-xxl-2 {
    margin-left: 16.667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333%;
  }
  .offset-xxl-5 {
    margin-left: 41.667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333%;
  }
  .offset-xxl-8 {
    margin-left: 66.667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333%;
  }
  .offset-xxl-11 {
    margin-left: 91.667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #f2fbc3;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #edf9ab;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #c7c4c9;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bab7bd;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #e6f4c6;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #ddf0b1;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #b8b8b8;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.table-green,
.table-green > td,
.table-green > th {
  background-color: #e6f4c6;
}
.table-hover .table-green:hover,
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #ddf0b1;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1139.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eaf9a0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 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: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  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: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.812rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.312rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #a5d934;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(165, 217, 52, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #a5d934;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #a5d934;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #a5d934;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #a5d934;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #d5ed9f;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #b8e15f;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(165, 217, 52, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(165, 217, 52, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #a5d934;
}
.custom-file-input.is-valid ~ .custom-file-label:after,
.was-validated .custom-file-input:valid ~ .custom-file-label:after {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:after,
.was-validated .custom-file-input:invalid ~ .custom-file-label:after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #212529;
  background-color: #cff128;
  border-color: #cff128;
}
.btn-primary:hover {
  color: #212529;
  background-color: #c0e40f;
  border-color: #b6d80e;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #cff128;
  border-color: #cff128;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #b6d80e;
  border-color: #accc0d;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #362e3e;
  border-color: #362e3e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #231e28;
  border-color: #1d1821;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #362e3e;
  border-color: #362e3e;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1d1821;
  border-color: #161319;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-success:hover {
  color: #212529;
  background-color: #91c224;
  border-color: #89b822;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #89b822;
  border-color: #81ad20;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark,
.btn-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-green {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-green:hover {
  color: #212529;
  background-color: #91c224;
  border-color: #89b822;
}
.btn-green.focus,
.btn-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show > .btn-green.dropdown-toggle {
  color: #212529;
  background-color: #89b822;
  border-color: #81ad20;
}
.btn-green:not(:disabled):not(.disabled).active:focus,
.btn-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-outline-primary {
  color: #cff128;
  background-color: transparent;
  background-image: none;
  border-color: #cff128;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #cff128;
  border-color: #cff128;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #cff128;
  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: #212529;
  background-color: #cff128;
  border-color: #cff128;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.5);
}
.btn-outline-secondary {
  color: #362e3e;
  background-color: transparent;
  background-image: none;
  border-color: #362e3e;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #362e3e;
  border-color: #362e3e;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #362e3e;
  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: #362e3e;
  border-color: #362e3e;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(54, 46, 62, 0.5);
}
.btn-outline-success {
  color: #a5d934;
  background-color: transparent;
  background-image: none;
  border-color: #a5d934;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #a5d934;
  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: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  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: #000;
  border-color: #000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-green {
  color: #a5d934;
  background-color: transparent;
  background-image: none;
  border-color: #a5d934;
}
.btn-outline-green:hover {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-outline-green.focus,
.btn-outline-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #a5d934;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled).active,
.btn-outline-green:not(:disabled):not(.disabled):active,
.show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #a5d934;
  border-color: #a5d934;
}
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(165, 217, 52, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #cff128;
  background-color: transparent;
}
.btn-link:hover {
  color: #a2c00d;
  background-color: transparent;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #cff128;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.562rem;
  padding-left: 0.562rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.812rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #cff128;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #f4fcd0;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #cff128;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #cff128;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(207, 241, 40, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(207, 241, 40, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #cff128;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(207, 241, 40, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=)
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #eaf9a0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 249, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(234, 249, 160, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.812rem + 2px);
  font-size: 75%;
}
.custom-select-lg,
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #eaf9a0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #eaf9a0;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #cff128;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f4fcd0;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #cff128;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f4fcd0;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #cff128;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f4fcd0;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: #cff128;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.312rem;
  padding-bottom: 0.312rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1139.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1140px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl,
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck,
  .card-deck .card {
    -webkit-box-direction: normal;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #cff128;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #a2c00d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(207, 241, 40, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.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: #cff128;
  border-color: #cff128;
}
.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: 1.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: 0.875rem;
  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;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #212529;
  background-color: #cff128;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #b6d80e;
}
.badge-secondary {
  color: #fff;
  background-color: #362e3e;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d1821;
}
.badge-success {
  color: #212529;
  background-color: #a5d934;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #89b822;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #000;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.badge-green {
  color: #212529;
  background-color: #a5d934;
}
.badge-green[href]:focus,
.badge-green[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #89b822;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #6c7d15;
  background-color: #f5fcd4;
  border-color: #f2fbc3;
}
.alert-primary hr {
  border-top-color: #edf9ab;
}
.alert-primary .alert-link {
  color: #46510e;
}
.alert-secondary {
  color: #1c1820;
  background-color: #d7d5d8;
  border-color: #c7c4c9;
}
.alert-secondary hr {
  border-top-color: #bab7bd;
}
.alert-secondary .alert-link {
  color: #030203;
}
.alert-success {
  color: #56711b;
  background-color: #edf7d6;
  border-color: #e6f4c6;
}
.alert-success hr {
  border-top-color: #ddf0b1;
}
.alert-success .alert-link {
  color: #374811;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: #000;
}
.alert-green {
  color: #56711b;
  background-color: #edf7d6;
  border-color: #e6f4c6;
}
.alert-green hr {
  border-top-color: #ddf0b1;
}
.alert-green .alert-link {
  color: #374811;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #cff128;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #cff128;
  border-color: #cff128;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #6c7d15;
  background-color: #f2fbc3;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #6c7d15;
  background-color: #edf9ab;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #6c7d15;
  border-color: #6c7d15;
}
.list-group-item-secondary {
  color: #1c1820;
  background-color: #c7c4c9;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #1c1820;
  background-color: #bab7bd;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1c1820;
  border-color: #1c1820;
}
.list-group-item-success {
  color: #56711b;
  background-color: #e6f4c6;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #56711b;
  background-color: #ddf0b1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #56711b;
  border-color: #56711b;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #000;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-green {
  color: #56711b;
  background-color: #e6f4c6;
}
.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
  color: #56711b;
  background-color: #ddf0b1;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #56711b;
  border-color: #56711b;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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: translateY(-25%);
  transform: translateY(-25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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-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 {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=);
}
.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.carousel-indicators li:before {
  top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li:after {
  bottom: -10px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #cff128 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #b6d80e !important;
}
.bg-secondary {
  background-color: #362e3e !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #1d1821 !important;
}
.bg-success {
  background-color: #a5d934 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #89b822 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !important;
}
.bg-green {
  background-color: #a5d934 !important;
}
a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
  background-color: #89b822 !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: #cff128 !important;
}
.border-secondary {
  border-color: #362e3e !important;
}
.border-success {
  border-color: #a5d934 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-green {
  border-color: #a5d934 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1140px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 embed,
.embed-responsive iframe,
.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.857%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1140px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    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: 1140px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  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;
}
.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.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: 1140px) {
  .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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
}
.text-justify {
  text-align: justify !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: 1140px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #cff128 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #b6d80e !important;
}
.text-secondary {
  color: #362e3e !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #1d1821 !important;
}
.text-success {
  color: #a5d934 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #89b822 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.archive .text-light .entry-title,
.blog .text-light .entry-title,
.our-offering .text-light .eyebrow,
.text-light,
.text-light .archive .entry-title,
.text-light .blog .entry-title,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light .our-offering .eyebrow,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #f8f9fa !important;
}
.text-light a.h1:focus,
.text-light a.h1:hover,
.text-light a.h2:focus,
.text-light a.h2:hover,
.text-light a.h3:focus,
.text-light a.h3:hover,
.text-light a.h4:focus,
.text-light a.h4:hover,
.text-light a.h5:focus,
.text-light a.h5:hover,
.text-light a.h6:focus,
.text-light a.h6:hover,
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark,
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-green {
  color: #a5d934 !important;
}
a.text-green:focus,
a.text-green:hover {
  color: #89b822 !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  .archive .entry-title,
  .blog .entry-title,
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  .archive .entry-title,
  .blog .entry-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .archive blockquote,
  .blog blockquote,
  .container,
  .single-post blockquote,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rangeSlider,
.rangeSlider__fill {
  display: block;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.rangeSlider {
  position: relative;
  background: #7f8c8d;
}
.rangeSlider__horizontal {
  height: 20px;
  width: 100%;
}
.rangeSlider__vertical {
  height: 100%;
  width: 20px;
}
.rangeSlider--disabled {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.rangeSlider__fill {
  background: #cff128;
  position: absolute;
}
.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}
.rangeSlider__fill__vertical {
  width: 100%;
  bottom: 0;
  left: 0;
}
.rangeSlider__handle {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.1)));
  background: #fff linear-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.rangeSlider__handle__horizontal {
  top: -10px;
}
.rangeSlider__handle__vertical {
  left: -10px;
  bottom: 0;
}
.rangeSlider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.13)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), hsla(0, 0%, 100%, 0));
  border-radius: 50%;
}
.rangeSlider__handle:active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.12))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
input[type="range"]:focus + .rangeSlider .rangeSlider__handle {
  -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}
.rangeSlider__buffer {
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../../../../../../../../../themes/kingkong/assets/prod/img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../../../../../../../../../themes/kingkong/assets/prod/img/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
@font-face {
  font-display: swap;
  font-family: Futura LT Condensed;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/FuturaLT-CondensedExtraBold/FuturaLT-CondensedExtraBold.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/FuturaLT-CondensedExtraBold/FuturaLT-CondensedExtraBold.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/InterLight/InterLight.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/InterLight/InterLight.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/InterRegular/Inter-Regular.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/InterRegular/Inter-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/InterMedium/InterMedium.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/InterMedium/InterMedium.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/InterBold/Inter-Bold.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/InterBold/Inter-Bold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/InterBlack/Inter-Black.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/InterBlack/Inter-Black.woff)
      format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Benton;
  src: url(../../../../../../../../../themes/kingkong/assets/fonts/BentonDisplay/BentonModDisp-RegularItalic.woff2)
      format("woff2"),
    url(../../../../../../../../../themes/kingkong/assets/fonts/BentonDisplay/BentonModDisp-RegularItalic.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  font-size: 62.5%;
}
.archive blockquote,
.blog blockquote,
.single-post blockquote,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .archive blockquote,
  .blog blockquote,
  .single-post blockquote,
  body,
  html {
    font-size: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .archive blockquote,
  .blog blockquote,
  .single-post blockquote,
  body,
  html {
    font-size: 3.2rem;
  }
}
p {
  margin-bottom: 2.6rem;
}
@media (min-width: 1600px) {
  p {
    margin-bottom: 4.3rem;
  }
}
p em {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, #c1f99d),
    color-stop(94%, #e0f5d3)
  );
  background: linear-gradient(-180deg, #FFEB3B 15%, #FFEB3B 94%);
  padding: 2px;
  font-style: normal;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  overflow: hidden;
}
a {
  color: #aed100;
}
strong {
  font-weight: 600;
}
.small,
small {
  display: inline-block;
  font-size: 1.4rem;
}
.archive .entry-title,
.blog .entry-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.our-offering .eyebrow,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.94;
  margin-bottom: 2rem;
  font-family: Futura LT Condensed, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  display: block;
}
.h1,
h1 {
  font-size: 5.5rem;
}
@media (min-width: 576px) {
  .h1,
  h1 {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 10rem;
  }
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 12rem;
  }
}
@media (min-width: 1140px) {
  .h1,
  h1 {
    font-size: 13rem;
  }
}
@media (min-width: 1600px) {
  .h1,
  h1 {
    font-size: 14rem;
  }
}
.h2,
h2 {
  font-size: 9.5vw;
}
div:not(:last-of-type) .h2:first-of-type:last-of-type,
div:not(:last-of-type) h2:first-of-type:last-of-type {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .h2,
  h2 {
    font-size: 4.1rem;
  }
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 5.4rem;
  }
}
@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 6.5rem;
  }
}
@media (min-width: 1140px) {
  .h2,
  h2 {
    font-size: 7.4rem;
  }
}
@media (min-width: 1600px) {
  .h2,
  h2 {
    font-size: 8.4rem;
  }
}
@media (min-width: 1140px) {
  section:first-of-type .h2,
  section:first-of-type h2 {
    font-size: 8.1rem;
  }
}
@media (min-width: 1600px) {
  section:first-of-type .h2,
  section:first-of-type h2 {
    font-size: 9.4rem;
  }
}
.archive .entry-title,
.blog .entry-title,
.h3,
h3 {
  font-size: 3rem;
}
@media (min-width: 576px) {
  .archive .entry-title,
  .blog .entry-title,
  .h3,
  h3 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .archive .entry-title,
  .blog .entry-title,
  .h3,
  h3 {
    font-size: 5rem;
  }
}
.h4,
h4 {
  font-size: 2.4rem;
}
.h5,
.our-offering .eyebrow,
h5 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .h5,
  .our-offering .eyebrow,
  h5 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .h5,
  .our-offering .eyebrow,
  h5 {
    font-size: 2.8rem;
  }
}
.h6,
h6 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-transform: none;
}
.line-height-1 {
  line-height: 1;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .eyebrow {
    font-size: 2rem;
  }
}
.eyebrow__flashing {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 17px 4px;
  letter-spacing: 0.05rem;
  margin: 0 auto 2rem;
  display: table;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eyebrow__flashing h1 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  letter-spacing: inherit;
  margin: 0;
}
@media (min-width: 576px) {
  .eyebrow__flashing {
    font-size: 1.5rem;
    padding: 5px 20px;
  }
}
@media (min-width: 768px) {
  .eyebrow__flashing {
    font-size: 1.8rem;
    padding: 7px 30px 6px 20px;
  }
}
@media (min-width: 992px) {
  .eyebrow__flashing h1 {
    margin-right: 6px;
  }
}
@media (min-width: 1140px) {
  .eyebrow__flashing {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.eyebrow__flashing b {
  display: none;
  font-weight: 400;
}
@media (min-width: 768px) {
  .eyebrow__flashing b {
    display: inline;
  }
}
.eyebrow__flashing .d-inline,
.eyebrow__flashing .d-lg-inline,
.eyebrow__flashing b {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .eyebrow__flashing .d-inline,
  .eyebrow__flashing .d-lg-inline,
  .eyebrow__flashing b {
    margin-right: 6px;
  }
}
.emergency .eyebrow__flashing {
  background: #f74424;
  color: #fff;
}
.eyebrow__flashing-dot {
  background-color: red;
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: -3px;
  top: -1px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (min-width: 992px) {
  .eyebrow__flashing-dot {
    top: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  .eyebrow__flashing-dot {
    top: -2px;
  }
}
.eyebrow__flashing-dot + span {
  margin-right: 6px;
}
.eyebrow__flashing-dot:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #f74424;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-animation: smallPulse 2s ease-out infinite;
  animation: smallPulse 2s ease-out infinite;
}
.emergency .eyebrow__flashing-dot,
.emergency .eyebrow__flashing-dot:before {
  background: #fff;
}
.eyebrow__blinking {
  -webkit-animation: blinkingText 2.2s infinite;
  animation: blinkingText 2.2s infinite;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: red;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.056em;
  vertical-align: middle;
  margin-bottom: 8px;
  background: 0 0;
}
.eyebrow__blinking:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .eyebrow__blinking {
    font-size: 1.7rem;
    top: 8px;
    margin-bottom: 20px;
  }
  .eyebrow__blinking:before {
    width: 12px;
    height: 12px;
  }
}
@-webkit-keyframes blinkingText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blinkingText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes smallPulse {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1;
  }
  95%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes smallPulse {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1;
  }
  95%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes mediumPulse {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1;
  }
  95%,
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes mediumPulse {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1;
  }
  95%,
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.subheadline {
  opacity: 0.7;
}
.body-font-heading {
  font-family: Inter, sans-serif;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}
.pill,
.pill__flashing {
  background: #a5d934;
  color: #215e00;
  display: inline-block;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
  padding: 5px 15px;
}
.text-grey .pill,
.text-grey .pill__flashing {
  background: #dedede;
  color: #000;
}
@media (min-width: 768px) {
  .pill,
  .pill__flashing {
    padding: 5px 30px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.pill__flashing,
.pill__flashing__flashing {
  font-size: 1.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .pill__flashing,
  .pill__flashing__flashing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pill__flashing .eyebrow__flashing-dot,
.pill__flashing__flashing .eyebrow__flashing-dot {
  top: 0;
  width: 20px;
  height: 20px;
}
.pill__flashing .eyebrow__flashing-dot:before,
.pill__flashing__flashing .eyebrow__flashing-dot:before {
  width: 20px;
  height: 20px;
  -webkit-animation: mediumPulse 2s ease-out infinite;
  animation: mediumPulse 2s ease-out infinite;
}
.bg-yellow .pill,
.pillbig {
  background: #a8e333;
  display: inline-block;
  border-radius: 10px;
  padding: 0 22px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #405c01;
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .bg-yellow .pill,
  .pillbig {
    font-size: 2.8rem;
  }
}
.bg-yellow .pill {
  background: #ffd600;
  color: #000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffd600),
    to(#ffc600)
  );
  background: linear-gradient(90deg, #ffd600, #ffc600);
}
blockquote {
  font-size: 3rem;
  font-family: Benton, Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) {
  blockquote {
    font-size: 3.8rem;
  }
}
@media (min-width: 1140px) {
  blockquote {
    font-size: 4.5rem;
  }
}
#whr_embed_hook .whr-title,
.accordion__content .archive .entry-title,
.accordion__content .blog .entry-title,
.accordion__content .our-offering .eyebrow,
.accordion__content h1,
.accordion__content h2,
.accordion__content h3,
.accordion__content h4,
.accordion__content h5,
.accordion__content h6,
.accordion__content strong,
.accordion__intro .archive .entry-title,
.accordion__intro .blog .entry-title,
.accordion__intro .our-offering .eyebrow,
.accordion__intro h1,
.accordion__intro h2,
.accordion__intro h3,
.accordion__intro h4,
.accordion__intro h5,
.accordion__intro h6,
.archive .accordion__content .entry-title,
.archive .accordion__intro .entry-title,
.blog .accordion__content .entry-title,
.blog .accordion__intro .entry-title,
.our-offering .accordion__content .eyebrow,
.our-offering .accordion__intro .eyebrow,
.page-30-minute-strategy-session button,
.page-30-minute-strategy-session form .h4,
.page-template-page-strategy-session-split-test button,
.page-template-page-strategy-session-split-test form .h4,
.reverse-heading,
.sell-like-crazy-book .btn-doublelayer__maintext {
  font-family: Inter, sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  background-color: transparent;
}
.fb-text p,
.fb-text small {
  font-size: 2rem;
  font-weight: 300;
}
.award-leaf {
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 768px) {
  .award-leaf {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.award-leaf:after,
.award-leaf:before {
  content: " ";
  background-image: url(/wp-content/uploads/2017/07/award-leaf-left.png);
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  height: 90px;
  width: 45px;
}
@media (min-width: 768px) {
  .award-leaf:after,
  .award-leaf:before {
    height: 161px;
    width: 90px;
  }
}
.award-leaf:before {
  left: 0;
}
.award-leaf:after {
  background-image: url(/wp-content/uploads/2017/07/award-leaf-right.png);
  right: 0;
}
.page-careers .award-leaf:after,
.page-careers .award-leaf:before {
  height: 100%;
  width: 60px;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-careers .award-leaf:after,
  .page-careers .award-leaf:before {
    width: 144px;
  }
}
.page-careers .award-leaf:after {
  right: 10px;
  top: -10px;
}
@media (min-width: 768px) {
  .page-careers .award-leaf:after {
    right: -10px;
  }
}
@media (min-width: 1600px) {
  .page-careers .award-leaf:after {
    right: -30px;
  }
}
.page-careers .award-leaf:before {
  left: 10px;
  top: -10px;
}
@media (min-width: 768px) {
  .page-careers .award-leaf:before {
    left: -10px;
  }
}
@media (min-width: 1600px) {
  .page-careers .award-leaf:before {
    left: -30px;
  }
}
.text-shadow {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
html {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section {
  padding: 60px 0;
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  section {
    padding: 120px 0;
  }
}
section:first-of-type {
  padding-top: 35px;
}
@media (min-width: 992px) {
  section:first-of-type {
    padding-top: 122px;
  }
}
@media (min-width: 1140px) {
  section:first-of-type {
    padding-top: 50px !important;
  }
}
section .container,
section .container-fluid {
  position: relative;
  z-index: 1;
}
section img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section img[src*="cro-get-attention"] {
    max-width: 80% !important;
  }
  section img[src*="google-partner"] {
    max-width: 200px !important;
  }
}
section:first-child {
  font-weight: 400;
  line-height: 1.2;
}
section:first-child.hero {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  section:first-child.hero {
    padding-bottom: 200px;
  }
}
@media (min-width: 1140px) {
  section:first-child.hero {
    padding-bottom: 300px;
  }
}
section:first-child.hero .h1,
section:first-child.hero .h2 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
section.hero-bg .background-image-container {
  background: #535353;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3f3f3f),
    to(#afafaf)
  );
  background: linear-gradient(180deg, #3f3f3f 0, #afafaf);
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}
section.player-bg .h1,
section.player-bg .h2 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
section.player-bg .background-image-container {
  background: #f3f3f3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3f3f3),
    color-stop(80%, #f3f1f5)
  );
  background: linear-gradient(180deg, #f3f3f3, #f3f1f5 80%);
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}
section.player-bg.alt .background-image-container {
  background: linear-gradient(170deg, #1c1b1e, #f3f1f5);
}
.background-image-container {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.background-image-container > div,
.background-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.background-image-container.semi-transparent-bg-dark {
  background: #000;
}
.background-image-container.semi-transparent-bg-dark img {
  opacity: 0.6;
}
.background-image-container.semi-transparent-bg-light {
  background: #fff;
}
.background-image-container.semi-transparent-bg-light img {
  opacity: 0.4;
}
.video-bg {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}
.video-bg,
.video-bg video {
  width: 100%;
}
.video-drop-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.image-drop-shadow img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.video-preview-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-preview-container .overlay,
.video-preview-container embed,
.video-preview-container iframe,
.video-preview-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-preview-container img {
  width: 100%;
}
.video-preview-container .overlay {
  z-index: 4;
}
.video-preview-container .overlay img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.video-preview-container .play-button {
  width: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 40px);
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  z-index: 5;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.video-preview-container .play-button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.video-preview-container .play-button:focus {
  outline: 0;
}
.video-preview-container .play-button img {
  width: 100%;
}
.video-preview-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.max-width-image {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 992px) {
  .max-width-image {
    max-width: 100%;
  }
}
.container-fluid {
  max-width: 1750px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
}
.archive .text-light .entry-title,
.blog .text-light .entry-title,
.our-offering .text-light .eyebrow,
.text-light,
.text-light .archive .entry-title,
.text-light .blog .entry-title,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light .our-offering .eyebrow,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #fff;
}
@media (max-width: 575.98px) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.divider-overlay {
  padding: 0;
}
.divider-overlay .container-fluid {
  padding: 0;
  max-width: 100%;
}
.divider-overlay .container-fluid .row {
  margin: 0;
  width: 100%;
}
.archive .divider-overlay .container-fluid .entry-details:first-child,
.blog .divider-overlay .container-fluid .entry-details:first-child,
.divider-overlay .container-fluid .archive .entry-details:first-child,
.divider-overlay .container-fluid .blog .entry-details:first-child,
.divider-overlay .container-fluid .col-12,
.divider-overlay .container-fluid .single-post .entry-details:first-child,
.single-post .divider-overlay .container-fluid .entry-details:first-child {
  padding: 0;
}
.divider-overlay img {
  width: 100%;
  z-index: 1;
  position: relative;
  pointer-events: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .divider-overlay img {
    margin-bottom: 0;
  }
}
.wistia_responsive_padding {
  overflow: hidden;
  -webkit-box-shadow: 2px 22px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 22px 60px rgba(0, 0, 0, 0.2);
}
.emoji {
  width: 100%;
}
.emoji img {
  max-width: 110px;
}
.emoji img[src*="faq-"] {
  margin-bottom: 15px;
  max-width: 110px;
}
@media (max-width: 991.98px) {
  .emoji img[src*="safari"] {
    max-width: 200px !important;
  }
}
@media (min-width: 768px) {
  .emoji img {
    max-width: 120px;
  }
}
@media (min-width: 1140px) {
  .emoji img {
    max-width: 220px;
  }
}
.emoji-wide {
  width: 100%;
}
.emoji-wide img {
  width: 90%;
  max-width: 360px;
}
@media (min-width: 768px) {
  .emoji-wide img {
    max-width: 300px;
  }
}
@media (min-width: 1140px) {
  .emoji-wide img {
    max-width: 480px;
  }
}
section.hero svg[viewBox*="2380.5"] {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
.masonry .row {
  -webkit-columns: 3 310px;
  -moz-columns: 3 310px;
  columns: 310px 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: block;
}
.masonry .row > div {
  margin-bottom: 2rem;
}
.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-stars {
  font-style: italic;
  color: #b3b3b3;
  font-size: 2rem;
}
.hero-stars .icon-five-stars {
  margin-bottom: 5px;
}
.dont-pull-bg .background-image-container {
  top: 0 !important;
  height: calc(100% + 5vw) !important;
}
@media (min-width: 768px) {
  .dont-pull-bg .background-image-container {
    height: calc(100% + 9vw) !important;
  }
}
#loom-companion-mv3 {
  display: none;
}
.animate-in {
  opacity: 0;
}
.animated {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.fade-in {
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.play-pulse {
  fill: #cff128;
  position: relative;
  width: 70px;
  height: 70px;
  border: none;
  -webkit-box-shadow: 0 0 0 0 #cff128;
  box-shadow: 0 0 0 0 #cff128;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 1.8s cubic-bezier(0.66, 0, 0, 1) infinite;
  animation: pulse 1.8s cubic-bezier(0.66, 0, 0, 1) infinite;
  text-indent: 1000%;
  overflow: hidden;
  white-space: nowrap;
}
.play-pulse:hover {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}
.step-slider {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4da8f9),
    to(#2970e1)
  );
  background: linear-gradient(90deg, #4da8f9, #2970e1);
  border-radius: 50px;
  display: block;
  padding: 8px 35px 8px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  max-width: 295px;
  position: relative;
  text-align: center;
  height: 49px;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
  margin: 10px auto 20px;
}
.step-slider:after,
.step-slider:before {
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50px;
}
.step-slider:before {
  width: 71px;
  height: 37px;
  background: #4da8f9;
  right: 6px;
  top: 6px;
}
.step-slider:after {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50px;
  top: 12px;
  right: 12px;
  -webkit-animation: slide-back-and-forth 6s ease-in-out 1s infinite;
  animation: slide-back-and-forth 6s ease-in-out 1s infinite;
}
@-webkit-keyframes slide-back-and-forth {
  0% {
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
  }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
  }
}
@keyframes slide-back-and-forth {
  0% {
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
  }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
  }
}
.hand-wiggle {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: wiggle 6s ease-in-out infinite;
  animation: wiggle 6s ease-in-out infinite;
}
@-webkit-keyframes wiggle {
  20% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
  }
  22% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  24% {
    -webkit-transform: rotate(-10deg) translateY(-3px);
    transform: rotate(-10deg) translateY(-3px);
  }
  26% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  28% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
  }
}
@keyframes wiggle {
  20% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
  }
  22% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  24% {
    -webkit-transform: rotate(-10deg) translateY(-3px);
    transform: rotate(-10deg) translateY(-3px);
  }
  26% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  28% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
  }
}
@-webkit-keyframes shake {
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.wobble {
  -webkit-animation: wobble 3s infinite;
  animation: wobble 3s infinite;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  80% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  90% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  80% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  90% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes swirl {
  0% {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn) translateX(60px) rotate(-1turn);
    transform: rotate(1turn) translateX(60px) rotate(-1turn);
  }
}
@keyframes swirl {
  0% {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn) translateX(60px) rotate(-1turn);
    transform: rotate(1turn) translateX(60px) rotate(-1turn);
  }
}
.anim-handle-bounce {
  -webkit-animation-name: anim-handle-bounce;
  animation-name: anim-handle-bounce;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  height: 40px;
  width: 40px;
}
@-webkit-keyframes anim-handle-bounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  30% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  45% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  60% {
    -webkit-transform: translateX(2.5%);
    transform: translateX(2.5%);
  }
  75% {
    -webkit-transform: translateX(-1.25%);
    transform: translateX(-1.25%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes anim-handle-bounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  30% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  45% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  60% {
    -webkit-transform: translateX(2.5%);
    transform: translateX(2.5%);
  }
  75% {
    -webkit-transform: translateX(-1.25%);
    transform: translateX(-1.25%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.svg-primary,
.svg-primary path,
.svg-primary polygon {
  fill: #cff128;
}
.svg-secondary,
.svg-secondary path,
.svg-secondary polygon {
  fill: #362e3e;
}
.svg-white,
.svg-white path,
.svg-white polygon {
  fill: #fff;
}
.svg-black,
.svg-black path,
.svg-black polygon {
  fill: #000;
}
.svg-gray,
.svg-gray path,
.svg-gray polygon {
  fill: #373737;
}
.svg-icon-md {
  width: 50px;
}
.archive blockquote,
.blog blockquote,
.single-post blockquote,
body {
  overflow-x: hidden;
}
.stripes,
.stripes-inline {
  width: 100%;
  height: 280px;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 1fr);
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 40vw;
  margin-bottom: -25vw;
}
@media (min-width: 768px) {
  .stripes,
  .stripes-inline {
    -webkit-transform: skewY(-11deg);
    transform: skewY(-11deg);
    height: 31vw;
    margin-bottom: -24.5vw;
  }
}
section:first-child .stripes,
section:first-child .stripes-inline {
  margin-bottom: -24vw;
}
@media (min-width: 768px) {
  section:first-child .stripes,
  section:first-child .stripes-inline {
    margin-bottom: -15.5vw;
  }
}
@media (min-width: 768px) {
  .content-text .container .row div:first-of-type.h2 p:first-child,
  .content-text .container .row div:first-of-type .h2:first-child,
  .content-text .container .row div:first-of-type h2:first-child {
    margin-top: 20px;
  }
}
.force-skew + .background-image-container,
.force-skew .background-image-container,
.stripes + .background-image-container,
.stripes .background-image-container {
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  overflow: hidden;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  top: 5vw;
}
section:first-child .force-skew + .background-image-container,
section:first-child .force-skew .background-image-container,
section:first-child .stripes + .background-image-container,
section:first-child .stripes .background-image-container {
  top: 0;
}
.force-skew + .background-image-container > div,
.force-skew .background-image-container > div,
.stripes + .background-image-container > div,
.stripes .background-image-container > div {
  -webkit-transform: scale(1.3) skewY(8deg);
  transform: scale(1.3) skewY(8deg);
  overflow: hidden;
}
@media (min-width: 768px) {
  .force-skew + .background-image-container,
  .force-skew .background-image-container,
  .stripes + .background-image-container,
  .stripes .background-image-container {
    top: 9vw;
    -webkit-transform: skewY(-11deg);
    transform: skewY(-11deg);
  }
}
@media (min-width: 768px) {
  .force-skew + .background-image-container > div,
  .force-skew .background-image-container > div,
  .stripes + .background-image-container > div,
  .stripes .background-image-container > div {
    -webkit-transform: scale(1.3) skewY(11deg);
    transform: scale(1.3) skewY(11deg);
  }
}
section:not(.has-stripes):not(.force-skew) .background-image-container {
  z-index: 1;
}
section:not(.has-stripes):not(.force-skew).next-has-stripes + .has-stripes {
  padding-top: 60px;
}
section:not(.has-stripes):not(.force-skew).next-has-stripes
  + .has-stripes
  .background-image-container {
  top: calc(9vw - 15%);
  height: 115%;
}
.force-skew .background-image-container,
.has-stripes .background-image-container {
  display: block;
  z-index: 0;
}
.force-skew + section:not(.has-stripes):not(.force-skew),
.has-stripes + section:not(.has-stripes):not(.force-skew) {
  padding-top: 30vw;
  margin-top: -15vw;
}
.force-skew
  + section:not(.has-stripes):not(.force-skew)
  .background-image-container,
.has-stripes
  + section:not(.has-stripes):not(.force-skew)
  .background-image-container {
  z-index: -1;
}
@media (min-width: 768px) {
  .force-skew + section:not(.has-stripes):not(.force-skew),
  .has-stripes + section:not(.has-stripes):not(.force-skew) {
    margin-top: -25vw;
  }
}
.force-skew + section:not(.has-stripes):not(.force-skew).normalise-spacing,
.has-stripes + section:not(.has-stripes):not(.force-skew).normalise-spacing {
  margin-top: 0;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .force-skew + section:not(.has-stripes):not(.force-skew).normalise-spacing,
  .has-stripes + section:not(.has-stripes):not(.force-skew).normalise-spacing {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .force-skew + section:not(.has-stripes):not(.force-skew).normalise-spacing,
  .has-stripes + section:not(.has-stripes):not(.force-skew).normalise-spacing {
    padding: 120px 0;
  }
}
.force-skew:nth-child(2),
.has-stripes:nth-child(2) {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .force-skew:nth-child(2):not(.awards),
  .has-stripes:nth-child(2):not(.awards) {
    padding-top: 60px;
  }
}
.add-stripes {
  position: relative;
}
.add-stripes .stripes-inline {
  z-index: -1;
  margin: 0;
  grid-template-columns: repeat(30, 1fr);
  display: none;
}
@media (min-width: 768px) {
  .add-stripes .stripes-inline {
    display: grid;
  }
}
@media (min-width: 1140px) and (max-width: 1599.98px) {
  .add-stripes .stripes-inline {
    width: 110%;
    margin-left: -5%;
  }
}
.add-stripes .stripes-inline span:first-child {
  grid-column: 3 / span 10;
  grid-row: 7;
  background: #ffd600;
}
.add-stripes .stripes-inline span:nth-child(2) {
  grid-column: 1 / span 10;
  grid-row: 8;
  background: #000;
}
.add-stripes .stripes-inline span:nth-child(3) {
  grid-column: 15 / span 15;
  grid-row: 8;
  background: #ffd600;
}
.add-stripes .stripes-inline span:nth-child(4) {
  grid-column: 15 / span 13;
  grid-row: 9;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 1;
  border: 2px solid #000;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(3) {
  grid-column: 3 / span 3;
  grid-row: 4;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(4) {
  grid-column: span 2;
  grid-row: 5;
  background: #6ee268;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(5) {
  grid-column: 11 / span 2;
  grid-row: 5;
  background: #6ee268;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(6) {
  grid-column: 8 / span 3;
  grid-row: 6;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(7) {
  grid-column: 10 / span 3;
  grid-row: 9;
  background: #6ee268;
}
.site-content .has-stripes:nth-of-type(8n + 1) .stripes span:nth-child(8) {
  grid-column: 11 / span 2;
  grid-row: 10;
  background: #ffd600;
}
.site-content .has-stripes:nth-of-type(8n + 2) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 5;
  border: 2px solid #6ee268;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 2) .stripes span:nth-child(3) {
  grid-column: 1 / span 3;
  grid-row: 6;
  background: #6ee268;
}
.site-content .has-stripes:nth-of-type(8n + 2) .stripes span:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 7;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 2) .stripes span:nth-child(5) {
  grid-column: 12 / span 1;
  grid-row: 6;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 3) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 5;
  border: 2px solid #6ee268;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 3) .stripes span:nth-child(3) {
  grid-column: 10 / span 3;
  grid-row: 6;
  border: 2px solid #6ee268;
  border-right: none;
}
.site-content .has-stripes:nth-of-type(8n + 3) .stripes span:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 7;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 3) .stripes span:nth-child(5) {
  grid-column: 11 / span 2;
  grid-row: 7;
  background: #ffd600;
}
.site-content .has-stripes:nth-of-type(8n + 3) .stripes span:nth-child(6) {
  grid-column: 12 / span 2;
  grid-row: 8;
  background: #fff;
  opacity: 0.2;
}
.site-content .has-stripes:nth-of-type(8n + 4) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 4;
  border: 2px solid #6ee268;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 4) .stripes span:nth-child(3) {
  grid-column: 10 / span 3;
  grid-row: 5;
  background: #f6d604;
}
.site-content .has-stripes:nth-of-type(8n + 4) .stripes span:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 7;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 4) .stripes span:nth-child(5) {
  grid-column: 11 / span 2;
  grid-row: 7;
  background: #6ee268;
}
.site-content .has-stripes:nth-of-type(8n + 4) .stripes span:nth-child(6) {
  grid-column: 12 / span 2;
  grid-row: 8;
  background: #fff;
  opacity: 0.2;
}
.site-content .has-stripes:nth-of-type(8n + 5) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 4;
  border: 2px solid #6ee268;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 5) .stripes span:nth-child(6) {
  grid-column: 12 / span 2;
  grid-row: 8;
  background: #fff;
  opacity: 0.2;
}
.site-content .has-stripes:nth-of-type(8n + 6) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 4;
  border: 2px solid #6ee268;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 6) .stripes span:nth-child(6) {
  grid-column: 12 / span 2;
  grid-row: 8;
  background: #f6d604;
  opacity: 0.2;
}
.site-content .has-stripes:nth-of-type(8n + 7) .stripes span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 5;
  border: 2px solid #6ee268;
  border-left: none;
}
.site-content .has-stripes:nth-of-type(8n + 7) .stripes span:nth-child(3) {
  grid-column: 12 / span 1;
  grid-row: 5;
  background: #ffd600;
}
.site-content .has-stripes:nth-of-type(8n + 7) .stripes span:nth-child(4) {
  grid-column: 11 / span 2;
  grid-row: 6;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 8) .stripes span:nth-child(2) {
  grid-column: 1 / span 2;
  grid-row: 4;
  background: #ffd600;
}
.site-content .has-stripes:nth-of-type(8n + 8) .stripes span:nth-child(3) {
  grid-column: 11 / span 2;
  grid-row: 5;
  background: #000;
}
.site-content .has-stripes:nth-of-type(8n + 8) .stripes span:nth-child(4) {
  grid-column: 12 / span 1;
  grid-row: 6;
  border: 2px solid hsla(0, 0%, 100%, 0.2);
  border-right: none;
}
.site-content .has-stripes:nth-of-type(8n + 8) .stripes span:nth-child(5) {
  grid-column: 1 / span 1;
  grid-row: 5;
  background: #000;
}
.page-facebook-advertising-agency .site-content .hero .stripes,
.page-pay-per-click-marketing .site-content .hero .stripes,
.page-ppc-management-agency .site-content .hero .stripes,
.page-social-media-marketing-agency .site-content .hero .stripes {
  grid-template-columns: repeat(30, 1fr);
  grid-template-rows: repeat(10, 1fr);
}
.page-facebook-advertising-agency .site-content .hero .stripes--extra,
.page-pay-per-click-marketing .site-content .hero .stripes--extra,
.page-ppc-management-agency .site-content .hero .stripes--extra,
.page-social-media-marketing-agency .site-content .hero .stripes--extra {
  margin-bottom: 0;
  bottom: 300px;
}
@media (min-width: 768px) {
  .page-facebook-advertising-agency .site-content .hero .stripes--extra,
  .page-pay-per-click-marketing .site-content .hero .stripes--extra,
  .page-ppc-management-agency .site-content .hero .stripes--extra,
  .page-social-media-marketing-agency .site-content .hero .stripes--extra {
    bottom: 200px;
  }
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(2),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(2),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(2),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(2) {
  grid-column: 1 / span 2;
  grid-row: 3;
  border: none;
  background: #ffd600;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(3),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(3),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(3),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(3) {
  grid-column: 1 / span 5;
  grid-row: 4;
  background: #466f43;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(4),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(4),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(4),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(4) {
  grid-column: 1 / span 4;
  grid-row: 5;
  background: #ffd600;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(5),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(5),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(5),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(5) {
  grid-column: 4 / span 7;
  grid-row: 5;
  background: #6ee268;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(6),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(6),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(6),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(6) {
  grid-column: 28 / span 30;
  grid-row: 4;
  background: #6ee268;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(7),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(7),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(7),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(7) {
  grid-column: 25 / span 30;
  grid-row: 5;
  background: #000;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes
  span:nth-child(8),
.page-pay-per-click-marketing .site-content .hero .stripes span:nth-child(8),
.page-ppc-management-agency .site-content .hero .stripes span:nth-child(8),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes
  span:nth-child(8) {
  grid-column: 24 / span 27;
  grid-row: 6;
  background: #ffd600;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes:not(.stripes--extra):after,
.page-pay-per-click-marketing
  .site-content
  .hero
  .stripes:not(.stripes--extra):after,
.page-ppc-management-agency
  .site-content
  .hero
  .stripes:not(.stripes--extra):after,
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes:not(.stripes--extra):after {
  content: "";
  grid-column: 27 / span 30;
  grid-row: 6;
  background: #466f43;
  display: block;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(2),
.page-pay-per-click-marketing
  .site-content
  .hero
  .stripes--extra
  span:nth-child(2),
.page-ppc-management-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(2),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 3;
  border: 2px solid #000;
  border-left: none;
  background: 0 0;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(3),
.page-pay-per-click-marketing
  .site-content
  .hero
  .stripes--extra
  span:nth-child(3),
.page-ppc-management-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(3),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 4;
  background: #ffd600;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(4),
.page-pay-per-click-marketing
  .site-content
  .hero
  .stripes--extra
  span:nth-child(4),
.page-ppc-management-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(4),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(4) {
  grid-column: 30 / span 30;
  grid-row: 3;
  background: #ffd600;
}
.page-facebook-advertising-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(5),
.page-pay-per-click-marketing
  .site-content
  .hero
  .stripes--extra
  span:nth-child(5),
.page-ppc-management-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(5),
.page-social-media-marketing-agency
  .site-content
  .hero
  .stripes--extra
  span:nth-child(5) {
  grid-column: 29 / span 30;
  grid-row: 4;
  background: 0 0;
  border: 2px solid #000;
  border-right: none;
}
.next-is-pull-up .stripes {
  margin-bottom: -19.7vw;
}
@media (max-width: 991.98px) {
  .pull-section-up {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .pull-section-up {
    margin: -4vw 0 0;
    padding-top: 80px;
  }
  .pull-section-up .background-image-container {
    top: 13vw;
    height: calc(100% - 4vw);
  }
  .pull-section-up-more {
    margin: -10.8vw 0 0;
    padding-top: 80px;
  }
  .pull-section-up-more .background-image-container {
    top: 19.8vw;
    height: calc(100% - 10.8vw);
  }
  .pull-section-up-more-alt {
    margin: -130px 0 0;
  }
}
@media (min-width: 1600px) {
  .pull-section-up-more {
    margin: -9.1vw 0 0;
  }
  .pull-section-up-more .background-image-container {
    top: 18.1vw;
    height: calc(100% - 9.1vw);
  }
}
form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ),
form select,
form textarea {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 10px 15px;
}
form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ):-internal-autofill-selected,
form select:-internal-autofill-selected,
form textarea:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: -internal-light-dark-color(#000, #fff) !important;
}
@media (min-width: 1600px) {
  form
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
      [type="range"]
    ),
  form select,
  form textarea {
    padding: 10px 25px;
  }
}
.archive .text-light .entry-title form button,
.blog .text-light .entry-title form button,
.our-offering .text-light .eyebrow form button,
.text-light .archive .entry-title form button,
.text-light .blog .entry-title form button,
.text-light .h1 form button,
.text-light .h2 form button,
.text-light .h3 form button,
.text-light .h4 form button,
.text-light .h5 form button,
.text-light .h6 form button,
.text-light .our-offering .eyebrow form button,
.text-light form button,
.text-light form input[type="submit"] {
  background: #cff128;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
form button,
form input[type="submit"] {
  width: 100%;
  border: 0;
  border-radius: 10px;
  margin-bottom: 0;
  line-height: 1;
  padding: 15px 10px;
  white-space: normal;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.03),
    1px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.03), 1px 4px 10px rgba(0, 0, 0, 0.05);
  font-family: Futura LT Condensed, sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a5d934),
    to(#95d934)
  );
  background: linear-gradient(90deg, #a5d934, #95d934);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.15rem;
  font-size: 3rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.page-contact form button,
.page-contact form input[type="submit"] {
  font-size: 4rem;
}
form button:disabled,
form input[type="submit"]:disabled {
  background: #ced4da;
  color: #737373;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  form
  button:disabled
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  form
  input[type="submit"]:disabled
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  form
  button:disabled
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  form
  button:disabled
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  form
  button:disabled
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  form
  input[type="submit"]:disabled
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  form
  button:disabled
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  form
  input[type="submit"]:disabled
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  form
  button:disabled
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  form
  button:disabled
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  form
  button:disabled
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  form
  input[type="submit"]:disabled
  input[type="radio"]
  + label:before,
form button:disabled .arrow,
form
  button:disabled
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
form
  button:disabled
  .page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
form
  button:disabled
  .page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
form
  button:disabled
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
form
  button:disabled
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
form
  button:disabled
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
form
  button:disabled
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
form
  button:disabled
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
form button:disabled i,
form input[type="submit"]:disabled .arrow,
form
  input[type="submit"]:disabled
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
form
  input[type="submit"]:disabled
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
form
  input[type="submit"]:disabled
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
form
  input[type="submit"]:disabled
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
form input[type="submit"]:disabled i {
  opacity: 0.5;
}
@media (min-width: 1600px) {
  form button,
  form input[type="submit"] {
    padding: 20px 25px;
  }
}
form button .arrow,
form input[type="submit"] .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  width: 20px;
}
@media (min-width: 768px) {
  form button .arrow,
  form input[type="submit"] .arrow {
    width: 40px;
  }
}
form button:after,
form input[type="submit"]:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  height: 100%;
  width: 90px;
  background: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: skewX(-20deg) translateX(0);
  transform: skewX(-20deg) translateX(0);
}
form button:hover:not(:disabled):after,
form input[type="submit"]:hover:not(:disabled):after {
  -webkit-animation: buttonShine 0.8s 1 forwards;
  animation: buttonShine 0.8s 1 forwards;
}
@media (min-width: 1140px) {
  form button:hover:not(:disabled):after,
  form input[type="submit"]:hover:not(:disabled):after {
    -webkit-animation: buttonShineLarge 0.9s 1 forwards;
    animation: buttonShineLarge 0.9s 1 forwards;
  }
}
@-webkit-keyframes buttonShine {
  0% {
    -webkit-transform: skewX(-20deg) translateX(0);
    transform: skewX(-20deg) translateX(0);
  }
  to {
    -webkit-transform: skewX(-20deg) translateX(1000px);
    transform: skewX(-20deg) translateX(1000px);
  }
}
@-webkit-keyframes buttonShineLarge {
  0% {
    -webkit-transform: skewX(-20deg) translateX(0);
    transform: skewX(-20deg) translateX(0);
  }
  to {
    -webkit-transform: skewX(-20deg) translateX(1500px);
    transform: skewX(-20deg) translateX(1500px);
  }
}
form.round-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.round-form button,
form.round-form input {
  border-radius: 0;
  border: none;
}
form.round-form button:focus,
form.round-form input:focus {
  outline: none;
}
form.round-form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ) {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 25px;
  width: 100%;
}
form.round-form button,
form.round-form input[type="submit"] {
  font-family: Inter, sans-serif;
  text-transform: none;
  font-weight: 700;
  color: #000;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: auto;
  padding-left: 0;
  min-width: 92px;
}
form .infusion-field {
  position: relative;
}
form .field-error {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  color: #ed1c24;
}
form .validating + .field-error {
  color: #000;
}
.update-address form {
  margin: 0.5rem auto 0;
}
@media (min-width: 1140px) {
  .update-address form {
    margin: 2rem auto 0;
  }
}
.update-address form .infusion-field {
  position: relative;
  margin: 0 0 1rem;
}
.update-address form .infusion-field input {
  width: 100%;
}
.update-address form button[type="submit"] {
  font-size: 2.8rem;
  letter-spacing: -0.08em;
}
@media (min-width: 576px) {
  .update-address form button[type="submit"] {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .update-address form button[type="submit"] {
    font-size: 3.4rem;
  }
}
@media (min-width: 1600px) {
  .update-address form button[type="submit"] {
    font-size: 4.5rem;
  }
}
.update-address form .field-error {
  color: #ed1c24;
  text-align: left;
  margin: 0.5rem 0 1rem;
}
.email-status,
.phone-status {
  position: absolute;
}
.email-status.loading,
.email-status.valid,
.phone-status.loading,
.phone-status.valid {
  top: 17px;
  right: 20px;
  width: 20px;
  height: 20px;
}
@media (min-width: 1600px) {
  .email-status.loading,
  .email-status.valid,
  .phone-status.loading,
  .phone-status.valid {
    top: 27px;
  }
}
.btn {
  width: 100%;
  border: 0;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding: 15px 10px;
  white-space: normal;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.03),
    1px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.03), 1px 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (min-width: 768px) {
  .btn {
    padding: 22px;
    font-size: 2.5rem;
  }
}
.btn:active,
.btn:focus,
.btn:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
.btn-primary {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.btn-green,
.btn-primary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a5d934),
    to(#95d934)
  );
  background: linear-gradient(90deg, #ffd600, #95d934);
}
.btn-blue {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4687f0),
    to(#316dc3)
  );
  background: linear-gradient(90deg, #4687f0, #316dc3);
}
.btn-yellow {
  background: #ffd600;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffd600),
    to(#ffc600)
  );
  background: linear-gradient(90deg, #ffd600, #ffc600);
}
.btn-red {
  background: #cf350c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff460d),
    to(#cf350c)
  );
  background: linear-gradient(90deg, #ff460d, #cf350c);
}
.btn-purple {
  background: #543795;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes shine {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.btn:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  height: 100%;
  width: 90px;
  background: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: skewX(-20deg) translateX(0);
  transform: skewX(-20deg) translateX(0);
}
.btn:hover:not(:disabled):after {
  -webkit-animation: buttonShine 0.8s 1 forwards;
  animation: buttonShine 0.8s 1 forwards;
}
@media (min-width: 1140px) {
  .btn:hover:not(:disabled):after {
    -webkit-animation: buttonShineLarge 0.9s 1 forwards;
    animation: buttonShineLarge 0.9s 1 forwards;
  }
}
@keyframes buttonShine {
  0% {
    -webkit-transform: skewX(-20deg) translateX(0);
    transform: skewX(-20deg) translateX(0);
  }
  to {
    -webkit-transform: skewX(-20deg) translateX(1000px);
    transform: skewX(-20deg) translateX(1000px);
  }
}
@keyframes buttonShineLarge {
  0% {
    -webkit-transform: skewX(-20deg) translateX(0);
    transform: skewX(-20deg) translateX(0);
  }
  to {
    -webkit-transform: skewX(-20deg) translateX(1500px);
    transform: skewX(-20deg) translateX(1500px);
  }
}
.btn .arrow {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.btn-doublelayer {
  margin-bottom: 3rem;
  display: block;
}
.btn-doublelayer + .kkra-shortstring,
.btn-doublelayer + .rating,
.btn-doublelayer + .rating .kkra-shortstring {
  line-height: 1;
  margin-top: 0;
  display: block;
}
.btn-doublelayer + p {
  font-size: 2rem;
}
.col-lg-8 .btn-doublelayer,
.col-lg-10 .btn-doublelayer {
  margin-top: 1rem;
}
.btn-doublelayer__maintext {
  line-height: 1;
  font-family: Futura LT Condensed, sans-serif;
  font-weight: 400;
  letter-spacing: -0.08em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  display: block;
  pointer-events: none;
  font-size: 20px;
  max-width: 385px;
  margin: 0.5rem auto;
}
@media (min-width: 576px) {
  .btn-doublelayer__maintext {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .btn-doublelayer__maintext {
    font-size: 3.4rem;
    max-width: 100%;
  }
}
@media (min-width: 1140px) {
  .btn-doublelayer__maintext {
    font-size: 4.5rem;
  }
}
.btn-doublelayer__subtext {
  display: block;
  font-family: Inter, sans-serif;
  text-transform: none;
  font-weight: 300;
  color: #465c16;
  pointer-events: none;
  font-size: 13px;
  margin-bottom: 0.5rem;
  margin-top: 0.7rem;
}
@media (min-width: 576px) {
  .btn-doublelayer__subtext {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .btn-doublelayer__subtext {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .btn-doublelayer__subtext {
    font-size: 2rem;
  }
}
@media (min-width: 1140px) {
  .btn-doublelayer__subtext {
    font-size: 2.45rem;
  }
}
.btn-doublelayer__subtext
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.btn-doublelayer__subtext
  .page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.btn-doublelayer__subtext
  .page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.btn-doublelayer__subtext
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.btn-doublelayer__subtext
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.btn-doublelayer__subtext
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.btn-doublelayer__subtext
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.btn-doublelayer__subtext
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.btn-doublelayer__subtext i,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .btn-doublelayer__subtext
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .btn-doublelayer__subtext
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  .btn-doublelayer__subtext
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  .btn-doublelayer__subtext
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .btn-doublelayer__subtext
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .btn-doublelayer__subtext
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  .btn-doublelayer__subtext
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  .btn-doublelayer__subtext
  input[type="checkbox"]:checked
  + label:before {
  font-style: normal;
}
.btn-blue .btn-doublelayer__subtext,
.btn-purple .btn-doublelayer__subtext {
  color: #fff;
}
.btn-red .btn-doublelayer__subtext {
  color: #333;
  color: rgba(0, 0, 0, 0.6);
}
/* @media (max-width: 767.98px) {
  .page-template-page-ebook .btn-doublelayer__subtext {
    display: none;
  }
} */
.btn-doublelayer--extrabig {
  max-width: 600px;
  width: 100%;
  margin: 1.5rem auto 0;
  display: block;
  -webkit-box-shadow: 0 7px 20px rgba(69, 153, 49, 0.3);
  box-shadow: 0 7px 20px rgba(69, 153, 49, 0.3);
}
@media (min-width: 992px) {
  .btn-doublelayer--extrabig {
    max-width: 780px;
    padding: 30px 22px;
  }
  .btn-doublelayer--extrabig .btn-doublelayer__maintext {
    font-size: 4.8rem;
  }
}
@media (min-width: 1600px) {
  .btn-doublelayer--extrabig {
    max-width: 865px;
    padding: 37px 22px;
  }
  .btn-doublelayer--extrabig .btn-doublelayer__maintext {
    font-size: 5.2rem;
  }
}
.privacy-message {
  margin-top: 20px;
  color: #515151;
  text-transform: uppercase;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .privacy-message {
    font-size: 1.6rem;
  }
}
.privacy-message svg {
  width: 14px;
  height: auto;
  fill: #515151;
  vertical-align: text-top;
}
@media (min-width: 768px) {
  .privacy-message svg {
    width: 20px;
  }
}
.text-light .privacy-message {
  color: #fff;
}
.text-light .privacy-message svg {
  fill: #fff;
}
.if-not-now {
  color: #575757;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .if-not-now {
    font-size: 2.8rem;
  }
}
.site-header {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 11px 0;
  background-color: #000;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, transform 0.4s ease;
  transition: background-color 0.4s ease, transform 0.4s ease,
    -webkit-transform 0.4s ease;
  min-height: 125px !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.site-header.scrolled {
  -webkit-box-shadow: -3px -3px 6px 8px rgba(0, 0, 0, 0.05);
  box-shadow: -3px -3px 6px 8px rgba(0, 0, 0, 0.05);
  background-color: #17131b;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.archive blockquote:not(.menu-active) .site-header.scrolled-secondary,
.blog blockquote:not(.menu-active) .site-header.scrolled-secondary,
.single-post blockquote:not(.menu-active) .site-header.scrolled-secondary,
body:not(.menu-active) .site-header.scrolled-secondary {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu-active .site-header {
  background-color: #17131b;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.nav-container {
  position: fixed;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease,
    -webkit-transform 0.6s ease-in-out;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(23, 19, 27, 0.85);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 5;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 55px;
}
@-moz-document url-prefix() {
  .nav-container {
    background: rgba(23, 19, 27, 0.97);
  }
}
@media (min-width: 992px) {
  .nav-container {
    padding-top: 62px;
  }
}
@media (min-width: 1600px) {
  .nav-container {
    padding-top: 70px;
  }
}
.nav-container::-webkit-scrollbar {
  display: none;
}
.nav-container .container-fluid {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-container .container-fluid .menu-header-menu-container {
  margin: 40px auto;
}
.menu-active .nav-container {
  opacity: 1;
  pointer-events: auto;
}
.nav-container .action-strip {
  background: #000;
  border-bottom: 1px solid #2f2b32;
  padding: 15px 0 15px 11px;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .nav-container .action-strip {
    font-size: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
.nav-container .action-strip .btn {
  width: auto;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-family: Futura LT Condensed, sans-serif;
  letter-spacing: -0.04em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav-container .action-strip .btn {
    font-size: 2.2rem;
  }
}
.nav-container ul.menu {
  list-style: none;
  padding-left: 0;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .nav-container ul.menu {
    padding-bottom: 0;
  }
}
.nav-container ul.menu li {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.menu-active .nav-container ul.menu li {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0ms;
  transition: opacity 0.4s ease 0ms;
}
.menu-active .nav-container ul.menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menu-active .nav-container ul.menu li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-active .nav-container ul.menu li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu-active .nav-container ul.menu li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.menu-active .nav-container ul.menu li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.menu-active .nav-container ul.menu li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.menu-active .nav-container ul.menu li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menu-active .nav-container ul.menu li:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.menu-active .nav-container ul.menu li:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media (min-width: 768px) {
  .nav-container ul.menu li {
    border: none;
  }
}
.nav-container ul.menu li a {
  padding: 0;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  line-height: 1.1;
  font-family: Futura LT Condensed, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.3rem;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  top: 0;
  font-size: 5.5rem;
}
@media (min-width: 768px) {
  .nav-container ul.menu li a {
    font-size: 8rem;
  }
  .nav-container ul.menu li a:hover {
    -webkit-transform: scale(1.05) translateY(-3px);
    transform: scale(1.05) translateY(-3px);
  }
}
.nav-container ul.menu li.current-menu-item a:before {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: -11px;
  background: #cff128;
  border-radius: 50%;
  display: inline-block;
  left: -12px;
  top: -5px;
  position: relative;
}
@media (min-width: 768px) {
  .nav-container ul.menu li.current-menu-item a:before {
    left: -15px;
    top: -17px;
    width: 18px;
    height: 18px;
    margin-left: -18px;
  }
}
.nav-container ul.menu li.current-menu-item a span {
  opacity: 1;
  color: #cff128;
}
.nav-container ul.menu .menu-item-description {
  display: none;
  font-size: 1.6rem;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  text-transform: none;
  opacity: 0.5;
  letter-spacing: 0;
}
.menu-active {
  overflow: hidden;
}
.site-header ul.main-nav {
  list-style: none;
  padding-left: 0;
}
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover,
.menu-active .hamburger:hover {
  opacity: 0.7;
}
.menu-active .hamburger .hamburger-inner,
.menu-active .hamburger .hamburger-inner:after,
.menu-active .hamburger .hamburger-inner:before {
  background-color: #fff;
}
.hamburger:focus {
  outline: 0;
}
.hamburger-box {
  width: 33px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 33px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.text-dark .hamburger-inner,
.text-dark .hamburger-inner:after,
.text-dark .hamburger-inner:before {
  background-color: #362e3e;
}
.scrolled .hamburger-inner,
.scrolled .hamburger-inner:after,
.scrolled .hamburger-inner:before {
  background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
  width: 26.4px;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
  left: -5px;
}
.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  left: -5px;
}
.menu-active .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 33px;
}
.menu-active .hamburger--squeeze .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, left 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, left 75ms ease, opacity 75ms ease 0.12s;
  left: 0;
  width: 33px;
}
.menu-active .hamburger--squeeze .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease, left 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, left 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, left 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, left 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  left: 0;
  width: 33px;
}
button.hamburger {
  position: relative;
  z-index: 99;
  padding: 0;
  top: -3px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  button.hamburger {
    top: -3px;
  }
}
@media (min-width: 992px) {
  button.hamburger {
    top: -5px;
  }
}
button.hamburger .hamburger-box {
  margin-left: 12px;
  vertical-align: middle;
}
.header-logo {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 99;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .header-logo {
    margin-top: -3px;
  }
}
.header-logo img,
.header-logo svg {
  width: 150px;
}
.header-phone {
  line-height: 1.2;
  z-index: 99;
  width: auto;
  margin-top: -1px;
  color: #343a40;
}
.text-light .header-phone {
  color: #f8f9fa;
}
.header-phone:hover {
  text-decoration: none;
}
.header-phone .phone-icon {
  border-radius: 50%;
  border: 2px solid #cff128;
  height: 30px;
  width: 30px;
  padding: 5px;
  float: left;
  margin-right: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .header-phone .phone-icon {
    border-radius: 0;
    top: 2px;
    max-width: 20px;
    height: auto;
    padding: 0;
    border: none;
    display: inline;
  }
}
.header-phone .phone-icon img,
.header-phone .phone-icon svg {
  max-width: 20px;
  width: 100%;
  margin-right: 5px;
}
.header-phone:hover img,
.header-phone:hover svg {
  -webkit-animation: shake 1.5s;
  animation: shake 1.5s;
}
.header-phone em {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .header-phone em {
    display: block;
    min-width: 200px;
  }
}
.page-header {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}
.site-footer {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 50px;
  padding-bottom: 0;
  font-weight: 300;
}
.site-footer .footer-columns > .row > div {
  margin-bottom: 50px;
}
.site-footer .footer-column-1,
.site-footer .footer-column-2,
.site-footer .footer-column-3,
.site-footer .footer-column-4,
.site-footer .footer-column-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .site-footer .footer-column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
  .site-footer .footer-column-2,
  .site-footer .footer-column-3,
  .site-footer .footer-column-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .site-footer .footer-column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
  }
  .site-footer .footer-column-1,
  .site-footer .footer-column-5 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .site-footer .footer-column-2,
  .site-footer .footer-column-3,
  .site-footer .footer-column-4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1140px) {
  .site-footer .footer-column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
  }
  .site-footer .footer-column-2,
  .site-footer .footer-column-3,
  .site-footer .footer-column-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .site-footer .footer-column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.site-footer .logo {
  width: 180px;
  margin-bottom: 2.6rem;
}
.site-footer .social-icon {
  display: inline-block;
  margin-right: 8px;
}
.site-footer .social-icon svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: #cff128;
}
.site-footer .widget_kk_address_widget a {
  color: inherit;
}
.site-footer .footer-column-1 p {
  margin-bottom: 2.5rem;
}
.site-footer .footer-column-1 .widget_custom_html:not(:first-child) {
  margin: 35px 0 0;
}
.site-footer p.widget-title {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .site-footer p.widget-title {
    margin-bottom: 2.6rem;
  }
}
.site-footer ul.menu {
  padding-left: 0;
}
.site-footer ul.menu li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
  position: relative;
}
.site-footer ul.menu li .seo-trigger-master {
  background: #686868;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 11px;
  color: #000;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.site-footer ul.menu a {
  color: #fff;
}
.site-footer form {
  margin-top: 2.6rem;
}
.site-footer button,
.site-footer input[type="submit"] {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.site-footer .footer-bottom .kk-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .footer-bottom .kk-partners a {
  display: block;
  margin-right: 14px;
}
@media (min-width: 576px) {
  .site-footer .footer-bottom .kk-partners a {
    margin-right: 19px;
  }
}
.site-footer .footer-bottom .kk-partners a img {
  height: 60px;
}
@media screen and (min-width: 420px) {
  .site-footer .footer-bottom .kk-partners a img {
    height: 83px;
  }
}
@media (min-width: 576px) {
  .site-footer .footer-bottom .kk-partners a img {
    height: 109px;
  }
}
.site-footer .footer-bottom .kk-partners img {
  width: auto;
  height: 58px;
  max-width: 100% !important;
}
@media screen and (min-width: 420px) {
  .site-footer .footer-bottom .kk-partners img {
    height: 78px;
  }
}
@media (min-width: 576px) {
  .site-footer .footer-bottom .kk-partners img {
    height: 103px;
  }
}
.site-footer .copyright-line {
  background: #373737;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 70px;
  font-size: 1.4rem;
  color: #a1a1a1;
}
.site-footer .copyright-line a {
  color: #a1a1a1;
}
.site-footer .footer-seo {
  padding: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.site-footer .footer-seo .row {
  padding: 0 0 75px;
}
.site-footer .footer-seo a {
  color: inherit;
  display: block;
  margin: 0 0 8px;
}
.site-footer .footer-seo__state .seo-section-state {
  padding-left: 10px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  margin: 0 0 7px;
}
.site-footer .footer-seo__state .seo-section-state a:first-child {
  margin-top: 12px;
}
@media (max-width: 1139.98px) {
  .site-footer .footer-seo__state .seo-section-state br {
    display: none;
  }
}
.site-footer .footer-seo__state .seo-trigger-child {
  cursor: pointer;
}
.site-footer .footer-seo__state .seo-trigger-child svg {
  width: 18px;
  fill: #fff;
  margin-left: 2px;
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.site-footer .footer-seo__state.open .seo-trigger-child svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.siteswitcher {
  -webkit-transition: opacity 0.5s ease, background 0.5s ease;
  transition: opacity 0.5s ease, background 0.5s ease;
}
.siteswitcher.js-modal {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .siteswitcher.js-modal {
    padding-top: 100px;
  }
}
.siteswitcher.active {
  padding-right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.siteswitcher .h3 {
  font-size: 3rem;
  color: #000;
}
@media (min-width: 768px) {
  .siteswitcher .h3 {
    font-size: 4.5rem;
  }
}
.siteswitcher .modal {
  background: #fff;
}
@media (min-width: 768px) {
  .siteswitcher .modal {
    max-width: 570px;
  }
}
.siteswitcher ul {
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
  max-width: 280px;
  text-align: left;
}
@media (min-width: 768px) {
  .siteswitcher ul {
    margin: 50px auto 0;
  }
}
.siteswitcher ul li {
  margin: 0 0 10px;
  padding: 0;
}
.siteswitcher ul li img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .siteswitcher ul li img {
    width: 35px;
  }
}
.siteswitcher ul li button {
  width: 100%;
  display: block;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-weight: 500;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 15px;
  border-radius: 3px;
  border: 1px solid transparent;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.siteswitcher ul li button:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .siteswitcher ul li button {
    font-size: 2rem;
  }
}
.siteswitcher ul li button.active {
  pointer-events: none;
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.4);
}
.siteswitcher__autobutton {
  color: #000;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
  display: table;
  margin: 20px auto;
}
.siteswitcher__autobutton img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 35px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.siteswitcher__autobutton:focus,
.siteswitcher__autobutton:hover {
  color: #000;
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.siteswitcher__cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  outline: none;
  text-decoration: underline;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
.siteswitcher__cancel:focus,
.siteswitcher__cancel:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.siteswitcher__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  color: #fff;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  padding: 5px 12px;
  margin: 33px 0 0;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .siteswitcher__button {
    font-size: 1.4rem !important;
  }
}
.siteswitcher__button span {
  pointer-events: none;
}
.siteswitcher__button img {
  margin-right: 18px;
  width: 30px;
  height: auto;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .siteswitcher__button img {
    margin-right: 10px;
    width: 25px;
  }
}
.siteswitcher__button:after {
  content: "";
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  position: relative;
  top: 1px;
  margin-left: 18px;
}
@media (min-width: 768px) and (max-width: 1139.98px) {
  .siteswitcher__button:after {
    margin-left: 10px;
  }
}
.wistia-embed {
  width: 100%;
  cursor: pointer;
}
.wistia-embed__inner {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  -webkit-box-shadow: 2px 22px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 22px 60px rgba(0, 0, 0, 0.2);
}
.wistia-embed__inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.wistia-embed__button {
  height: 65px;
  position: absolute;
  width: 100px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .wistia-embed__button {
    width: 127px;
    height: 81px;
  }
}
.wistia-embed__button--green {
  background: rgba(187, 255, 84, 0.76);
}
.wistia-embed__button--fill,
.wistia-embed__button--green {
  -webkit-transition: background 0.3s ease, width 0.3s ease, height 0.3s ease;
  transition: background 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.wistia-embed__time {
  font-family: Courier New, Courier, sans-serif;
  font-size: 22px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: 62%;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.wistia-embed__play {
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC)
    no-repeat scroll 0 0/100px 65px;
  cursor: pointer;
  display: block;
  height: 65px;
  outline: medium currentcolor;
  position: absolute;
  width: 100px;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .wistia-embed__play {
    width: 127px;
    height: 81px;
    background-size: 127px 81px;
  }
}
.wistia-embed:hover .wistia-embed__button {
  background-color: rgba(40, 40, 40, 0.8);
}
.wistia-embed:hover .wistia-embed__button--green {
  background: rgba(187, 255, 84, 0.5);
}
.wistia-embed:hover .wistia-embed__button--fill {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.wistia-embed:hover .wistia-embed__time {
  opacity: 1;
}
.wistia-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wistia-popup__inner {
  width: calc(100% - 30px);
  max-width: 150vh;
  margin: auto;
  position: relative;
}
@media (min-width: 576px) {
  .wistia-popup__inner {
    width: 90%;
  }
}
.wistia-popup.active {
  opacity: 1;
  pointer-events: all;
}
.wistia-popup__video {
  width: 100%;
  height: 100%;
}
.wistia-popup__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.wistia-popup__embed .wistia-popup__preloader,
.wistia-popup__embed .wistia-popup__video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.wistia-popup__embed .wistia-popup__preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wistia-popup__embed .wistia-popup__preloader.inactive {
  display: none;
}
.wistia-popup__embed .wistia-popup__preloader svg {
  width: 50px;
  height: 50px;
}
.wistia-popup__close {
  background: transparent none repeat scroll 0 0;
  border: none;
  cursor: pointer;
  height: 18px;
  opacity: 1;
  position: absolute;
  top: -30px;
  right: 0;
  width: 21px;
  z-index: 10002;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (min-width: 1140px) {
  .wistia-popup__close {
    top: -30px;
    right: -30px;
  }
}
.wistia-popup__close img {
  height: 34px;
  width: 34px;
  position: absolute;
  max-width: none;
  right: 2px;
  top: 1px;
}
[data-multi-step] > * {
  position: absolute;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  visibility: hidden;
  opacity: 0;
}
[data-multi-step] .step-prev {
  pointer-events: none;
}
[data-multi-step] .step-active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
[data-multi-step] [data-multi-step-next] {
  cursor: pointer;
}
[data-multi-step][data-multi-step-animate="slideUp"] > * {
  top: 100vh;
}
[data-multi-step][data-multi-step-animate="slideUp"] .step-active {
  top: 0;
}
[data-multi-step][data-multi-step-animate="slideUp"] .step-next {
  top: -100vh;
}
[data-multi-step][data-multi-step-animate="slideUp"] .step-prev {
  top: 100vh;
}
.site-content ul.progressbar {
  overflow: hidden;
  counter-reset: step;
  margin: 20px auto;
  padding-left: 0;
  max-width: 600px;
}
.site-content ul.progressbar li {
  list-style-type: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  width: 10%;
  float: left;
  position: relative;
  padding-left: 0;
}
.site-content ul.progressbar li:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #c7c7c7;
  border-radius: 15px;
  padding: 1px;
  position: relative;
  z-index: 2;
  text-align: center;
  border: none;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: none;
  transform: none;
  top: 4px;
}
.site-content ul.progressbar li:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #c7c7c7;
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: 1;
}
.site-content ul.progressbar li:first-child:after {
  content: none;
}
.site-content ul.progressbar li.active:after,
.site-content ul.progressbar li.active:before {
  background: #cff128;
  color: #fff;
}
.js-modal-active {
  overflow-y: hidden;
}
.js-modal-active.js-modal-windows .header-logo,
.js-modal-active.js-modal-windows .js-modal,
.js-modal-active.js-modal-windows .site-content > section,
.js-modal-active.js-modal-windows .site-header {
  padding-right: 15px;
}
.js-modal {
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  display: block;
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
@media (max-width: 767.98px) {
  .page-template-page-ebook .js-modal {
    padding-top: 50px;
  }
}
.js-modal.active {
  opacity: 1;
  pointer-events: unset;
}
.ssexitintent,
.tyexitintent {
  background: rgba(40, 39, 40, 0.8);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding: 40px 0;
}
@-moz-document url-prefix() {
  .ssexitintent,
  .tyexitintent {
    background: rgba(40, 39, 40, 0.8);
  }
}
.ssexitintent .modal,
.tyexitintent .modal {
  background: #d1d1d1;
  max-width: 900px;
}
@media (min-width: 768px) {
  .ssexitintent .modal,
  .tyexitintent .modal {
    padding: 35px 30px 45px;
  }
}
@media (min-width: 1600px) {
  .ssexitintent .modal,
  .tyexitintent .modal {
    max-width: 1137px;
  }
}
.ssexitintent .modal .close-x,
.tyexitintent .modal .close-x {
  fill: #9e9c9c;
  width: 15px;
  height: 15px;
  top: -18px;
  right: -3px;
}
.ssexitintent .content p:not(.h2),
.tyexitintent .content p:not(.h2) {
  line-height: 1.333;
  color: #3b3b3b;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 1600px) {
  .ssexitintent .content p:not(.h2),
  .tyexitintent .content p:not(.h2) {
    max-width: 750px;
    font-size: 2.7rem;
  }
}
.ssexitintent .content .h2,
.tyexitintent .content .h2 {
  line-height: 1;
  letter-spacing: -0.06em;
}
@media (min-width: 1600px) {
  .ssexitintent .content .h2,
  .tyexitintent .content .h2 {
    font-size: 9.6rem;
  }
}
.ssexitintent .content .h2 + p,
.tyexitintent .content .h2 + p {
  max-width: 700px;
}
@media (min-width: 1600px) {
  .ssexitintent .content .h2 + p,
  .tyexitintent .content .h2 + p {
    max-width: 850px;
  }
}
.ssexitintent .content button,
.tyexitintent .content button {
  font-family: Futura LT Condensed, sans-serif;
  font-weight: 400;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  margin: 2rem auto 0;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .ssexitintent .content button,
  .tyexitintent .content button {
    font-size: 3.4rem;
    max-width: 550px;
  }
}
@media (min-width: 1140px) {
  .ssexitintent .content button,
  .tyexitintent .content button {
    font-size: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .ssexitintent .content button,
  .tyexitintent .content button {
    max-width: 645px;
    font-size: 5.3rem;
  }
}
.ssexitintent .content button:active,
.ssexitintent .content button:focus,
.ssexitintent .content button:hover,
.tyexitintent .content button:active,
.tyexitintent .content button:focus,
.tyexitintent .content button:hover {
  color: #fff;
}
.ssexitintent__graphic,
.ssexitintent__loading,
.tyexitintent__graphic,
.tyexitintent__loading {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.ssexitintent__loading,
.tyexitintent__loading {
  max-width: 580px;
  margin: 0 auto 1rem;
}
.ssexitintent__graphic,
.tyexitintent__graphic {
  max-width: 1075px;
  margin: 2rem auto 1.5rem;
}
@media (min-width: 768px) {
  .ssexitintent__graphic,
  .tyexitintent__graphic {
    margin: 3.5rem auto 0;
  }
}
.ssexitintent .c-progress,
.tyexitintent .c-progress {
  position: relative;
  width: 90%;
  height: 21px;
  background: #9f9a9a;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid #a09b9b;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 3px 3px 5px hsla(0, 0%, 100%, 0.1);
  box-shadow: 3px 3px 5px hsla(0, 0%, 100%, 0.1);
  margin-bottom: 20px;
}
.ssexitintent .c-progress__bar.c-loading,
.tyexitintent .c-progress__bar.c-loading {
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.ssexitintent .c-progress__bar,
.tyexitintent .c-progress__bar {
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  padding-right: 45%;
  margin-left: -30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff2915),
    color-stop(33%, #ff2915)
  );
  background-image: linear-gradient(90deg, #ff2915, #ff2915 33%);
  background-clip: content-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 100px;
}
@media screen and (min-width: 768px) {
  .ssexitintent .c-progress,
  .tyexitintent .c-progress {
    width: 100%;
    max-width: 400px;
    height: 25px;
    border: 3px solid #a09b9b;
    border-left-width: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .ssexitintent .c-progress,
  .tyexitintent .c-progress {
    max-width: 560px;
    height: 30px;
    border: 4px solid #a09b9b;
    border-left-width: 5px;
  }
}
@-webkit-keyframes loading {
  0% {
    padding-right: 45%;
  }
  to {
    padding-right: 5%;
  }
}
.ssexitintent .c-progress {
  margin: 0 auto 3rem;
}
.ssexitintent .c-progress__bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b1e200),
    color-stop(33%, #b1e200)
  );
  background-image: linear-gradient(90deg, #b1e200, #b1e200 33%);
}
.ssexitintent__graphic {
  max-width: 580px;
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .ssexitintent__graphic {
    margin: 3rem auto;
  }
}
@media (min-width: 1600px) {
  .ssexitintent__graphic {
    margin: 3rem auto 4rem;
    max-width: 760px;
  }
}
.ssexitintent .content .h2 {
  color: #000;
  max-width: 100%;
  font-size: 5rem;
}
@media (min-width: 768px) {
  .ssexitintent .content .h2 {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .ssexitintent .content .h2 {
    font-size: 10rem;
  }
}
.ssexitintent .content .h2 + p {
  max-width: 650px;
}
@media (min-width: 1600px) {
  .ssexitintent .content .h2 + p {
    max-width: 850px;
  }
}
.ssexitintent .content .btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a5d934),
    to(#95d934)
  );
  background: linear-gradient(90deg, #a5d934, #95d934);
  width: 100%;
  max-width: 620px;
  color: #fff;
  padding: 2.2rem;
  margin: 0 auto 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .ssexitintent .content .btn {
    max-width: 780px;
  }
}
@media (min-width: 1600px) {
  .ssexitintent .content .btn {
    margin: 0 auto 2rem;
    max-width: 910px;
  }
}
.ssexitintent .content p.disclaimer {
  max-width: 100%;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .ssexitintent .content p.disclaimer {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .ssexitintent .content p.disclaimer {
    font-size: 2rem;
  }
}
.modal {
  display: block;
  background: #333;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  top: 40px;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  text-align: center;
  font-size: 1.8rem;
  max-width: 400px;
  overflow: visible;
}
@media (min-width: 768px) {
  .modal {
    max-width: 640px;
    padding: 50px;
    font-size: 2rem;
  }
}
.js-modal.active .modal {
  top: 0;
}
.modal__form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .modal__form {
    max-width: 450px;
  }
}
.modal .iti,
.modal input {
  width: 100%;
  margin-top: 10px;
}
.modal .iti__flag-container {
  height: 100%;
}
.modal .phone-status.valid {
  top: 12px;
}
@media (min-width: 768px) {
  .modal .phone-status.valid {
    top: 15px;
  }
}
.modal .close-x {
  float: right;
  display: block;
  cursor: pointer;
  fill: #868686;
  position: relative;
  height: 14px;
  width: 14px;
  top: -15px;
  right: -10px;
}
@media (min-width: 768px) {
  .modal .close-x {
    height: 19px;
    width: 19px;
    top: -29px;
    right: -23px;
  }
}
.loading {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.valid {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0MDguNTc2IDQwOC41NzYnIGZpbGw9JyMwOWJjNWQnPjxwYXRoIGQ9J00yMDQuMjg4IDBDOTEuNjQ4IDAgMCA5MS42NDggMCAyMDQuMjg4czkxLjY0OCAyMDQuMjg4IDIwNC4yODggMjA0LjI4OCAyMDQuMjg4LTkxLjY0OCAyMDQuMjg4LTIwNC4yODhTMzE2LjkyOCAwIDIwNC4yODggMHptMTE0LjE3NiAxNTAuNTI4bC0xMzAuNTYgMTI5LjUzNmMtNy42OCA3LjY4LTE5Ljk2OCA4LjE5Mi0yOC4xNi41MTJMOTAuNjI0IDIxNy42Yy04LjE5Mi03LjY4LTguNzA0LTIwLjQ4LTEuNTM2LTI4LjY3MiA3LjY4LTguMTkyIDIwLjQ4LTguNzA0IDI4LjY3Mi0xLjAyNGw1NC43ODQgNTAuMTc2TDI4OS4yOCAxMjEuMzQ0YzguMTkyLTguMTkyIDIwLjk5Mi04LjE5MiAyOS4xODQgMHM4LjE5MiAyMC45OTIgMCAyOS4xODR6Jy8+PC9zdmc+);
  background-size: 100% auto;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  display: block;
  right: 10px;
  top: 26px;
}
.message {
  display: inline-block;
}
.loading-overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.loading-overlay .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-overlay .lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 130px;
  height: 130px;
  margin-left: -65px;
  margin-top: -65px;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 17px solid transparent;
  border-top-color: #111;
}
.loading-overlay .lds-ring div:first-child {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.loading-overlay .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading-overlay .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]:checked
  + label:before,
i {
  content: " ";
  background-repeat: no-repeat;
  background-position: 50%;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-arrow:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-arrow:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-arrow:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-arrow:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-arrow:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-arrow:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-arrow:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-arrow:before,
i.icon-arrow {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNTA2LjEzNCAyNDEuODQzbC0uMDE4LS4wMTktMTA0LjUwNC0xMDRjLTcuODI5LTcuNzkxLTIwLjQ5Mi03Ljc2Mi0yOC4yODUuMDY4LTcuNzkyIDcuODI5LTcuNzYyIDIwLjQ5Mi4wNjcgMjguMjg0TDQ0My41NTggMjM2SDIwYy0xMS4wNDYgMC0yMCA4Ljk1NC0yMCAyMHM4Ljk1NCAyMCAyMCAyMGg0MjMuNTU3bC03MC4xNjIgNjkuODI0Yy03LjgyOSA3Ljc5Mi03Ljg1OSAyMC40NTUtLjA2NyAyOC4yODQgNy43OTMgNy44MzEgMjAuNDU3IDcuODU4IDI4LjI4NS4wNjhsMTA0LjUwNC0xMDQgLjAxOC0uMDE5YzcuODMzLTcuODE4IDcuODA4LTIwLjUyMi0uMDAxLTI4LjMxNHonLz48L3N2Zz4=);
  display: inline-block;
  height: 25px;
  width: 30px;
  vertical-align: text-bottom;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-five-stars:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-five-stars:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-five-stars:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-five-stars:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-five-stars:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-five-stars:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-five-stars:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-five-stars:before,
i.icon-five-stars {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMDQgMTgnPjxzdHlsZT4uc3Qwe2ZpbGw6I2ZlZTAzMn08L3N0eWxlPjxwYXRoIGQ9J00xMC4xLjdMMTEuOCA1Yy4yLjQuNS42LjkuN2w0LjUuM2MuOS4xIDEuMyAxLjMuNiAxLjlMMTQuNCAxMWMtLjMuMy0uNC43LS4zIDEuMWwxIDQuNWMuMiAxLS44IDEuNy0xLjYgMS4ybC0zLjktMi40Yy0uMy0uMi0uOC0uMi0xLjEgMGwtMy45IDIuNGMtLjguNS0xLjgtLjItMS42LTEuMmwxLTQuNWMuMS0uNCAwLS44LS4zLTEuMUwuNCA4Yy0uNy0uNy0uNC0xLjkuNi0ybDQuNS0uNGMuNCAwIC43LS4zLjktLjdMOC4yLjZjLjMtLjggMS41LS44IDEuOS4xbTIxLjQgMEwzMy4zIDVjLjIuNC41LjYuOS43bDQuNC4zYzEgLjEgMS40IDEuMy42IDJsLTMuMyAzYy0uMy4zLS40LjctLjMgMS4xbDEgNC41Yy4yIDEtLjggMS43LTEuNiAxLjJsLTMuOS0yLjRjLS4zLS4yLS44LS4yLTEuMSAwbC0zLjkgMi40Yy0uOC41LTEuOC0uMi0xLjYtMS4ybDEtNC41Yy4xLS40IDAtLjgtLjMtMS4xbC0zLjQtM2MtLjctLjYtLjMtMS45LjYtMS45bDQuNS0uNGMuNCAwIC43LS4zLjktLjdMMjkuNi43Yy4zLS45IDEuNi0uOSAxLjkgME01MyAuN0w1NC43IDVjLjIuNC41LjYuOS43bDQuNS4zYy45LjEgMS4zIDEuMy42IDJsLTMuNCAzYy0uMy4zLS40LjctLjMgMS4xbDEgNC41Yy4yIDEtLjggMS43LTEuNiAxLjJsLTMuOS0yLjRjLS4zLS4yLS44LS4yLTEuMSAwbC0zLjkgMi40Yy0uOC41LTEuOC0uMi0xLjYtMS4ybDEtNC41Yy4xLS40IDAtLjgtLjMtMS4xbC0zLjMtM2MtLjctLjctLjMtMS45LjYtMmw0LjUtLjRjLjQgMCAuNy0uMy45LS43TDUxIC43Yy40LS45IDEuNi0uOSAyIDBtMjEuNCAwTDc2LjIgNWMuMi40LjUuNi45LjdsNC41LjNjLjkuMSAxLjMgMS4zLjYgMS45TDc4LjggMTFjLS4zLjMtLjQuNy0uMyAxLjFsMSA0LjVjLjIgMS0uOCAxLjctMS42IDEuMkw3NCAxNS40Yy0uMy0uMi0uOC0uMi0xLjEgMEw2OSAxNy44Yy0uOC41LTEuOC0uMi0xLjYtMS4ybDEtNC41Yy4xLS40IDAtLjgtLjMtMS4xbC0zLjMtM2MtLjgtLjctLjQtMS45LjYtMmw0LjUtLjRjLjQgMCAuNy0uMy45LS43TDcyLjYuNmMuMi0uOCAxLjUtLjggMS44LjFtMjEuNSAwTDk3LjcgNWMuMi40LjUuNi45LjdsNC40LjNjLjkuMSAxLjMgMS4zLjYgMS45bC0zLjQgMy4xYy0uMy4zLS40LjctLjMgMS4xbDEgNC41Yy4yIDEtLjggMS43LTEuNiAxLjJsLTMuOS0yLjRjLS4zLS4yLS44LS4yLTEuMSAwbC0zLjkgMi40Yy0uOC41LTEuOC0uMi0xLjYtMS4ybDEtNC41Yy4xLS40IDAtLjgtLjMtMS4xbC0zLjMtM2MtLjctLjYtLjMtMS45LjYtMS45bDQuNS0uNGMuNCAwIC43LS4zLjktLjdMOTQgLjdjLjMtLjkgMS41LS45IDEuOSAwJyBjbGFzcz0nc3QwJy8+PHBhdGggZD0nTTEwLjEuN0wxMS44IDVjLjIuNC41LjYuOS43bDQuNS4zYy45LjEgMS4zIDEuMy42IDEuOUwxNC40IDExYy0uMy4zLS40LjctLjMgMS4xbDEgNC41Yy4yIDEtLjggMS43LTEuNiAxLjJsLTMuOS0yLjRjLS4zLS4yLS44LS4yLTEuMSAwbC0zLjkgMi40Yy0uOC41LTEuOC0uMi0xLjYtMS4ybDEtNC41Yy4xLS40IDAtLjgtLjMtMS4xTC40IDhjLS43LS43LS40LTEuOS42LTJsNC41LS40Yy40IDAgLjctLjMuOS0uN0w4LjIuNmMuMy0uOCAxLjUtLjggMS45LjFtMjEuNCAwTDMzLjMgNWMuMi40LjUuNi45LjdsNC40LjNjMSAuMSAxLjQgMS4zLjYgMmwtMy4zIDNjLS4zLjMtLjQuNy0uMyAxLjFsMSA0LjVjLjIgMS0uOCAxLjctMS42IDEuMmwtMy45LTIuNGMtLjMtLjItLjgtLjItMS4xIDBsLTMuOSAyLjRjLS44LjUtMS44LS4yLTEuNi0xLjJsMS00LjVjLjEtLjQgMC0uOC0uMy0xLjFsLTMuNC0zYy0uNy0uNi0uMy0xLjkuNi0xLjlsNC41LS40Yy40IDAgLjctLjMuOS0uN0wyOS42LjdjLjMtLjkgMS42LS45IDEuOSAwTTUzIC43TDU0LjcgNWMuMi40LjUuNi45LjdsNC41LjNjLjkuMSAxLjMgMS4zLjYgMmwtMy40IDNjLS4zLjMtLjQuNy0uMyAxLjFsMSA0LjVjLjIgMS0uOCAxLjctMS42IDEuMmwtMy45LTIuNGMtLjMtLjItLjgtLjItMS4xIDBsLTMuOSAyLjRjLS44LjUtMS44LS4yLTEuNi0xLjJsMS00LjVjLjEtLjQgMC0uOC0uMy0xLjFsLTMuMy0zYy0uNy0uNy0uMy0xLjkuNi0ybDQuNS0uNGMuNCAwIC43LS4zLjktLjdMNTEgLjdjLjQtLjkgMS42LS45IDIgMG0yMS40IDBMNzYuMiA1Yy4yLjQuNS42LjkuN2w0LjUuM2MuOS4xIDEuMyAxLjMuNiAxLjlMNzguOCAxMWMtLjMuMy0uNC43LS4zIDEuMWwxIDQuNWMuMiAxLS44IDEuNy0xLjYgMS4yTDc0IDE1LjRjLS4zLS4yLS44LS4yLTEuMSAwTDY5IDE3LjhjLS44LjUtMS44LS4yLTEuNi0xLjJsMS00LjVjLjEtLjQgMC0uOC0uMy0xLjFsLTMuMy0zYy0uOC0uNy0uNC0xLjkuNi0ybDQuNS0uNGMuNCAwIC43LS4zLjktLjdMNzIuNi42Yy4yLS44IDEuNS0uOCAxLjguMW0yMS41IDBMOTcuNyA1Yy4yLjQuNS42LjkuN2w0LjQuM2MuOS4xIDEuMyAxLjMuNiAxLjlsLTMuNCAzLjFjLS4zLjMtLjQuNy0uMyAxLjFsMSA0LjVjLjIgMS0uOCAxLjctMS42IDEuMmwtMy45LTIuNGMtLjMtLjItLjgtLjItMS4xIDBsLTMuOSAyLjRjLS44LjUtMS44LS4yLTEuNi0xLjJsMS00LjVjLjEtLjQgMC0uOC0uMy0xLjFsLTMuMy0zYy0uNy0uNi0uMy0xLjkuNi0xLjlsNC41LS40Yy40IDAgLjctLjMuOS0uN0w5NCAuN2MuMy0uOSAxLjUtLjkgMS45IDAnIGNsYXNzPSdzdDAnLz48L3N2Zz4=);
  display: inline-block;
  height: 20px;
  width: 115px;
  vertical-align: text-bottom;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-product:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-service:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-product:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-service:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-product:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-service:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-product:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-service:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-product:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-service:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-product:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-service:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-product:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-service:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-product:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-service:before,
i.icon-product,
i.icon-service {
  display: block;
  height: 70px;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-product:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-product:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-product:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-product:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-product:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-product:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-product:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-product:before,
i.icon-product {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE0LjIgNC41bDEuNi0xLjZjLjItLjIuMi0uMy4yLS41cy0uMi0uMy0uMy0uNGwtNS41LTJjLS4yIDAtLjQgMC0uNi4xTDggMS44IDYuNC4xQzYuMiAwIDYgMCA1LjggMEwuMyAyYy0uMS4xLS4zLjItLjMuNHMwIC4zLjEuNWwxLjYgMS42TC4xIDYuMWMtLjEuMi0uMS4zLS4xLjVzLjIuMy4zLjRsNS41IDJjLjIgMCAuNCAwIC42LS4xbDEuMS0xLjF2Ny4xbC00LjItMS42Yy0uMi0uMS0uMy0uMy0uMy0uNVY5LjVjMC0uMy0uMi0uNS0uNS0uNXMtLjUuMi0uNS41djMuM2MwIC42LjQgMS4yIDEgMS40bDQuNSAxLjdjLjEuMS4zLjEuNS4xcy40IDAgLjUtLjFsNC41LTEuN2MuNi0uMiAxLS44IDEtMS40VjcuNmwxLjctLjZjLjEtLjEuMy0uMi4zLS40czAtLjMtLjEtLjV6bS00LjEtMy40bDQuNSAxLjYtMS4yIDEuMi00LjUtMS42ek04IDZMNCA0LjUgOCAzbDQgMS41ek0xLjQgMi43bDQuNS0xLjYgMS4yIDEuMi00LjUgMS42em00LjUgNS4yTDEuNCA2LjNsMS4yLTEuMiA0LjUgMS42em03LjEgNC45YzAgLjItLjEuNC0uMy41bC00LjIgMS42VjcuN2wxLjEgMS4xYy4xLjEuMy4yLjQuMmguMkwxMyA4em0tMi45LTQuOUw4LjkgNi43bDQuNS0xLjYgMS4yIDEuMnonLz48cGF0aCBkPSdNMTAgMTIuOGMuMS4yLjMuMy41LjNoLjJsMS0uNGMuMy0uMS40LS40LjMtLjYtLjEtLjMtLjQtLjQtLjYtLjNsLTEgLjRjLS4zLjEtLjUuMy0uNC42eicvPjwvc3ZnPg==);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-service:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-service:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-service:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-service:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-service:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-service:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-service:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-service:before,
i.icon-service {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J002OTIuNiA2NDAuN2w1NS45IDU1LjkgODcuNyA4Ny43YzcuNyA3LjcgMTYuMyAxNS4yIDIzLjEgMjMuNy0xLjgtMi40LTMuNi00LjctNS41LTcuMSAzLjIgNC4xIDUuOCA4LjUgNy45IDEzLjMtMS4yLTIuOC0yLjQtNS42LTMuNS04LjQgMi4xIDUuMSAzLjUgMTAuNCA0LjMgMTUuOS0uNC0zLjEtLjgtNi4yLTEuMy05LjMuNiA1IC42IDEwIDAgMTUgLjQtMy4xLjgtNi4yIDEuMy05LjMtLjggNS41LTIuMiAxMC43LTQuMyAxNS45IDEuMi0yLjggMi40LTUuNiAzLjUtOC40LTIuMSA0LjgtNC43IDkuMi03LjkgMTMuMyAxLjgtMi40IDMuNi00LjcgNS41LTcuMS03LjYgOS41LTE3LjEgMTcuNy0yNS42IDI2LjJsLTM2LjkgMzYuOWMtNCA0LTcuOCA4LTEyLjIgMTEuNiAyLjQtMS44IDQuNy0zLjYgNy4xLTUuNS00LjEgMy4yLTguNSA1LjgtMTMuMyA3LjkgMi44LTEuMiA1LjYtMi40IDguNC0zLjUtNS4xIDIuMS0xMC40IDMuNS0xNS45IDQuMyAzLjEtLjQgNi4yLS44IDkuMy0xLjMtNSAuNi0xMCAuNi0xNSAwIDMuMS40IDYuMi44IDkuMyAxLjMtNS41LS44LTEwLjctMi4yLTE1LjktNC4zIDIuOCAxLjIgNS42IDIuNCA4LjQgMy41LTQuOC0yLjEtOS4yLTQuNy0xMy4zLTcuOSAyLjQgMS44IDQuNyAzLjYgNy4xIDUuNS03LjItNS44LTEzLjUtMTIuOC0xOS45LTE5LjNsLTM4LjQtMzguNC04OC44LTg4LjhjLTcuMS03LjEtMTQuNC0xMy45LTIxLjItMjEuMyAxLjggMi40IDMuNiA0LjcgNS41IDcuMS0xLjItMS41LTItMy0yLjgtNC43IDEuMiAyLjggMi40IDUuNiAzLjUgOC40LS40LTEuMy0uNy0yLjUtMS0zLjkuNCAzLjEuOCA2LjIgMS4zIDkuMy0uMS0xLjQtLjEtMi42IDAtNC0uNCAzLjEtLjggNi4yLTEuMyA5LjMuMi0xLjQuNS0yLjYgMS0zLjktMS4yIDIuOC0yLjQgNS42LTMuNSA4LjQuNy0xLjcgMS42LTMuMiAyLjgtNC43LTEuOCAyLjQtMy42IDQuNy01LjUgNy4xIDEzLjctMTQuOSAyOC44LTI4LjggNDMuMS00My4ybDY3LjktNjcuOWM1LjQtNS40IDEwLjctMTEuMSAxNi4zLTE2LjItMi40IDEuOC00LjcgMy42LTcuMSA1LjUgMS41LTEuMiAzLTIgNC43LTIuOC0yLjggMS4yLTUuNiAyLjQtOC40IDMuNSAxLjMtLjQgMi41LS43IDMuOS0xLTMuMS40LTYuMi44LTkuMyAxLjMgMS40LS4xIDIuNi0uMSA0IDAtMy4xLS40LTYuMi0uOC05LjMtMS4zIDEuNC4yIDIuNi41IDMuOSAxLTIuOC0xLjItNS42LTIuNC04LjQtMy41IDEuNy43IDMuMiAxLjYgNC43IDIuOC0yLjQtMS44LTQuNy0zLjYtNy4xLTUuNS41LjMuOC42IDEuMi45IDEzLjUgMTIuNCAzNi4zIDE0LjMgNDkuNSAwIDEyLjQtMTMuNSAxNC40LTM2LjMgMC00OS41LTEzLjQtMTIuMy0zMS0xNy44LTQ5LTEzLjUtOS4xIDIuMi0xNy4zIDcuMy0yNCAxMy43LTIuMyAyLjItNC41IDQuNS02LjcgNi43bC0zMy41IDMzLjUtNzcuNCA3Ny40Yy0yLjQgMi40LTQuOCA0LjctNy4xIDcuMS0xNi41IDE3LjEtMjEgNDQuOS02LjggNjQuOSA1LjcgOC4xIDEyLjkgMTQuNiAxOS45IDIxLjZsNzcuNyA3Ny43IDY2LjggNjYuOCAzLjkgMy45YzE2LjUgMTYuMSAzNi43IDI0LjYgNTkuMyAyNy4yIDE5LjEgMi4yIDQwLjItMy4xIDU2LjUtMTMuMyA4LjEtNSAxNS4xLTExLjMgMjEuOC0xOGwzOC41LTM4LjVjMTIuMi0xMi4yIDI1LjUtMjMuOSAzNS0zOC40IDIzLjYtMzYgMTctODUuMy0xMi4yLTExNi00LjgtNS4xLTkuOS0xMC0xNC45LTE0LjlsLTc4LjMtNzguMy02Ni4xLTY2LjEtMy42LTMuNmMtMTMtMTMtMzYuNy0xMy45LTQ5LjUgMC0xMi42IDE0LjEtMTMuNiAzNS44LjIgNDkuNnptLTQ2NS41LTMxN2w1NS43IDU1LjFjMjkuNiAyOS4zIDU5LjIgNTguNiA4OC45IDg3LjkgNi45IDYuOCAxMy43IDEzLjYgMjAuNiAyMC40IDEzIDEyLjkgMzYuNyAxNCA0OS41IDAgMTIuOC0xMy45IDEzLjktMzUuNyAwLTQ5LjVsLTkyLjEtOTEuMmMtMTguOS0xOC43LTM3LjctMzcuNC01Ni42LTU2LTQuOS00LjgtOS44LTkuNy0xNC42LTE0LjUtNC45LTQuOC0xMC4zLTguOC0xNy4yLTEwLjctNi40LTEuOC0xMC41LTEuMS0xNi41LS41LTI1LjcgMi44LTUxLjQgNS41LTc3LjEgOC4zIDEwLjEgNS44IDIwLjEgMTEuNiAzMC4yIDE3LjMtMjAuMi0zMS43LTQwLjQtNjMuNC02MC43LTk1LjEtMi45LTQuNi01LjgtOS4xLTguNy0xMy43LTEuOCAxNC4xLTMuNiAyOC4zLTUuNSA0Mi40bDUzLjktNTMuOWMtMTQuMSAxLjgtMjguMyAzLjYtNDIuNCA1LjUgMzEuNyAyMC4yIDYzLjQgNDAuNCA5NS4xIDYwLjcgNC42IDIuOSA5LjEgNS44IDEzLjcgOC43LTUuOC0xMC4xLTExLjYtMjAuMS0xNy4zLTMwLjItMyAyOC4xLTYgNTYuMi05LjEgODQuMy0xIDguMyA0LjUgMTkgMTAuMiAyNC43IDYuMSA2LjEgMTYgMTAuNiAyNC43IDEwLjMgOS4xLS40IDE4LjQtMy40IDI0LjctMTAuMyA2LjYtNy4yIDkuMi0xNSAxMC4zLTI0LjcgMy0yOC4xIDYtNTYuMiA5LjEtODQuMyAxLjMtMTIuMi03LjctMjQuMS0xNy4zLTMwLjItMzEuNy0yMC4yLTYzLjQtNDAuNC05NS4xLTYwLjctNC42LTIuOS05LjEtNS44LTEzLjctOC43LTEzLTguMy0zMS43LTUuMi00Mi40IDUuNWwtNTMuOSA1My45Yy0xMC42IDEwLjYtMTMuOCAyOS40LTUuNSA0Mi40IDIwLjIgMzEuNyA0MC40IDYzLjQgNjAuNyA5NS4xIDIuOSA0LjYgNS44IDkuMSA4LjcgMTMuNyA2LjEgOS42IDE4IDE4LjYgMzAuMiAxNy4zIDI4LjEtMyA1Ni4yLTYgODQuMy05LjEtOC4zLTMuNC0xNi42LTYuOC0yNC44LTEwLjJsNTUuNyA1NS4xYzI5LjYgMjkuMyA1OS4yIDU4LjYgODguOSA4Ny45IDYuOSA2LjggMTMuNyAxMy42IDIwLjYgMjAuNCAxMyAxMi45IDM2LjcgMTQgNDkuNSAwIDEyLjgtMTMuOSAxMy45LTM1LjcgMC00OS41bC01NS43LTU1LjFjLTI5LjYtMjkuMy01OS4yLTU4LjYtODguOS04Ny45LTYuOS02LjgtMTMuNy0xMy42LTIwLjYtMjAuNC0xMy0xMi45LTM2LjctMTQtNDkuNSAwLTEyLjggMTMuOS0xMy45IDM1LjggMCA0OS41eicvPjxwYXRoIGQ9J001MjQuOSA2MjAuMmMyMy45IDI0LjIgNDcuNyA0OC41IDcxLjYgNzIuNyAzLjQgMy41IDYuOCA3IDEwLjMgMTAuNCAxMi45IDEzLjEgMzYuOCAxMy45IDQ5LjUgMCAxMi45LTE0LjEgMTMuNy0zNS42IDAtNDkuNS0yMy45LTI0LjItNDcuNy00OC41LTcxLjYtNzIuNy0zLjQtMy41LTYuOC03LTEwLjMtMTAuNC0xMi45LTEzLjEtMzYuOC0xMy45LTQ5LjUgMC0xMi45IDE0LjEtMTMuNyAzNS42IDAgNDkuNXonLz48cGF0aCBkPSdNODQyLjQgNDM2LjJjLTYuNyA2LjctMTMuOCAxMi45LTIxLjMgMTguOCAyLjQtMS44IDQuNy0zLjYgNy4xLTUuNS0xNS40IDExLjgtMzIuMiAyMS42LTUwIDI5LjIgMi44LTEuMiA1LjYtMi40IDguNC0zLjUtMTggNy41LTM2LjggMTIuNi01NiAxNS4zIDMuMS0uNCA2LjItLjggOS4zLTEuMy0yMC4xIDIuNy00MC41IDIuNy02MC42IDAgMy4xLjQgNi4yLjggOS4zIDEuMy0xNi4zLTIuMy0zMi4yLTYuMy00Ny42LTExLjktMTEuNC00LjItMjUuOC43LTM0LjEgOWwtNzEuOCA3MS44LTUzLjMgNTMuMy05Mi4zIDkyLjNMMjgyIDgxMi41Yy0xOC45IDE4LjktMzcuNiAzNy44LTU2LjYgNTYuNi0yLjkgMi45LTUuOSA1LjUtOS4xIDguMSAyLjQtMS44IDQuNy0zLjYgNy4xLTUuNS02LjQgNC45LTEzLjMgOC45LTIwLjcgMTIuMSAyLjgtMS4yIDUuNi0yLjQgOC40LTMuNS03LjcgMy4yLTE1LjYgNS4zLTIzLjkgNi41IDMuMS0uNCA2LjItLjggOS4zLTEuMy04LjIgMS0xNi40IDEtMjQuNiAwIDMuMS40IDYuMi44IDkuMyAxLjMtOC4yLTEuMi0xNi4yLTMuMy0yMy45LTYuNSAyLjggMS4yIDUuNiAyLjQgOC40IDMuNS03LjQtMy4yLTE0LjMtNy4yLTIwLjYtMTIuMSAyLjQgMS44IDQuNyAzLjYgNy4xIDUuNS02LjItNC45LTExLjctMTAuNC0xNi41LTE2LjUgMS44IDIuNCAzLjYgNC43IDUuNSA3LjEtNS02LjUtOS4xLTEzLjUtMTIuMy0yMS4xIDEuMiAyLjggMi40IDUuNiAzLjUgOC40LTMtNy40LTUuMS0xNS4xLTYuMi0yMyAuNCAzLjEuOCA2LjIgMS4zIDkuMy0xLjEtOC40LTEuMS0xNi44IDAtMjUuMi0uNCAzLjEtLjggNi4yLTEuMyA5LjMgMS4yLTcuOSAzLjItMTUuNiA2LjItMjMtMS4yIDIuOC0yLjQgNS42LTMuNSA4LjQgMy4yLTcuNiA3LjMtMTQuNiAxMi4zLTIxLjEtMS44IDIuNC0zLjYgNC43LTUuNSA3LjEgNS45LTcuNCAxMi45LTEzLjkgMTkuNS0yMC42bDM0LjctMzQuNyAxMDUtMTA1IDk3LjMtOTcuMyA0OC4zLTQ4LjMgODAuOC04MC44IDMuOS0zLjljOC4zLTguMyAxMy4yLTIyLjYgOS0zNC4xLTUuNy0xNS40LTkuNy0zMS40LTExLjktNDcuNi40IDMuMS44IDYuMiAxLjMgOS4zLTIuNy0yMC4xLTIuNy00MC41IDAtNjAuNi0uNCAzLjEtLjggNi4yLTEuMyA5LjMgMi43LTE5LjMgNy44LTM4LjEgMTUuMy01Ni0xLjIgMi44LTIuNCA1LjYtMy41IDguNCA3LjYtMTcuOSAxNy40LTM0LjYgMjkuMi01MC0xLjggMi40LTMuNiA0LjctNS41IDcuMSAxMS44LTE1LjEgMjUuMy0yOC42IDQwLjUtNDAuNC0yLjQgMS44LTQuNyAzLjYtNy4xIDUuNSAxNS4zLTExLjcgMzEuOS0yMS40IDQ5LjYtMjguOS0yLjggMS4yLTUuNiAyLjQtOC40IDMuNSAxOC4zLTcuNiAzNy40LTEyLjggNTctMTUuNC0zLjEuNC02LjIuOC05LjMgMS4zIDE5LjUtMi41IDM5LjItMi41IDU4LjcgMC0zLjEtLjQtNi4yLS44LTkuMy0xLjMgOC4zIDEuMSAxNyAyLjIgMjQuOSA0LjgtMi44LTEuMi01LjYtMi40LTguNC0zLjUuNy4zIDEuMy43IDEuOSAxLjItMi40LTEuOC00LjctMy42LTcuMS01LjVsLjguOGMtMS44LTIuNC0zLjYtNC43LTUuNS03LjEuNS42LjkgMS4yIDEuMSAxLjgtMS4yLTIuOC0yLjQtNS42LTMuNS04LjQuMy43LjUgMS4zLjYgMi4xLS40LTMuMS0uOC02LjItMS4zLTkuMy4xLjcuMSAxLjQgMCAyLjIuNC0zLjEuOC02LjIgMS4zLTkuMy0uMS43LS4zIDEuNC0uNyAyLjEgMS4yLTIuOCAyLjQtNS42IDMuNS04LjQtLjIuMy0uNC43LS42IDEgMS44LTIuNCAzLjYtNC43IDUuNS03LjEtNi43IDcuOS0xNC43IDE0LjgtMjIgMjIuMS0xNC4zIDE0LjMtMjguNiAyOC42LTQyLjkgNDNsLTMwLjkgMzAuOWMtMjIuNiAyMi42LTM3LjEgNTAuNy00MS40IDgyLjQtMi42IDE5LjMtMS40IDM5LjIgNC4zIDU3LjkgNS45IDE5LjMgMTUuNSAzNS45IDI4LjIgNTEuMyAyMy41IDI4LjYgNTguOCA0NC4yIDk1IDQ3LjggMzkuOCA0IDgwLjgtMTIuNSAxMDktNDAuNCA3LjctNy42IDE1LjMtMTUuMyAyMy0yM2w3Mi43LTcyLjdjLjgtLjggMS41LTEuNSAyLjQtMi4yLTIuNCAxLjgtNC43IDMuNi03LjEgNS41LjMtLjIuNy0uNCAxLS42LTIuOCAxLjItNS42IDIuNC04LjQgMy41LjctLjMgMS40LS42IDIuMS0uNy0zLjEuNC02LjIuOC05LjMgMS4zLjctLjEgMS40LS4xIDIuMiAwLTMuMS0uNC02LjItLjgtOS4zLTEuMy43LjEgMS40LjMgMi4xLjYtMi44LTEuMi01LjYtMi40LTguNC0zLjUuNy4zIDEuMy43IDEuOCAxLjEtMi40LTEuOC00LjctMy42LTcuMS01LjVsLjguOGMtMS44LTIuNC0zLjYtNC43LTUuNS03LjEuNS42LjkgMS4yIDEuMiAxLjktMS4yLTIuOC0yLjQtNS42LTMuNS04LjQgMi42IDcuOSAzLjcgMTYuNyA0LjggMjQuOS0uNC0zLjEtLjgtNi4yLTEuMy05LjMgMi41IDE5LjUgMi41IDM5LjIgMCA1OC43LjQtMy4xLjgtNi4yIDEuMy05LjMtMi43IDE5LjYtNy44IDM4LjgtMTUuNCA1NyAxLjItMi44IDIuNC01LjYgMy41LTguNC03LjUgMTcuNy0xNy4yIDM0LjMtMjguOSA0OS42IDEuOC0yLjQgMy42LTQuNyA1LjUtNy4xLTUuOSA3LjUtMTIuMyAxNC43LTE5LjEgMjEuNi0xMi45IDEzLTE0IDM2LjcgMCA0OS41IDEzLjkgMTIuOCAzNS43IDEzLjkgNDkuNSAwIDYyLjMtNjIuNyA5MC4zLTE1Ny4xIDY4LjMtMjQzLjQtNi0yMy4zLTMwLjUtMzguNS01My45LTMwLjgtNy4zIDIuNC0xMy41IDYuNS0xOC44IDExLjhsLTE0LjQgMTQuNC01MC4zIDUwLjNjLTEzLjIgMTMuMi0yNiAyNy45LTQwLjcgMzkuNSAyLjQtMS44IDQuNy0zLjYgNy4xLTUuNS03LjIgNS41LTE0LjkgMTAuMS0yMy4yIDEzLjcgMi44LTEuMiA1LjYtMi40IDguNC0zLjUtOC44IDMuNy0xNy45IDYuMi0yNy40IDcuNSAzLjEtLjQgNi4yLS44IDkuMy0xLjMtOSAxLjEtMTguMSAxLjEtMjcuMSAwIDMuMS40IDYuMi44IDkuMyAxLjMtOS40LTEuMy0xOC41LTMuOC0yNy4yLTcuNCAyLjggMS4yIDUuNiAyLjQgOC40IDMuNS04LjQtMy42LTE2LjItOC4yLTIzLjQtMTMuOCAyLjQgMS44IDQuNyAzLjYgNy4xIDUuNS02LjctNS4zLTEyLjgtMTEuNC0xOC4xLTE4LjEgMS44IDIuNCAzLjYgNC43IDUuNSA3LjEtNS42LTcuMi0xMC4yLTE1LTEzLjgtMjMuNCAxLjIgMi44IDIuNCA1LjYgMy41IDguNC0zLjYtOC44LTYuMS0xNy45LTcuNC0yNy4yLjQgMy4xLjggNi4yIDEuMyA5LjMtMS4xLTktMS4xLTE4LjEgMC0yNy4xLS40IDMuMS0uOCA2LjItMS4zIDkuMyAxLjMtOS40IDMuOC0xOC42IDcuNS0yNy40LTEuMiAyLjgtMi40IDUuNi0zLjUgOC40IDMuNi04LjMgOC4yLTE2IDEzLjctMjMuMi0xLjggMi40LTMuNiA0LjctNS41IDcuMSA2LjQtOC4xIDE0LTE1LjEgMjEuMy0yMi40bDM0LjgtMzQuOCAzNS40LTM1LjRjOS42LTkuNiAyMS4yLTE5LjEgMjUuMS0zMi42IDUuMi0xOC4yLTIuOC0zNy44LTE4LjctNDcuNy03LjctNC44LTE3LTYuMy0yNS44LTcuOS0xNi4yLTIuOC0zMi43LTQuNy00OS4xLTQuNS0zMC4yLjItNjEuMSA1LjYtODkuMiAxNi42LTMxLjcgMTIuNC02MC4yIDI5LjYtODUuMyA1Mi44LTIyLjYgMjAuOS00MS45IDQ2LjUtNTUuMiA3NC4zLTI3LjYgNTYuNC0zNC42IDEyMS4yLTE4LjEgMTgyLjEgMS44IDYuNSAzLjggMTIuOSA2LjIgMTkuMiAzLTExLjQgNi0yMi43IDktMzQuMWwtODQuNiA4NC42Yy0xOSAxOC45LTM3LjkgMzcuOS01Ni45IDU2LjhMMjE5IDYxMi45QzE4NCA2NDguMSAxNDkgNjgzIDExNC4xIDcxOGMtNi43IDYuNy0xMy40IDEzLjMtMjAgMjAtMTcuNCAxNy42LTMwLjggNDAuOC0zNSA2NS40LTUuNCAzMS4yLTEuMSA2My4yIDE1LjUgOTAuNiAyOS40IDQ4LjcgODkuNyA3My4xIDE0NC43IDU3LjMgMjQuNC03LjEgNDQuMi0yMS40IDYxLjgtMzkuMWw4OC43LTg4LjcgMTIxLjQtMTIxLjQgNjAuMi02MC4yIDg5LjQtODkuNCAxNS41LTE1LjVjLTExLjQgMy0yMi43IDYtMzQuMSA5IDcwLjYgMjYgMTUyLjIgMTggMjE3LTE5LjcgMTkuMS0xMS4xIDM3LTI1IDUyLjYtNDAuNiAxMy0xMi45IDEzLjktMzYuNyAwLTQ5LjUtMTMuOS0xMi45LTM1LjUtMTMuOC00OS40IDB6Jy8+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-yes:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-yes:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-yes:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-yes:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-yes:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-yes:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-yes:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-yes:before,
i.icon-yes {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNDkuOCAyODAuNSc+PGxpbmVhckdyYWRpZW50IGlkPSdhJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMjgyKScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPSc3NC44OScgeDI9JzI0OS44MicgeTE9JzE0MS43NDUnIHkyPScxNDEuNzQ1Jz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyM4YmI2MDAnLz48c3RvcCBvZmZzZXQ9Jy4wNCcgc3RvcC1jb2xvcj0nIzkxYzEwMCcvPjxzdG9wIG9mZnNldD0nLjEyJyBzdG9wLWNvbG9yPScjOWVkNjAwJy8+PHN0b3Agb2Zmc2V0PScuMTcnIHN0b3AtY29sb3I9JyNhMmRlMDAnLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9J00wIDBoNzQuOXYyODAuNEgweicgZmlsbD0nI2EyZGUwMCcvPjxwYXRoIGQ9J003NC45IDE5NS45bDc3LjYgODQuNmg5Ny4zTDEzMy42IDE1Ny42Yy40IDAgMTExLTE1Ny42IDExMS0xNTcuNmgtODMuM0w3NC45IDEyNy45eicgZmlsbD0ndXJsKCNhKScvPjwvc3ZnPg==);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-adwords:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-facebook:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-none:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-other:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-print:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-radio:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-seo:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-tv:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-adwords:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-facebook:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-none:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-other:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-print:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-radio:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-seo:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-tv:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-adwords:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-facebook:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-none:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-other:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-print:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-radio:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-seo:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-tv:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-adwords:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-facebook:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-none:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-other:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-print:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-radio:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-seo:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-tv:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-adwords:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-facebook:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-none:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-other:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-print:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-radio:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-seo:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-tv:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-adwords:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-facebook:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-none:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-other:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-print:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-radio:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-seo:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-tv:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-adwords:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-facebook:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-none:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-other:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-print:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-radio:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-seo:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-tv:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-adwords:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-facebook:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-none:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-other:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-print:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-radio:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-seo:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-tv:before,
i.icon-adwords,
i.icon-facebook,
i.icon-none,
i.icon-other,
i.icon-print,
i.icon-radio,
i.icon-seo,
i.icon-tv {
  display: block;
  height: 70px;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-facebook:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-facebook:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-facebook:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-facebook:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-facebook:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-facebook:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-facebook:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-facebook:before,
i.icon-facebook {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTEyIDUxMC41MycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjU2IDBDMTE0LjYyIDAgMCAxMTQuNjIgMCAyNTZjMCAxMzAuNTUgOTcuNzIgMjM4LjI2IDIyNCAyNTRWMzM2aC02NHYtODBoNjR2LTY0YTk2IDk2IDAgMDE5Ni05Nmg2NHY4MGgtMzJjLTE3LjY2IDAtMzItMS42Ni0zMiAxNnY2NGg4MGwtMzIgODBoLTQ4djE2Ny45M0M0MzAuNDEgNDc1LjUyIDUxMiAzNzUuMjkgNTEyIDI1NiA1MTIgMTE0LjYyIDM5Ny4zOCAwIDI1NiAweicgZmlsbD0nIzE5NzZkMicvPjxnIGZpbGw9JyNmZmYnPjxwYXRoIGQ9J00zNTQuNzkgMTkuNzdsLTIuMzgtMXpNMzg2LjY2IDM1LjgzbC4xMS0uMWEyNTQuMyAyNTQuMyAwIDAwLTMwLjU0LTE1LjM2IDI1Ni4zMiAyNTYuMzIgMCAwMTMwLjQzIDE1LjQ2ek0zMjAgNTAzLjkzVjMzNmg0OGwzMi04MGgtODB2LTY0YzAtMTcuNjYgMTQuMzQtMTYgMzItMTZoMzJWOTZoLTY0YTk2IDk2IDAgMDAtOTYgOTZ2NjRoLTY0djgwaDY0djE3NHM2Mi4xOSAzLjIgOTYtNi4wN3pNMTQ5LjI5IDQ4OC43NGwtLjctLjMzek0xNTUuODQgNDkxLjY0Yy0uOS0uMzgtMS44LS43OC0yLjctMS4xOC44Ni40IDEuOC44IDIuNyAxLjE4eicvPjwvZz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-adwords:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-adwords:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-adwords:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-adwords:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-adwords:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-adwords:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-adwords:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-adwords:before,
i.icon-adwords {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDk1LjM4IDQ1Mi42MicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTY4LjU4IDU2Ljk5YzQuNzktMTIuNTcgMTEuMzctMjQuMTQgMjEuMTQtMzMuNTJDMjI4LjgzLTE0LjYzIDI5My40Ny01LjA2IDMyMCA0Mi44M2MxOS45NSAzNi4zMSA0MS4xIDcxLjgyIDYxLjY1IDEwNy43MyAzNC4zMSA1OS42NSA2OSAxMTkuMyAxMDIuOTQgMTc5LjE1IDI4LjUzIDUwLjA4LTIuMzkgMTEzLjMyLTU5IDEyMS45LTM0LjcyIDUuMTktNjcuMjQtMTAuNzgtODUuMTktNDEuOXEtNDUuMi03OC43LTkwLjU4LTE1Ny4yMWExNy44MyAxNy44MyAwIDAwLTIuMTktMy4xOWMtMy4xOS0yLjU5LTQuNTktNi4zOC02LjU4LTkuNzctMTMuMzctMjMuNTUtMjcuMTQtNDYuODktNDAuNS03MC4yMy04LjU4LTE1LjE2LTE3LjU2LTMwLjEyLTI2LjE0LTQ1LjI5YTgyLjYgODIuNiAwIDAxLTExLTQzLjg5Yy42LTggMS42LTE2IDUuMTktMjMuMTQnIGZpbGw9JyMzYzhiZDknLz48cGF0aCBkPSdNMTY4LjU4IDU2Ljk5YTExNC4zOCAxMTQuMzggMCAwMC0zLjc5IDIxLjk1IDg2LjE2IDg2LjE2IDAgMDAxMiA0Ni44OHEzMi45IDU2LjU3IDY1LjYgMTEzLjQ5YzIgMy4zOSAzLjU5IDYuNzggNS41OSAxMC0xMiAyMC43NS0yMy45NCA0MS4zLTM2LjExIDYyLjA1LTE2Ljc2IDI4Ljk1LTMzLjUyIDU4LjA1LTUwLjQ4IDg2Ljk1LS43OSAwLTEtLjQtMS4xOS0xLS4yLTEuNTkuNC0zIC44LTQuNTkgOC4xOC0yOS45MiAxLjM5LTU2LjQ2LTE5LjE2LTc5LjItMTIuNTctMTMuNzYtMjguNTMtMjEuNTQtNDYuODgtMjQuMTQtMjMuOTQtMy4zOS00NS4wOSAyLjc5LTY0IDE3Ljc2LTMuMzkgMi41OS01LjU5IDYuMzgtOS41OCA4LjM4YTEuMzMgMS4zMyAwIDAxLTEuMzktMWM5LjU3LTE2LjU2IDE5LTMzLjEyIDI4LjUzLTQ5LjY4cTU5LjE3LTEwMi45MSAxMTguNjYtMjA1LjY2Yy40LS43OSAxLTEuMzkgMS40LTIuMTknIGZpbGw9JyNmYWJjMDQnLz48cGF0aCBkPSdNMjAuNzUgMzE1LjE1YzMuNzktMy4zOSA3LjM4LTcgMTEuMzctMTAuMTggNDguNDgtMzguMyAxMjEuMjktMTAuNTcgMTMxLjg3IDUwLjA4IDIuNTkgMTQuNTYgMS4yIDI4LjUzLTMuMTkgNDIuNDlhMjAuNTcgMjAuNTcgMCAwMS0uOCAzLjM5Yy0xLjggMy4yLTMuMzkgNi41OS01LjM5IDkuNzgtMTcuNzUgMjkuMzMtNDMuODkgNDMuODktNzguMiA0MS43LTM5LjMxLTIuOC03MC4yMy0zMi4zMi03NS42Mi03MS40M2E3OS44IDc5LjggMCAwMTExLTUzLjA2YzItMy42IDQuMzktNi43OSA2LjU4LTEwLjM4IDEtLjguNi0yLjM5IDIuNC0yLjM5JyBmaWxsPScjMzRhODUyJy8+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-seo:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-seo:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-seo:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-seo:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-seo:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-seo:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-seo:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-seo:before,
i.icon-seo {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDggNDgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGNsaXBQYXRoIGlkPSdhJz48cGF0aCBkPSdNNDQuNSAyMEgyNHY4LjVoMTEuOEMzNC43IDMzLjkgMzAuMSAzNyAyNCAzN2MtNy4yIDAtMTMtNS44LTEzLTEzczUuOC0xMyAxMy0xM2MzLjEgMCA1LjkgMS4xIDguMSAyLjlsNi40LTYuNEMzNC42IDQuMSAyOS42IDIgMjQgMiAxMS44IDIgMiAxMS44IDIgMjRzOS44IDIyIDIyIDIyYzExIDAgMjEtOCAyMS0yMiAwLTEuMy0uMi0yLjctLjUtNHonLz48L2NsaXBQYXRoPjxwYXRoIGNsaXAtcGF0aD0ndXJsKCNhKScgZD0nTTAgMzdWMTFsMTcgMTN6JyBmaWxsPScjZmJiYzA1Jy8+PHBhdGggY2xpcC1wYXRoPSd1cmwoI2EpJyBkPSdNMCAxMWwxNyAxMyA3LTYuMUw0OCAxNFYwSDB6JyBmaWxsPScjZWE0MzM1Jy8+PHBhdGggY2xpcC1wYXRoPSd1cmwoI2EpJyBkPSdNMCAzN2wzMC0yMyA3LjkgMUw0OCAwdjQ4SDB6JyBmaWxsPScjMzRhODUzJy8+PHBhdGggY2xpcC1wYXRoPSd1cmwoI2EpJyBkPSdNNDggNDhMMTcgMjRsLTQtMyAzNS0xMHonIGZpbGw9JyM0Mjg1ZjQnLz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-tv:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-tv:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-tv:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-tv:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-tv:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-tv:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-tv:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-tv:before,
i.icon-tv {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDUyLjg5IDM4NS43NCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBmaWxsPScjZWE0MjM2Jz48cGF0aCBkPSdNMzk1LjYgMEg1Ny4zQTU3LjQ3IDU3LjQ3IDAgMDAwIDU3LjI5djIxNy44NmE1Ny40NyA1Ny40NyAwIDAwNTcuMyA1Ny4zaDMzOC4zYTU3LjQ3IDU3LjQ3IDAgMDA1Ny4yOS01Ny4zVjU3LjI5QTU3LjQ2IDU3LjQ2IDAgMDAzOTUuNiAwem0yMC40NCAyNzUuMTVhMjAuNzEgMjAuNzEgMCAwMS0yMC40NCAyMC40NEg1Ny4zYTIwLjcxIDIwLjcxIDAgMDEtMjAuNDQtMjAuNDRWNTcuMjlBMjAuNzEgMjAuNzEgMCAwMTU3LjMgMzYuODVoMzM4LjNhMjAuNzEgMjAuNzEgMCAwMTIwLjQ0IDIwLjQ0eicvPjxwYXRoIGQ9J00xOTkuNTIgMTE3Ljc1aC04OC4wN2ExMiAxMiAwIDAwLTEyIDEydjJhMTIgMTIgMCAwMDEyIDEyaDMxdjc0LjM3YTEyIDEyIDAgMDAxMiAxMmgyLjA2YTEyIDEyIDAgMDAxMi0xMnYtNzQuMzdoMzFhMTIgMTIgMCAwMDEyLTEydi0yYTEyIDEyIDAgMDAtMTEuOTktMTJ6TTM0OC44MSAzNTQuNzVIMTAwLjQyYy02LjYgMC0xMiA2LjQxLTEyIDE0LjI1djIuNDVjMCA3Ljg0IDUuNCAxNC4yNiAxMiAxNC4yNmgyNDguMzljNi42IDAgMTItNi40MiAxMi0xNC4yNlYzNjljMC03LjgxLTUuNC0xNC4yNS0xMi0xNC4yNXpNMzQyLjAxIDEyNS4wOWwtMS43OC0xYTEyIDEyIDAgMDAtMTYuNCA0LjM5bC0zNi4zMSA2Mi45MS0zNi45LTYzLjkxYTEyIDEyIDAgMDAtMTAuNDMtNiAxMS45IDExLjkgMCAwMC02IDEuNmwtMS43OSAxYTEyIDEyIDAgMDAtNC4zOSAxNi4zOWw0OC4zMyA4My43MWExMy41NSAxMy41NSAwIDAwMjIuNDItLjI0bDQ3LjYxLTgyLjQ3YTEyIDEyIDAgMDAtNC4zNi0xNi4zOHonLz48L2c+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-radio:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-radio:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-radio:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-radio:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-radio:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-radio:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-radio:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-radio:before,
i.icon-radio {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzExLjQ2IDQxOS43NCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBmaWxsPScjOTEzY2Q5Jz48cmVjdCBoZWlnaHQ9JzIwMy45Nicgcng9JzUyLjA2JyB3aWR0aD0nMTA0LjEyJyB4PScxMDMuNjcnLz48cGF0aCBkPSdNMzExLjQ2IDE2Mi4yNHYtNy4wOWEyNS41MiAyNS41MiAwIDAwLTUxIDB2Ny4wOWExMDQuNzEgMTA0LjcxIDAgMDEtMjA5LjQxIDB2LTcuMDlhMjUuNTEgMjUuNTEgMCAxMC01MSAwdjcuMDljMCA3OC4yIDU3LjkzIDE0My4xMSAxMzMuMTMgMTU0LjA5djU0LjIxSDcwLjMyYTI0LjYgMjQuNiAwIDAwMCA0OS4yaDE3NC44MWEyNC42IDI0LjYgMCAwMDAtNDkuMmgtNjIuOHYtNTQuODVjNzMuMjQtMTIuNjYgMTI5LjEzLTc2LjY1IDEyOS4xMy0xNTMuNDV6Jy8+PC9nPjwvc3ZnPg==);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-print:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-print:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-print:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-print:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-print:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-print:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-print:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-print:before,
i.icon-print {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTEyIDUwMS4zMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNTAzLjQ3IDMxNC4zOXYtOC40OWwtOC41NC04LjUtNjAuMzctNDIuNDcgMTMuNDQtMzR2LTE4LjI3aC0xMi44bDEyLjgtMTUuNzMtMTIuOC0yNS41TDExMSAwczguNTMgMjUuNSA4LjUzIDQyLjQ5LTguNTMgMzQtOC41MyAzNEwxNy4wNiAyNDYuNDFTMCAyNzEuOTIgMCAzMDUuODlzMTcuMDYgNDIuNDggMTcuMDYgNDIuNDhsMzA3LjIxIDE1Mi45NEw1MTIgMzE0LjM5em0tMTMxLjItMTM3LjIyYzE3LjI5IDkuODEgNC44MyAyNi44OSA0LjgzIDI2Ljg5bC0xMS41LTYuODhzMi40NS0zLjktMy41OC04LjEtMTAuMzkgMy4zNi0xMC4zOSAzLjM2LTQuMzYgNi45MyAyLjkyIDE0LjQ3YzUuMjMgNS40NSAxNi43NyAxNy42OSA4IDI4LjgyLTguNDQgMTAuNzItMjIuNDMgMjAuNjYtNDAuNDkgMTEtMTQuNjYtNy44Ni02LTI4LjQ4LTYtMjguNDhsMTEuMzMgNi41OGE0LjY5IDQuNjkgMCAwMDIuMjYgNi4zNGM0LjI4IDIuNDMgMTIuMjIgMi4wOCAxNS44OS0zLjIyczMtNy41LTIuODUtMTQuNzYtMTUuMjgtMTkuMjEtNC42NC0zMS4zNmMxMC45MS0xMi40MSAxOS44NC0xMi43OSAzNC4yMS00LjYzem0tMTc5LjgxIDUxLjM2bDcuNjQtMTUuMjEgMTM2LjUyIDY4LTcuNjIgMTUuMTd6bTEyNy4xIDg2Ljc2bC03LjY0IDE1LjIyLTEzNi41My02OCA3LjYxLTE1LjJ6bS0zOC4wNi0xODRsLTIwLjU3IDQzLjI3IDM1Ljg1LTM1LjU1IDEzLjQzIDYuOEwyOTEgMTkwLjM4bDM0LTM3LjA5IDE4LjA5IDkuMTUtNTkuMTkgNjMuODMtMjMuMDctMTIuMzcgMTQuODgtMzMuODMtMjkuMzkgMjYuMDYtMTguMzItOS44MiAzMy43Mi03NXptLTI1LjYtMTIuOTNsLTkuMDYgMTUuNTYtMjEuMTgtMTEuNzUtNi41IDExLjIgMjAuNjcgMTEuMjItMTAuMzYgMTguMTEtMTkuNjUtMTEuMjYtNS42MyA5Ljg2IDIwLjY3IDExLjkzLTkuNTYgMTYuMjUtNDAuNzMtMjEuODIgNDMtNjguNjZ6TTE1NC4wOCA2Ni44OWwxNi4xOCA4LjE4LS41NCA0NC40NSAxOC43OC0zNS4yMyAyMy4zNiAxMS43OC00Mi42MSA2OC43Ni0xNy4zNy05LjMxLS40OC00MC45My0xOS4zMyAzMC4zMS0yMS41NS0xMS41NnptLTYwLjIgOTQuNTZsODUuMzMgNDIuNDgtNDIuNjYgNzYuNDctODUuMzMtNDIuNDl6bTE3NS4zOCAyNzkuNDlMMzAuMzMgMzIyLjAxIDM4IDMwNi43OGwyMzguOTIgMTE5em04LjUzLTQyLjQ5bC0yMzguOTEtMTE5IDcuNjItMTUuMjEgMjM4LjkzIDExOXptLTExOS40Ni0xMDJsNy42My0xNS4yIDEzNi41NCA2OC03LjYzIDE1LjIxem0zMzYuNiAxNy45djVMMzIyLjg4IDQ5MC42NmMtOC40NC01LjM4LTI0LjIzLTE3LjMzLTI0LjIzLTMxLjgyIDAtMTQuNjkgOC41MS00Mi40NCA4LjU0LTQyLjQ2bDExOS40Ni0yMzcuOSA3Ljg1IDcuODMtNyAxMy44NC02LjE2IDEzLjJoMTUuOTV2NS41Mkw0MjcgMjUxLjAzbC0zLjQzIDYuNTcgNi4wOCA0LjI3IDEgLjY3LTkuNTUgMTguMzMgNTIuMDkgMjUuOTQtNy42NCAxNS4yMi01Mi4zLTI2LjA1LTkuNzYgMTguNjhMNDM5IDMzMi4zMmwtNy42NCAxNS4yLTM1Ljc2LTE3LjgtOS43IDE4LjY0IDE5IDkuNDUtNy42NCAxNS4yLTE5LjI2LTkuNTYtMTEuNDUgMjIgMTIuNjcgNi4zLTcuNjQgMTUuMjItMTIuOTItNi40NC0yNS44OSA0OS44M3Y4LjQ5bDE1Ni0xNTUuMzIuNjEuNDMgNS41MiA1LjQ5djV6JyBmaWxsPScjMTA1OWE4Jy8+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-other:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-other:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-other:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-other:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-other:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-other:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-other:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-other:before,
i.icon-other {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAgMjAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nI2YyZDIwMCc+PHBhdGggZD0nTTIwIDE1YTEgMSAwIDAxLTEgMUgxYTEgMSAwIDAxMC0yIDEgMSAwIDAwMS0xVjguMjlBOC4yMiA4LjIyIDAgMDE5Ljc1IDAgOCA4IDAgMDExOCA3Ljc1VjEzYTEgMSAwIDAwMSAxIDEgMSAwIDAxMSAxek0xMSAyMEg5YTEgMSAwIDAxMC0yaDJhMSAxIDAgMDEwIDJ6Jy8+PC9nPjwvc3ZnPg==);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-none:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-none:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-none:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-none:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-none:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-none:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-none:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-none:before,
i.icon-none {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTEyIDUxMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjU2IDUxMmMxNDEuMTYgMCAyNTYtMTE0Ljg0IDI1Ni0yNTZTMzk3LjE2IDAgMjU2IDAgMCAxMTQuODQgMCAyNTZzMTE0Ljg0IDI1NiAyNTYgMjU2em0wLTQ0OGMxMDUuODYgMCAxOTIgODYuMTQgMTkyIDE5MmExODkuNTYgMTg5LjU2IDAgMDEtMzUuNTQgMTExLjJMMTQ0LjggOTkuNTRBMTg5LjU2IDE4OS41NiAwIDAxMjU2IDY0ek05OS41NCAxNDQuOEwzNjcuMiA0MTIuNDZBMTg5LjU2IDE4OS41NiAwIDAxMjU2IDQ0OGMtMTA1Ljg2IDAtMTkyLTg2LjE0LTE5Mi0xOTJhMTg5LjU2IDE4OS41NiAwIDAxMzUuNTQtMTExLjJ6JyBmaWxsPScjODE4MTgwJy8+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-checkmark:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-checkmark:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-checkmark:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-checkmark:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]:checked
  + label:before,
i.icon-checkmark {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzE1LjI3IDI0MS4xMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMzA1LjMgOS45N2EzNC4zMiAzNC4zMiAwIDAwLTQ4LjM4IDBMMTA4LjMgMTU4LjU5bC00OS45NC00OS45NGEzNC4zMiAzNC4zMiAwIDAwLTQ4LjM4IDAgMzQuMyAzNC4zIDAgMDAwIDQ4LjM4bDc0LjEgNzQuMWEzNC4zOCAzNC4zOCAwIDAwNDguNDQgMEwzMDUuMyA1OC4zNWEzNC4zMiAzNC4zMiAwIDAwMC00OC4zOHonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-chevron:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-chevron:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-chevron:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-chevron:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-chevron:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-chevron:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-chevron:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-chevron:before,
i.icon-chevron {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjE5LjQ4IDM4MC43OCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjEwLjkzIDMzMC43Nkw3MC41NiAxOTAuNDEgMjEwLjkzIDUwLjAyYTI5LjQxIDI5LjQxIDAgMDAwLTQxLjQ2IDI5LjQgMjkuNCAwIDAwLTQxLjQ3IDBMOC41NSAxNjkuNDdhMjkuODggMjkuODggMCAwMDAgNDEuODVsMTYwLjkxIDE2MC45MWEyOS40MiAyOS40MiAwIDAwNDEuNDcgMCAyOS40MiAyOS40MiAwIDAwMC00MS40N3onIGZpbGw9JyM5YjlhOWInLz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-infusionsoft:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-infusionsoft:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-infusionsoft:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-infusionsoft:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-infusionsoft:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-infusionsoft:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-infusionsoft:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-infusionsoft:before,
i.icon-infusionsoft {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDMuNzMgNzIuODgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PG1hc2sgaWQ9J2EnIGhlaWdodD0nNzIuODgnIG1hc2tVbml0cz0ndXNlclNwYWNlT25Vc2UnIHdpZHRoPSc0My43MycgeD0nMCcgeT0nMCc+PHBhdGggZD0nTTIwLjMgMjkuMzlsNDMuNzMgMTQuNTd2MzQuMDFMMjAuMyA2My40eicgZmlsbD0nI2ZmZicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLTIwLjMgLTUuMDkpJy8+PC9tYXNrPjxwYXRoIGQ9J00wIDI0LjNMMzguODcgMHYzNC4wMUwwIDU4LjMxeicgZmlsbD0nIzcwYmYzZCcvPjxwYXRoIGQ9J00wIDI0LjNsNDMuNzMgMTQuNTd2MzQuMDFMMCA1OC4zMXonIGZpbGw9JyM5Yjk2OTQnLz48ZyBtYXNrPSd1cmwoI2EpJz48cGF0aCBkPSdNMCAyNC4zTDM4Ljg3IDB2MzQuMDFMMCA1OC4zMXonIGZpbGw9JyM2NzgzNTYnLz48L2c+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-activecampaign:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-activecampaign:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-activecampaign:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-activecampaign:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-activecampaign:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-activecampaign:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-activecampaign:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-activecampaign:before,
i.icon-activecampaign {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjQuNjcgMzcuMjgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nIzM1NmFlNic+PHBhdGggZD0nTTIzLjMyIDE2LjJDMjIuOCAxNS43NSAxLjQyLjgzLjQ1LjJsLS4zLS4yM3YzLjcxYzAgMS4yLjYgMS41NyAxLjM1IDIuMTdsLjE1LjA4QzIuNyA2LjY4IDE3LjkyIDE3LjI1IDIwIDE4LjY4IDE4IDIwLjEgMi41MiAzMC44MyAxLjU1IDMxLjQzYTIuMTcgMi4xNyAwIDAwLTEuMjggMi4zMnYzLjUzUzIzIDIxLjQ1IDIzLjQgMjEuMDhhMi44NCAyLjg0IDAgMDAxLjI3LTIuMzN2LS40NWEyLjYxIDIuNjEgMCAwMC0xLjM1LTIuMXonLz48cGF0aCBkPSdNMTAgMjAuMzNhMyAzIDAgMDAxLjc4LS43MmwxLjQyLTEgLjIzLS4xNS0uMjMtLjE1Yy0uMDgtLjA4LTEwLTctMTEuMS03LjY1YTEuMjkgMS4yOSAwIDAwLTEuNDItLjIzQTEuMzMgMS4zMyAwIDAwMCAxMS43djIuMzNsLjA4LjA3Yy4wNy4wOCA2LjkgNC44IDguMjUgNS43YTMgMyAwIDAwMS42NS41M3onLz48L2c+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-shopify:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-shopify:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-shopify:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-shopify:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-shopify:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-shopify:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-shopify:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-shopify:before,
i.icon-shopify {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTIuOTUgNjAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTQ2LjM4IDExLjU1YS42LjYgMCAwMC0uNTMtLjQ5TDQxLjM2IDExbC0zLjkyLTMuODRBMS40NyAxLjQ3IDAgMDAzNi4xMyA3bC0xLjguNTZhMTIuMTkgMTIuMTkgMCAwMC0uODYtMi4xMUMzMi4yIDMgMzAuMzQgMS43MyAyOC4wOSAxLjcyaC0uNDdjLS4xNiAwLS4xMy0uMTYtLjItLjIzQTQuNzQgNC43NCAwIDAwMjMuNjYgMGMtMi45LjA5LTUuOCAyLjE5LTguMTQgNS45MWEyMy4zOCAyMy4zOCAwIDAwLTMuMjcgOC40N2wtNS43MiAxLjc4Yy0xLjY5LjUzLTEuNzQuNTgtMiAyLjE3QzQuNDEgMTkuNTMgMCA1My42MSAwIDUzLjYxTDM2Ljk0IDYwbDE2LTRzLTYuNTItNDQuMTQtNi41Ni00NC40NXptLTEzLjktMy40M0wyOS42MSA5YTE1Ljc0IDE1Ljc0IDAgMDAtLjg4LTUuMjljMi4yMS40MyAzLjI3IDIuOTIgMy43NSA0LjQxem0tNC44IDEuNDlsLTYuMTcgMS45MWExNC42MyAxNC42MyAwIDAxMy4xMi02QTYuMzEgNi4zMSAwIDAxMjYuNzIgNGExMy43NiAxMy43NiAwIDAxLjk2IDUuNjF6bS00LTcuNjdhMyAzIDAgMDExLjc1LjQ1IDguNjEgOC42MSAwIDAwLTIuMjYgMS43NiAxNyAxNyAwIDAwLTMuODIgOGwtNS4wNyAxLjU3YzEuMDQtNC42NSA0Ljk2LTExLjY1IDkuNDQtMTEuNzh6JyBmaWxsPScjOTViZjQ3Jy8+PHBhdGggZD0nTTQ1Ljg1IDExLjA3Yy0uMjIgMC00LjQ5LS4wOS00LjQ5LS4wOWwtMy45Mi0zLjgyYS44OS44OSAwIDAwLS41LS4yM1Y2MGwxNi00cy02LjUzLTQ0LjE2LTYuNTctNDQuNDZhLjU3LjU3IDAgMDAtLjUyLS40N3onIGZpbGw9JyM1ZThlM2UnLz48cGF0aCBkPSdNMjguMDcgMTkuM2wtMS44NiA3YTEwLjY4IDEwLjY4IDAgMDAtNC41NC0uNzljLTMuNi4yMy0zLjY0IDIuNTEtMy42IDMuMDguMTkgMy4xMSA4LjM4IDMuNzkgOC44NCAxMS4wOC4zNiA1LjczLTMgOS42NS03Ljk1IDEwYTExLjkxIDExLjkxIDAgMDEtOS4xMi0zLjFsMS4yNS01LjNzMy4yNiAyLjQ2IDUuODcgMi4yOUEyLjMxIDIuMzEgMCAwMDE5LjIxIDQxYy0uMjYtNC4wNi02LjkyLTMuODItNy4zNC0xMC40OS0uMzYtNS42MSAzLjMzLTExLjMgMTEuNDYtMTEuODFhMTAgMTAgMCAwMTQuNzQuNnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-youtube:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-youtube:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-youtube:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-youtube:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-youtube:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-youtube:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-youtube:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-youtube:before,
i.icon-youtube {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMDI0IDcyMSc+PHBhdGggZmlsbD0nI0ZGRicgZD0nTTQwNyA0OTNsMjc2LTE0My0yNzYtMTQ0djI4N3onLz48cGF0aCBvcGFjaXR5PScuMTInIGZpbGw9JyM0MjAwMDAnIGQ9J000MDcgMjA2bDI0MiAxNjEuNiAzNC0xNy42LTI3Ni0xNDR6Jy8+PGxpbmVhckdyYWRpZW50IGlkPSdhJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9JzUxMi41JyB5MT0nNzE5LjcnIHgyPSc1MTIuNScgeTI9JzEuMicgZ3JhZGllbnRUcmFuc2Zvcm09J21hdHJpeCgxIDAgMCAtMSAwIDcyMSknPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nI0U1MkQyNycvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nI0JGMTcxRCcvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0ndXJsKCNhKScgZD0nTTEwMTMgMTU2LjNzLTEwLTcwLjQtNDAuNi0xMDEuNEM5MzMuNiAxNC4yIDg5MCAxNCA4NzAuMSAxMS42IDcyNy4xIDEuMyA1MTIuNyAxLjMgNTEyLjcgMS4zaC0uNHMtMjE0LjQgMC0zNTcuNCAxMC4zQzEzNSAxNCA5MS40IDE0LjIgNTIuNiA1NC45IDIyIDg1LjkgMTIgMTU2LjMgMTIgMTU2LjNTMS44IDIzOC45IDEuOCAzMjEuNnY3Ny41QzEuOCA0ODEuOCAxMiA1NjQuNCAxMiA1NjQuNHMxMCA3MC40IDQwLjYgMTAxLjRjMzguOSA0MC43IDg5LjkgMzkuNCAxMTIuNiA0My43IDgxLjcgNy44IDM0Ny4zIDEwLjMgMzQ3LjMgMTAuM3MyMTQuNi0uMyAzNTcuNi0xMC43YzIwLTIuNCA2My41LTIuNiAxMDIuMy00My4zIDMwLjYtMzEgNDAuNi0xMDEuNCA0MC42LTEwMS40czEwLjItODIuNyAxMC4yLTE2NS4zdi03Ny41YzAtODIuNy0xMC4yLTE2NS4zLTEwLjItMTY1LjN6TTQwNyA0OTNWMjA2bDI3NiAxNDQtMjc2IDE0M3onLz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-wordpress:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-wordpress:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-wordpress:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-wordpress:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-wordpress:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-wordpress:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-wordpress:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-wordpress:before,
i.icon-wordpress {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgODIuNjIgODIuNjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nIzljOWM5Yyc+PHBhdGggZD0nTTUuODcgNDEuMzFhMzUuNDIgMzUuNDIgMCAwMDIwIDMxLjg5TDguOTQgMjYuODlhMzUuNCAzNS40IDAgMDAtMy4wNyAxNC40MnpNNjUuMjMgMzkuNTJhMTguNjQgMTguNjQgMCAwMC0yLjkyLTkuNzRjLTEuOC0yLjkyLTMuNDgtNS4zOS0zLjQ4LTguMzFhNi4xMyA2LjEzIDAgMDE2LTYuMjloLjQ2YTM1LjQ0IDM1LjQ0IDAgMDAtNTMuNTQgNi42N2gyLjI4YzMuNzEgMCA5LjQ1LS40NSA5LjQ1LS40NWExLjQ2NCAxLjQ2NCAwIDAxLjIyIDIuOTJzLTEuOTIuMjMtNC4wNS4zNEwzMi41IDYzLjA4bDcuNzYtMjMuMy01LjUyLTE1LjA4Yy0xLjkxLS4xMi0zLjcyLS4zNC0zLjcyLS4zNGExLjQ2NCAxLjQ2NCAwIDAxLjIyLTIuOTJzNS44Ni40NSA5LjM0LjQ1YzMuNyAwIDkuNDQtLjQ1IDkuNDQtLjQ1YTEuNDY1IDEuNDY1IDAgMDEuMjMgMi45MnMtMS45Mi4yMi00LjA2LjM0TDU5IDYyLjc4bDMuNTgtMTEuOGMxLjQ5LTQuOSAyLjY1LTguNDIgMi42NS0xMS40NnonLz48cGF0aCBkPSdNNDEuOTMgNDQuNDFMMzEuMyA3NS4zMWEzNS40OSAzNS40OSAwIDAwMjEuNzgtLjUzIDIuNTEgMi41MSAwIDAxLS4yNS0uNDl6TTcyLjQgMjQuMzFhMjYgMjYgMCAwMS4yNCAzLjY0IDMzLjUgMzMuNSAwIDAxLTIuNjkgMTIuN0w1OS4xMiA3MS45NEEzNS40MSAzNS40MSAwIDAwNzIuNCAyNC4zMXonLz48cGF0aCBkPSdNNDEuMzEgMGE0MS4zMSA0MS4zMSAwIDEwNDEuMjcgNDEuMzFBNDEuMzUgNDEuMzUgMCAwMDQxLjMxIDB6bTAgODAuNzNhMzkuNDIgMzkuNDIgMCAxMTM5LjQxLTM5LjQyIDM5LjQ2IDM5LjQ2IDAgMDEtMzkuNDEgMzkuNDd6Jy8+PC9nPjwvc3ZnPg==);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-analytics:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-analytics:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-analytics:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-analytics:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-analytics:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-analytics:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-analytics:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-analytics:before,
i.icon-analytics {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAuMTkgMzQuOTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTIxLjg1IDQuMTd2MjYuMjFhNC4yMyA0LjIzIDAgMDA0LjE3IDQuNTdjMiAwIDQuMTctMS4zOSA0LjE3LTQuNTd2LTI2QTQuMTcgNC4xNyAwIDAwMjYuMDIuMDJhNC4yNCA0LjI0IDAgMDAtNC4xNyA0LjE1eicgZmlsbD0nI2Y5YWIwMCcvPjxnIGZpbGw9JyNlMzc0MDAnPjxwYXRoIGQ9J00xMC45MyAxNy40N3YxMi45MWE0LjIyIDQuMjIgMCAwMDQuMTcgNC41N2MyIDAgNC4xNy0xLjM5IDQuMTctNC41N1YxNy43MWE0LjE4IDQuMTggMCAwMC00LjE3LTQuMzcgNC4yNCA0LjI0IDAgMDAtNC4xNyA0LjEzeicvPjxjaXJjbGUgY3g9JzQuMTcnIGN5PSczMC43OScgcj0nNC4xNycvPjwvZz48L3N2Zz4=);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-instagram:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-instagram:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-instagram:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-instagram:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-instagram:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-instagram:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-instagram:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-instagram:before,
i.icon-instagram {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTEyIDUxMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGxpbmVhckdyYWRpZW50IGlkPSdhJz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyNmZWQ1NzYnLz48c3RvcCBvZmZzZXQ9Jy4yNjMnIHN0b3AtY29sb3I9JyNmNDcxMzMnLz48c3RvcCBvZmZzZXQ9Jy42MDknIHN0b3AtY29sb3I9JyNiYzMwODEnLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyM0YzYzZDInLz48L2xpbmVhckdyYWRpZW50PjxyYWRpYWxHcmFkaWVudCBpZD0nYicgY3g9JzU2LjM1JyBjeT0nMTkuMjE4JyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KC45OTg2IC0uMDUyMzQgLjA0NDQ5IC44NDg4IC0zNi45NzQgNDQzLjgwMSknIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyByPSc3MTEuMzM1JyB4bGluazpocmVmPScjYScvPjxyYWRpYWxHcmFkaWVudCBpZD0nYycgY3g9JzE1NC4wNzMnIGN5PScxMzQuNTUnIGdyYWRpZW50VHJhbnNmb3JtPSdtYXRyaXgoLjk5ODYgLS4wNTIzNCAuMDQ0NDkgLjg0ODggLTI0LjM2MiAyNTMuMjk1KScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHI9JzM2NS4yOCcgeGxpbms6aHJlZj0nI2EnLz48cGF0aCBkPSdNOTYuMSAyMy4yYy0xNi4yIDYuMy0yOS45IDE0LjctNDMuNiAyOC40QzM4LjggNjUuMiAzMC40IDc5IDI0LjEgOTUuMWMtNi4xIDE1LjYtMTAuMiAzMy41LTExLjQgNTkuN3MtMS41IDM0LjYtMS41IDEwMS40LjMgNzUuMiAxLjUgMTAxLjQgNS40IDQ0LjEgMTEuNCA1OS43YzYuMyAxNi4yIDE0LjcgMjkuOSAyOC40IDQzLjZzMjcuNCAyMi4xIDQzLjYgMjguNGMxNS42IDYuMSAzMy41IDEwLjIgNTkuNyAxMS40czM0LjYgMS41IDEwMS40IDEuNSA3NS4yLS4zIDEwMS40LTEuNSA0NC4xLTUuNCA1OS43LTExLjRjMTYuMi02LjMgMjkuOS0xNC43IDQzLjYtMjguNHMyMi4xLTI3LjQgMjguNC00My42YzYuMS0xNS42IDEwLjItMzMuNSAxMS40LTU5LjdzMS41LTM0LjYgMS41LTEwMS40LS4zLTc1LjItMS41LTEwMS40LTUuNC00NC4xLTExLjQtNTkuN0M0ODQgNzkgNDc1LjYgNjUuMiA0NjIgNTEuNmMtMTMuNy0xMy43LTI3LjQtMjIuMS00My42LTI4LjQtMTUuNi02LjEtMzMuNS0xMC4yLTU5LjctMTEuNHMtMzQuNi0xLjUtMTAxLjQtMS41LTc1LjIuMy0xMDEuNCAxLjVjLTI2LjMgMS4xLTQ0LjIgNS4zLTU5LjggMTEuNHpNMzU2LjYgNTZjMjQgMS4xIDM3IDUuMSA0NS43IDguNSAxMS41IDQuNSAxOS43IDkuOCAyOC4zIDE4LjRzMTMuOSAxNi44IDE4LjQgMjguM2MzLjQgOC43IDcuNCAyMS43IDguNSA0NS43IDEuMiAyNS45IDEuNCAzMy43IDEuNCA5OS40cy0uMyA3My41LTEuNCA5OS40Yy0xLjEgMjQtNS4xIDM3LTguNSA0NS43LTQuNSAxMS41LTkuOCAxOS43LTE4LjQgMjguM3MtMTYuOCAxMy45LTI4LjMgMTguNGMtOC43IDMuNC0yMS43IDcuNC00NS43IDguNS0yNS45IDEuMi0zMy43IDEuNC05OS40IDEuNHMtNzMuNS0uMy05OS40LTEuNGMtMjQtMS4xLTM3LTUuMS00NS43LTguNS0xMS41LTQuNS0xOS43LTkuOC0yOC4zLTE4LjRzLTEzLjktMTYuOC0xOC40LTI4LjNjLTMuNC04LjctNy40LTIxLjctOC41LTQ1LjctMS4yLTI1LjktMS40LTMzLjctMS40LTk5LjRzLjMtNzMuNSAxLjQtOTkuNGMxLjEtMjQgNS4xLTM3IDguNS00NS43IDQuNS0xMS41IDkuOC0xOS43IDE4LjQtMjguM3MxNi44LTEzLjkgMjguMy0xOC40YzguNy0zLjQgMjEuNy03LjQgNDUuNy04LjUgMjUuOS0xLjIgMzMuNy0xLjQgOTkuNC0xLjRzNzMuNS4yIDk5LjQgMS40eicgZmlsbD0ndXJsKCNiKScvPjxwYXRoIGQ9J00xMzAuOSAyNTYuM2MwIDY5LjggNTYuNiAxMjYuMyAxMjYuMyAxMjYuM1MzODMuNSAzMjYgMzgzLjUgMjU2LjMgMzI3IDEzMCAyNTcuMiAxMzBzLTEyNi4zIDU2LjUtMTI2LjMgMTI2LjN6bTIwOC4zIDBjMCA0NS4zLTM2LjcgODItODIgODJzLTgyLTM2LjctODItODIgMzYuNy04MiA4Mi04MiA4MiAzNi43IDgyIDgyeicgZmlsbD0ndXJsKCNjKScvPjxjaXJjbGUgY3g9JzM4OC42JyBjeT0nMTI1JyBmaWxsPScjNjU0YzlmJyByPScyOS41Jy8+PC9zdmc+);
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-kk:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-kk:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-kk:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-kk:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label.icon-kk:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label.icon-kk:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label.icon-kk:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label.icon-kk:before,
i.icon-kk {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNDkuOCAyODAuNSc+PGxpbmVhckdyYWRpZW50IGlkPSdhJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMjgyKScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPSc3NC44OScgeDI9JzI0OS44MicgeTE9JzE0MS43NDUnIHkyPScxNDEuNzQ1Jz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyM4YmI2MDAnLz48c3RvcCBvZmZzZXQ9Jy4wNCcgc3RvcC1jb2xvcj0nIzkxYzEwMCcvPjxzdG9wIG9mZnNldD0nLjEyJyBzdG9wLWNvbG9yPScjOWVkNjAwJy8+PHN0b3Agb2Zmc2V0PScuMTcnIHN0b3AtY29sb3I9JyNhMmRlMDAnLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9J00wIDBoNzQuOXYyODAuNEgweicgZmlsbD0nI2EyZGUwMCcvPjxwYXRoIGQ9J003NC45IDE5NS45bDc3LjYgODQuNmg5Ny4zTDEzMy42IDE1Ny42Yy40IDAgMTExLTE1Ny42IDExMS0xNTcuNmgtODMuM0w3NC45IDEyNy45eicgZmlsbD0ndXJsKCNhKScvPjwvc3ZnPg==);
}
#whr_embed_hook .whr-group {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  #whr_embed_hook .whr-group {
    font-size: 3.2rem;
  }
}
#whr_embed_hook .whr-group a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  border-radius: 4px;
  background: #bbb;
  border: 1px solid #bbb;
  cursor: pointer;
}
#whr_embed_hook .whr-group a:before {
  content: "+";
  margin-right: 10px;
}
#whr_embed_hook .whr-group a:hover {
  background: #ccc;
  color: #fff;
  border-color: #ccc;
}
#whr_embed_hook .whr-active a {
  background: #9fcb46;
  border: 1px solid #9fcb46;
}
#whr_embed_hook .whr-group.whr-active a {
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
#whr_embed_hook ul.whr-items {
  display: inline-block;
  padding: 15px;
  background: #fff;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #whr_embed_hook ul.whr-items {
    padding: 25px;
  }
}
#whr_embed_hook ul.whr-items li {
  padding-left: 0;
}
#whr_embed_hook ul.whr-items li:before {
  display: none;
}
#whr_embed_hook .whr-title {
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
#whr_embed_hook .whr-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}
#whr_embed_hook .whr-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#whr_embed_hook .whr-info {
  color: #888;
  font-size: 1.8rem;
}
#whr_embed_hook .whr-info li {
  font-weight: 500;
}
#whr_embed_hook .whr-info li span {
  font-weight: 300;
}
#whr_embed_hook .whr-date {
  display: none;
}
#whr_embed_hook .whr-location {
  margin-bottom: 0;
}
.loading-meter {
  height: 30px;
  position: relative;
  margin-bottom: 20px;
  background: #555;
  border-radius: 25px;
  padding: 6px;
  -webkit-box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, 0.3);
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.loading-meter > span {
  text-align: center;
  color: #fff;
  line-height: 24px;
  display: block;
  height: 100%;
  background-color: #cff128;
  position: relative;
}
.loading-meter > span,
.loading-meter > span:after {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.loading-meter > span:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.05) 25%,
    transparent 0,
    transparent 50%,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.05) 75%,
    transparent 0,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
.iti {
  width: 100%;
  font-size: inherit;
  margin-bottom: 0;
}
.iti__flag-container {
  color: #000;
}
.iti__selected-flag {
  max-height: 54px;
}
@media (min-width: 992px) {
  .iti__selected-flag {
    max-height: 59px;
  }
}
@media (min-width: 1600px) {
  .iti__selected-flag {
    max-height: 88px;
  }
}
.iti ul {
  list-style: none;
}
.iti ul li {
  margin: 0 !important;
  padding: 5px 10px !important;
}
.iti ul li:before {
  display: none !important;
}
.iti__flag {
  background-image: url(../../../../../../../../../themes/kingkong/assets/prod/images/flags.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../../../../../../../../../themes/kingkong/assets/prod/images/flags@2x.png);
  }
}
.page-webinar-registration .site-header {
  display: none;
}
.page-webinar-registration .training-starts {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 10px;
}
.page-webinar-registration .training-starts .countdown {
  color: #a5d934;
}
.webinar-registration-form.hide-form input {
  display: none;
}
.marquee {
  width: 100%;
  background: #000;
  overflow: hidden;
  height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .marquee {
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .marquee {
    height: 70px;
  }
}
.marquee .marquee__scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  -webkit-animation: cssmarquee 210s linear infinite;
  animation: cssmarquee 210s linear infinite;
}
@-webkit-keyframes cssmarquee {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
  }
}
@keyframes cssmarquee {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
  }
}
.marquee .marquee__scroller__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
}
.marquee .marquee__scroller__item span {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #dfdbcd;
  margin-left: 20px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .marquee .marquee__scroller__item {
    margin: 0 15px;
  }
  .marquee .marquee__scroller__item span {
    font-size: 25px;
    margin-left: 30px;
  }
}
@media (min-width: 1600px) {
  .marquee .marquee__scroller__item {
    margin: 0 25px;
  }
  .marquee .marquee__scroller__item span {
    font-size: 31px;
    margin-left: 50px;
  }
}
section.proof-marquee {
  padding: 0;
}
section.proof-marquee .row {
  margin: 0;
}
section.proof-marquee .container,
section.proof-marquee [class*="col-"] {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@-webkit-keyframes marquee--move__logos {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee--move__logos {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marquee-logos {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.marquee-logos,
.marquee-logos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marquee-logos__container {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee--move__logos 35s linear infinite;
  animation: marquee--move__logos 35s linear infinite;
}
.marquee-logos__container img {
  width: 1350px;
  height: 70px;
  min-width: 1350px;
  min-height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 768px) {
  .marquee-logos__container img {
    width: 2411px;
    height: 110px;
    min-width: 2411px;
    min-height: 110px;
  }
}
.marquee-logos__fade {
  z-index: 1;
  width: 40px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 18, 0)),
    to(#6c7485)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #6c7485);
  position: absolute;
}
.marquee-logos__fade-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 18, 0)),
    to(#6d7485)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #6d7485);
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px) {
  .marquee-logos__fade-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 18, 0)),
      to(#646c7b)
    );
    background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #646c7b);
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1600px) {
  .marquee-logos__fade-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 18, 0)),
      to(#606878)
    );
    background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #606878);
  }
}
@media only screen and (max-width: 2000px) and (min-width: 1900px) {
  .marquee-logos__fade-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 18, 0)),
      to(#686f80)
    );
    background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #686f80);
  }
}
.marquee-logos__fade-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px) {
  .marquee-logos__fade-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 18, 0)),
      to(#697182)
    );
    background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #697182);
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1500px) {
  .marquee-logos__fade-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 18, 0)),
      to(#676e7e)
    );
    background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #676e7e);
  }
}
@media only screen and (max-width: 2000px) and (min-width: 1900px) {
  .marquee-logos__fade-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 18, 0)),
      to(#6b7384)
    );
    background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #6b7384);
  }
}
html.kkra-smooth-scroll {
  scroll-behavior: smooth;
}
.kkra__oembed {
  width: 100%;
}
.kkra__oembed__inner {
  padding-bottom: 56.25%;
  position: relative;
}
.kkra__oembed__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kkra-shortstring {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}
.kkra-shortstring,
.kkra-shortstring:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .kkra-shortstring {
    font-size: 2.2rem;
  }
}
.kkra-shortstring p {
  display: inline;
}
.kkra-shortstring .kkra-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  top: 2px;
}
a.kkra-shortstring {
  display: block;
}
.kkra-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.kkra-col6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .kkra-col6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.paginating {
  position: relative;
}
@-webkit-keyframes lds-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.paginating > div {
  opacity: 0.3;
}
.paginating:after,
.paginating:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.paginating:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.kkra-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 15px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.kkra-modal.hide {
  display: none;
}
.kkra-modal .kkra-close {
  position: absolute;
  top: -30px;
  right: -5px;
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .kkra-modal .kkra-close {
    right: -25px;
    top: -25px;
  }
}
.kkra-modal.active {
  opacity: 1;
  pointer-events: all;
}
.kkra-modal__inner {
  width: 800px;
  max-width: 100%;
  background: #fff;
  margin: auto 0;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kkra-modal__inner {
    padding: 30px;
  }
}
.kkra-modal__inner p:not(:last-of-type) {
  margin: 0 0 2rem;
}
.kkra-modal__inner p.kkra-label {
  font-weight: 700;
}
.kkra-modal__inner p.kkra-label span {
  font-weight: 400;
}
.kkra-modal__inner .kkra-col6:first-child:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.kkra-modal .kkra-modal__inner {
  width: 1100px;
}
.kkra-modal .kkra-modal__inner .kkra__oembed {
  margin: 0 0 3rem;
}
.kkra-modal--form .kkra-modal__inner,
.kkra-modal--thankyou .kkra-modal__inner {
  width: 900px;
}
.kkra-modal .kkra-stars {
  color: #cc061b;
}
.archive blockquote.kkra-modal-active,
.blog blockquote.kkra-modal-active,
.single-post blockquote.kkra-modal-active,
body.kkra-modal-active {
  overflow: hidden;
}
.kkra-global__inner {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-columns: 1;
  -moz-columns: 1;
  column-count: 1;
}
@media screen and (min-width: 768px) {
  .kkra-global__inner {
    margin: 0 0 30px;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .kkra-global__inner {
    -webkit-columns: 3;
    -moz-columns: 3;
    column-count: 3;
  }
}
.kkra-global__item {
  margin: 0;
  padding: 10px 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s ease !important;
  transition: top 0.2s ease !important;
}
@media screen and (min-width: 768px) {
  .kkra-global__item {
    padding: 15px 0;
  }
}
.kkra-global__item__inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  text-align: left;
  font-weight: 400;
}
[data-kkra-trigger] .kkra-global__item__inner {
  cursor: pointer;
}
.kkra-global__item__inner:hover .kkra-custom__thumbnail img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.kkra-global__name {
  padding-left: 10px;
}
.no-avatar + .kkra-global__name {
  width: calc(100% - 55px);
}
@media screen and (max-width: 767px) {
  .no-avatar + .kkra-global__name {
    width: calc(100% - 40px);
  }
}
.kkra-global__meta {
  background: #fff;
  padding: 15px;
}
.kkra-global__meta__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kkra-global__meta__left,
.kkra-global__meta__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.kkra-global__meta__right {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
}
.kkra-global__meta p {
  margin: 0;
}
.kkra-global__meta .review-name {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kkra-global__meta .review-name .tick {
  width: 18px;
  min-width: 18px;
  position: relative;
  top: -1px;
  margin-left: 8px;
}
.kkra-global__meta .verified {
  font-weight: 400;
  font-size: 1.3rem;
  color: #cc061b;
  margin: 0.3rem 0 0;
  display: block;
}
.kkra-global__meta .review-location {
  font-size: 1.4rem;
  font-weight: 700;
  color: #89b922;
  margin: 0.5rem 0 0;
  display: block;
}
.kkra-global__meta .kkra-stars {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fec600;
}
.kkra-global__thumbnail {
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kkra-global__thumbnail .wp-video {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kkra-global__thumbnail .wp-video video,
.kkra-global__thumbnail iframe,
.kkra-global__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kkra-global__thumbnail iframe,
.kkra-global__thumbnail img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.kkra-global__thumbnail:not(.has-video) {
  padding: 0;
  height: auto;
  width: auto;
  min-width: 55px;
}
@media screen and (max-width: 767px) {
  .kkra-global__thumbnail:not(.has-video) {
    min-width: 40px;
  }
}
.kkra-global__thumbnail:not(.has-video) img {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .kkra-global__thumbnail:not(.has-video) img {
    width: 40px;
    height: 40px;
  }
}
.kkra-global__thumbnail.no-avatar {
  padding: 0;
  height: auto;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .kkra-global__thumbnail.no-avatar {
    width: 40px;
  }
}
.kkra-global__thumbnail.no-avatar span {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kkra-global__thumbnail.no-avatar span {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.kkra-global__thumbnail.has-video:not(.no-button):after {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  left: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.kkra-global__thumbnail.has-video:not(.no-button):after,
.kkra-global__thumbnail.has-video:not(.no-button):before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.kkra-global__thumbnail.has-video:not(.no-button):before {
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #89b922;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  z-index: 3;
  left: 50.5%;
}
.kkra-global .kkra-stars {
  color: #cc061b;
}
.kkra-global__content {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kkra-global__content > div {
  width: 100%;
}
.kkra-global__content p {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
}
.kkra-global__content a {
  color: inherit;
  font-weight: 600;
}
.kkra-global__content .review-date,
.kkra-global__content .review-type {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3f729b;
  margin: 1.5rem 0 0;
  width: 50%;
}
.kkra-global__content .review-full,
.kkra-global__content .review-sub {
  display: none;
}
.kkra-global__content .review-full.active,
.kkra-global__content .review-sub.active {
  display: block;
}
.kkra-global__content .review-type {
  text-align: right;
  color: #cc061b;
}
.term-google .kkra-global__thumbnail {
  padding: 0;
  height: auto;
}
.term-google .kkra-global__thumbnail img {
  position: relative;
  display: block;
  max-width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
.kkra-global__pagination ul {
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kkra-global__pagination ul li {
  margin: 0 5px;
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 15px;
}
.kkra-global__pagination ul li:before {
  display: none !important;
}
.kkra-global__pagination ul li a {
  color: inherit;
}
.kkra-global__pagination ul li .current {
  font-weight: 700;
}
.kkra-global .none-found {
  margin: 3rem auto;
  text-align: center;
}
.kkra-global--slider .kkra-global__inner {
  -webkit-column-gap: normal;
  -moz-column-gap: normal;
  column-gap: normal;
  -webkit-columns: auto auto;
  -moz-columns: auto auto;
  columns: auto;
}
.kkra-global--slider .kkra-global__item:hover {
  top: -3px;
}
.kkra-global--slider .swiper-container {
  padding: 0 5px;
}
.rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2rem;
}
.rating-wrapper .kkra-stars {
  margin-left: 5px;
}
.rating-wrapper p {
  margin: 0;
  font-weight: 700;
}
.filters-container {
  font-size: 1.9rem;
  color: #626162;
  font-weight: 600;
  padding: 0 15px;
}
.filters-container .kkra-filters {
  color: #9b9b9b;
}
.filters-container .kkra-filters p {
  display: inline-block;
  margin-top: 10px;
}
.filters-container .kkra-filters a,
.filters-container .kkra-filters span {
  color: #89b922;
  display: inline;
  padding-left: 30px;
  cursor: pointer;
}
.filters-container .kkra-filters a.active,
.filters-container .kkra-filters span.active {
  text-decoration: underline;
}
.kkra-starinput,
.kkra-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
  width: 115px;
}
.kkra-starinput p:empty,
.kkra-stars p:empty {
  display: none;
}
.kkra-starinput .filled,
.kkra-starinput .unfilled,
.kkra-stars .filled,
.kkra-stars .unfilled {
  display: block;
  min-width: 115px;
  height: auto;
}
.kkra-starinput .unfilled,
.kkra-stars .unfilled {
  fill: transparent;
}
.kkra-starinput .unfilled .st0,
.kkra-stars .unfilled .st0 {
  fill: rgba(0, 0, 0, 0.2);
}
.kkra-starinput .filled,
.kkra-stars .filled {
  top: 0;
  left: 0;
  position: absolute;
  fill: #fec600;
}
.kkra-starinput__filled,
.kkra-stars__filled {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.kkra-starlabel {
  margin: 1rem 0;
  text-align: center;
}
.kkra-starinput {
  display: table;
  margin: 0 auto 3rem;
  width: 180px;
  cursor: pointer;
}
.kkra-starinput .filled,
.kkra-starinput .unfilled {
  width: 180px;
}
.kkra-starinput .field-error {
  text-align: center;
  margin: 1rem 0 0;
}
.kkra-starinput__container {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.kkra-starinput__option span {
  font-size: 3.5rem;
  color: #89b922;
}
.kkra-starinput .kkra-stars-1 .kkra-starinput__option span + span,
.kkra-starinput__option span + span {
  width: 0;
}
.kkra-starinput .kkra-stars-1 .kkra-starinput__option:first-child span + span {
  width: 100%;
}
.kkra-starinput .kkra-stars-2 .kkra-starinput__option span + span {
  width: 0;
}
.kkra-starinput .kkra-stars-2 .kkra-starinput__option:first-child span + span,
.kkra-starinput .kkra-stars-2 .kkra-starinput__option:nth-child(2) span + span {
  width: 100%;
}
.kkra-starinput .kkra-stars-3 .kkra-starinput__option span + span {
  width: 0;
}
.kkra-starinput .kkra-stars-3 .kkra-starinput__option:first-child span + span,
.kkra-starinput .kkra-stars-3 .kkra-starinput__option:nth-child(2) span + span,
.kkra-starinput .kkra-stars-3 .kkra-starinput__option:nth-child(3) span + span {
  width: 100%;
}
.kkra-starinput .kkra-stars-4 .kkra-starinput__option span + span {
  width: 0;
}
.kkra-starinput .kkra-stars-4 .kkra-starinput__option:first-child span + span,
.kkra-starinput .kkra-stars-4 .kkra-starinput__option:nth-child(2) span + span,
.kkra-starinput .kkra-stars-4 .kkra-starinput__option:nth-child(3) span + span,
.kkra-starinput .kkra-stars-4 .kkra-starinput__option:nth-child(4) span + span,
.kkra-starinput .kkra-stars-5 .kkra-starinput__option span + span {
  width: 100%;
}
form.js-hero-multistep {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background: #e7e7e7;
  height: 55px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  form.js-hero-multistep {
    height: 60px;
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  form.js-hero-multistep {
    height: 67px;
    max-width: 750px;
  }
}
@media (min-width: 1600px) {
  form.js-hero-multistep {
    max-width: 820px;
  }
}
form.js-hero-multistep:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../../../../../../../../themes/kingkong/assets/prod/images/form-hand.png)
    no-repeat 50% / contain;
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  form.js-hero-multistep:before {
    display: block;
  }
}
form.js-hero-multistep .sliding-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, transform 0.4s ease;
  transition: opacity 0.2s ease, transform 0.4s ease,
    -webkit-transform 0.4s ease;
  pointer-events: none;
}
form.js-hero-multistep .sliding-element.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
form.js-hero-multistep .sliding-element.prev-field {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
form.js-hero-multistep
  .sliding-element.error
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ) {
  color: #ed1c24 !important;
}
form.js-hero-multistep
  .sliding-element.error
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::-webkit-input-placeholder {
  color: #ed1c24 !important;
}
form.js-hero-multistep
  .sliding-element.error
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::-moz-placeholder {
  color: #ed1c24 !important;
}
form.js-hero-multistep
  .sliding-element.error
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ):-ms-input-placeholder {
  color: #ed1c24 !important;
}
form.js-hero-multistep
  .sliding-element.error
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::-ms-input-placeholder {
  color: #ed1c24 !important;
}
form.js-hero-multistep
  .sliding-element.error
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::placeholder {
  color: #ed1c24 !important;
}
form.js-hero-multistep .sliding-element .email-status.loading,
form.js-hero-multistep .sliding-element .email-status.valid {
  top: 18px;
  right: 120px;
}
@media (min-width: 768px) {
  form.js-hero-multistep .sliding-element .email-status.loading,
  form.js-hero-multistep .sliding-element .email-status.valid {
    right: 150px;
  }
}
@media (min-width: 992px) {
  form.js-hero-multistep .sliding-element .email-status.loading,
  form.js-hero-multistep .sliding-element .email-status.valid {
    top: 24px;
  }
}
@media (min-width: 1600px) {
  form.js-hero-multistep .sliding-element .email-status.loading,
  form.js-hero-multistep .sliding-element .email-status.valid {
    right: 170px;
  }
}
form.js-hero-multistep
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ) {
  font-size: 1.4rem;
  border: none !important;
  width: 100%;
  background: #e7e7e7;
  color: #3d3d3d;
  height: 100%;
  padding: 0 0 0 30px;
}
form.js-hero-multistep
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::-webkit-input-placeholder {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
form.js-hero-multistep
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::-moz-placeholder {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
form.js-hero-multistep
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ):-ms-input-placeholder {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
form.js-hero-multistep
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::-ms-input-placeholder {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
form.js-hero-multistep
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  )::placeholder {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  form.js-hero-multistep
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
      [type="range"]
    ) {
    padding-right: 140px;
    font-size: 1.6rem;
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  form.js-hero-multistep
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
      [type="range"]
    ) {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  form.js-hero-multistep
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
      [type="range"]
    ) {
    padding-right: 180px;
    font-size: 2.1rem;
  }
}
form.js-hero-multistep button,
form.js-hero-multistep input[type="submit"] {
  font-size: 1.8rem;
  min-width: 100px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  form.js-hero-multistep button,
  form.js-hero-multistep input[type="submit"] {
    min-width: 140px;
    font-size: 2.2rem;
  }
}
@media (min-width: 1600px) {
  form.js-hero-multistep button,
  form.js-hero-multistep input[type="submit"] {
    min-width: 160px;
    font-size: 2.5rem;
  }
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  form.js-hero-multistep
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  form.js-hero-multistep
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  form.js-hero-multistep
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  form.js-hero-multistep
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  form.js-hero-multistep
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  form.js-hero-multistep
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  form.js-hero-multistep
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  form.js-hero-multistep
  input[type="radio"]
  + label:before,
form.js-hero-multistep
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
form.js-hero-multistep
  .page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
form.js-hero-multistep
  .page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
form.js-hero-multistep
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
form.js-hero-multistep
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
form.js-hero-multistep
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
form.js-hero-multistep
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
form.js-hero-multistep
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
form.js-hero-multistep i {
  position: relative;
  margin-left: 5px;
  height: 20px;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session
    .infusion-field
    .list
    form.js-hero-multistep
    input[type="checkbox"]
    + label:before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container.list
    form.js-hero-multistep
    input[type="checkbox"]
    + label:hover:before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container.list
    form.js-hero-multistep
    input[type="checkbox"]:checked
    + label:before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    form.js-hero-multistep
    input[type="radio"]
    + label:before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    form.js-hero-multistep
    input[type="checkbox"]
    + label:before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container.list
    form.js-hero-multistep
    input[type="checkbox"]
    + label:hover:before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container.list
    form.js-hero-multistep
    input[type="checkbox"]:checked
    + label:before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    form.js-hero-multistep
    input[type="radio"]
    + label:before,
  form.js-hero-multistep
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:before,
  form.js-hero-multistep
    .page-30-minute-strategy-session
    .infusion-field
    .options-container.list
    input[type="checkbox"]
    + label:hover:before,
  form.js-hero-multistep
    .page-30-minute-strategy-session
    .infusion-field
    .options-container.list
    input[type="checkbox"]:checked
    + label:before,
  form.js-hero-multistep
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:before,
  form.js-hero-multistep
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:before,
  form.js-hero-multistep
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container.list
    input[type="checkbox"]
    + label:hover:before,
  form.js-hero-multistep
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container.list
    input[type="checkbox"]:checked
    + label:before,
  form.js-hero-multistep
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:before,
  form.js-hero-multistep i {
    margin-left: 13px;
    height: 30px;
  }
}
.hero-video {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 3rem;
}
.hero-video:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.playing .hero-video:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .hero-video {
    margin-top: 5rem;
  }
}
.archive blockquote:not(.home) .hero-video,
.blog blockquote:not(.home) .hero-video,
.single-post blockquote:not(.home) .hero-video,
body:not(.home) .hero-video {
  padding: 0;
  height: auto;
  margin-top: 0;
}
.hero-video .wistia-close {
  display: block;
  opacity: 0;
  position: absolute;
  right: -10px;
  top: -60px;
  color: #fff;
  font-size: 5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
@media (min-width: 992px) {
  .hero-video .wistia-close {
    right: -50px;
    top: -70px;
    font-size: 6rem;
  }
}
.hero-video .wistia-embed {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: auto;
  max-width: 100%;
  -webkit-transition: width 0s ease, min-width 0s ease;
  transition: width 0s ease, min-width 0s ease;
}
.archive blockquote:not(.home) .hero-video .wistia-embed,
.blog blockquote:not(.home) .hero-video .wistia-embed,
.single-post blockquote:not(.home) .hero-video .wistia-embed,
body:not(.home) .hero-video .wistia-embed {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}
.hero-video .wistia-embed__inner {
  position: relative;
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0s ease;
  transition: -webkit-transform 0s ease;
  transition: transform 0s ease;
  transition: transform 0s ease, -webkit-transform 0s ease;
}
@media (min-width: 768px) {
  .hero-video .wistia-embed__inner {
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    border-radius: 20px;
  }
}
.hero-video .wistia-embed__inner iframe,
.hero-video .wistia-embed__inner img,
.hero-video .wistia-embed__inner video {
  background: #000;
  -webkit-transform: translateY(0) scale(1.2) skewY(8deg);
  transform: translateY(0) scale(1.2) skewY(8deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -10px;
}
.archive blockquote:not(.home) .hero-video .wistia-embed__inner iframe,
.archive blockquote:not(.home) .hero-video .wistia-embed__inner img,
.archive blockquote:not(.home) .hero-video .wistia-embed__inner video,
.blog blockquote:not(.home) .hero-video .wistia-embed__inner iframe,
.blog blockquote:not(.home) .hero-video .wistia-embed__inner img,
.blog blockquote:not(.home) .hero-video .wistia-embed__inner video,
.single-post blockquote:not(.home) .hero-video .wistia-embed__inner iframe,
.single-post blockquote:not(.home) .hero-video .wistia-embed__inner img,
.single-post blockquote:not(.home) .hero-video .wistia-embed__inner video,
body:not(.home) .hero-video .wistia-embed__inner iframe,
body:not(.home) .hero-video .wistia-embed__inner img,
body:not(.home) .hero-video .wistia-embed__inner video {
  -webkit-transform: translateY(0) scale(1.6) skewY(8deg);
  transform: translateY(0) scale(1.6) skewY(8deg);
}
@media (min-width: 768px) {
  .hero-video .wistia-embed__inner iframe,
  .hero-video .wistia-embed__inner img,
  .hero-video .wistia-embed__inner video {
    -webkit-transform: translateY(0) scale(1.2) skewY(12deg);
    transform: translateY(0) scale(1.2) skewY(12deg);
  }
  .archive blockquote:not(.home) .hero-video .wistia-embed__inner iframe,
  .archive blockquote:not(.home) .hero-video .wistia-embed__inner img,
  .archive blockquote:not(.home) .hero-video .wistia-embed__inner video,
  .blog blockquote:not(.home) .hero-video .wistia-embed__inner iframe,
  .blog blockquote:not(.home) .hero-video .wistia-embed__inner img,
  .blog blockquote:not(.home) .hero-video .wistia-embed__inner video,
  .single-post blockquote:not(.home) .hero-video .wistia-embed__inner iframe,
  .single-post blockquote:not(.home) .hero-video .wistia-embed__inner img,
  .single-post blockquote:not(.home) .hero-video .wistia-embed__inner video,
  body:not(.home) .hero-video .wistia-embed__inner iframe,
  body:not(.home) .hero-video .wistia-embed__inner img,
  body:not(.home) .hero-video .wistia-embed__inner video {
    -webkit-transform: translateY(0) scale(1.6) skewY(11deg);
    transform: translateY(0) scale(1.6) skewY(11deg);
  }
}
.hero-video .wistia-embed__inner iframe {
  -webkit-transform: none;
  transform: none;
}
.hero-video .wistia-embed__inner .wistia-embed__button,
.hero-video .wistia-embed__inner video {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.playing .hero-video .wistia-embed .wistia-embed__inner {
  -webkit-transform: skewY(0deg) !important;
  transform: skewY(0deg) !important;
}
.playing .hero-video .wistia-embed .wistia-embed__button,
.playing .hero-video .wistia-embed .wistia-embed__time,
.playing .hero-video .wistia-embed video {
  opacity: 0;
  pointer-events: none;
}
.archive blockquote:not(.home) .hero-video .wistia-embed .wistia-embed__button,
.blog blockquote:not(.home) .hero-video .wistia-embed .wistia-embed__button,
.single-post
  blockquote:not(.home)
  .hero-video
  .wistia-embed
  .wistia-embed__button,
body:not(.home) .hero-video .wistia-embed .wistia-embed__button {
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.hero-video .wistia-embed .wistia-embed__time {
  opacity: 0;
}
.hero-video .wistia-embed:hover .wistia-embed__button--green {
  width: 100%;
  height: 100%;
  background: rgba(187, 255, 84, 0.3);
}
.hero-video .wistia-embed:hover .wistia-embed__time {
  opacity: 1;
}
.wistia-close {
  display: none;
}
html.playing {
  overflow: hidden;
}
html.playing .wistia-close {
  opacity: 1;
}
html.playing .site-content {
  position: relative;
}
html.playing section:first-of-type .container,
html.playing section:first-of-type [class*="col-"] {
  position: static;
}
html.playing section:first-of-type .hero-video {
  z-index: 6;
  position: relative;
}
.archive html.playing section:first-of-type .entry-title,
.blog html.playing section:first-of-type .entry-title,
.our-offering html.playing section:first-of-type .eyebrow,
html.playing footer,
html.playing section:first-of-type .archive .entry-title,
html.playing section:first-of-type .background-image-container,
html.playing section:first-of-type .below-hms,
html.playing section:first-of-type .blog .entry-title,
html.playing section:first-of-type .our-offering .eyebrow,
html.playing section:first-of-type .stripes,
html.playing section:first-of-type form,
html.playing section:first-of-type h1,
html.playing section:first-of-type h2,
html.playing section:first-of-type h3,
html.playing section:first-of-type h4,
html.playing section:first-of-type h5,
html.playing section:first-of-type h6,
html.playing section:first-of-type p,
html.playing section:not(:first-of-type) {
  pointer-events: none;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: auto;
  max-height: 100%;
  z-index: 9999;
}
.lightbox.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fade-in 0.2s ease;
  animation: fade-in 0.2s ease;
}
.lightbox.hide {
  -webkit-animation: fade-out 0.2s ease;
  animation: fade-out 0.2s ease;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lightbox__content {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
.lightbox__content img {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}
.lightbox .close-btn {
  z-index: 10;
  top: 15px;
  right: 15px;
  font-size: 24px;
  width: 35px;
  line-height: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Helvetica, sans-serif;
}
.lightbox .arrow-btn,
.lightbox .close-btn {
  position: fixed;
  color: #fff;
  cursor: pointer;
  background: #5b5b5b;
}
.lightbox .arrow-btn {
  z-index: 6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  padding: 5px 10px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.lightbox .arrow-btn:hover {
  background: #4e4e4e;
}
@media (min-width: 768px) {
  .lightbox .arrow-btn {
    padding: 5px 15px;
    font-size: 30px;
  }
}
.lightbox .left-arrow {
  left: 10px;
}
@media (min-width: 768px) {
  .lightbox .left-arrow {
    left: 20px;
  }
}
.lightbox .right-arrow {
  right: 10px;
}
@media (min-width: 768px) {
  .lightbox .right-arrow {
    right: 20px;
  }
}
.lightbox .spinner {
  border: 4px solid hsla(0, 0%, 100%, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.newsletter-form p {
  margin: 0 0 3rem;
  max-width: 335px;
}
.newsletter-form form {
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 55px;
}
.newsletter-form form:before {
  display: none;
}
.newsletter-form form .sliding-element .email-status.loading {
  right: 12rem;
  top: 18px;
}
.newsletter-form
  form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ) {
  border: none;
  width: 100%;
  font-size: 1.5rem;
  padding: 0 15rem 0 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.newsletter-form
  form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="range"]
  ).errored-field {
  border: 2px solid #ed1c24 !important;
}
.newsletter-form form .field-error {
  text-align: left;
}
.newsletter-form form button {
  background: #cff128;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0;
  min-width: 110px;
}
.newsletter-form form.submitting button {
  cursor: default;
  min-width: 100%;
}
.newsletter-form .success {
  margin: 1.5rem 0 0;
  display: none;
}
.newsletter-form .success.active {
  display: block;
}
.free-report-widget {
  border-top: 5px solid #f2f2f2;
  padding-top: 4rem;
  margin-top: 4rem;
}
.free-report-widget__img {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.free-report-widget__img .image-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.free-report-widget__img .image-fg {
  max-width: 300px;
  width: 80%;
  margin: 0 auto 1rem;
  display: block;
  position: relative;
  z-index: 2;
}
.free-report-widget .btn {
  padding: 2rem;
}
.free-report-widget .btn .btn-doublelayer__maintext {
  font-size: 3rem;
}
.image-marquee {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-marquee__scroller {
  -webkit-animation-delay: 1ms;
  animation-delay: 1ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-transform: translate(-150%);
  transform: translate(-150%);
  -webkit-animation: scrollLeft 40s linear infinite;
  animation: scrollLeft 40s linear infinite;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .image-marquee__scroller {
    -webkit-animation: scrollLeft 60s linear infinite;
    animation: scrollLeft 60s linear infinite;
  }
}
@media (min-width: 992px) {
  .image-marquee__scroller {
    -webkit-animation: scrollLeft 100s linear infinite;
    animation: scrollLeft 100s linear infinite;
  }
}
.image-marquee__scroller:nth-child(odd) {
  -webkit-transform: translate(250%);
  transform: translate(250%);
  -webkit-animation: scrollRight 40s linear infinite;
  animation: scrollRight 40s linear infinite;
}
@media (min-width: 576px) {
  .image-marquee__scroller:nth-child(odd) {
    -webkit-animation: scrollRight 60s linear infinite;
    animation: scrollRight 60s linear infinite;
  }
}
@media (min-width: 992px) {
  .image-marquee__scroller:nth-child(odd) {
    -webkit-animation: scrollRight 100s linear infinite;
    animation: scrollRight 100s linear infinite;
  }
}
.image-marquee__scroller__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-marquee img {
  margin: 0 20px;
  max-width: unset;
  width: 250%;
}
@media (min-width: 576px) {
  .image-marquee img {
    width: 150%;
  }
}
@media (min-width: 992px) {
  .image-marquee img {
    width: 100%;
  }
}
.image-marquee--double img {
  width: 350%;
}
@media (min-width: 576px) {
  .image-marquee--double img {
    width: 300%;
  }
}
@media (min-width: 768px) {
  .image-marquee--double img {
    width: 200%;
  }
}
.image-marquee__gradient--left,
.image-marquee__gradient--right {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 20%;
  z-index: 9;
  top: 0;
}
.image-marquee__gradient--left {
  left: 0;
}
.image-marquee__gradient--right {
  right: 0;
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translate(-150%);
    transform: translate(-150%);
  }
  to {
    -webkit-transform: translate(150%);
    transform: translate(150%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translate(-150%);
    transform: translate(-150%);
  }
  to {
    -webkit-transform: translate(150%);
    transform: translate(150%);
  }
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translate(150%);
    transform: translate(150%);
  }
  to {
    -webkit-transform: translate(-150%);
    transform: translate(-150%);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translate(150%);
    transform: translate(150%);
  }
  to {
    -webkit-transform: translate(-150%);
    transform: translate(-150%);
  }
}
.accordion {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
}
.accordion__intro {
  position: relative;
  padding: 14px 44px 14px 20px;
  cursor: pointer;
  background-color: #f2f2f2;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .accordion__intro {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .accordion__intro {
    padding: 20px 40px 20px 20px;
    font-size: 3rem;
  }
}
.accordion__intro:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0MDcuNDM3IDQwNy40MzcnPjxwYXRoIGQ9J00zODYuMjU4IDkxLjU2N2wtMTgyLjU0IDE4MS45NDVMMjEuMTc5IDkxLjU2NyAwIDExMi44MTUgMjAzLjcxOCAzMTUuODdsMjAzLjcxOS0yMDMuMDU1eicvPjwvc3ZnPg==);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.accordion__intro .archive .entry-title,
.accordion__intro .blog .entry-title,
.accordion__intro .our-offering .eyebrow,
.accordion__intro h1,
.accordion__intro h2,
.accordion__intro h3,
.accordion__intro h4,
.accordion__intro h5,
.accordion__intro h6,
.archive .accordion__intro .entry-title,
.blog .accordion__intro .entry-title,
.our-offering .accordion__intro .eyebrow {
  color: inherit;
  font-weight: 600;
  margin-bottom: 0;
  display: inline;
  font-size: 1.8rem;
  padding: 0;
}
@media (min-width: 768px) {
  .accordion__intro .archive .entry-title,
  .accordion__intro .blog .entry-title,
  .accordion__intro .our-offering .eyebrow,
  .accordion__intro h1,
  .accordion__intro h2,
  .accordion__intro h3,
  .accordion__intro h4,
  .accordion__intro h5,
  .accordion__intro h6,
  .archive .accordion__intro .entry-title,
  .blog .accordion__intro .entry-title,
  .our-offering .accordion__intro .eyebrow {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .accordion__intro .archive .entry-title,
  .accordion__intro .blog .entry-title,
  .accordion__intro .our-offering .eyebrow,
  .accordion__intro h1,
  .accordion__intro h2,
  .accordion__intro h3,
  .accordion__intro h4,
  .accordion__intro h5,
  .accordion__intro h6,
  .archive .accordion__intro .entry-title,
  .blog .accordion__intro .entry-title,
  .our-offering .accordion__intro .eyebrow {
    font-size: 3rem;
  }
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #000;
  opacity: 0;
  font-size: 1.8rem;
}
.accordion__content .archive .entry-title,
.accordion__content .blog .entry-title,
.accordion__content .our-offering .eyebrow,
.accordion__content h1,
.accordion__content h2,
.accordion__content h3,
.accordion__content h4,
.accordion__content h5,
.accordion__content h6,
.accordion__content strong,
.archive .accordion__content .entry-title,
.blog .accordion__content .entry-title,
.our-offering .accordion__content .eyebrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  font-weight: 400;
}
.accordion__text {
  margin-bottom: 50px;
}
.accordion__active .accordion__intro:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__active .accordion__content {
  padding: 20px;
  opacity: 1;
}
.table {
  background-color: #fff;
  border-radius: 5px;
}
.table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.table tr td,
.table tr th {
  width: 20%;
  padding: 10px;
  vertical-align: middle;
  border-top: none;
}
@media (min-width: 768px) {
  .table tr td,
  .table tr th {
    padding: 20px;
  }
}
.table tr td.first-column,
.table tr th.first-column {
  width: 40%;
}
.table tr td.active-cell,
.table tr th.active-cell {
  position: relative;
  background-color: #cff128;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  .table
  tr
  td.active-cell
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .table
  tr
  th.active-cell
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .table
  tr
  td.active-cell
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .table
  tr
  th.active-cell
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .table
  tr
  td.active-cell
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .table
  tr
  th.active-cell
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .table
  tr
  td.active-cell
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .table
  tr
  th.active-cell
  input[type="radio"]
  + label:before,
.table
  tr
  td.active-cell
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.table
  tr
  td.active-cell
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.table
  tr
  td.active-cell
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.table
  tr
  td.active-cell
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.table tr td.active-cell i,
.table
  tr
  th.active-cell
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.table
  tr
  th.active-cell
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.table
  tr
  th.active-cell
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.table
  tr
  th.active-cell
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.table tr th.active-cell i {
  color: #fff;
}
.table tr:last-child td.active-cell:before,
.table tr th.active-cell:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #cff128;
  left: 0;
  height: 40px;
}
.table tr:last-child td.active-cell:before {
  bottom: -30px;
  border-radius: 0 0 10px 10px;
}
.table tr th.active-cell:before {
  top: -30px;
  border-radius: 10px 10px 0 0;
}
.table tr td img {
  max-width: 40px;
}
@media (min-width: 576px) {
  .table tr td img {
    max-width: 54px;
  }
}
.table tr td:last-child img {
  max-width: 20px;
}
@media (min-width: 576px) {
  .table tr td:last-child img {
    max-width: 30px;
  }
}
.table tr td:last-child img.icon-x {
  max-width: 18px;
}
.site-content ol,
.site-content ul {
  margin: 0;
  padding: 0;
}
.site-content ol li,
.site-content ul li {
  margin-bottom: 2rem;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .site-content ol li,
  .site-content ul li {
    padding-left: 35px;
    margin-bottom: 4rem;
  }
}
.site-content ul li {
  padding-left: 4.5rem;
}
.site-content ul li:before {
  background: #99e413;
  border: 5px solid #effbd9;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: inline-block;
  content: " ";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.site-content ul.styled-list {
  list-style: none;
}
.site-content ul.styled-list p strong {
  text-transform: capitalize;
  display: block;
}
.site-content ul.styled-list li {
  padding-left: 43px;
}
@media (min-width: 768px) {
  .site-content ul.styled-list li {
    padding-left: 55px;
  }
}
.site-content ul.styled-list li:before {
  border: none;
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  background: #ffd600;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjQuMjMgMjEuMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTYuOCAyMS4xOGMtMy40Mi0uODctNC4yMi01LjU2LTYuMzUtOC4wNmEyIDIgMCAwMTMuMDYtMi41MWMxLjQgMSAyLjIgMy42MiAzLjkgMy4zNSA0LjgtMy4zNCA5LTguODQgMTMuNTYtMTIuNzQuNzMtLjY5IDEuNTUtMS44MiAyLjcxLS44M3MuMDYgMS45My0uNTcgMi42OGMtNC42IDUuNTgtOS4yNCAxMS4xMi0xMy44NiAxNi42OGEzLjEyIDMuMTIgMCAwMS0yLjQ1IDEuNDN6JyBmaWxsPScjZmZmJy8+PC9zdmc+);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .site-content ul.styled-list li:before {
    background-size: 21px;
    width: 40px;
    height: 40px;
  }
}
.site-content .moneybag-list .styled-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: transparent;
  width: 30px;
  height: 40px;
  color: #fff;
  background-image: url(/wp-content/themes/kingkong/assets/prod/images/emoji-moneybag.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .site-content .moneybag-list .styled-list li:before {
    background-size: 31px;
    width: 32px;
    height: 44px;
    border-radius: 0;
  }
}
.site-content ul.styled-list li:before {
  content: "";
}
.site-content section:not(.normal-list) ol {
  counter-reset: ol-counter;
}
.site-content section:not(.normal-list) ol li {
  counter-increment: ol-counter;
  padding-left: 5rem;
  min-height: 5rem;
}
@media (min-width: 992px) {
  .site-content section:not(.normal-list) ol li {
    padding-left: 9rem;
    min-height: 9rem;
  }
}
.site-content section:not(.normal-list) ol li:before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  color: #a5d934;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  line-height: 1;
  font-size: 5rem;
}
@media (min-width: 992px) {
  .site-content section:not(.normal-list) ol li:before {
    font-size: 9rem;
  }
}
.site-content .normal-list ul {
  list-style: disc;
  padding-left: 30px;
}
.site-content .normal-list ul li {
  display: list-item;
  padding-left: 15px;
}
.site-content .normal-list ul li:before {
  display: none;
}
.site-content .normal-list ol {
  counter-set: inherit;
  list-style: decimal;
  padding-left: 45px;
}
.site-content .normal-list ol li {
  display: list-item;
  margin: 0 0 3rem;
}
.site-content .normal-list ol li ol {
  margin: 3rem 0 0;
  list-style: lower-alpha;
}
.site-content .normal-list ol li ol ol {
  list-style: lower-roman;
}
.site-content .normal-list ol li ol ol ol {
  list-style: upper-alpha;
}
.site-content .normal-list ol li:before {
  display: none;
}
#steps-block .step {
  background: #fff;
  -webkit-box-shadow: -47px 58px 136px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -47px 58px 136px 0 rgba(0, 0, 0, 0.09);
}
#steps-block .step-number {
  background: #cff128;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}
.section-videogallery {
  padding-top: 0;
  padding-bottom: 0;
  background: #282828;
}
.section-videogallery .overlay {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section-videogallery .overlay img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-videogallery .swiper-container:not(.control) .swiper-slide {
  display: block;
  height: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #282828;
}
@media (min-width: 992px) {
  .section-videogallery .swiper-container:not(.control) .swiper-slide {
    min-height: 630px;
  }
}
.section-videogallery .swiper-container:not(.control) .testimonial-content {
  max-width: 800px;
  text-align: center;
}
.section-videogallery .swiper-container:not(.control) blockquote {
  color: #fff;
}
.section-videogallery .swiper-container:not(.control) cite {
  display: block;
  font-weight: 600;
  color: #cff128;
  font-style: normal;
}
.section-videogallery .control {
  margin-top: -50px;
}
.section-videogallery .control .swiper-slide img {
  border-radius: 8px;
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.section-videogallery .control .swiper-slide .logo {
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 8px;
  left: 8px;
}
.section-videogallery .control .swiper-slide:after {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNjMuODYxJyBoZWlnaHQ9JzE2My44NjEnIGZpbGw9JyNmZmYnPjxwYXRoIGQ9J00zNC44NTcgMy42MTNDMjAuMDg0LTQuODYxIDguMTA3IDIuMDgxIDguMTA3IDE5LjEwNnYxMjUuNjM3YzAgMTcuMDQyIDExLjk3NyAyMy45NzUgMjYuNzUgMTUuNTA5TDE0NC42NyA5Ny4yNzVjMTQuNzc4LTguNDc3IDE0Ljc3OC0yMi4yMTEgMC0zMC42ODZMMzQuODU3IDMuNjEzeicvPjwvc3ZnPg==);
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  right: 12px;
}
.section-videogallery .control .thumb-name {
  color: #cff128;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-top: 10px;
}
.section-videogallery .play {
  position: relative;
  width: 54px;
  height: 54px;
  display: block;
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(158, 223, 0, 0.7);
  box-shadow: 0 0 0 0 rgba(158, 223, 0, 0.7);
  border-radius: 50%;
  background-color: transparent;
  background-image: url(/wp-content/themes/kingkong/assets/prod/images/seethrough-play.png);
  background-size: 92px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 2.5s cubic-bezier(0.66, 0, 0, 1) infinite;
  animation: pulse 2.5s cubic-bezier(0.66, 0, 0, 1) infinite;
  text-indent: 1000%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.section-videogallery .play:hover {
  -webkit-animation: none;
  animation: none;
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px transparent;
    box-shadow: 0 0 0 45px transparent;
  }
}
.section-globe {
  padding-bottom: 10px !important;
}
.section-globe .h1 {
  color: #000;
  font-size: 12vw;
}
@media (min-width: 576px) {
  .section-globe .h1 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .section-globe .h1 {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .section-globe .h1 {
    font-size: 11rem;
  }
}
@media (min-width: 1140px) {
  .section-globe .h1 {
    font-size: 13rem;
  }
}
.section-globe .col-lg-3 {
  margin-bottom: 2rem;
}
.section-globe .card {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: none;
  z-index: 2;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .section-globe .card {
    text-align: left;
  }
}
.section-globe .card .h6 {
  color: #16412a;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #7bc720;
}
.section-globe .card .big-number {
  font-size: 5rem;
  font-weight: 600;
  color: #16412a;
  letter-spacing: -0.3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-globe .card .big-number {
    font-size: 6rem;
    margin-bottom: 10px;
  }
}
.section-globe .card small {
  color: #6b8a7b;
}
.section-globe:after {
  content: " ";
  background: #f0f9e5;
  height: 500px;
  width: 100%;
  display: block;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNDQwIDMyMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTAgMTI4bDgwLTUuM2M4MC01LjcgMjQwLTE1LjcgNDAwIDEwLjZDNjQwIDE2MCA4MDAgMjI0IDk2MCAyNDBzMzIwLTE2IDQwMC0zMmw4MC0xNnYxMjhIMHonLz48L3N2Zz4=);
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.globe-wrapper {
  width: 80%;
  height: 300px;
  overflow: hidden;
  margin: 0 auto -30px;
}
.globe-wrapper #globeHolder {
  width: 100%;
  position: relative;
}
.globe-wrapper #globeHolder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 60px inset rgba(199, 211, 188, 0.7);
  box-shadow: inset 0 0 60px rgba(199, 211, 188, 0.7);
}
.hero.content-ebook-image {
  padding-bottom: 30px;
  line-height: 1.2;
}
.hero.content-ebook-image .background-image-container {
  background: #535353;
  background: linear-gradient(170deg, #535353, #afafaf);
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.hero.content-ebook-image .h2,
.hero.content-ebook-image h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  line-height: 0.95;
}
.hero.content-ebook-image .eyebrow__flashing {
  line-height: 1.4;
}
.hero.content-ebook-image .subheadline {
  display: none;
}
@media (min-width: 768px) {
  .hero.content-ebook-image .subheadline {
    display: inline-block;
  }
}
.hero.content-ebook-image .privacy-message {
  color: #343a40;
}
.hero.content-ebook-image .privacy-message svg {
  fill: #343a40;
}
.content-ebook-image .background-image-container:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(170deg, #2e2e2e, #747474);
  z-index: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
  -webkit-animation: darken-bg 6s;
  animation: darken-bg 6s;
}
.content-ebook-image .eyebrow {
  background: #89b922;
  display: inline-block;
  padding: 4px 25px;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  border-radius: 8px;
}
@-webkit-keyframes darken-bg {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  75% {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
@keyframes darken-bg {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  75% {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
.ebook-background {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .ebook-background {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .ebook-background {
    max-width: 100%;
    margin-top: 15px;
  }
}
.ebook-shine {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: -50%;
  top: -50%;
  height: 200%;
  width: 200%;
  max-width: unset;
  -webkit-animation: shine 6s;
  animation: shine 6s;
  -webkit-transform: rotate(-30deg) scale(0.5);
  transform: rotate(-30deg) scale(0.5);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
@keyframes shine {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  to {
    -webkit-transform: rotate(25deg) scale(1.3);
    transform: rotate(25deg) scale(1.3);
    opacity: 0;
  }
}
.show-clouds .ebook-clouds:after,
.show-clouds .ebook-clouds:before {
  position: absolute;
  display: block;
  height: 451px;
  width: 935px;
  background-image: url(/wp-content/themes/kingkong/assets/prod/images/clouds.png);
  background-size: 100% 100%;
  z-index: 9;
  top: 0;
  content: " ";
  opacity: 0;
}
.show-clouds .ebook-clouds:before {
  left: -20%;
  top: -30%;
  -webkit-animation: cloud-in-from-left 3.5s ease-in;
  animation: cloud-in-from-left 3.5s ease-in;
}
.show-clouds .ebook-clouds:after {
  right: -30%;
  top: 20%;
  -webkit-animation: cloud-in-from-right 4s ease-in;
  animation: cloud-in-from-right 4s ease-in;
}
@-webkit-keyframes cloud-in-from-left {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
    opacity: 0;
  }
}
@keyframes cloud-in-from-left {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
    opacity: 0;
  }
}
@-webkit-keyframes cloud-in-from-right {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(50%, 8%);
    transform: translate(50%, 8%);
    opacity: 0;
  }
}
@keyframes cloud-in-from-right {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(50%, 8%);
    transform: translate(50%, 8%);
    opacity: 0;
  }
}
.ebook {
  position: relative;
  top: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
  display: block;
}
@media (min-width: 576px) {
  .ebook {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .ebook {
    max-width: 280px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .ebook {
    max-width: 410px;
  }
}
@media (min-width: 1140px) {
  .ebook {
    max-width: 430px;
  }
}
.btn {
  position: relative;
  z-index: 2;
}
.content-seo {
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}
.archive .content-seo .entry-title,
.blog .content-seo .entry-title,
.content-seo .archive .entry-title,
.content-seo .blog .entry-title,
.content-seo .our-offering .eyebrow,
.content-seo h1,
.content-seo h2,
.content-seo h3,
.content-seo h4,
.content-seo h5,
.content-seo h6,
.our-offering .content-seo .eyebrow {
  font-size: 2rem;
}
.content-seo .readmore {
  color: #aaa;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}
.content-imagegallery,
.office-gallery {
  padding: 0;
}
.content-imagegallery .container-fluid,
.office-gallery .container-fluid {
  max-width: 100%;
}
.content-imagegallery .row > div,
.office-gallery .row > div {
  padding: 0;
}
.content-imagegallery .swiper-container img,
.office-gallery .swiper-container img {
  width: 100%;
}
.content-imagegallery .overlay,
.office-gallery .overlay {
  position: relative;
}
.content-imagegallery .overlay img,
.office-gallery .overlay img {
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 1140px) {
  .content-imagegallery .overlay img,
  .office-gallery .overlay img {
    max-height: 700px;
  }
}
@media (min-width: 1600px) {
  .content-imagegallery .overlay img,
  .office-gallery .overlay img {
    max-height: 800px;
  }
}
.content-imagegallery .swiper-button-next,
.content-imagegallery .swiper-button-prev,
.office-gallery .swiper-button-next,
.office-gallery .swiper-button-prev {
  color: #fff;
}
.content-imagegallery .swiper-button-next:after,
.content-imagegallery .swiper-button-prev:after,
.office-gallery .swiper-button-next:after,
.office-gallery .swiper-button-prev:after {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
.cards__item {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .cards__item {
    padding: 0 7px;
    width: 50%;
    margin: 0;
  }
}
.cards__item__inner {
  background: #fff;
  background: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cards__item__text {
  padding: 30px;
}
.cards__item__text :last-child {
  margin: 0;
}
.cards__item__text h4 {
  color: #cff128;
  font-size: 3.5rem;
  color: #d0ef40;
  letter-spacing: -0.035em;
  margin: 0 0 2rem;
}
.cards__item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .cards__item__text {
    padding: 42px 32px;
  }
  .cards__item__text h4 {
    font-size: 4rem;
    margin: 0 0 2.8rem;
  }
}
.cards__item img {
  width: 100%;
}
.section-moon {
  position: relative;
  overflow: hidden;
  padding: 150px 0 !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-moon {
    padding: 150px 0 200px !important;
  }
}
@media (min-width: 1140px) {
  .section-moon {
    padding: 200px 0 250px !important;
  }
}
.section-moon .moon__container {
  position: relative;
  z-index: 100;
  padding: 0 15px;
}
.section-moon .moon__text {
  text-transform: uppercase;
  text-align: center;
}
.section-moon .moon__text--sub {
  color: #b4ff2c;
  font-weight: 500;
  margin: 0;
  font-size: 3.5vw;
}
@media (min-width: 1140px) {
  .section-moon .moon__text--sub {
    font-size: 38px;
  }
}
.section-moon .moon__text--main {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-family: Futura LT Condensed, sans-serif;
  letter-spacing: -0.08em;
  margin: 0;
  font-size: 21.7vw;
  line-height: 0.78;
}
.section-moon .moon__text--main span {
  display: block;
  font-size: 28.5vw;
  text-indent: -0.06em;
}
@media (min-width: 1140px) {
  .section-moon .moon__text--main {
    font-size: 25rem;
  }
  .section-moon .moon__text--main span {
    font-size: 33rem;
  }
}
.section-moon .moon__bg {
  background: #000;
  overflow: hidden;
}
.section-moon .moon__bg,
.section-moon .moon__bg canvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.section-moon .moon__threed {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  position: relative;
}
.section-moon .moon__threed:before {
  content: "";
  position: absolute;
  top: -27%;
  left: -11%;
  width: 155%;
  height: 155%;
  z-index: 2;
  background: radial-gradient(
    circle,
    transparent 20%,
    transparent 46%,
    #000 68%
  );
}
.section-moon .moon__threed__container {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  overflow: hidden;
  max-width: 42%;
  width: 480px;
  position: absolute;
  top: 78%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .section-moon .moon__threed__container {
    left: 52%;
    top: 75%;
  }
}
.section-moon .moon__threed canvas {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.as-seen-in-2 img[src*=".svg"],
.as-seen-in img[src*=".svg"] {
  width: 100%;
}
.as-seen-in-2 .as-seen-in-module,
.as-seen-in .as-seen-in-module {
  margin: 0 0 3rem;
}
@media (min-width: 992px) {
  .as-seen-in-2 .as-seen-in-module,
  .as-seen-in .as-seen-in-module {
    margin: 0 0 5rem;
  }
}
.as-seen-in-2 .as-seen-in-module + .mt-4,
.as-seen-in-2 .as-seen-in-module + .mt-5,
.as-seen-in .as-seen-in-module + .mt-4,
.as-seen-in .as-seen-in-module + .mt-5 {
  margin-top: 0 !important;
}
.as-seen-in-2 .mb-5 + .as-seen-in-module,
.as-seen-in .mb-5 + .as-seen-in-module {
  margin-top: 2rem;
}
.as-seen-in-2 .add-stripes:not(.video-fb-proof) ~ .as-seen-in-module,
.as-seen-in .add-stripes:not(.video-fb-proof) ~ .as-seen-in-module {
  margin: 5rem 0;
}
.as-seen-in-2 .add-stripes:not(.video-fb-proof).mb-4 ~ .as-seen-in-module,
.as-seen-in .add-stripes:not(.video-fb-proof).mb-4 ~ .as-seen-in-module {
  margin-top: 3rem;
}
.as-seen-in-2 .video-fb-proof,
.as-seen-in .video-fb-proof {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .as-seen-in-2 .video-fb-proof,
  .as-seen-in .video-fb-proof {
    margin: 2rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .page-giveaway .as-seen-in,
  .page-giveaway .as-seen-in-2,
  .page-template-page-ebook .as-seen-in,
  .page-template-page-ebook .as-seen-in-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-giveaway .as-seen-in,
  .page-giveaway .as-seen-in-2,
  .page-template-page-ebook .as-seen-in,
  .page-template-page-ebook .as-seen-in-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-giveaway .as-seen-in-2 .as-seen-in-module.d-md-none,
.page-giveaway .as-seen-in-2 .as-seen-in-module.d-none,
.page-giveaway .as-seen-in-2 .as-seen-in-module:last-of-type,
.page-giveaway .as-seen-in .as-seen-in-module.d-md-none,
.page-giveaway .as-seen-in .as-seen-in-module.d-none,
.page-giveaway .as-seen-in .as-seen-in-module:last-of-type,
.page-template-page-ebook .as-seen-in-2 .as-seen-in-module.d-md-none,
.page-template-page-ebook .as-seen-in-2 .as-seen-in-module.d-none,
.page-template-page-ebook .as-seen-in-2 .as-seen-in-module:last-of-type,
.page-template-page-ebook .as-seen-in .as-seen-in-module.d-md-none,
.page-template-page-ebook .as-seen-in .as-seen-in-module.d-none,
.page-template-page-ebook .as-seen-in .as-seen-in-module:last-of-type {
  margin-bottom: 0;
}
.featured-in,
.featured-in-2 {
  padding-top: 0;
  padding-bottom: 40px;
}
@media (min-width: 1140px) {
  .featured-in,
  .featured-in-2 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.featured-in-2 .image-marquee,
.featured-in .image-marquee {
  margin-bottom: 0;
  margin-top: 0;
}
.featured-in-2 .image-marquee__scroller,
.featured-in .image-marquee__scroller {
  margin-top: 50px;
  margin-bottom: 50px;
}
.brand-experience,
.brand-experience-2 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .brand-experience,
  .brand-experience-2 {
    padding-bottom: 130px;
  }
}
@media (min-width: 1140px) {
  .brand-experience,
  .brand-experience-2 {
    padding-bottom: 180px;
  }
}
.brand-experience-2 .eyebrow,
.brand-experience .eyebrow {
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin-bottom: 30px;
  color: #282828;
}
.archive .brand-experience-2 .entry-details:first-child img,
.archive .brand-experience .entry-details:first-child img,
.blog .brand-experience-2 .entry-details:first-child img,
.blog .brand-experience .entry-details:first-child img,
.brand-experience-2 .archive .entry-details:first-child img,
.brand-experience-2 .blog .entry-details:first-child img,
.brand-experience-2 .col-12 img,
.brand-experience-2 .single-post .entry-details:first-child img,
.brand-experience .archive .entry-details:first-child img,
.brand-experience .blog .entry-details:first-child img,
.brand-experience .col-12 img,
.brand-experience .single-post .entry-details:first-child img,
.single-post .brand-experience-2 .entry-details:first-child img,
.single-post .brand-experience .entry-details:first-child img {
  margin: 0 auto;
  display: block;
}
.brand-experience-2 .image-marquee,
.brand-experience .image-marquee {
  margin-bottom: 0;
  margin-top: 0;
}
.brand-experience-2 .image-marquee__scroller,
.brand-experience .image-marquee__scroller {
  margin-top: 50px;
  margin-bottom: 50px;
}
.the-team .staff-grid {
  text-transform: uppercase;
  text-align: center;
  color: #a3dc19;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-weight: 300;
  font-size: 1.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .the-team .staff-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}
@media (min-width: 992px) {
  .the-team .staff-grid {
    font-size: 1.5rem;
  }
}
@media (min-width: 1140px) {
  .the-team .staff-grid {
    font-size: 1.8rem;
  }
}
.the-team .staff-grid .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.the-team .staff-grid__img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
  position: relative;
}
.the-team .staff-grid__img img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.the-team .staff-grid div:not(.swiper-slide):not(.staff-grid__img) {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .the-team .staff-grid div:not(.swiper-slide):not(.staff-grid__img) {
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
  }
}
@media (min-width: 992px) {
  .the-team .staff-grid div:not(.swiper-slide):not(.staff-grid__img) {
    width: 23%;
  }
}
.the-team .staff-grid div:not(.swiper-slide):not(.staff-grid__img) strong {
  color: #fff;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 1.6rem;
}
@media (min-width: 1140px) {
  .the-team .staff-grid div:not(.swiper-slide):not(.staff-grid__img) strong {
    font-size: 2rem;
  }
}
.date-updated {
  font-size: 1.6rem;
  margin-bottom: 30px;
  display: inline-block;
}
.date-updated:after {
  content: "";
  background: #cff128;
  height: 3px;
  width: 200px;
  display: block;
  position: relative;
  margin-top: 8px;
}
.countdown__type-clock,
.countdown__type-time {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.countdown .countdown-timer {
  background: #000;
  display: inline-block;
  padding: 0 30px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  margin-top: 5px;
}
.rating {
  vertical-align: middle;
  margin-top: 25px;
}
.rating .kkra-shortstring__inner {
  font-weight: 300;
  font-size: 1.8rem;
}
.rating svg {
  height: 18px;
  width: 18px;
  margin-right: 2px;
  vertical-align: unset;
}
.rating .kkra-stars {
  width: auto;
  margin-right: 5px;
}
.rating .kkra-stars svg {
  width: auto;
  height: 17px;
  min-width: 0;
  fill: #fff;
}
.rating .kkra-stars svg path {
  fill: #fff;
}
.text-dark .rating .kkra-stars svg path {
  fill: #fdc52e;
}
.text-dark .rating .kkra-stars svg.unfilled path {
  stroke: #fdc52e;
  fill: transparent;
  stroke-width: 0.5;
}
.our-offering .eyebrow {
  opacity: 0.5;
  margin-bottom: 6rem;
}
.our-offering .gradient-box {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .our-offering .gradient-box:last-child {
    margin-bottom: 3rem;
  }
}
.our-offering .gradient-box > div {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3f3f3f),
    to(#7a7a7a)
  );
  background: linear-gradient(#3f3f3f, #7a7a7a);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 25px;
  overflow: hidden;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 576px) {
  .our-offering .gradient-box > div {
    padding: 20px;
  }
}
.our-offering .gradient-box > div:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.our-offering .gradient-box .round-black-bg {
  content: "";
  display: block;
  background: #000;
  border-radius: 50%;
  padding: 40px;
  height: 150px !important;
  width: 150px !important;
  margin: -80px auto 2rem;
}
@media (min-width: 768px) {
  .our-offering .gradient-box .round-black-bg {
    padding: 50px 53px;
    height: 200px !important;
    width: 200px !important;
    margin-top: -90px;
  }
}
.our-offering .gradient-box p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7rem;
}
.our-offering .gradient-box .h2 {
  width: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  font-size: 8.8rem;
}
@media (min-width: 576px) {
  .our-offering .gradient-box .h2 {
    font-size: 13rem;
  }
}
@media (min-width: 768px) {
  .our-offering .gradient-box .h2 {
    font-size: 8.8rem;
  }
}
@media (min-width: 992px) {
  .our-offering .gradient-box .h2 {
    font-size: 11.5rem;
  }
}
@media (min-width: 1140px) {
  .our-offering .gradient-box .h2 {
    font-size: 14.5rem;
  }
}
.our-offering .gradient-box .h5 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .our-offering .gradient-box .h5 {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .our-offering .gradient-box .h5 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .our-offering .gradient-box .h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1140px) {
  .our-offering .gradient-box .h5 {
    font-size: 2rem;
  }
}
.our-offering .gradient-box .btn {
  color: #000;
  text-shadow: none;
}
.our-offering .mb-5 {
  margin-bottom: 2rem;
}
.our-offering.has-stripes .image-marquee {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-offering.has-stripes .image-marquee {
    margin-bottom: 100px;
  }
}
.our-offering .image-marquee {
  margin-top: 0;
}
.sell-like-crazy-book .h2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .sell-like-crazy-book .h2 {
    margin-bottom: 6rem;
  }
}
.sell-like-crazy-book .eyebrow {
  margin-bottom: 1.5rem;
}
.sell-like-crazy-book img {
  max-width: 280px;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .sell-like-crazy-book img {
    max-width: 380px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .sell-like-crazy-book img {
    max-width: 100%;
  }
}
.sell-like-crazy-book .btn {
  background: #f74424;
  display: inline-block;
  padding: 15px 7px;
  margin-top: 1.5rem;
  width: 100%;
}
.sell-like-crazy-book .btn-doublelayer__maintext {
  font-weight: 600;
  font-size: 1.7rem;
  text-transform: uppercase;
  text-shadow: none;
}
.sell-like-crazy-book .btn:last-child {
  background: 0 0;
  border: 2px solid #000;
}
.sell-like-crazy-book .btn:last-child .btn-doublelayer__maintext {
  color: #000;
}
.sell-like-crazy-book .btn br {
  display: none;
}
.sell-like-crazy-book .kkra-shortstring {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sell-like-crazy-book .kkra-shortstring {
    margin-bottom: 5px;
  }
}
.testimonial-video-slider {
  padding: 0;
}
.testimonial-video-slider .row {
  padding: 0;
  margin: 0;
}
.testimonial-video-slider .container-fluid {
  padding: 0;
  max-width: 100%;
}
.testimonial-video-slider .section-videogallery {
  padding: 0;
}
@media (max-width: 767.98px) {
  .testimonial-video-slider.run-animation
    .swiper-container-thumbs
    .swiper-slide {
    right: 15%;
    -webkit-animation: slideInOut 1.5s ease 0s 1 forwards;
    animation: slideInOut 1.5s ease 0s 1 forwards;
  }
}
@-webkit-keyframes slideInOut {
  0% {
    right: 0;
  }
  50% {
    right: 15%;
  }
  to {
    right: 0;
  }
}
@keyframes slideInOut {
  0% {
    right: 0;
  }
  50% {
    right: 15%;
  }
  to {
    right: 0;
  }
}
.testimonial-video-slider blockquote {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .testimonial-video-slider blockquote {
    font-size: 2.8rem;
  }
}
.testimonial-video-slider blockquote img {
  height: 100%;
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.testimonial-video-slider blockquote cite {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.testimonial-video-slider .play {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .testimonial-video-slider .play {
    margin-bottom: 3rem;
  }
}
.testimonial-video-slider .swiper-container-thumbs {
  padding: 0 15px;
}
@media (min-width: 576px) {
  .testimonial-video-slider .swiper-container-thumbs {
    padding: 0 20px;
  }
}
.testimonial-video-slider .control {
  padding-bottom: 20px;
}
.hit-the-damn-button {
  overflow: hidden;
  padding: 0;
}
.hit-the-damn-button .container {
  max-width: 100%;
}
.hit-the-damn-button .h2 {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .hit-the-damn-button .h2 {
    margin-top: 230px;
  }
}
.hit-the-damn-button .btn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .hit-the-damn-button .btn {
    margin-bottom: 230px;
  }
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.hit-the-damn-button .floating-icons i,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:before {
  position: absolute;
  left: auto;
  top: auto;
  display: block;
  height: 55px;
  width: 55px;
  background-color: hsla(0, 0%, 100%, 0.05);
  border: 8px solid transparent;
  border-radius: 10px;
  -webkit-animation: swirl 100s linear 1s infinite;
  animation: swirl 100s linear 1s infinite;
  z-index: -1;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:first-child:before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:first-child:before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:first-child:before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:first-child:before,
.hit-the-damn-button .floating-icons i:first-child,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:first-child:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:first-child:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:first-child:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:first-child:before {
  left: 3%;
  top: 10%;
  height: 80px;
  width: 80px;
  -webkit-animation: swirl 80s linear 1s infinite;
  animation: swirl 80s linear 1s infinite;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(2):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(2):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(2):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(2):before,
.hit-the-damn-button .floating-icons i:nth-child(2),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(2):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(2):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(2):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(2):before {
  left: 9%;
  top: 70%;
  height: 90px;
  width: 90px;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  animation: swirl 100s linear 1s infinite reverse;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(3):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(3):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(3):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(3):before,
.hit-the-damn-button .floating-icons i:nth-child(3),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(3):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(3):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(3):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(3):before {
  right: 7%;
  top: 3%;
  height: 90px;
  width: 90px;
  -webkit-animation: swirl 80s linear 1s infinite;
  animation: swirl 80s linear 1s infinite;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(4):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(4):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(4):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(4):before,
.hit-the-damn-button .floating-icons i:nth-child(4),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(4):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(4):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(4):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(4):before {
  left: 33%;
  top: 7%;
  height: 60px;
  width: 60px;
  -webkit-filter: blur(0.4px);
  filter: blur(0.4px);
  animation: swirl 60s linear 1s infinite reverse;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(5):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(5):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(5):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(5):before,
.hit-the-damn-button .floating-icons i:nth-child(5),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(5):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(5):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(5):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(5):before {
  right: 30%;
  top: 3%;
  height: 50px;
  width: 50px;
  -webkit-animation: swirl 80s linear 1s infinite;
  animation: swirl 80s linear 1s infinite;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(6):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(6):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(6):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(6):before,
.hit-the-damn-button .floating-icons i:nth-child(6),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(6):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(6):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(6):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(6):before {
  left: 16%;
  top: 50%;
  animation: swirl 40s linear 1s infinite reverse;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(7):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(7):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(7):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(7):before,
.hit-the-damn-button .floating-icons i:nth-child(7),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(7):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(7):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(7):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(7):before {
  left: 50%;
  bottom: 7%;
  height: 50px;
  width: 50px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-animation: swirl 80s linear 1s infinite;
  animation: swirl 80s linear 1s infinite;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(8):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(8):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(8):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(8):before,
.hit-the-damn-button .floating-icons i:nth-child(8),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(8):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(8):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(8):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(8):before {
  right: 5%;
  bottom: 20%;
  height: 65px;
  width: 65px;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  animation: swirl 60s linear 1s infinite reverse;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(9):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(9):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(9):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(9):before,
.hit-the-damn-button .floating-icons i:nth-child(9),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(9):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(9):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(9):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(9):before {
  left: 30%;
  bottom: 11%;
  height: 50px;
  width: 50px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  animation: swirl 80s linear 1s infinite reverse;
}
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(10):before,
.hit-the-damn-button
  .floating-icons
  .page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(10):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:nth-child(10):before,
.hit-the-damn-button
  .floating-icons
  .page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:nth-child(10):before,
.hit-the-damn-button .floating-icons i:nth-child(10),
.page-30-minute-strategy-session
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(10):before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(10):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .hit-the-damn-button
  .floating-icons
  input[type="checkbox"]
  + label:nth-child(10):before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .hit-the-damn-button
  .floating-icons
  input[type="radio"]
  + label:nth-child(10):before {
  left: 70%;
  top: 90%;
  height: 50px;
  width: 50px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  animation: swirl 40s linear 1s infinite reverse;
}
@media (max-width: 991.98px) {
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:first-child:before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(2):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(3):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(4):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(5):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(6):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(7):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(8):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(9):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(10):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:first-child:before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(2):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(3):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(4):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(5):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(6):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(7):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(8):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(9):before,
  .hit-the-damn-button
    .floating-icons
    .page-30-minute-strategy-session
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(10):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:first-child:before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(2):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(3):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(4):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(5):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(6):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(7):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(8):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(9):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    input[type="checkbox"]
    + label:nth-child(10):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:first-child:before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(2):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(3):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(4):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(5):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(6):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(7):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(8):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(9):before,
  .hit-the-damn-button
    .floating-icons
    .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    input[type="radio"]
    + label:nth-child(10):before,
  .hit-the-damn-button .floating-icons i:first-child,
  .hit-the-damn-button .floating-icons i:nth-child(2),
  .hit-the-damn-button .floating-icons i:nth-child(3),
  .hit-the-damn-button .floating-icons i:nth-child(4),
  .hit-the-damn-button .floating-icons i:nth-child(5),
  .hit-the-damn-button .floating-icons i:nth-child(6),
  .hit-the-damn-button .floating-icons i:nth-child(7),
  .hit-the-damn-button .floating-icons i:nth-child(8),
  .hit-the-damn-button .floating-icons i:nth-child(9),
  .hit-the-damn-button .floating-icons i:nth-child(10),
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:first-child:before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(2):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(3):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(4):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(5):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(6):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(7):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(8):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(9):before,
  .page-30-minute-strategy-session
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(10):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:first-child:before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(2):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(3):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(4):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(5):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(6):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(7):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(8):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(9):before,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(10):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:first-child:before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(2):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(3):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(4):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(5):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(6):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(7):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(8):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(9):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .hit-the-damn-button
    .floating-icons
    input[type="checkbox"]
    + label:nth-child(10):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:first-child:before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(2):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(3):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(4):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(5):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(6):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(7):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(8):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(9):before,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container
    .hit-the-damn-button
    .floating-icons
    input[type="radio"]
    + label:nth-child(10):before {
    width: 50px;
  }
}
.awards.has-stripes:not(:nth-child(2)) {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .awards.has-stripes:not(:nth-child(2)) {
    padding: 160px 0;
  }
  .awards.has-stripes:not(:nth-child(2)) .background-image-container {
    top: 10vw;
  }
}
.awards.has-stripes:nth-child(2) {
  padding-bottom: 70px;
  padding-top: 70px;
}
.home .awards.has-stripes:nth-child(2) {
  padding-top: 140px;
}
@media (min-width: 576px) {
  .home .awards.has-stripes:nth-child(2) {
    padding-top: 165px;
  }
}
@media (min-width: 768px) {
  .awards.has-stripes:nth-child(2) {
    padding-bottom: 130px;
    padding-top: 80px;
  }
  .home .awards.has-stripes:nth-child(2) {
    padding-top: 185px;
  }
}
@media (min-width: 992px) {
  .home .awards.has-stripes:nth-child(2) {
    padding-top: 300px;
  }
}
@media (min-width: 1140px) {
  .awards.has-stripes:nth-child(2) {
    padding-bottom: 180px;
    padding-top: 120px;
  }
  .home .awards.has-stripes:nth-child(2) {
    padding-top: 345px;
  }
}
@media (min-width: 1600px) {
  .home .awards.has-stripes:nth-child(2) {
    padding-top: 465px;
  }
}
.awards.has-stripes:nth-child(2) .background-image-container {
  top: 0;
}
.awards .eyebrow {
  color: #282828;
}
.awards .image-marquee,
.awards .image-marquee__scroller {
  margin-bottom: 0;
  margin-top: 0;
}
.baguetteBox-open {
  overflow: hidden;
}
.landing-pages img {
  -webkit-box-shadow: 1px 13px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 13px 30px rgba(0, 0, 0, 0.2);
}
.landing-pages .d-block.col-md-3 a {
  position: relative;
  display: block;
}
.landing-pages .d-block.col-md-3 a:hover:before {
  opacity: 1;
}
.landing-pages .d-block.col-md-3 a img {
  position: relative;
  z-index: 1;
}
.landing-pages .d-block.col-md-3 a:before {
  content: "Click To Enlarge";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#baguetteBox-overlay .full-image {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: scroll;
}
#baguetteBox-overlay .full-image img {
  width: 100%;
  top: 0;
  height: auto;
  max-height: none;
  max-width: 1150px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.video-generic-results video,
.video-ppc-results video {
  border-radius: 15px;
  -webkit-box-shadow: 1px 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 40px rgba(0, 0, 0, 0.2);
}
.proof-masonry {
  padding: 45px 0 50px;
}
@media (min-width: 768px) {
  .proof-masonry {
    padding: 60px 0;
  }
}
.proof-masonry .row {
  -webkit-columns: 1;
  -moz-columns: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: block;
  margin: 0 -5px;
}
.proof-masonry .row > div {
  padding: 0 5px;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .proof-masonry .row {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
  }
}
.proof-heading {
  padding-bottom: 0;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .proof-heading {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.proof-heading .h1,
.proof-heading h1 {
  margin: 0;
}
@media (min-width: 1600px) {
  .proof-heading .h1,
  .proof-heading h1 {
    font-size: 16.3rem;
  }
}
.proof-hidden {
  display: none;
}
.proof-hidden--normal:not(.proof-hidden--smooth) {
  height: auto !important;
}
.proof-hidden--normal {
  min-height: 0;
  -webkit-transition: height 0.7s ease, margin 0.7s ease;
  transition: height 0.7s ease, margin 0.7s ease;
}
.proof-hidden--smooth {
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.proof-hidden--forceshow {
  height: auto !important;
  -webkit-transition: none;
  transition: none;
}
.proof-videos {
  padding-top: 0;
}
@media (min-width: 1600px) {
  .proof-videos .h2,
  .proof-videos h2 {
    font-size: 7.3rem;
    margin-bottom: 3.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .proof-videos .h2,
  .proof-videos h2 {
    font-size: 8vw;
  }
}
.proof-videos .video-col {
  margin-bottom: 6rem;
}
.proof-videos .video-col:nth-last-child(2) {
  margin-bottom: 3rem;
}
.proof-videos .video-col .wistia_responsive_padding {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .proof-videos .video-col {
    margin-bottom: 9rem;
  }
  .proof-videos .video-col:nth-last-child(2) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .two-rules,
  .blog blockquote.single-post .two-rules,
  .single-post blockquote.single-post .two-rules,
  body.single-post .two-rules {
    padding: 100px 0;
  }
}
.archive blockquote.single-post .two-rules .entry-title,
.archive blockquote.single-post .two-rules .h3,
.archive blockquote.single-post .two-rules h3,
.archive body.single-post .two-rules .entry-title,
.blog blockquote.single-post .two-rules .entry-title,
.blog blockquote.single-post .two-rules .h3,
.blog blockquote.single-post .two-rules h3,
.blog body.single-post .two-rules .entry-title,
.single-post blockquote.single-post .two-rules .archive .entry-title,
.single-post blockquote.single-post .two-rules .blog .entry-title,
.single-post blockquote.single-post .two-rules .h3,
.single-post blockquote.single-post .two-rules h3,
body.single-post .two-rules .archive .entry-title,
body.single-post .two-rules .blog .entry-title,
body.single-post .two-rules .h3,
body.single-post .two-rules h3 {
  margin-top: 0;
}
.archive blockquote.single-post .two-rules .h2:first-child,
.archive blockquote.single-post .two-rules h2:first-child,
.blog blockquote.single-post .two-rules .h2:first-child,
.blog blockquote.single-post .two-rules h2:first-child,
.single-post blockquote.single-post .two-rules .h2:first-child,
.single-post blockquote.single-post .two-rules h2:first-child,
body.single-post .two-rules .h2:first-child,
body.single-post .two-rules h2:first-child {
  margin-top: 0 !important;
}
.archive blockquote.single-post .two-rules .cards,
.archive blockquote.single-post .two-rules .h2,
.archive blockquote.single-post .two-rules h2,
.blog blockquote.single-post .two-rules .cards,
.blog blockquote.single-post .two-rules .h2,
.blog blockquote.single-post .two-rules h2,
.single-post blockquote.single-post .two-rules .cards,
.single-post blockquote.single-post .two-rules .h2,
.single-post blockquote.single-post .two-rules h2,
body.single-post .two-rules .cards,
body.single-post .two-rules .h2,
body.single-post .two-rules h2 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.archive blockquote.single-post .two-rules .cards,
.blog blockquote.single-post .two-rules .cards,
.single-post blockquote.single-post .two-rules .cards,
body.single-post .two-rules .cards {
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .archive blockquote.single-post .two-rules .cards,
  .blog blockquote.single-post .two-rules .cards,
  .single-post blockquote.single-post .two-rules .cards,
  body.single-post .two-rules .cards {
    margin: 0 auto 4rem;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .two-rules .cards,
  .blog blockquote.single-post .two-rules .cards,
  .single-post blockquote.single-post .two-rules .cards,
  body.single-post .two-rules .cards {
    margin: 0 auto 6.5rem;
  }
}
.archive blockquote.single-post .two-rules .below-cards,
.blog blockquote.single-post .two-rules .below-cards,
.single-post blockquote.single-post .two-rules .below-cards,
body.single-post .two-rules .below-cards {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .archive blockquote.single-post .two-rules .below-cards,
  .blog blockquote.single-post .two-rules .below-cards,
  .single-post blockquote.single-post .two-rules .below-cards,
  body.single-post .two-rules .below-cards {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .two-rules .below-cards,
  .blog blockquote.single-post .two-rules .below-cards,
  .single-post blockquote.single-post .two-rules .below-cards,
  body.single-post .two-rules .below-cards {
    margin: 0 0 4rem;
  }
}
.archive
  blockquote.single-post
  .two-rules
  .below-cards
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
.archive blockquote.single-post .two-rules .below-cards > ul li,
.blog
  blockquote.single-post
  .two-rules
  .below-cards
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
.blog blockquote.single-post .two-rules .below-cards > ul li,
.single-post
  blockquote.single-post
  .two-rules
  .below-cards
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
.single-post blockquote.single-post .two-rules .below-cards > ul li,
body.single-post
  .two-rules
  .below-cards
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
body.single-post .two-rules .below-cards > ul li {
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .archive
    blockquote.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .archive blockquote.single-post .two-rules .below-cards > ul li,
  .blog
    blockquote.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .blog blockquote.single-post .two-rules .below-cards > ul li,
  .single-post
    blockquote.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .single-post blockquote.single-post .two-rules .below-cards > ul li,
  body.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  body.single-post .two-rules .below-cards > ul li {
    max-width: 700px;
  }
}
@media (min-width: 1140px) {
  .archive
    blockquote.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .archive blockquote.single-post .two-rules .below-cards > ul li,
  .blog
    blockquote.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .blog blockquote.single-post .two-rules .below-cards > ul li,
  .single-post
    blockquote.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .single-post blockquote.single-post .two-rules .below-cards > ul li,
  body.single-post
    .two-rules
    .below-cards
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  body.single-post .two-rules .below-cards > ul li {
    font-size: 2.5rem;
  }
}
.page-home-king-kong main {
  overflow: hidden;
}
.page-home-king-kong section:first-child {
  font-weight: 300;
  padding-bottom: 0;
}
.page-home-king-kong section:first-child .h1,
.page-home-king-kong section:first-child h1 {
  font-size: 15vw;
}
@media (min-width: 576px) {
  .page-home-king-kong section:first-child .h1,
  .page-home-king-kong section:first-child h1 {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .page-home-king-kong section:first-child .h1,
  .page-home-king-kong section:first-child h1 {
    font-size: 10rem;
  }
}
@media (min-width: 992px) {
  .page-home-king-kong section:first-child .h1,
  .page-home-king-kong section:first-child h1 {
    font-size: 13rem;
  }
}
@media (min-width: 1600px) {
  .page-home-king-kong section:first-child .h1,
  .page-home-king-kong section:first-child h1 {
    font-size: 15rem;
  }
}
.page-home-king-kong section:first-child small {
  margin-bottom: 10px;
  display: block;
  font-size: 1.3rem;
}
.page-home-king-kong section:first-child .below-hms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 576px) {
  .page-home-king-kong section:first-child .below-hms {
    margin: 1.5rem 0 4rem;
  }
}
.page-home-king-kong section:first-child .below-hms a,
.page-home-king-kong section:first-child .below-hms div,
.page-home-king-kong section:first-child .below-hms p,
.page-home-king-kong section:first-child .below-hms span {
  color: #a0a0a0;
  font-size: 1.4rem;
  margin: 0;
}
.page-home-king-kong section:first-child .below-hms .kkra-shortstring {
  width: 100%;
  position: relative;
  top: 1px;
  margin: 0.5rem 0 0;
  display: inline-block;
}
@media (min-width: 576px) {
  .page-home-king-kong section:first-child .below-hms .kkra-shortstring {
    width: auto;
    margin: 0 0 0 3rem;
  }
}
.page-home-king-kong
  section:first-child
  .below-hms
  .kkra-shortstring
  .kkra-starinput,
.page-home-king-kong
  section:first-child
  .below-hms
  .kkra-shortstring
  .kkra-stars {
  top: 0;
  width: 70px;
}
.page-home-king-kong
  section:first-child
  .below-hms
  .kkra-shortstring
  .kkra-starinput
  .filled,
.page-home-king-kong
  section:first-child
  .below-hms
  .kkra-shortstring
  .kkra-starinput
  .unfilled,
.page-home-king-kong
  section:first-child
  .below-hms
  .kkra-shortstring
  .kkra-stars
  .filled,
.page-home-king-kong
  section:first-child
  .below-hms
  .kkra-shortstring
  .kkra-stars
  .unfilled {
  min-width: 70px;
}
.page-home-king-kong section:first-child .hero-video {
  margin-bottom: -100px;
}
@media (min-width: 768px) {
  .page-home-king-kong section:first-child .hero-video {
    margin-bottom: -150px;
  }
}
@media (min-width: 992px) {
  .page-home-king-kong section:first-child .hero-video {
    margin-bottom: -250px;
  }
}
@media (min-width: 1140px) {
  .page-home-king-kong section:first-child .hero-video {
    margin-bottom: -300px;
  }
}
@media (min-width: 1600px) {
  .page-home-king-kong section:first-child .hero-video {
    margin-bottom: -400px;
  }
}
.page-home-king-kong .power-in-platform .h2 {
  font-size: 10.5vw;
}
@media (min-width: 576px) {
  .page-home-king-kong .power-in-platform .h2 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .page-home-king-kong .power-in-platform .h2 {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .page-home-king-kong .power-in-platform .h2 {
    font-size: 11rem;
  }
}
@media (min-width: 1140px) {
  .page-home-king-kong .power-in-platform .h2 {
    font-size: 13rem;
  }
}
.archive .site-header,
.blog .site-header,
.single-post .site-header {
  background: #362e3e;
  color: #fff;
}
.archive .entry-content,
.blog .entry-content,
.single-post .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive .pagination,
.blog .pagination,
.single-post .pagination {
  margin: 0 auto;
}
.archive .pagination .page-numbers,
.blog .pagination .page-numbers,
.single-post .pagination .page-numbers {
  padding: 0.2rem;
  margin: 0.6rem;
  color: #362e3e;
}
.archive .pagination .page-numbers.current,
.blog .pagination .page-numbers.current,
.single-post .pagination .page-numbers.current {
  background: #362e3e;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 2px 12px;
}
.archive article,
.blog article,
.single-post article {
  border-bottom: 5px solid #f2f2f2;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
.archive article:last-child,
.blog article:last-child,
.single-post article:last-child {
  border-bottom: none;
}
.archive article img,
.blog article img,
.single-post article img {
  max-width: 100%;
  height: auto;
}
.archive article:not(.comment-body):not(.post),
.blog article:not(.comment-body):not(.post),
.single-post article:not(.comment-body):not(.post) {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .archive article:not(.comment-body):not(.post),
  .blog article:not(.comment-body):not(.post),
  .single-post article:not(.comment-body):not(.post) {
    margin-bottom: 5rem;
  }
}
.archive article:not(.comment-body):not(.post):last-of-type,
.blog article:not(.comment-body):not(.post):last-of-type,
.single-post article:not(.comment-body):not(.post):last-of-type {
  margin-bottom: 0;
}
.archive .pagination,
.blog .pagination,
.single-post .pagination {
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .archive .entry-thumb,
  .blog .entry-thumb,
  .single-post .entry-thumb {
    margin: 0;
  }
}
.archive .entry-thumb img,
.blog .entry-thumb img,
.single-post .entry-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.archive .entry-thumb a,
.blog .entry-thumb a,
.single-post .entry-thumb a {
  overflow: hidden;
  display: block;
  height: 100%;
}
.archive .entry-thumb a:hover img,
.blog .entry-thumb a:hover img,
.single-post .entry-thumb a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.archive .entry-details .entry-excerpt p:last-child,
.blog .entry-details .entry-excerpt p:last-child,
.single-post .entry-details .entry-excerpt p:last-child {
  margin-bottom: 0;
}
.archive .entry-details .entry-excerpt h4 img,
.blog .entry-details .entry-excerpt h4 img,
.single-post .entry-details .entry-excerpt h4 img {
  margin-bottom: 3rem;
}
.archive .entry-avatar,
.blog .entry-avatar,
.single-post .entry-avatar {
  width: 50px;
  margin-right: 10px;
}
.archive .entry-avatar img,
.blog .entry-avatar img,
.single-post .entry-avatar img {
  border-radius: 50%;
}
.archive .entry-data,
.blog .entry-data,
.single-post .entry-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #343a40;
}
.archive .entry-data .entry-author,
.blog .entry-data .entry-author,
.single-post .entry-data .entry-author {
  font-weight: 600;
  display: block;
}
.archive aside .widget ul,
.blog aside .widget ul,
.single-post aside .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.archive aside .widget ul li,
.blog aside .widget ul li,
.single-post aside .widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.archive aside .widget ul li a,
.blog aside .widget ul li a,
.single-post aside .widget ul li a {
  color: inherit;
  display: inline-block;
  background: #dcefa6;
  border-radius: 25px;
  padding: 5px 14px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.archive aside .widget ul li a:hover,
.blog aside .widget ul li a:hover,
.single-post aside .widget ul li a:hover {
  opacity: 0.8;
}
.archive aside .widget ul li a[aria-current],
.blog aside .widget ul li a[aria-current],
.single-post aside .widget ul li a[aria-current] {
  text-decoration: underline;
}
.archive aside .widget ul li span,
.blog aside .widget ul li span,
.single-post aside .widget ul li span {
  display: block;
}
.archive aside .widget ul li:before,
.blog aside .widget ul li:before,
.single-post aside .widget ul li:before {
  display: none;
}
.archive aside .widget .widget-title,
.blog aside .widget .widget-title,
.single-post aside .widget .widget-title {
  color: #343a40;
  font-weight: 600;
}
.archive .search-form,
.blog .search-form,
.single-post .search-form {
  position: relative;
}
.archive .search-form .search-field,
.blog .search-form .search-field,
.single-post .search-form .search-field {
  height: 60px;
  margin: 0;
  padding: 0 50px 0 15px;
}
.archive .search-form .search-submit,
.blog .search-form .search-submit,
.single-post .search-form .search-submit {
  position: absolute;
  background: 0 0;
  width: auto;
  font-weight: 600;
  padding: 5px 10px;
  border: 2px solid #f0efee;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.archive .search-form .search-submit:hover,
.blog .search-form .search-submit:hover,
.single-post .search-form .search-submit:hover {
  background: #f0efee;
}
.archive em,
.blog em,
.single-post em {
  background: 0 0;
}
.archive .header-phone,
.blog .header-phone {
  color: #fff;
}
.archive .entry-category,
.blog .entry-category {
  margin-bottom: 20px;
}
.archive .entry-category a,
.blog .entry-category a {
  background: #f0f0f0;
  color: #373737;
  font-size: 1.4rem;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.archive .entry-title,
.blog .entry-title {
  margin-bottom: 10px;
}
.archive .entry-title a,
.blog .entry-title a {
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.archive .entry-title a:hover,
.blog .entry-title a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.archive .entry-excerpt h1,
.archive .entry-excerpt h2,
.blog .entry-excerpt h1,
.blog .entry-excerpt h2 {
  display: none;
}
.archive .entry-excerpt iframe,
.blog .entry-excerpt iframe {
  width: 100%;
}
.blog-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 auto 3rem;
}
.blog-rating .kkra-stars {
  margin: 0 10px;
}
p.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
p.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive blockquote.single-post article,
.blog blockquote.single-post article,
.single-post blockquote.single-post article,
body.single-post article {
  padding: 0;
  margin: 0;
}
.archive blockquote.single-post .entry-title strong,
.archive blockquote.single-post h2 strong,
.archive blockquote.single-post h3 strong,
.archive blockquote.single-post h4 strong,
.archive body.single-post .entry-title strong,
.blog blockquote.single-post .entry-title strong,
.blog blockquote.single-post h2 strong,
.blog blockquote.single-post h3 strong,
.blog blockquote.single-post h4 strong,
.blog body.single-post .entry-title strong,
.single-post blockquote.single-post .archive .entry-title strong,
.single-post blockquote.single-post .blog .entry-title strong,
.single-post blockquote.single-post h2 strong,
.single-post blockquote.single-post h3 strong,
.single-post blockquote.single-post h4 strong,
body.single-post .archive .entry-title strong,
body.single-post .blog .entry-title strong,
body.single-post h2 strong,
body.single-post h3 strong,
body.single-post h4 strong {
  font-weight: inherit;
}
.archive blockquote.single-post .h2,
.archive blockquote.single-post h2,
.blog blockquote.single-post .h2,
.blog blockquote.single-post h2,
.single-post blockquote.single-post .h2,
.single-post blockquote.single-post h2,
body.single-post .h2,
body.single-post h2 {
  line-height: 0.933;
  letter-spacing: -0.075em;
  margin: 5rem 0 3rem;
}
@media (min-width: 992px) {
  .archive blockquote.single-post .h2,
  .archive blockquote.single-post h2,
  .blog blockquote.single-post .h2,
  .blog blockquote.single-post h2,
  .single-post blockquote.single-post .h2,
  .single-post blockquote.single-post h2,
  body.single-post .h2,
  body.single-post h2 {
    font-size: 6rem;
    margin-top: 9rem;
    margin-bottom: 4rem;
  }
}
.archive blockquote.single-post .entry-title,
.archive blockquote.single-post .h3,
.archive blockquote.single-post h3,
.archive body.single-post .entry-title,
.blog blockquote.single-post .entry-title,
.blog blockquote.single-post .h3,
.blog blockquote.single-post h3,
.blog body.single-post .entry-title,
.single-post blockquote.single-post .archive .entry-title,
.single-post blockquote.single-post .blog .entry-title,
.single-post blockquote.single-post .h3,
.single-post blockquote.single-post h3,
body.single-post .archive .entry-title,
body.single-post .blog .entry-title,
body.single-post .h3,
body.single-post h3 {
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .archive blockquote.single-post .entry-title,
  .archive blockquote.single-post .h3,
  .archive blockquote.single-post h3,
  .archive body.single-post .entry-title,
  .blog blockquote.single-post .entry-title,
  .blog blockquote.single-post .h3,
  .blog blockquote.single-post h3,
  .blog body.single-post .entry-title,
  .single-post blockquote.single-post .archive .entry-title,
  .single-post blockquote.single-post .blog .entry-title,
  .single-post blockquote.single-post .h3,
  .single-post blockquote.single-post h3,
  body.single-post .archive .entry-title,
  body.single-post .blog .entry-title,
  body.single-post .h3,
  body.single-post h3 {
    font-size: 4rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.archive blockquote.single-post .page-header,
.blog blockquote.single-post .page-header,
.single-post blockquote.single-post .page-header,
body.single-post .page-header {
  text-align: center;
  padding: 90px 0 30px;
}
@media (min-width: 992px) {
  .archive blockquote.single-post .page-header,
  .blog blockquote.single-post .page-header,
  .single-post blockquote.single-post .page-header,
  body.single-post .page-header {
    padding: 125px 0 30px;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .page-header,
  .blog blockquote.single-post .page-header,
  .single-post blockquote.single-post .page-header,
  body.single-post .page-header {
    padding: 155px 0 30px;
  }
}
.archive blockquote.single-post .page-header h1,
.blog blockquote.single-post .page-header h1,
.single-post blockquote.single-post .page-header h1,
body.single-post .page-header h1 {
  line-height: 0.919;
  letter-spacing: -0.075em;
  max-width: 950px;
  margin: 15px auto;
  font-size: 4rem;
}
@media (min-width: 992px) {
  .archive blockquote.single-post .page-header h1,
  .blog blockquote.single-post .page-header h1,
  .single-post blockquote.single-post .page-header h1,
  body.single-post .page-header h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .page-header h1,
  .blog blockquote.single-post .page-header h1,
  .single-post blockquote.single-post .page-header h1,
  body.single-post .page-header h1 {
    font-size: 6.75rem;
  }
}
.archive blockquote.single-post .page-header .entry-category,
.blog blockquote.single-post .page-header .entry-category,
.single-post blockquote.single-post .page-header .entry-category,
body.single-post .page-header .entry-category {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  color: #cfee40;
}
.archive blockquote.single-post .page-header .entry-category a,
.blog blockquote.single-post .page-header .entry-category a,
.single-post blockquote.single-post .page-header .entry-category a,
body.single-post .page-header .entry-category a {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #cfee40;
  text-decoration: none;
}
@media (min-width: 992px) {
  .archive blockquote.single-post .page-header .entry-category a,
  .blog blockquote.single-post .page-header .entry-category a,
  .single-post blockquote.single-post .page-header .entry-category a,
  body.single-post .page-header .entry-category a {
    font-size: 1.8rem;
  }
}
.archive blockquote.single-post .page-header .entry-metawrap .entry-date,
.blog blockquote.single-post .page-header .entry-metawrap .entry-date,
.single-post blockquote.single-post .page-header .entry-metawrap .entry-date,
body.single-post .page-header .entry-metawrap .entry-date {
  color: #bdbdbd;
  font-size: 1.8rem;
  line-height: 1.111;
  margin: 28px 0 12px;
  display: block;
}
@media (min-width: 992px) {
  .archive blockquote.single-post .page-header .entry-metawrap .kk-social svg,
  .blog blockquote.single-post .page-header .entry-metawrap .kk-social svg,
  .single-post
    blockquote.single-post
    .page-header
    .entry-metawrap
    .kk-social
    svg,
  body.single-post .page-header .entry-metawrap .kk-social svg {
    width: 32px;
  }
  .archive blockquote.single-post .page-header .entry-metawrap .kk-social a,
  .blog blockquote.single-post .page-header .entry-metawrap .kk-social a,
  .single-post blockquote.single-post .page-header .entry-metawrap .kk-social a,
  body.single-post .page-header .entry-metawrap .kk-social a {
    margin: 0 12px;
  }
}
.archive blockquote.single-post .post-content,
.blog blockquote.single-post .post-content,
.single-post blockquote.single-post .post-content,
body.single-post .post-content {
  padding-top: 0;
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .post-content,
  .blog blockquote.single-post .post-content,
  .single-post blockquote.single-post .post-content,
  body.single-post .post-content {
    padding: 0 0 80px;
  }
}
.archive blockquote.single-post .post-content .btn-doublelayer,
.blog blockquote.single-post .post-content .btn-doublelayer,
.single-post blockquote.single-post .post-content .btn-doublelayer,
body.single-post .post-content .btn-doublelayer {
  margin: 0 0 3rem;
  -webkit-box-shadow: 0 5px 20px #d5e8d1;
  box-shadow: 0 5px 20px #d5e8d1;
}
@media (min-width: 1600px) {
  .archive blockquote.single-post .post-content .btn-doublelayer,
  .blog blockquote.single-post .post-content .btn-doublelayer,
  .single-post blockquote.single-post .post-content .btn-doublelayer,
  body.single-post .post-content .btn-doublelayer {
    padding: 30px 0;
  }
}
.archive blockquote.single-post .post-content .btn-doublelayer__maintext,
.blog blockquote.single-post .post-content .btn-doublelayer__maintext,
.single-post blockquote.single-post .post-content .btn-doublelayer__maintext,
body.single-post .post-content .btn-doublelayer__maintext {
  margin-top: 0;
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .post-content .btn-doublelayer__maintext,
  .blog blockquote.single-post .post-content .btn-doublelayer__maintext,
  .single-post blockquote.single-post .post-content .btn-doublelayer__maintext,
  body.single-post .post-content .btn-doublelayer__maintext {
    font-size: 4.3rem;
  }
}
@media (min-width: 1600px) {
  .archive blockquote.single-post .content-single,
  .blog blockquote.single-post .content-single,
  .single-post blockquote.single-post .content-single,
  body.single-post .content-single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.667%;
    flex: 0 0 65.667%;
    max-width: 65.667%;
  }
}
.archive blockquote.single-post .content-single .h4,
.archive blockquote.single-post .content-single h4,
.blog blockquote.single-post .content-single .h4,
.blog blockquote.single-post .content-single h4,
.single-post blockquote.single-post .content-single .h4,
.single-post blockquote.single-post .content-single h4,
body.single-post .content-single .h4,
body.single-post .content-single h4 {
  line-height: 1.2;
  font-size: 3rem;
}
.archive blockquote.single-post .content-single .h4 + h4,
.archive blockquote.single-post .content-single h4 + h4,
.blog blockquote.single-post .content-single .h4 + h4,
.blog blockquote.single-post .content-single h4 + h4,
.single-post blockquote.single-post .content-single .h4 + h4,
.single-post blockquote.single-post .content-single h4 + h4,
body.single-post .content-single .h4 + h4,
body.single-post .content-single h4 + h4 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .archive blockquote.single-post .content-single .h4,
  .archive blockquote.single-post .content-single h4,
  .blog blockquote.single-post .content-single .h4,
  .blog blockquote.single-post .content-single h4,
  .single-post blockquote.single-post .content-single .h4,
  .single-post blockquote.single-post .content-single h4,
  body.single-post .content-single .h4,
  body.single-post .content-single h4 {
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .archive blockquote.single-post .content-single .h4 + h4,
  .archive blockquote.single-post .content-single h4 + h4,
  .blog blockquote.single-post .content-single .h4 + h4,
  .blog blockquote.single-post .content-single h4 + h4,
  .single-post blockquote.single-post .content-single .h4 + h4,
  .single-post blockquote.single-post .content-single h4 + h4,
  body.single-post .content-single .h4 + h4,
  body.single-post .content-single h4 + h4 {
    margin-top: 4rem;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .content-single .entry-title,
  .archive blockquote.single-post .content-single .h1,
  .archive blockquote.single-post .content-single .h2,
  .archive blockquote.single-post .content-single .h3,
  .archive blockquote.single-post .content-single .h4,
  .archive blockquote.single-post .content-single h1,
  .archive blockquote.single-post .content-single h2,
  .archive blockquote.single-post .content-single h3,
  .archive blockquote.single-post .content-single h4,
  .archive body.single-post .content-single .entry-title,
  .blog blockquote.single-post .content-single .entry-title,
  .blog blockquote.single-post .content-single .h1,
  .blog blockquote.single-post .content-single .h2,
  .blog blockquote.single-post .content-single .h3,
  .blog blockquote.single-post .content-single .h4,
  .blog blockquote.single-post .content-single h1,
  .blog blockquote.single-post .content-single h2,
  .blog blockquote.single-post .content-single h3,
  .blog blockquote.single-post .content-single h4,
  .blog body.single-post .content-single .entry-title,
  .single-post blockquote.single-post .content-single .archive .entry-title,
  .single-post blockquote.single-post .content-single .blog .entry-title,
  .single-post blockquote.single-post .content-single .h1,
  .single-post blockquote.single-post .content-single .h2,
  .single-post blockquote.single-post .content-single .h3,
  .single-post blockquote.single-post .content-single .h4,
  .single-post blockquote.single-post .content-single h1,
  .single-post blockquote.single-post .content-single h2,
  .single-post blockquote.single-post .content-single h3,
  .single-post blockquote.single-post .content-single h4,
  body.single-post .content-single .archive .entry-title,
  body.single-post .content-single .blog .entry-title,
  body.single-post .content-single .h1,
  body.single-post .content-single .h2,
  body.single-post .content-single .h3,
  body.single-post .content-single .h4,
  body.single-post .content-single h1,
  body.single-post .content-single h2,
  body.single-post .content-single h3,
  body.single-post .content-single h4 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.archive
  blockquote.single-post
  .content-single
  .entry-title:not([style*="text-align"]),
.archive blockquote.single-post .content-single .h1:not([style*="text-align"]),
.archive blockquote.single-post .content-single .h2:not([style*="text-align"]),
.archive blockquote.single-post .content-single .h3:not([style*="text-align"]),
.archive blockquote.single-post .content-single .h4:not([style*="text-align"]),
.archive blockquote.single-post .content-single h1:not([style*="text-align"]),
.archive blockquote.single-post .content-single h2:not([style*="text-align"]),
.archive blockquote.single-post .content-single h3:not([style*="text-align"]),
.archive blockquote.single-post .content-single h4:not([style*="text-align"]),
.archive
  body.single-post
  .content-single
  .entry-title:not([style*="text-align"]),
.blog
  blockquote.single-post
  .content-single
  .entry-title:not([style*="text-align"]),
.blog blockquote.single-post .content-single .h1:not([style*="text-align"]),
.blog blockquote.single-post .content-single .h2:not([style*="text-align"]),
.blog blockquote.single-post .content-single .h3:not([style*="text-align"]),
.blog blockquote.single-post .content-single .h4:not([style*="text-align"]),
.blog blockquote.single-post .content-single h1:not([style*="text-align"]),
.blog blockquote.single-post .content-single h2:not([style*="text-align"]),
.blog blockquote.single-post .content-single h3:not([style*="text-align"]),
.blog blockquote.single-post .content-single h4:not([style*="text-align"]),
.blog body.single-post .content-single .entry-title:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  .archive
  .entry-title:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  .blog
  .entry-title:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  .h1:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  .h2:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  .h3:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  .h4:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  h1:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  h2:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  h3:not([style*="text-align"]),
.single-post
  blockquote.single-post
  .content-single
  h4:not([style*="text-align"]),
body.single-post
  .content-single
  .archive
  .entry-title:not([style*="text-align"]),
body.single-post .content-single .blog .entry-title:not([style*="text-align"]),
body.single-post .content-single .h1:not([style*="text-align"]),
body.single-post .content-single .h2:not([style*="text-align"]),
body.single-post .content-single .h3:not([style*="text-align"]),
body.single-post .content-single .h4:not([style*="text-align"]),
body.single-post .content-single h1:not([style*="text-align"]),
body.single-post .content-single h2:not([style*="text-align"]),
body.single-post .content-single h3:not([style*="text-align"]),
body.single-post .content-single h4:not([style*="text-align"]) {
  text-align: center;
}
.archive blockquote.single-post .content-single p:last-child,
.blog blockquote.single-post .content-single p:last-child,
.single-post blockquote.single-post .content-single p:last-child,
body.single-post .content-single p:last-child {
  margin-bottom: 0;
}
.archive
  blockquote.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
.archive blockquote.single-post .content-single ol li,
.archive blockquote.single-post .content-single ul li,
.blog
  blockquote.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
.blog blockquote.single-post .content-single ol li,
.blog blockquote.single-post .content-single ul li,
.single-post
  blockquote.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4),
.single-post blockquote.single-post .content-single ol li,
.single-post blockquote.single-post .content-single ul li,
body.single-post .content-single > p:not(.h1):not(.h2):not(.h3):not(.h4),
body.single-post .content-single ol li,
body.single-post .content-single ul li {
  font-weight: 400;
  line-height: 1.6;
}
.archive
  blockquote.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
.archive
  blockquote.single-post
  .content-single
  ol
  li.first-paragraph:first-letter,
.archive
  blockquote.single-post
  .content-single
  ul
  li.first-paragraph:first-letter,
.blog
  blockquote.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
.blog blockquote.single-post .content-single ol li.first-paragraph:first-letter,
.blog blockquote.single-post .content-single ul li.first-paragraph:first-letter,
.single-post
  blockquote.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
.single-post
  blockquote.single-post
  .content-single
  ol
  li.first-paragraph:first-letter,
.single-post
  blockquote.single-post
  .content-single
  ul
  li.first-paragraph:first-letter,
body.single-post
  .content-single
  > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
body.single-post .content-single ol li.first-paragraph:first-letter,
body.single-post .content-single ul li.first-paragraph:first-letter {
  color: #cff128;
  font-size: 6rem;
  line-height: 1em;
  font-weight: 600;
}
@media (min-width: 1140px) {
  .archive
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .archive blockquote.single-post .content-single ol li,
  .archive blockquote.single-post .content-single ul li,
  .blog
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .blog blockquote.single-post .content-single ol li,
  .blog blockquote.single-post .content-single ul li,
  .single-post
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4),
  .single-post blockquote.single-post .content-single ol li,
  .single-post blockquote.single-post .content-single ul li,
  body.single-post .content-single > p:not(.h1):not(.h2):not(.h3):not(.h4),
  body.single-post .content-single ol li,
  body.single-post .content-single ul li {
    margin: 0 0 3rem;
    font-size: 2.5rem;
  }
  .archive
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
  .archive
    blockquote.single-post
    .content-single
    ol
    li.first-paragraph:first-letter,
  .archive
    blockquote.single-post
    .content-single
    ul
    li.first-paragraph:first-letter,
  .blog
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
  .blog
    blockquote.single-post
    .content-single
    ol
    li.first-paragraph:first-letter,
  .blog
    blockquote.single-post
    .content-single
    ul
    li.first-paragraph:first-letter,
  .single-post
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
  .single-post
    blockquote.single-post
    .content-single
    ol
    li.first-paragraph:first-letter,
  .single-post
    blockquote.single-post
    .content-single
    ul
    li.first-paragraph:first-letter,
  body.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4).first-paragraph:first-letter,
  body.single-post .content-single ol li.first-paragraph:first-letter,
  body.single-post .content-single ul li.first-paragraph:first-letter {
    font-size: 7.2rem;
  }
  .archive
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4):not(.video-container),
  .archive blockquote.single-post .content-single ol li:not(.video-container),
  .archive blockquote.single-post .content-single ul li:not(.video-container),
  .blog
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4):not(.video-container),
  .blog blockquote.single-post .content-single ol li:not(.video-container),
  .blog blockquote.single-post .content-single ul li:not(.video-container),
  .single-post
    blockquote.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4):not(.video-container),
  .single-post
    blockquote.single-post
    .content-single
    ol
    li:not(.video-container),
  .single-post
    blockquote.single-post
    .content-single
    ul
    li:not(.video-container),
  body.single-post
    .content-single
    > p:not(.h1):not(.h2):not(.h3):not(.h4):not(.video-container),
  body.single-post .content-single ol li:not(.video-container),
  body.single-post .content-single ul li:not(.video-container) {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
  }
}
.archive blockquote.single-post .content-single li > img,
.archive blockquote.single-post .content-single li > picture,
.archive blockquote.single-post .content-single p > img,
.archive blockquote.single-post .content-single p > picture,
.blog blockquote.single-post .content-single li > img,
.blog blockquote.single-post .content-single li > picture,
.blog blockquote.single-post .content-single p > img,
.blog blockquote.single-post .content-single p > picture,
.single-post blockquote.single-post .content-single li > img,
.single-post blockquote.single-post .content-single li > picture,
.single-post blockquote.single-post .content-single p > img,
.single-post blockquote.single-post .content-single p > picture,
body.single-post .content-single li > img,
body.single-post .content-single li > picture,
body.single-post .content-single p > img,
body.single-post .content-single p > picture {
  margin: 4rem auto;
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .content-single li > img,
  .archive blockquote.single-post .content-single li > picture,
  .archive blockquote.single-post .content-single p > img,
  .archive blockquote.single-post .content-single p > picture,
  .blog blockquote.single-post .content-single li > img,
  .blog blockquote.single-post .content-single li > picture,
  .blog blockquote.single-post .content-single p > img,
  .blog blockquote.single-post .content-single p > picture,
  .single-post blockquote.single-post .content-single li > img,
  .single-post blockquote.single-post .content-single li > picture,
  .single-post blockquote.single-post .content-single p > img,
  .single-post blockquote.single-post .content-single p > picture,
  body.single-post .content-single li > img,
  body.single-post .content-single li > picture,
  body.single-post .content-single p > img,
  body.single-post .content-single p > picture {
    width: calc(100% + 90px);
    margin-left: -45px;
    max-width: none;
  }
}
.archive
  blockquote.single-post
  .content-single
  li:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  li:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  p:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  p:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  li:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  li:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  p:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  p:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  li:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  li:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  p:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  p:first-child
  > picture:not(.keep-margin),
body.single-post .content-single li:first-child > img:not(.keep-margin),
body.single-post .content-single li:first-child > picture:not(.keep-margin),
body.single-post .content-single p:first-child > img:not(.keep-margin),
body.single-post .content-single p:first-child > picture:not(.keep-margin) {
  margin-top: 0;
  margin-bottom: 0;
}
.archive blockquote.single-post .content-single .blog .entry-title > img,
.archive blockquote.single-post .content-single .blog .entry-title > picture,
.archive blockquote.single-post .content-single .entry-title > img,
.archive blockquote.single-post .content-single .entry-title > picture,
.archive blockquote.single-post .content-single .our-offering .eyebrow > img,
.archive
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow
  > picture,
.archive blockquote.single-post .content-single h1 > img,
.archive blockquote.single-post .content-single h1 > picture,
.archive blockquote.single-post .content-single h2 > img,
.archive blockquote.single-post .content-single h2 > picture,
.archive blockquote.single-post .content-single h3 > img,
.archive blockquote.single-post .content-single h3 > picture,
.archive blockquote.single-post .content-single h4 > img,
.archive blockquote.single-post .content-single h4 > picture,
.archive blockquote.single-post .content-single h5 > img,
.archive blockquote.single-post .content-single h5 > picture,
.archive body.single-post .content-single .entry-title > img,
.archive body.single-post .content-single .entry-title > picture,
.blog blockquote.single-post .content-single .archive .entry-title > img,
.blog blockquote.single-post .content-single .archive .entry-title > picture,
.blog blockquote.single-post .content-single .entry-title > img,
.blog blockquote.single-post .content-single .entry-title > picture,
.blog blockquote.single-post .content-single .our-offering .eyebrow > img,
.blog blockquote.single-post .content-single .our-offering .eyebrow > picture,
.blog blockquote.single-post .content-single h1 > img,
.blog blockquote.single-post .content-single h1 > picture,
.blog blockquote.single-post .content-single h2 > img,
.blog blockquote.single-post .content-single h2 > picture,
.blog blockquote.single-post .content-single h3 > img,
.blog blockquote.single-post .content-single h3 > picture,
.blog blockquote.single-post .content-single h4 > img,
.blog blockquote.single-post .content-single h4 > picture,
.blog blockquote.single-post .content-single h5 > img,
.blog blockquote.single-post .content-single h5 > picture,
.blog body.single-post .content-single .entry-title > img,
.blog body.single-post .content-single .entry-title > picture,
.our-offering .archive blockquote.single-post .content-single .eyebrow > img,
.our-offering
  .archive
  blockquote.single-post
  .content-single
  .eyebrow
  > picture,
.our-offering .blog blockquote.single-post .content-single .eyebrow > img,
.our-offering .blog blockquote.single-post .content-single .eyebrow > picture,
.our-offering
  .single-post
  blockquote.single-post
  .content-single
  .eyebrow
  > img,
.our-offering
  .single-post
  blockquote.single-post
  .content-single
  .eyebrow
  > picture,
.our-offering body.single-post .content-single .eyebrow > img,
.our-offering body.single-post .content-single .eyebrow > picture,
.single-post blockquote.single-post .content-single .archive .entry-title > img,
.single-post
  blockquote.single-post
  .content-single
  .archive
  .entry-title
  > picture,
.single-post blockquote.single-post .content-single .blog .entry-title > img,
.single-post
  blockquote.single-post
  .content-single
  .blog
  .entry-title
  > picture,
.single-post
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow
  > img,
.single-post
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow
  > picture,
.single-post blockquote.single-post .content-single h1 > img,
.single-post blockquote.single-post .content-single h1 > picture,
.single-post blockquote.single-post .content-single h2 > img,
.single-post blockquote.single-post .content-single h2 > picture,
.single-post blockquote.single-post .content-single h3 > img,
.single-post blockquote.single-post .content-single h3 > picture,
.single-post blockquote.single-post .content-single h4 > img,
.single-post blockquote.single-post .content-single h4 > picture,
.single-post blockquote.single-post .content-single h5 > img,
.single-post blockquote.single-post .content-single h5 > picture,
body.single-post .content-single .archive .entry-title > img,
body.single-post .content-single .archive .entry-title > picture,
body.single-post .content-single .blog .entry-title > img,
body.single-post .content-single .blog .entry-title > picture,
body.single-post .content-single .our-offering .eyebrow > img,
body.single-post .content-single .our-offering .eyebrow > picture,
body.single-post .content-single h1 > img,
body.single-post .content-single h1 > picture,
body.single-post .content-single h2 > img,
body.single-post .content-single h2 > picture,
body.single-post .content-single h3 > img,
body.single-post .content-single h3 > picture,
body.single-post .content-single h4 > img,
body.single-post .content-single h4 > picture,
body.single-post .content-single h5 > img,
body.single-post .content-single h5 > picture {
  margin: 4rem auto;
}
.archive
  blockquote.single-post
  .content-single
  .blog
  .entry-title:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  .blog
  .entry-title:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  .entry-title:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  .entry-title:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h1:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h1:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h2:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h2:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h3:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h3:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h4:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h4:first-child
  > picture:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h5:first-child
  > img:not(.keep-margin),
.archive
  blockquote.single-post
  .content-single
  h5:first-child
  > picture:not(.keep-margin),
.archive
  body.single-post
  .content-single
  .entry-title:first-child
  > img:not(.keep-margin),
.archive
  body.single-post
  .content-single
  .entry-title:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  .archive
  .entry-title:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  .archive
  .entry-title:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  .entry-title:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  .entry-title:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h1:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h1:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h2:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h2:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h3:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h3:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h4:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h4:first-child
  > picture:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h5:first-child
  > img:not(.keep-margin),
.blog
  blockquote.single-post
  .content-single
  h5:first-child
  > picture:not(.keep-margin),
.blog
  body.single-post
  .content-single
  .entry-title:first-child
  > img:not(.keep-margin),
.blog
  body.single-post
  .content-single
  .entry-title:first-child
  > picture:not(.keep-margin),
.our-offering
  .archive
  blockquote.single-post
  .content-single
  .eyebrow:first-child
  > img:not(.keep-margin),
.our-offering
  .archive
  blockquote.single-post
  .content-single
  .eyebrow:first-child
  > picture:not(.keep-margin),
.our-offering
  .blog
  blockquote.single-post
  .content-single
  .eyebrow:first-child
  > img:not(.keep-margin),
.our-offering
  .blog
  blockquote.single-post
  .content-single
  .eyebrow:first-child
  > picture:not(.keep-margin),
.our-offering
  .single-post
  blockquote.single-post
  .content-single
  .eyebrow:first-child
  > img:not(.keep-margin),
.our-offering
  .single-post
  blockquote.single-post
  .content-single
  .eyebrow:first-child
  > picture:not(.keep-margin),
.our-offering
  body.single-post
  .content-single
  .eyebrow:first-child
  > img:not(.keep-margin),
.our-offering
  body.single-post
  .content-single
  .eyebrow:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  .archive
  .entry-title:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  .archive
  .entry-title:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  .blog
  .entry-title:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  .blog
  .entry-title:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h1:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h1:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h2:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h2:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h3:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h3:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h4:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h4:first-child
  > picture:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h5:first-child
  > img:not(.keep-margin),
.single-post
  blockquote.single-post
  .content-single
  h5:first-child
  > picture:not(.keep-margin),
body.single-post
  .content-single
  .archive
  .entry-title:first-child
  > img:not(.keep-margin),
body.single-post
  .content-single
  .archive
  .entry-title:first-child
  > picture:not(.keep-margin),
body.single-post
  .content-single
  .blog
  .entry-title:first-child
  > img:not(.keep-margin),
body.single-post
  .content-single
  .blog
  .entry-title:first-child
  > picture:not(.keep-margin),
body.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > img:not(.keep-margin),
body.single-post
  .content-single
  .our-offering
  .eyebrow:first-child
  > picture:not(.keep-margin),
body.single-post .content-single h1:first-child > img:not(.keep-margin),
body.single-post .content-single h1:first-child > picture:not(.keep-margin),
body.single-post .content-single h2:first-child > img:not(.keep-margin),
body.single-post .content-single h2:first-child > picture:not(.keep-margin),
body.single-post .content-single h3:first-child > img:not(.keep-margin),
body.single-post .content-single h3:first-child > picture:not(.keep-margin),
body.single-post .content-single h4:first-child > img:not(.keep-margin),
body.single-post .content-single h4:first-child > picture:not(.keep-margin),
body.single-post .content-single h5:first-child > img:not(.keep-margin),
body.single-post .content-single h5:first-child > picture:not(.keep-margin) {
  margin-top: 0;
  margin-bottom: 0;
}
.archive blockquote.single-post .content-single blockquote,
.blog blockquote.single-post .content-single blockquote,
.single-post blockquote.single-post .content-single blockquote,
body.single-post .content-single blockquote {
  font-style: normal;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  margin: 4rem auto;
  padding: 30px;
  position: relative;
  overflow: visible;
  width: 100%;
}
.archive blockquote.single-post .content-single blockquote:before,
.blog blockquote.single-post .content-single blockquote:before,
.single-post blockquote.single-post .content-single blockquote:before,
body.single-post .content-single blockquote:before {
  content: "“";
  font-weight: 600;
  color: #d0ef40;
  position: absolute;
  top: -80px;
  left: -10px;
  font-size: 160px;
}
.archive blockquote.single-post .content-single blockquote p,
.blog blockquote.single-post .content-single blockquote p,
.single-post blockquote.single-post .content-single blockquote p,
body.single-post .content-single blockquote p {
  width: 100%;
  font-size: 2rem;
}
.archive blockquote.single-post .content-single blockquote :last-child,
.blog blockquote.single-post .content-single blockquote :last-child,
.single-post blockquote.single-post .content-single blockquote :last-child,
body.single-post .content-single blockquote :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .archive blockquote.single-post .content-single blockquote,
  .blog blockquote.single-post .content-single blockquote,
  .single-post blockquote.single-post .content-single blockquote,
  body.single-post .content-single blockquote {
    padding: 50px;
    margin: 4rem auto;
  }
  .archive blockquote.single-post .content-single blockquote:before,
  .blog blockquote.single-post .content-single blockquote:before,
  .single-post blockquote.single-post .content-single blockquote:before,
  body.single-post .content-single blockquote:before {
    top: -60px;
    left: -45px;
    font-size: 200px;
  }
  .archive blockquote.single-post .content-single blockquote p,
  .blog blockquote.single-post .content-single blockquote p,
  .single-post blockquote.single-post .content-single blockquote p,
  body.single-post .content-single blockquote p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .content-single blockquote,
  .blog blockquote.single-post .content-single blockquote,
  .single-post blockquote.single-post .content-single blockquote,
  body.single-post .content-single blockquote {
    padding: 64px;
    width: calc(100% - 120px);
    margin: 5rem auto 4rem;
  }
  .archive blockquote.single-post .content-single blockquote p,
  .blog blockquote.single-post .content-single blockquote p,
  .single-post blockquote.single-post .content-single blockquote p,
  body.single-post .content-single blockquote p {
    font-size: 2.5rem;
  }
  .archive blockquote.single-post .content-single blockquote:before,
  .blog blockquote.single-post .content-single blockquote:before,
  .single-post blockquote.single-post .content-single blockquote:before,
  body.single-post .content-single blockquote:before {
    top: -70px;
    left: -56px;
    font-size: 264px;
  }
}
.archive blockquote.single-post .content-single ul li,
.blog blockquote.single-post .content-single ul li,
.single-post blockquote.single-post .content-single ul li,
body.single-post .content-single ul li {
  padding-left: 40px;
}
.archive blockquote.single-post .content-single ul li:before,
.blog blockquote.single-post .content-single ul li:before,
.single-post blockquote.single-post .content-single ul li:before,
body.single-post .content-single ul li:before {
  background: #d0ef41;
  width: 24px;
  height: 24px;
  -webkit-transform: none;
  transform: none;
  top: 8px;
}
.archive blockquote.single-post .content-single ol li,
.blog blockquote.single-post .content-single ol li,
.single-post blockquote.single-post .content-single ol li,
body.single-post .content-single ol li {
  padding-left: 40px;
}
.archive blockquote.single-post .content-single ol li:before,
.blog blockquote.single-post .content-single ol li:before,
.single-post blockquote.single-post .content-single ol li:before,
body.single-post .content-single ol li:before {
  font-size: 2.5rem;
  top: 5px;
  -webkit-transform: none;
  transform: none;
  text-shadow: none;
}
@media (min-width: 1140px) {
  .archive blockquote.single-post .content-single ol li:before,
  .blog blockquote.single-post .content-single ol li:before,
  .single-post blockquote.single-post .content-single ol li:before,
  body.single-post .content-single ol li:before {
    top: 8px;
  }
}
.post-author {
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 1140px) {
  .post-author {
    padding: 90px 0 0;
  }
}
.post-author__box {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  padding: 0 30px 30px;
}
.post-author__box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 110px);
  width: 100%;
  -webkit-box-shadow: 0 53px 122.5px 2.5px rgba(71, 71, 71, 0.07);
  box-shadow: 0 53px 122.5px 2.5px rgba(71, 71, 71, 0.07);
  background: #fff;
  z-index: -1;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .post-author__box {
    padding: 0 45px 45px;
  }
}
@media (min-width: 1140px) {
  .post-author__box {
    padding: 0 60px 60px;
  }
}
.post-author__subheadline {
  font-size: 1.8rem;
  font-weight: 600;
  color: #929292;
  text-transform: uppercase;
  margin: 0 0 25px;
  letter-spacing: 0.075em;
}
.post-author__headline {
  color: #cff128;
  font-family: Futura LT Condensed, sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: -0.035em;
  margin: 10px 0 5px;
}
@media (min-width: 1140px) {
  .post-author__headline {
    margin: 0 0 5px;
    font-size: 4.7rem;
  }
}
.post-author__bio {
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .post-author__bio {
    font-size: 2.2rem;
  }
}
@media (min-width: 1140px) {
  .post-author__bio {
    font-size: 2.6rem;
  }
}
.post-author img {
  width: 117px;
  height: auto;
  display: block;
  margin: 0 auto 3px;
}
.post-related {
  padding-bottom: 0;
}
@media (min-width: 1600px) {
  .post-related .container {
    max-width: 1255px;
  }
}
.post-related p.h3 {
  text-align: center;
  letter-spacing: -0.035em;
  margin: 0 0 4rem;
  font-size: 4rem;
}
@media (min-width: 992px) {
  .post-related p.h3 {
    margin: 0 0 7.5rem;
    font-size: 6rem;
  }
}
.post-related .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}
.post-related .row article {
  border: none;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .post-related .row article {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
.post-related .row article .entry-excerpt {
  width: 100%;
}
.post-related .row article .entry-excerpt p {
  margin: 0;
}
.post-related .row article .entry-excerpt p:not(:first-child) {
  display: none;
}
.post-related .row article .entry-excerpt .video-container {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.post-related .row article .entry-excerpt .more-link {
  display: none;
}
.post-related .row article .entry-data {
  font-size: 1.3rem;
  margin: 15px 0 5px;
}
@media (min-width: 992px) {
  .post-related .row article .entry-data {
    margin: 15px 0 0;
  }
}
.post-related .row article .entry-title {
  font-family: Futura LT Condensed, sans-serif;
  color: #000;
  letter-spacing: -0.075em;
  font-size: 3.1rem;
  line-height: 1.131;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.post-related .row article .entry-title a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .post-related .row article .entry-title {
    margin: 40px 0 0;
  }
}
.post-related .row article .kk-social {
  margin: 0;
}
.post-related .row article .kk-social a {
  margin: 0 7px 0 0;
}
.post-related .row article .kk-social a svg {
  width: 17px;
}
@media (min-width: 992px) {
  .post-comments {
    padding: 50px 0 100px;
  }
}
.post-comments .fb-comments {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: block;
}
.kk-social svg {
  fill: #cff128;
  width: 25px;
}
.kk-social a {
  margin-left: 15px;
  text-decoration: none;
}
.page-template-page-ebook .site-header .container-fluid > .d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .page-template-page-ebook .site-header {
    padding: 60px 0;
  }
}
.page-template-page-ebook .header-logo {
  top: 14px;
  margin: 0;
}
.page-template-page-ebook .header-logo svg {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-template-page-ebook .header-logo {
    top: 17px;
  }
}
.page-template-page-ebook .header-phone {
  margin: 4px 0;
}
.page-template-page-ebook .header-menu,
.page-template-page-ebook .header-phone {
  display: none;
}
.page-template-page-ebook .site-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-page-ebook .footer-bottom,
.page-template-page-ebook .footer-columns {
  display: none;
}
.page-template-page-ebook .copyright-line {
  margin-top: 0;
}
.page-template-page-ebook section:first-child {
  padding-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .page-template-page-ebook section:first-child {
    padding-bottom:40px;
  }
}
.page-template-page-ebook .infusion-field .email-status.loading,
.page-template-page-ebook .infusion-field .email-status.valid {
  top: 26px;
}
@media (min-width: 1600px) {
  .page-template-page-ebook .infusion-field .email-status.loading,
  .page-template-page-ebook .infusion-field .email-status.valid {
    top: 35px;
  }
}
.page-template-page-ebook.page-id-12303 h2 br {
  display: none !important;
}
.page-30-minute-strategy-session,
.page-template-page-strategy-session-split-test {
  background: #f9f9f9;
}
.page-30-minute-strategy-session .site-footer,
.page-30-minute-strategy-session .site-header,
.page-template-page-strategy-session-split-test .site-footer,
.page-template-page-strategy-session-split-test .site-header {
  display: none;
}
.page-30-minute-strategy-session .ss-header,
.page-template-page-strategy-session-split-test .ss-header {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.page-30-minute-strategy-session .ss-header button,
.page-template-page-strategy-session-split-test .ss-header button {
  float: left;
  position: absolute;
  background-color: transparent;
  border: none;
  height: 40px;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjE5LjQ4IDM4MC43OCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjEwLjkzIDMzMC43Nkw3MC41NiAxOTAuNDEgMjEwLjkzIDUwLjAyYTI5LjQxIDI5LjQxIDAgMDAwLTQxLjQ2IDI5LjQgMjkuNCAwIDAwLTQxLjQ3IDBMOC41NSAxNjkuNDdhMjkuODggMjkuODggMCAwMDAgNDEuODVsMTYwLjkxIDE2MC45MWEyOS40MiAyOS40MiAwIDAwNDEuNDcgMCAyOS40MiAyOS40MiAwIDAwMC00MS40N3onIGZpbGw9JyM5YjlhOWInLz48L3N2Zz4=);
  margin-top: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 22px 22px;
  width: 40px;
  text-indent: 10000%;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  padding: 0;
  top: -10px;
}
.page-30-minute-strategy-session .ss-header svg,
.page-template-page-strategy-session-split-test .ss-header svg {
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-30-minute-strategy-session .page-content,
.page-template-page-strategy-session-split-test .page-content {
  padding-top: 30px;
}
.page-30-minute-strategy-session .select-container,
.page-template-page-strategy-session-split-test .select-container {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.page-30-minute-strategy-session .select-container select,
.page-template-page-strategy-session-split-test .select-container select {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 1600px) {
  .page-30-minute-strategy-session .select-container select,
  .page-template-page-strategy-session-split-test .select-container select {
    padding: 0 25px;
  }
}
.page-30-minute-strategy-session select,
.page-template-page-strategy-session-split-test select {
  height: 60px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../../../../../../../themes/kingkong/assets/prod/images/arrow-down-wider.png)
    no-repeat calc(100% - 15px) 50%/16px auto;
}
@media (min-width: 1600px) {
  .page-30-minute-strategy-session select,
  .page-template-page-strategy-session-split-test select {
    padding: 0 25px;
  }
}
.page-30-minute-strategy-session .infusion-field,
.page-template-page-strategy-session-split-test .infusion-field {
  position: absolute;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .page-30-minute-strategy-session .infusion-field,
  .page-template-page-strategy-session-split-test .infusion-field {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 992px) {
  .page-30-minute-strategy-session .infusion-field,
  .page-template-page-strategy-session-split-test .infusion-field {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.page-30-minute-strategy-session .infusion-field div.input-container,
.page-template-page-strategy-session-split-test
  .infusion-field
  div.input-container {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-30-minute-strategy-session .infusion-field div.input-container button,
.page-template-page-strategy-session-split-test
  .infusion-field
  div.input-container
  button {
  max-width: 100%;
}
.page-30-minute-strategy-session form h2,
.page-template-page-strategy-session-split-test form h2 {
  text-align: center;
}
.page-30-minute-strategy-session form .h4,
.page-template-page-strategy-session-split-test form .h4 {
  font-weight: 600;
  color: #000;
  font-size: 3rem;
  max-width: 100%;
  line-height: 1.2;
  margin: 0 0 2rem;
}
@media (max-width: 767.98px) {
  .page-30-minute-strategy-session form .h4,
  .page-template-page-strategy-session-split-test form .h4 {
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session form .h4,
  .page-template-page-strategy-session-split-test form .h4 {
    font-size: 4rem;
  }
}
.page-30-minute-strategy-session form p,
.page-template-page-strategy-session-split-test form p {
  color: #495057;
  font-weight: 400;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session form p,
  .page-template-page-strategy-session-split-test form p {
    font-size: 2.2rem;
    max-width: 740px;
  }
}
.page-30-minute-strategy-session form p.success,
.page-template-page-strategy-session-split-test form p.success {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 1140px) {
  .page-30-minute-strategy-session form p.success,
  .page-template-page-strategy-session-split-test form p.success {
    font-size: 1.7rem;
  }
}
.page-30-minute-strategy-session form p.success svg,
.page-template-page-strategy-session-split-test form p.success svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session form p.success svg,
  .page-template-page-strategy-session-split-test form p.success svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
@media (min-width: 1600px) {
  .page-30-minute-strategy-session form p.success svg,
  .page-template-page-strategy-session-split-test form p.success svg {
    width: 30px;
    height: 30px;
  }
}
.page-30-minute-strategy-session form small,
.page-template-page-strategy-session-split-test form small {
  max-width: 600px;
  color: #595959;
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-30-minute-strategy-session form label,
.page-template-page-strategy-session-split-test form label {
  font-size: 2rem;
  font-weight: 400;
  color: #595959;
}
.page-30-minute-strategy-session input[type="email"],
.page-30-minute-strategy-session input[type="text"],
.page-30-minute-strategy-session input[type="website"],
.page-30-minute-strategy-session select,
.page-30-minute-strategy-session textarea,
.page-template-page-strategy-session-split-test input[type="email"],
.page-template-page-strategy-session-split-test input[type="text"],
.page-template-page-strategy-session-split-test input[type="website"],
.page-template-page-strategy-session-split-test select,
.page-template-page-strategy-session-split-test textarea {
  font-size: 2.2rem;
  width: 100%;
}
.page-30-minute-strategy-session output,
.page-template-page-strategy-session-split-test output {
  background-color: #eaeaea;
  background: -linear-gradient(90deg, #eaeaea, #fff);
  padding: 10px 30px;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: center;
  position: relative;
  width: auto;
  border-radius: 50px;
}
.page-30-minute-strategy-session .rangeSlider__horizontal,
.page-template-page-strategy-session-split-test .rangeSlider__horizontal {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-30-minute-strategy-session
  input[type="range"]:focus
  + .rangeSlider
  .rangeSlider__handle,
.page-template-page-strategy-session-split-test
  input[type="range"]:focus
  + .rangeSlider
  .rangeSlider__handle {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.page-30-minute-strategy-session .step-active .rangeSlider:before,
.page-template-page-strategy-session-split-test
  .step-active
  .rangeSlider:before {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTMzLjM0IDI3Mi44OCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjMuNzUgMTIwLjU0Yy0xLjg3LjI5LTQuMTMuMjctNi43OC0uMDdzLTUuNS0uOTEtOC41NS0xLjY5Yy0xLjU3LS40OS0yLjY4LTEuMDgtMy4zMi0xLjc3cy0xLjctMS45Ny0zLjE3LTMuODNjLS45OC0xLjQ3LTEuNi0zLjE1LTEuODQtNS4wMS0uMjUtMS44NyAwLTMuNTQuNzQtNS4wMXMxLjk5LTIuMzYgMy43Ni0yLjY1Yy43OS0uMiAxLjc0LS4wMiAyLjg3LjUyczIuMzMgMS4yIDMuNjEgMS45OWMyLjA2IDEuMTggNC4yNyAyLjM4IDYuNjMgMy42MXM0LjUyIDEuNjkgNi40OSAxLjRjMS4zOC0uMjkgMy4wMi0uNDcgNC45NC0uNTJzMy43OC0uMjIgNS42LS41MmMxLjgyLS4yOSAzLjI3LS44NCA0LjM1LTEuNjJhMjA3LjI0IDIwNy4yNCAwIDAwMTUuNDgtMTEuNjRjLjItLjM5LjU2LS43MSAxLjExLS45Ni41NC0uMjQgMS4yLS41MiAxLjk5LS44MS41OS0uNTkgMS41Mi0xLjU1IDIuOC0yLjg3bDMuNzYtMy45MWMxLjIzLTEuMjggMS45OS0yLjAxIDIuMjgtMi4yMS4yLS44OC4zOS0xLjYuNTktMi4xNHMuMjktMS4xMS4yOS0xLjdjLjc5LS43OSAxLjg0LTIuNDMgMy4xNy00Ljk0czIuNjgtNS4zMSA0LjA1LTguNGMxLjM4LTMuMDkgMi4zNi01LjkyIDIuOTUtOC40NyAxLjI4LTUuNCAxLjcyLTEwLjMyIDEuMzMtMTQuNzRzLTEuNTItOC40LTMuMzktMTEuOTQtNC4zNy02LjYzLTcuNTItOS4yOWMtMS4wOC0uODgtMi41Ni0xLjg0LTQuNDItMi44Ny0xLjg3LTEuMDMtMy43OC0yLjAxLTUuNzUtMi45NS0xLjk3LS45My0zLjcxLTEuNjQtNS4yMy0yLjE0LTEuNTItLjQ5LTIuNDMtLjY5LTIuNzMtLjU5LS4zOS4xLTEuMTYgMS42LTIuMjggNC41LTEuMTMgMi45LTIuNTEgNi42MS00LjEzIDExLjEzcy0zLjM0IDkuMzYtNS4xNiAxNC41MlMzNC43MSA1MyAzMy4wNCA1Ny42MmMtLjQ5IDEuODctMS4xMSAzLjgzLTEuODQgNS45cy0xLjM1IDMuODYtMS44NCA1LjM4Yy0uNDkgMS41My0uNzQgMi41My0uNzQgMy4wMi0xLjA4IDEuNjctMi4yMSA0LjIzLTMuMzkgNy42N3MtMi4xNiA4LjM1LTIuOTUgMTQuNzRjLS44OCAzLjM0LTEuNTIgNi4xMi0xLjkyIDguMzMtLjM5IDIuMjEtLjc5IDMuMjctMS4xOCAzLjE3LS4yIDEuODctLjQ0IDIuOTUtLjc0IDMuMjQgMCAuNTktLjU5Ljk4LTEuNzcgMS4xOHMtMi41Ni0uMDUtNC4xMy0uNzQtMy4wNS0yLjAyLTQuNDItMy45OGMtLjI5LTEuMDgtLjUyLTIuNjgtLjY2LTQuNzktLjE1LTIuMTEuMTctNC41OS45Ni03LjQ0LjQ5LTEuODcgMS4xOC00LjI3IDIuMDYtNy4yMnMxLjg3LTUuOTkgMi45NS05LjE0YzEuMDgtMy4xNCAyLjA5LTYuMDQgMy4wMi04LjcuOTMtMi42NSAxLjYtNC42MiAxLjk5LTUuOS42OS0xLjY3IDEuNjctNC44MSAyLjk1LTkuNDMuNzktMi41NSAxLjYtNS4xMSAyLjQzLTcuNjcuODMtMi41NSAxLjY0LTQuODQgMi40My02Ljg1czEuMzMtMy4zMiAxLjYyLTMuOTFjLjQ5LTEuMjggMS4xMS0zLjM3IDEuODQtNi4yNi43NC0yLjkgMS44OS02LjIxIDMuNDYtOS45NWwxLjAzLTQuODYtMS42Mi0uNzRjLTEuMTguMzktMi4wOS41Mi0yLjczLjM3cy0xLjA2LS4yNy0xLjI1LS4zN2MtLjU5LjItMS4zNS4wMy0yLjI4LS41MmE5LjIyNyA5LjIyNyAwIDAxLTIuNTEtMi4xNGMtLjc0LS44OC0xLjItMS42Mi0xLjQtMi4yMS0uMi0uMzktLjM1LTEuMjMtLjQ0LTIuNTEuMS0uNTkuOTMtMS4yIDIuNTEtMS44NCAxLjU3LS42NCAzLjYxLTEuMjUgNi4xMi0xLjg0UzM1Ljc4LjU4IDM4LjYzLjI4YzIuODUtLjI5IDUuNS0uMzQgNy45Ni0uMTUgMi41NS4yIDUuNy43OSA5LjQzIDEuNzdzNi45MyAxLjk3IDkuNTggMi45NWMzLjE0IDEuMTggNi41MyAzLjE5IDEwLjE3IDYuMDQgMy42MyAyLjg1IDYuOTUgNi4yNCA5Ljk1IDEwLjE3czQuOTkgOC4wNiA1Ljk3IDEyLjM4Yy4yOSAxLjE4LjU5IDIuODUuODggNS4wMXMuNDcgNC4yNS41MiA2LjI2Yy4wNSAyLjAyLS4xNyAzLjMyLS42NiAzLjkxLS4yLjM5LS4zMi44Ni0uMzcgMS40cy4xMi45MS41MiAxLjExYy0uMS4yOS0uNDQgMS40LTEuMDMgMy4zMnMtMS4xMyAzLjU2LTEuNjIgNC45NGMtLjIgMi41Ni0uODYgNS41LTEuOTkgOC44NHMtMi4zNiA2LjUxLTMuNjkgOS41MS0yLjQ4IDUuMzMtMy40NiA3Yy0uMzkgMC0uNzYuMDctMS4xMS4yMnMtLjMyLjI3LjA3LjM3YzAgLjQ5LS41NCAxLjQzLTEuNjIgMi44LS4zOS4yOS0xLjAxIDEuMDEtMS44NCAyLjE0LS44NCAxLjEzLTEuNSAxLjg5LTEuOTkgMi4yOS0uMS42OS0uMzkgMS4yNS0uODggMS43LS40OS40NC0uOTQuNjYtMS4zMy42Ni0uMjkgMC0uNDQuMi0uNDQuNTktLjc5IDEuMTgtMi4xMSAyLjctMy45OCA0LjU3cy0zLjk4IDMuNzgtNi4zNCA1Ljc1Yy0yLjM2IDEuOTYtNC43MiAzLjc4LTcuMDggNS40Ni0yLjM2IDEuNjctNC41MiAyLjktNi40OSAzLjY4LS45OC42OS0yLjAyIDEuMjUtMy4xIDEuNjlzLTIuMTEuOTEtMy4xIDEuNGMtLjQ5LjM5LTEuOTIuNzQtNC4yNyAxLjAzLTIuMzYuMjktNC44NC41NC03LjQ0Ljc0cy00LjY0LjQ0LTYuMTIuNzR6TTk4LjA0IDEwMC45NGMtLjg4LS42OS0xLjg0LTEuNTctMi44Ny0yLjY1cy0xLjQtMi42LTEuMTEtNC41N2MuMjktMi43NS42OS01LjE4IDEuMTgtNy4zLjQ5LTIuMTEgMS4wOC00LjU0IDEuNzctNy4zLjItMS4xOC43MS0zLjE5IDEuNTUtNi4wNC44My0yLjg1IDEuODQtNS45NCAzLjAyLTkuMjkgMS4xOC0zLjM0IDIuNDEtNi41MSAzLjY5LTkuNTFzMi40MS01LjIzIDMuMzktNi43MWMxLjA4LS45OCAyLjY4LTEuNDcgNC43OS0xLjQ3czMuNTYuMzkgNC4zNSAxLjE4YzEuMDguODggMS40MiAyLjQzIDEuMDMgNC42NHMtMS43NyA1LjYzLTQuMTMgMTAuMjRjLS40OSAxLjE4LTEuMTEgMi40My0xLjg0IDMuNzYtLjc0IDEuMzMtMS4yNSAyLjQxLTEuNTUgMy4yNC0uMjkuODQtLjIgMS4yMS4yOSAxLjExLjU5LTEuMDggMS42Ny0yLjMzIDMuMjQtMy43NiAxLjU3LTEuNDIgMy4yNC0yLjgyIDUuMDEtNC4yczMuNDQtMi42IDUuMDEtMy42OWMxLjU3LTEuMDggMi42NS0xLjc3IDMuMjQtMi4wNi43OS0uNDkgMS42OS0uOTEgMi43My0xLjI1IDEuMDMtLjM0IDEuNzQtLjYxIDIuMTQtLjgxIDIuMjYtMS4wOCA0Ljc0LTEuNSA3LjQ0LTEuMjVzNC4zNSAxLjExIDQuOTQgMi41OGMuMS43OS42OSAxLjU3IDEuNzcgMi4zNi4zOSAwIC42NC4yOS43NC44OCAwIC42OS0uNjYgMS42Ny0xLjk5IDIuOTVzLTIuNzggMS45Ny00LjM1IDIuMDZjLTEuMjguMS0yLjQxLjM0LTMuMzkuNzQtLjk4LjM5LTIuMTYuODgtMy41NCAxLjQ3LTMuNzQgMi4xNi03LjEgNC4wOC0xMC4xIDUuNzVzLTYuMDcgNC4yMy05LjIxIDcuNjZjLS42OS43OS0xLjQzIDEuNTMtMi4yMSAyLjIxLS43OS42OS0xLjU3IDEuNjctMi4zNiAyLjk1LS40OS40OS0uOTggMS41Ny0xLjQ3IDMuMjRzLS45MSAzLjI3LTEuMjUgNC43OWMtLjM1IDEuNTItLjUyIDIuNDMtLjUyIDIuNzMtLjU5IDEuODctMS4yMyAzLjI0LTEuOTIgNC4xMy0xLjE4IDEuNTctMi4zNCAyLjU2LTMuNDYgMi45NS0xLjEzLjM5LTIuNDgtLjItNC4wNS0xLjc3ek0xNTEuMSAxMDEuODNjLS4zOS0uNzktMS4yNS0xLjU3LTIuNTgtMi4zNnMtMS45OS0xLjM4LTEuOTktMS43Ny0uMjItMS4wMS0uNjYtMS44NC0uODYtMS40NS0xLjI1LTEuODRjLS40OS0uNTktLjM1LTIuMDQuNDQtNC4zNXMxLjk2LTUuMTMgMy41NC04LjQ4YzEuNTctMy4zNCAzLjI5LTYuNzMgNS4xNi0xMC4xNy43OS0uNzkgMS41Ny0xLjgyIDIuMzYtMy4wOS43OS0xLjI4IDEuMzgtMi4xMSAxLjc3LTIuNTEgMC0uMzkuMTUtLjc2LjQ0LTEuMTEuMjktLjM0LjY0LS41MiAxLjAzLS41MmwxLjE4LTIuMzZjLjItLjM5LjgxLTEuMTggMS44NC0yLjM2czIuMjgtMi40OCAzLjc2LTMuOTFjMS40Ny0xLjQyIDIuOTctMi43OCA0LjUtNC4wNSAxLjUyLTEuMjggMi43OC0yLjIxIDMuNzYtMi44IDIuMDYtMS4zOCA0LjItMi4wMSA2LjQxLTEuOTIgMi4yMS4xIDQuMS43OSA1LjY4IDIuMDYuMjkuMjkuOTYuODggMS45OSAxLjc3IDEuMDMuODggMi4yMSAxLjg3IDMuNTQgMi45NXMyLjQ4IDIuMDYgMy40NiAyLjk1bDUuNDUgNC44Ni0yLjUxIDcuMzdjLTEuMjggMy45My0xLjYgNy4zNy0uOTYgMTAuMzJzMS41NSA1LjUgMi43MyA3LjY2Yy40OSAxLjA4IDEuMTUgMS45MiAxLjk5IDIuNTEuODMuNTkgMS45NC45OCAzLjMyIDEuMTguNzkuMSAxLjUyLjM5IDIuMjEuODhzMS4wMyAxLjI4IDEuMDMgMi4zNmMwIDIuMzYtLjQyIDQuMDUtMS4yNSA1LjA4LS44NCAxLjAzLTEuNzUgMS42NS0yLjczIDEuODQtMy4yNC4zOS02LjM0LjA1LTkuMjktMS4wM3MtNS42LTMuODgtNy45Ni04LjRjLS4zOS0uNTktLjkxLTEuNy0xLjU1LTMuMzJzLTEuMDEtMi42OC0xLjExLTMuMTdjLS4zOS40OS0uOTEgMS4xMS0xLjU1IDEuODQtLjY0Ljc0LTEuMjUgMS40LTEuODQgMS45OS02Ljk4IDcuMDgtMTIuOTUgMTEuNjctMTcuOTEgMTMuNzgtNC45NiAyLjEyLTkuMTIgMi4wOS0xMi40Ni0uMDd6bTExLjM1LTEzLjM0YzEuNDctLjgzIDMuNDQtMi4yMyA1LjktNC4yIDMuMzQtMi44NSA2LjA5LTUuMjEgOC4yNS03LjA4czQuMjctNC4yNyA2LjM0LTcuMjJsMy4yNC01LjMxYy0uOTgtMi4yNi0xLjg3LTMuNzMtMi42NS00LjQyLS43OS0uNjktMS41Ny0xLjAzLTIuMzYtMS4wMy0xLjI4IDAtMi44LjgxLTQuNTcgMi40M3MtMy43NiAzLjk4LTUuOTcgNy4wOGMtMi4yMSAzLjA5LTQuNjkgNi45NS03LjQ0IDExLjU3LTEuMjggMi4xNi0yLjYgNS4yNi0zLjk4IDkuMjkuNjkuMSAxLjc3LS4yNyAzLjI0LTEuMTF6TTIyNi4yOCAxMzMuNTJjLTEuMDguMS0yLjc1LS4xMi01LjAxLS42NnMtNC40Ny0xLjU1LTYuNjMtMy4wMmMtMi42NS0yLjI2LTQuNDctNC4xMy01LjQ1LTUuNnMtMS41LTIuNzgtMS41NS0zLjkxLS4wMy0yLjE0LjA3LTMuMDJjLjQ5LTIuMTYgMS41NS0zLjE5IDMuMTctMy4xIDEuNjIuMSAyLjg3LjU0IDMuNzYgMS4zMy45OC43OSAyLjA0IDEuNzQgMy4xNyAyLjg4IDEuMTMgMS4xMyAyLjI2IDIuMTQgMy4zOSAzLjAyczIuMDkgMS4yOCAyLjg3IDEuMThjMS45Ni0uMiAzLjU5LTEuMDEgNC44Ni0yLjQzIDEuMjgtMS40MiAyLjU1LTMuNjYgMy44My02LjcxLjc5LTIuMTYgMS40LTQuMDMgMS44NC01LjZzLjkxLTMuMjkgMS40LTUuMTYgMS4wOC00LjM3IDEuNzctNy41MmMuNDktMi4yNi44Ni0zLjg2IDEuMTEtNC43OS4yNC0uOTMuMzctMS41Mi4zNy0xLjc3cy0uMDUtLjM3LS4xNS0uMzdhMzIuNTQgMzIuNTQgMCAwMS0zLjkxIDEuOTJjLTEuMjMuNDktMi41OC45OC00LjA1IDEuNDctMi43NS44OC01LjUgMS42NS04LjI1IDIuMjlzLTQuODYuNzEtNi4zNC4yMmMtMS40Ny0uNTktMi42NS0xLjU3LTMuNTQtMi45NS0uODgtMS4zOC0xLjQ1LTIuODUtMS43LTQuNDJzLS4zMi0yLjg1LS4yMi0zLjgzYy4yLS43OS42NC0yLjA2IDEuMzMtMy44M3MxLjQ3LTMuNjMgMi4zNi01LjZhODQuNzYgODQuNzYgMCAwMTIuNTEtNS4xNmMuNzktMS40NyAxLjQyLTIuMjYgMS45Mi0yLjM2LjM5LS4yLjc2LS42MSAxLjExLTEuMjUuMzQtLjY0LjUyLTEuMTUuNTItMS41NS4xLS4zOS41Mi0xLjAzIDEuMjUtMS45Mi43NC0uODggMi45Mi0yLjYgNi41Ni01LjE2IDMuNjMtMy40NCA2LjkzLTYuMDIgOS44OC03Ljc0czUuNjUtMi42OCA4LjExLTIuODhjLjY5LjEgMS42Ny4xNSAyLjk1LjE1IDIuMTYuNTkgMy43OCAxLjEzIDQuODYgMS42MiAxLjI4LjQ5IDIuNjUgMS42NSA0LjEzIDMuNDYgMS40NyAxLjgyIDIuNzUgMy44MSAzLjgzIDUuOTdzMS42NyA0LjEzIDEuNzcgNS45Yy0uMSAyLjE2LS41OSA0LjMyLTEuNDcgNi40OS0uODggMi4xNi0xLjcyIDMuMTktMi41MSAzLjA5cy0xLjY1LjE3LTIuNTguODFjLS45NC42NC0xLjY1IDEuODQtMi4xNCAzLjYxLS4yOS4zOS0uNjQgMS4wMS0xLjAzIDEuODQtLjM5Ljg0LS44NCAxLjY1LTEuMzMgMi40My0uMS40OS0uMzUgMS43LS43NCAzLjYxLS4zOSAxLjkyLS44NiA0LjAzLTEuNCA2LjM0cy0xLjAxIDQuNDItMS40IDYuMzQtLjY0IDMuMTctLjc0IDMuNzZjLS4xLjM5LS4zNSAxLjMtLjc0IDIuNzMtLjM5IDEuNDItLjg2IDMuMDItMS40IDQuNzlzLTEuMTEgMy4zOS0xLjY5IDQuODZjLS4zOSAyLjg1LTEuMTggNS4zMy0yLjM2IDcuNDRzLTIuNDYgNC0zLjgzIDUuNjdjLTIuMjYgMi40Ni00LjUgNC4yLTYuNzEgNS4yM3MtNC4xNSAxLjY0LTUuODIgMS44NHptLTIuOC01MS41OWMuMjkuNzkgMS4xMSAxLjA4IDIuNDMuODggMS4zMy0uMiAzLjE3LS42NCA1LjUzLTEuMzMgMi44NS0xLjE4IDQuOTktMi4xMSA2LjQxLTIuOHMyLjUzLTEuNTcgMy4zMi0yLjY1Yy41OS0uNzkgMS4xNS0xLjU3IDEuNjktMi4zNnMxLjA2LTEuNDcgMS41NS0yLjA2Yy4yLS4yLjUyLS41NC45Ni0xLjAzcy44MS0uOTMgMS4xMS0xLjMzYy41OS0uMzkgMS4xMS0uNzYgMS41NS0xLjExLjQ0LS4zNC44Ni0uNjYgMS4yNS0uOTYuNDktLjIuOTMtLjY2IDEuMzMtMS40LjM5LS43NC40OS0xLjUuMjktMi4yOC0uMS0uNjktLjU0LTEuNjQtMS4zMy0yLjg3cy0xLjg3LTIuMTktMy4yNC0yLjg4Yy0xLjI4LS43OS0yLjc4LS4yNC00LjUgMS42Mi0xLjcyIDEuODctNC40NSA0LjM3LTguMTggNy41Mi0yLjE2IDIuMzYtNC4wOCA0LjU1LTUuNzUgNi41NnMtMi45IDMuNzQtMy42OSA1LjE2Yy0uNzkgMS40My0xLjAzIDIuNTMtLjc0IDMuMzJ6TTMxMS4wMyAxMTguNDhjLTIuNDYtLjQ5LTQuMDgtLjY5LTQuODYtLjU5LTEuNTctLjI5LTMuMTUtMS4xMS00LjcyLTIuNDMtMS41Ny0xLjMzLTIuMjEtMi43OC0xLjkyLTQuMzUuMzktLjM5LjY2LTEuMjMuODEtMi41MXMuMjItMi4zMS4yMi0zLjA5Yy4yOS0uNzkuNDktMS4zOC41OS0xLjc3cy4zNC0xLjM4Ljc0LTIuOTVjLjItMS42Ny42MS00IDEuMjUtN3MxLjM1LTYuMjQgMi4xNC05LjczIDEuNi02LjgzIDIuNDMtMTAuMDIgMS41Ny01Ljg3IDIuMjEtOC4wMyAxLjExLTMuMzkgMS40LTMuNjhjMC0uNjktLjA1LTEuMjMtLjE1LTEuNjIuMjktMS44Ny43OS0zLjQ0IDEuNDctNC43Mi4zOS0xLjA4LjcxLTIuMjYuOTYtMy41NC4yNC0xLjI4LjM3LTIuMTEuMzctMi41MS4zOS0uNDkuOTEtMS42OSAxLjU1LTMuNjFzMS4zLTMuODYgMS45OS01LjgyYy40OS0xLjU3IDEuMDUtMy4yNCAxLjY5LTUuMDFzMS41LTMuOTggMi41OC02LjYzdi0uNzRjLjI5LS4zOSAxLjE1LTIuNDEgMi41OC02LjA0IDEuNDItMy42MyAzLjM2LTguMzUgNS44Mi0xNC4xNS4zOS0uNzkuODYtMS42NyAxLjQtMi42NXMuODEtMS42Ny44MS0yLjA2Yy40OS0uNzkgMS4zOC0xLjE4IDIuNjUtMS4xOHMyLjYuMjcgMy45OC44MSAyLjMxIDEuMzUgMi44IDIuNDNsMy4zOSAyLjM2LTUuMDEgMTAuNzZjLTEuMzggMi43NS0yLjU2IDUuMjgtMy41NCA3LjU5cy0xLjQ3IDMuNjYtMS40NyA0LjA1Yy0uNzkgMi4zNi0xLjQ1IDQuNDUtMS45OSA2LjI2LS41NCAxLjgyLTEuMDYgMy42MS0xLjU1IDUuMzgtLjk4IDMuMTUtMS44OSA1Ljc1LTIuNzMgNy44MXMtMS4yNSAzLjI5LTEuMjUgMy42OWMwLS4yIDEuMDMtLjM3IDMuMS0uNTIgMi4wNi0uMTUgNC42NC0uMjkgNy43NC0uNDRzNi4yOS0uMjkgOS41OC0uNDQgNi4yNC0uMzIgOC44NC0uNTIgNC40LS4zOSA1LjM4LS41OWw3LjUyLTEuMDMgMy41NC0xMy4xMmMuNjktMi44NSAxLjYtNi4yNCAyLjczLTEwLjE3czIuMTQtNy4zMiAzLjAyLTEwLjE3YzEuMzgtNC42MiAyLjk1LTcuOTggNC43Mi0xMC4xIDEuNzctMi4xMSAzLjI0LTMuMTcgNC40Mi0zLjE3IDEuNjcgMCAzIC42OSAzLjk4IDIuMDYuOTggMS4zOCAxLjY3IDIuNDYgMi4wNiAzLjI0IDEuMjguOTggMS44OSAyLjE2IDEuODQgMy41NHMtLjgxIDMuMjQtMi4yOCA1LjZjLTEuMzggMi42NS0yLjUzIDUuNTUtMy40NiA4LjctLjk0IDMuMTUtMS43OSA1LjctMi41OCA3LjY3LjEgMS4xOCAwIDIuMTQtLjI5IDIuODctLjI5Ljc0LS42NCAxLjM1LTEuMDMgMS44NC0uMi4yLS41Ny45My0xLjExIDIuMjFzLTEuMDMgMi41Ni0xLjQ3IDMuODNjLS40NCAxLjI4LS42NiAyLjA2LS42NiAyLjM2LjEuNjkgMCAxLjU1LS4yOSAyLjU4cy0uNjQgMS43NS0xLjAzIDIuMTRjLS4xLjU5LS40NCAyLjA5LTEuMDMgNC41cy0xLjMgNS4yMS0yLjE0IDguNGMtLjg0IDMuMi0xLjY3IDYuMzItMi41MSA5LjM2LS44NCAzLjA1LTEuNjUgNS41NS0yLjQzIDcuNTIuMS42OS0uMSAxLjU1LS41OSAyLjU4cy0uNjkgMS45NC0uNTkgMi43M2MtLjM5IDEuMTgtLjg2IDIuNjgtMS40IDQuNXMtLjc2IDIuOTctLjY2IDMuNDZjLS4zOSAyLjI2LS45NCA0Ljc3LTEuNjIgNy41Mi0uNjkgMi43NS0xLjI4IDUuMTYtMS43NyA3LjIycy0uNzQgMy4yNC0uNzQgMy41NGMtLjI5LjM5LTEuMTYuNDYtMi41OC4yMi0xLjQzLS4yNS0yLjY4LS41Ny0zLjc2LS45Ni0xLjg3LTEuMDgtMy4yNy0yLjU4LTQuMi00LjUtLjk0LTEuOTItLjkxLTQgLjA3LTYuMjcuNDktLjc5IDEuMDUtMi43NSAxLjY5LTUuOS42NC0zLjE0IDEuMy02LjI0IDEuOTktOS4yOS40OS0xLjQ3Ljk4LTMuMzkgMS40Ny01Ljc1cy45Ni00LjcyIDEuNC03LjA4LjgzLTQuMzcgMS4xOC02LjA0Yy4zNC0xLjY3LjYxLTIuNi44MS0yLjh2LTEuNDdjLS4yLS4yLTEuMjgtLjMyLTMuMjQtLjM3LTEuOTctLjA1LTQuNDItLjAyLTcuMzcuMDctMi45NS4xLTYuMDcuMjktOS4zNi41OS0zLjI5LjI5LTYuMzYuNjktOS4yMSAxLjE4LTEuMDguMS0yLjUxLjE1LTQuMjcuMTVzLTMuMDUuMDUtMy44My4xNWMtMS4wOCAwLTIuMzYuMDUtMy44My4xNS0uMS4yOS0uMzkgMS4yOC0uODggMi45NXMtMS4wMyAzLjY2LTEuNjIgNS45Ny0xLjE4IDQuNjktMS43NyA3LjE1LTEuMTEgNC42OS0xLjU1IDYuNzEtLjcxIDMuNTItLjgxIDQuNWMtLjI5IDEuNzctLjc0IDQuMDEtMS4zMyA2Ljcxcy0xLjIgNS40My0xLjg0IDguMTgtMS4xOCA1LjE4LTEuNjIgNy4zLS43NiAzLjQ2LS45NiA0LjA1ek00MDEuOTggMTA3LjU3Yy01LjQxIDAtOS41Ni0xLjU3LTEyLjQ2LTQuNzItMi45LTMuMTQtNC4zNS03Ljk2LTQuMzUtMTQuNDUgMC0zLjU0LjY2LTcuNDIgMS45OS0xMS42NHMzLjEtOC4zNSA1LjMxLTEyLjM4IDQuNjQtNy41NCA3LjMtMTAuNTRjMi42NS0zIDUuMzEtNS4wOCA3Ljk2LTYuMjYuOTgtLjQ5IDIuMDQtLjg2IDMuMTctMS4xMSAxLjEzLS4yNCAyLjIzLS4zNyAzLjMyLS4zNyAxLjE4IDAgMi40OC4wNyAzLjkxLjIyIDEuNDIuMTUgMi43OC40NyA0LjA1Ljk2IDIuMjYuNjkgNC4yNSAyLjAyIDUuOTcgMy45OCAxLjcyIDEuOTcgMi41OCA0LjgyIDIuNTggOC41NSAwIC45OC0uMSAyLjA0LS4yOSAzLjE3LS4yIDEuMTMtLjU0IDIuMjQtMS4wMyAzLjMyLTEuMjggMy4yNC0zLjIyIDYuMzQtNS44MiA5LjI5cy01LjMzIDUuMDEtOC4xOCA2LjE5Yy0uNzkuMzktMS41NS42Ni0yLjI5Ljgxcy0xLjUuMjItMi4yOC4yMmMtMi4wNiAwLTMuOTEtLjI5LTUuNTMtLjg4cy0zLjEyLTEuMzgtNC41LTIuMzZsLTEuMTgtMS4wMy0uNzQgMS40N2MtLjY5IDEuODctMS4xNiAzLjQ0LTEuNCA0LjcyLS4yNSAxLjI4LS4zNyAyLjIxLS4zNyAyLjggMCAxLjE4LjA1IDIuMzguMTUgMy42MXMuMzkgMi4yNC44OCAzLjAyYy4zOS40OS45MS44OCAxLjU1IDEuMTguNjQuMjkgMS40NS40NCAyLjQzLjQ0LjU5IDAgMS4xNS0uMDIgMS43LS4wNy41NC0uMDUgMS4wMS0uMTIgMS40LS4yMiAxLjc3LS4zOSAzLjIyLTEuMDYgNC4zNS0xLjk5czIuMzMtMS43NCAzLjYxLTIuNDNsLjU5LS4yOS0uMTUtLjQ0YzEuNjctLjg4IDIuOC0xLjQ1IDMuMzktMS43LjU5LS4yNCAxLjAzLS40NiAxLjMzLS42Ni4zOS0uMzkuODMtLjU5IDEuMzMtLjU5IDEuMzgtLjIgMi43My4xNyA0LjA1IDEuMTEgMS4zMy45MyAxLjk5IDIuMDkgMS45OSAzLjQ2IDAgLjU5LS40MiAxLjUzLTEuMjUgMi44LS44NCAxLjI4LTEuODcgMi41My0zLjEgMy43NnMtMi40OCAyLjE5LTMuNzYgMi44N2MtLjI5LjEtLjU5LjIyLS44OC4zN3MtLjU5LjMyLS44OC41MmguMTVjLS44OCAxLjE4LTEuNzcgMS43Ny0yLjY1IDEuNzdoLTEuMThjLS4zOS42OS0xLjY3IDEuNDUtMy44MyAyLjI4cy00LjI3IDEuMjUtNi4zNCAxLjI1em03LjY2LTM1LjUyYy44OCAwIDEuNy0uMTUgMi40My0uNDQuNzQtLjI5IDEuNDUtLjY0IDIuMTQtMS4wMyAyLjM2LTEuNjcgMy44OC0zLjgzIDQuNTctNi40OS42OS0yLjY1LjQ0LTQuNjctLjc0LTYuMDQtLjItLjI5LS40NC0uNTItLjc0LS42NnMtLjY0LS4yMi0xLjAzLS4yMmMtMS4wOCAwLTIuMjguMzUtMy42MSAxLjAzcy0yLjYzIDEuNjctMy45MSAyLjk1LTIuNDYgMi44LTMuNTQgNC41N2wtMS45MiAzLjFjLjItLjEuMzctLjE3LjUyLS4yMnMuMjctLjA3LjM3LS4wN2MuODggMCAxLjQ3LjI5IDEuNzcuODhzLjY2IDEuMTggMS4xMSAxLjc3Yy40NC41OSAxLjMuODggMi41OC44OHpNNDQwLjc0IDEwMi43MWMtLjY5IDAtMS42LS40OS0yLjczLTEuNDdzLTEuNzktMS44Ny0xLjk5LTIuNjVjLS4yOS0uNzktLjI3LTEuOTQuMDctMy40NnMuODYtMy4zMiAxLjU1LTUuMzhjLjc5LTMuMjQgMS4zMy01LjYgMS42Mi03LjA4LjI5LTEuNDcuNTktMi43NS44OC0zLjgzcy42OS0yLjY1IDEuMTgtNC43MmMuNTktMS4yOCAxLjA1LTIuNTMgMS40LTMuNzYuMzQtMS4yMy43NC0yLjQ4IDEuMTgtMy43NnMuOTYtMi41NSAxLjU1LTMuODNjLjY5LTIuNTUgMS41NS00Ljk5IDIuNTgtNy4zczIuMDQtNC4yNSAzLjAyLTUuODJjLjItLjI5LjY0LS44MyAxLjMzLTEuNjJzMS4yMy0xLjE4IDEuNjItMS4xOGMuNzktLjc5IDEuODctMS4wNSAzLjI0LS44MSAxLjM4LjI1IDIuNTUuNzYgMy41NCAxLjU1IDEuMTggMS4yOCAxLjg0IDIuNzggMS45OSA0LjVzLS41NyA0LjEtMi4xNCA3LjE1Yy0xLjE4IDMuMDUtMi4yOCA1LjQzLTMuMzIgNy4xNS0xLjAzIDEuNzItMi4wNCAzLjcxLTMuMDIgNS45NyAxLjA4LTEuNTcgMi40MS0zLjE5IDMuOTgtNC44NyAxLjU3LTEuNjcgMi44LTMgMy42OS0zLjk4IDEuMjgtMS4zOCAyLjQ4LTIuNDggMy42MS0zLjMyIDEuMTMtLjgzIDIuNjgtMS44OSA0LjY0LTMuMTcgMS42Ny0xLjE4IDMuMzYtMi4yNiA1LjA5LTMuMjQgMS43Mi0uOTggMy44MS0xLjI4IDYuMjYtLjg4Ljk4LS4xIDIuMDQuMzkgMy4xNyAxLjQ3czIuMDEgMi40OCAyLjY1IDQuMi42MSAzLjU2LS4wNyA1LjUzYy0yLjI2LS40OS00LjI3LS40Mi02LjA0LjIycy0zLjI3IDEuNC00LjUgMi4yOWMtMS4yMy44OC0yLjE5IDEuNTctMi44NyAyLjA2LS45OC41OS0yLjExIDEuMzUtMy4zOSAyLjI5LTEuMjguOTMtMi42NSAxLjk3LTQuMTMgMy4wOS0xLjQ3IDEuMTMtMy4wNSAyLjM4LTQuNzIgMy43Ni0yLjM2IDEuOTctNC4xMyAzLjY5LTUuMzEgNS4xNnMtMi4xMSAzLjA1LTIuOCA0LjcyYy0uNTkgMS40Ny0xLjMzIDMuMjQtMi4yMSA1LjMxLS44OCAyLjA2LTEuNzIgMy45MS0yLjUxIDUuNTNzLTEuNDMgMi42My0xLjkyIDMuMDJjLS40OS45OC0xLjUgMS41Mi0zLjAyIDEuNjJzLTIuNTgtLjA1LTMuMTctLjQ0eicvPjxwYXRoIGQ9J000OTkuMjYgMTAzLjU5Yy0zLjgzLTEuNTctNi40OS00LjEzLTcuOTYtNy42Ni0xLjQ3LTMuNTQtMS44Ny04LjI1LTEuMTgtMTQuMTUuMi0zLjA0LjEtNS4wOS0uMjktNi4xMnMtMS4xMy0yLjA0LTIuMjEtMy4wMmMtLjI5LS4zOS0uOTgtMS4wNi0yLjA2LTEuOTlzLTEuNTctMS42NC0xLjQ3LTIuMTRjLS4xLS42OS4wNS0xLjU1LjQ0LTIuNThzLjc0LTEuNiAxLjAzLTEuN2MuNjktLjI5IDEuNC0uNjQgMi4xNC0xLjAzczEuMy0uNDkgMS43LS4yOWMuMzkgMCAxLjAxLjI1IDEuODQuNzRzMS4yNS45NCAxLjI1IDEuMzNjLjM5LjY5IDEuMDEuMzkgMS44NC0uODguODMtMS4yOCAxLjc0LTIuOSAyLjczLTQuODYuOTgtMS41NyAyLjIxLTMuMDQgMy42OC00LjQyczIuOTctMi42MyA0LjUtMy43NmMxLjUyLTEuMTMgMi44Mi0xLjk5IDMuOTEtMi41OC40OS0uMiAxLjQ1LS40OSAyLjg3LS44OHMyLjkyLS43MSA0LjUtLjk2YzEuNTctLjI0IDIuNzUtLjMyIDMuNTQtLjIyIDEuNzcuMSAzLjYzLjg0IDUuNiAyLjIxIDEuOTYgMS4zOCAzLjQ5IDIuNjUgNC41NyAzLjgzIDEuMjguODggMi4xNCAyLjI0IDIuNTggNC4wNS40NCAxLjgyLjYxIDMuNzEuNTIgNS42Ny0uMSAxLjk3LS40OSAzLjY0LTEuMTggNS4wMS0uMjkuOTgtMS4zMyAyLjM2LTMuMDkgNC4xMy0xLjc3IDEuNzctMy43MSAzLjQ2LTUuODIgNS4wOHMtMy45MSAyLjczLTUuMzggMy4zMmMtMS4yOC4yOS0yLjguNTItNC41Ny42Ni0xLjc3LjE1LTMuNDIuMTUtNC45NCAwcy0yLjU4LS4zNy0zLjE3LS42NmMtLjY5LS4zOS0xLjI1LS4yNy0xLjcuMzctLjQ0LjY0LS44MSAyLjMzLTEuMTEgNS4wOC0uMSAxLjA4LS4wNyAyLjAyLjA3IDIuOC4xNS43OS4zMiAxLjM4LjUyIDEuNzcuNjkgMS4xOCAxLjM4IDIuMDQgMi4wNiAyLjU4LjY5LjU0IDEuOTYuNzEgMy44My41MiAxLjg3LS4yIDMuNzYtMS4zNSA1LjY3LTMuNDYgMS45Mi0yLjExIDMuNjYtMy44MSA1LjIzLTUuMDguMzktLjY5IDEuMjUtMS4xNSAyLjU4LTEuNCAxLjMzLS4yNCAyLjkyLS4xMiA0Ljc5LjM3IDEuMDguNjkgMS42IDEuNzcgMS41NSAzLjI0cy0uODYgMy42NC0yLjQzIDYuNDljLS4yOS42OS0xLjExIDEuNjktMi40MyAzLjAyLTEuMzMgMS4zMy0yLjc1IDIuNjUtNC4yNyAzLjk4cy0yLjc4IDIuMjktMy43NiAyLjg4Yy0yLjk1IDEuNTctNS44NSAyLjMxLTguNyAyLjIxcy01LjQ1LS41OS03LjgxLTEuNDd6bTEwLjkxLTMzLjE3YzEuNDctLjM5IDIuNzMtLjc5IDMuNzYtMS4xOHMyLjA0LTEuMDMgMy4wMi0xLjkyYy45OC0uODggMi4xMS0yLjIxIDMuMzktMy45OC4zOS0xLjA4LjYxLTIuMDEuNjYtMi44cy0uMDMtMS4yOC0uMjItMS40N2MtLjc5LS43OS0xLjY1LTEuMDYtMi41OC0uODEtLjk0LjI1LTEuOTQuNzYtMy4wMiAxLjU1LS42OS4yOS0xLjY1LjkxLTIuODcgMS44NC0xLjIzLjk0LTIuNDEgMS45Ny0zLjU0IDMuMXMtMi4wMiAyLjE2LTIuNjUgMy4xYy0uNjQuOTQtLjc2IDEuNS0uMzcgMS43LS4yLjM5LjM3LjY0IDEuNy43NHMyLjIzLjE1IDIuNzMuMTV6TTM3OC45OSAxMjMuNjZjLjk4LS4wNCAxLjk5LjE4IDIuOTEuNjlhNS42NzcgNS42NzcgMCAwMTIuMjcgNy42OWMtMTMuMjkgMjQuNC0zNi43NiA2MC4yMy03My4wOCA5Mi4zLTE4LjE4IDE2LjA2LTM3LjYzIDI5LjQ4LTU3LjgxIDM5Ljg5LTIuNzkgMS40NC02LjIuMzQtNy42NC0yLjQ0cy0uMzQtNi4yIDIuNDQtNy42NGMxOS4zNS05Ljk4IDM4LjAyLTIyLjg3IDU1LjUtMzguMzEgMzUuMDgtMzAuOTggNTcuNzctNjUuNjIgNzAuNjItODkuMjNhNS42NjIgNS42NjIgMCAwMTQuNzgtMi45NXonLz48cGF0aCBkPSdNMjY4LjAyIDE5OC45OGMuNTQtLjAyIDEuMDguMDQgMS42My4xOCAzLjAzLjc4IDQuODUgMy44OCA0LjA3IDYuOTEtNy4yMyAyNy45Ny0xNi42IDQ1LjMtMjIuMjUgNTQgMTUuNzggMy4yOCA0MC4wOS4zMSA0OS4zNS0xLjM4IDMuMDgtLjU2IDYuMDMgMS40OCA2LjU5IDQuNTZzLTEuNDggNi4wMy00LjU2IDYuNTljLTEuNzIuMzEtNDIuMzYgNy41OS02Mi45MS0xLjU0YTUuNjY3IDUuNjY3IDAgMDEtMS45NC04Ljk0Yy4xMy0uMTUgMTQuNjItMTcuMDEgMjQuNzMtNTYuMTNhNS42NyA1LjY3IDAgMDE1LjI4LTQuMjV6Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  height: 40px;
  width: 160px;
  top: -62px;
  left: 0;
  content: " ";
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-animation: fadeOut 5s ease-out forwards;
  animation: fadeOut 5s ease-out forwards;
}
@media (min-width: 992px) {
  .page-30-minute-strategy-session .step-active .rangeSlider:before,
  .page-template-page-strategy-session-split-test
    .step-active
    .rangeSlider:before {
    height: 70px;
    width: 160px;
    top: 50px;
    left: -150px;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgNTk3LjM2IDI3My4zMycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjMuNzUgMjYwLjM0Yy0xLjg3LjI5LTQuMTMuMjctNi43OC0uMDdzLTUuNS0uOTEtOC41NS0xLjY5Yy0xLjU3LS40OS0yLjY4LTEuMDgtMy4zMi0xLjc3cy0xLjctMS45Ny0zLjE3LTMuODNjLS45OC0xLjQ3LTEuNi0zLjE1LTEuODQtNS4wMS0uMjUtMS44NyAwLTMuNTQuNzQtNS4wMXMxLjk5LTIuMzYgMy43Ni0yLjY1Yy43OS0uMiAxLjc0LS4wMiAyLjg3LjUyczIuMzMgMS4yIDMuNjEgMS45OWMyLjA2IDEuMTggNC4yNyAyLjM4IDYuNjMgMy42MXM0LjUyIDEuNjkgNi40OSAxLjRjMS4zOC0uMjkgMy4wMi0uNDcgNC45NC0uNTJzMy43OC0uMjIgNS42LS41MmMxLjgyLS4yOSAzLjI3LS44NCA0LjM1LTEuNjJhMjA3LjI0IDIwNy4yNCAwIDAwMTUuNDgtMTEuNjRjLjItLjM5LjU2LS43MSAxLjExLS45Ni41NC0uMjQgMS4yLS41MiAxLjk5LS44MS41OS0uNTkgMS41Mi0xLjU1IDIuOC0yLjg3bDMuNzYtMy45MWMxLjIzLTEuMjggMS45OS0yLjAxIDIuMjgtMi4yMS4yLS44OC4zOS0xLjYuNTktMi4xNHMuMjktMS4xMS4yOS0xLjdjLjc5LS43OSAxLjg0LTIuNDMgMy4xNy00Ljk0czIuNjgtNS4zMSA0LjA1LTguNGMxLjM4LTMuMDkgMi4zNi01LjkyIDIuOTUtOC40NyAxLjI4LTUuNCAxLjcyLTEwLjMyIDEuMzMtMTQuNzRzLTEuNTItOC40LTMuMzktMTEuOTQtNC4zNy02LjYzLTcuNTItOS4yOWMtMS4wOC0uODgtMi41Ni0xLjg0LTQuNDItMi44Ny0xLjg3LTEuMDMtMy43OC0yLjAxLTUuNzUtMi45NS0xLjk3LS45My0zLjcxLTEuNjQtNS4yMy0yLjE0LTEuNTItLjQ5LTIuNDMtLjY5LTIuNzMtLjU5LS4zOS4xLTEuMTYgMS42LTIuMjggNC41LTEuMTMgMi45LTIuNTEgNi42MS00LjEzIDExLjEzcy0zLjM0IDkuMzYtNS4xNiAxNC41Mi0zLjU2IDEwLjA1LTUuMjMgMTQuNjdjLS40OSAxLjg3LTEuMTEgMy44My0xLjg0IDUuOXMtMS4zNSAzLjg2LTEuODQgNS4zOGMtLjQ5IDEuNTMtLjc0IDIuNTMtLjc0IDMuMDItMS4wOCAxLjY3LTIuMjEgNC4yMy0zLjM5IDcuNjdzLTIuMTYgOC4zNS0yLjk1IDE0Ljc0Yy0uODggMy4zNC0xLjUyIDYuMTItMS45MiA4LjMzLS4zOSAyLjIxLS43OSAzLjI3LTEuMTggMy4xNy0uMiAxLjg3LS40NCAyLjk1LS43NCAzLjI0IDAgLjU5LS41OS45OC0xLjc3IDEuMThzLTIuNTYtLjA1LTQuMTMtLjc0LTMuMDUtMi4wMi00LjQyLTMuOThjLS4yOS0xLjA4LS41Mi0yLjY4LS42Ni00Ljc5LS4xNS0yLjExLjE3LTQuNTkuOTYtNy40NC40OS0xLjg3IDEuMTgtNC4yNyAyLjA2LTcuMjJzMS44Ny01Ljk5IDIuOTUtOS4xNGMxLjA4LTMuMTQgMi4wOS02LjA0IDMuMDItOC43LjkzLTIuNjUgMS42LTQuNjIgMS45OS01LjkuNjktMS42NyAxLjY3LTQuODEgMi45NS05LjQzLjc5LTIuNTUgMS42LTUuMTEgMi40My03LjY3LjgzLTIuNTUgMS42NC00Ljg0IDIuNDMtNi44NXMxLjMzLTMuMzIgMS42Mi0zLjkxYy40OS0xLjI4IDEuMTEtMy4zNyAxLjg0LTYuMjYuNzQtMi45IDEuODktNi4yMSAzLjQ2LTkuOTVsMS4wMy00Ljg2LTEuNjItLjc0Yy0xLjE4LjM5LTIuMDkuNTItMi43My4zN3MtMS4wNi0uMjctMS4yNS0uMzdjLS41OS4yLTEuMzUuMDMtMi4yOC0uNTJhOS4yMjcgOS4yMjcgMCAwMS0yLjUxLTIuMTRjLS43NC0uODgtMS4yLTEuNjItMS40LTIuMjEtLjItLjM5LS4zNS0xLjIzLS40NC0yLjUxLjEtLjU5LjkzLTEuMiAyLjUxLTEuODQgMS41Ny0uNjQgMy42MS0xLjI1IDYuMTItMS44NHM1LjE4LTEuMDMgOC4wMy0xLjMzYzIuODUtLjI5IDUuNS0uMzQgNy45Ni0uMTUgMi41NS4yIDUuNy43OSA5LjQzIDEuNzdzNi45MyAxLjk3IDkuNTggMi45NWMzLjE0IDEuMTggNi41MyAzLjE5IDEwLjE3IDYuMDQgMy42MyAyLjg1IDYuOTUgNi4yNCA5Ljk1IDEwLjE3czQuOTkgOC4wNiA1Ljk3IDEyLjM4Yy4yOSAxLjE4LjU5IDIuODUuODggNS4wMXMuNDcgNC4yNS41MiA2LjI2Yy4wNSAyLjAyLS4xNyAzLjMyLS42NiAzLjkxLS4yLjM5LS4zMi44Ni0uMzcgMS40cy4xMi45MS41MiAxLjExYy0uMS4yOS0uNDQgMS40LTEuMDMgMy4zMnMtMS4xMyAzLjU2LTEuNjIgNC45NGMtLjIgMi41Ni0uODYgNS41LTEuOTkgOC44NHMtMi4zNiA2LjUxLTMuNjkgOS41MS0yLjQ4IDUuMzMtMy40NiA3Yy0uMzkgMC0uNzYuMDctMS4xMS4yMnMtLjMyLjI3LjA3LjM3YzAgLjQ5LS41NCAxLjQzLTEuNjIgMi44LS4zOS4yOS0xLjAxIDEuMDEtMS44NCAyLjE0LS44NCAxLjEzLTEuNSAxLjg5LTEuOTkgMi4yOS0uMS42OS0uMzkgMS4yNS0uODggMS43LS40OS40NC0uOTQuNjYtMS4zMy42Ni0uMjkgMC0uNDQuMi0uNDQuNTktLjc5IDEuMTgtMi4xMSAyLjctMy45OCA0LjU3cy0zLjk4IDMuNzgtNi4zNCA1Ljc1Yy0yLjM2IDEuOTYtNC43MiAzLjc4LTcuMDggNS40Ni0yLjM2IDEuNjctNC41MiAyLjktNi40OSAzLjY4LS45OC42OS0yLjAyIDEuMjUtMy4xIDEuNjlzLTIuMTEuOTEtMy4xIDEuNGMtLjQ5LjM5LTEuOTIuNzQtNC4yNyAxLjAzLTIuMzYuMjktNC44NC41NC03LjQ0Ljc0cy00LjY0LjQ0LTYuMTIuNzR6TTk4LjA0IDI0MC43M2MtLjg4LS42OS0xLjg0LTEuNTctMi44Ny0yLjY1cy0xLjQtMi42LTEuMTEtNC41N2MuMjktMi43NS42OS01LjE4IDEuMTgtNy4zLjQ5LTIuMTEgMS4wOC00LjU0IDEuNzctNy4zLjItMS4xOC43MS0zLjE5IDEuNTUtNi4wNC44My0yLjg1IDEuODQtNS45NCAzLjAyLTkuMjkgMS4xOC0zLjM0IDIuNDEtNi41MSAzLjY5LTkuNTFzMi40MS01LjIzIDMuMzktNi43MWMxLjA4LS45OCAyLjY4LTEuNDcgNC43OS0xLjQ3czMuNTYuMzkgNC4zNSAxLjE4YzEuMDguODggMS40MiAyLjQzIDEuMDMgNC42NHMtMS43NyA1LjYzLTQuMTMgMTAuMjRjLS40OSAxLjE4LTEuMTEgMi40My0xLjg0IDMuNzYtLjc0IDEuMzMtMS4yNSAyLjQxLTEuNTUgMy4yNC0uMjkuODQtLjIgMS4yMS4yOSAxLjExLjU5LTEuMDggMS42Ny0yLjMzIDMuMjQtMy43NiAxLjU3LTEuNDIgMy4yNC0yLjgyIDUuMDEtNC4yczMuNDQtMi42IDUuMDEtMy42OWMxLjU3LTEuMDggMi42NS0xLjc3IDMuMjQtMi4wNi43OS0uNDkgMS42OS0uOTEgMi43My0xLjI1IDEuMDMtLjM0IDEuNzQtLjYxIDIuMTQtLjgxIDIuMjYtMS4wOCA0Ljc0LTEuNSA3LjQ0LTEuMjVzNC4zNSAxLjExIDQuOTQgMi41OGMuMS43OS42OSAxLjU3IDEuNzcgMi4zNi4zOSAwIC42NC4yOS43NC44OCAwIC42OS0uNjYgMS42Ny0xLjk5IDIuOTVzLTIuNzggMS45Ny00LjM1IDIuMDZjLTEuMjguMS0yLjQxLjM0LTMuMzkuNzQtLjk4LjM5LTIuMTYuODgtMy41NCAxLjQ3LTMuNzQgMi4xNi03LjEgNC4wOC0xMC4xIDUuNzVzLTYuMDcgNC4yMy05LjIxIDcuNjZjLS42OS43OS0xLjQzIDEuNTMtMi4yMSAyLjIxLS43OS42OS0xLjU3IDEuNjctMi4zNiAyLjk1LS40OS40OS0uOTggMS41Ny0xLjQ3IDMuMjRzLS45MSAzLjI3LTEuMjUgNC43OWMtLjM1IDEuNTItLjUyIDIuNDMtLjUyIDIuNzMtLjU5IDEuODctMS4yMyAzLjI0LTEuOTIgNC4xMy0xLjE4IDEuNTctMi4zNCAyLjU2LTMuNDYgMi45NS0xLjEzLjM5LTIuNDgtLjItNC4wNS0xLjc3ek0xNTEuMSAyNDEuNjJjLS4zOS0uNzktMS4yNS0xLjU3LTIuNTgtMi4zNnMtMS45OS0xLjM4LTEuOTktMS43Ny0uMjItMS4wMS0uNjYtMS44NC0uODYtMS40NS0xLjI1LTEuODRjLS40OS0uNTktLjM1LTIuMDQuNDQtNC4zNXMxLjk2LTUuMTMgMy41NC04LjQ4YzEuNTctMy4zNCAzLjI5LTYuNzMgNS4xNi0xMC4xNy43OS0uNzkgMS41Ny0xLjgyIDIuMzYtMy4wOS43OS0xLjI4IDEuMzgtMi4xMSAxLjc3LTIuNTEgMC0uMzkuMTUtLjc2LjQ0LTEuMTEuMjktLjM0LjY0LS41MiAxLjAzLS41MmwxLjE4LTIuMzZjLjItLjM5LjgxLTEuMTggMS44NC0yLjM2czIuMjgtMi40OCAzLjc2LTMuOTFjMS40Ny0xLjQyIDIuOTctMi43OCA0LjUtNC4wNSAxLjUyLTEuMjggMi43OC0yLjIxIDMuNzYtMi44IDIuMDYtMS4zOCA0LjItMi4wMSA2LjQxLTEuOTIgMi4yMS4xIDQuMS43OSA1LjY4IDIuMDYuMjkuMjkuOTYuODggMS45OSAxLjc3IDEuMDMuODggMi4yMSAxLjg3IDMuNTQgMi45NXMyLjQ4IDIuMDYgMy40NiAyLjk1bDUuNDUgNC44Ni0yLjUxIDcuMzdjLTEuMjggMy45My0xLjYgNy4zNy0uOTYgMTAuMzJzMS41NSA1LjUgMi43MyA3LjY2Yy40OSAxLjA4IDEuMTUgMS45MiAxLjk5IDIuNTEuODMuNTkgMS45NC45OCAzLjMyIDEuMTguNzkuMSAxLjUyLjM5IDIuMjEuODhzMS4wMyAxLjI4IDEuMDMgMi4zNmMwIDIuMzYtLjQyIDQuMDUtMS4yNSA1LjA4LS44NCAxLjAzLTEuNzUgMS42NS0yLjczIDEuODQtMy4yNC4zOS02LjM0LjA1LTkuMjktMS4wM3MtNS42LTMuODgtNy45Ni04LjRjLS4zOS0uNTktLjkxLTEuNy0xLjU1LTMuMzJzLTEuMDEtMi42OC0xLjExLTMuMTdjLS4zOS40OS0uOTEgMS4xMS0xLjU1IDEuODQtLjY0Ljc0LTEuMjUgMS40LTEuODQgMS45OS02Ljk4IDcuMDgtMTIuOTUgMTEuNjctMTcuOTEgMTMuNzgtNC45NiAyLjEyLTkuMTIgMi4wOS0xMi40Ni0uMDd6bTExLjM1LTEzLjM0YzEuNDctLjgzIDMuNDQtMi4yMyA1LjktNC4yIDMuMzQtMi44NSA2LjA5LTUuMjEgOC4yNS03LjA4czQuMjctNC4yNyA2LjM0LTcuMjJsMy4yNC01LjMxYy0uOTgtMi4yNi0xLjg3LTMuNzMtMi42NS00LjQyLS43OS0uNjktMS41Ny0xLjAzLTIuMzYtMS4wMy0xLjI4IDAtMi44LjgxLTQuNTcgMi40M3MtMy43NiAzLjk4LTUuOTcgNy4wOGMtMi4yMSAzLjA5LTQuNjkgNi45NS03LjQ0IDExLjU3LTEuMjggMi4xNi0yLjYgNS4yNi0zLjk4IDkuMjkuNjkuMSAxLjc3LS4yNyAzLjI0LTEuMTF6TTIyNi4yOCAyNzMuMzFjLTEuMDguMS0yLjc1LS4xMi01LjAxLS42NnMtNC40Ny0xLjU1LTYuNjMtMy4wMmMtMi42NS0yLjI2LTQuNDctNC4xMy01LjQ1LTUuNnMtMS41LTIuNzgtMS41NS0zLjkxLS4wMy0yLjE0LjA3LTMuMDJjLjQ5LTIuMTYgMS41NS0zLjE5IDMuMTctMy4xIDEuNjIuMSAyLjg3LjU0IDMuNzYgMS4zMy45OC43OSAyLjA0IDEuNzQgMy4xNyAyLjg4IDEuMTMgMS4xMyAyLjI2IDIuMTQgMy4zOSAzLjAyczIuMDkgMS4yOCAyLjg3IDEuMThjMS45Ni0uMiAzLjU5LTEuMDEgNC44Ni0yLjQzIDEuMjgtMS40MiAyLjU1LTMuNjYgMy44My02LjcxLjc5LTIuMTYgMS40LTQuMDMgMS44NC01LjZzLjkxLTMuMjkgMS40LTUuMTYgMS4wOC00LjM3IDEuNzctNy41MmMuNDktMi4yNi44Ni0zLjg2IDEuMTEtNC43OS4yNC0uOTMuMzctMS41Mi4zNy0xLjc3cy0uMDUtLjM3LS4xNS0uMzdhMzIuNTQgMzIuNTQgMCAwMS0zLjkxIDEuOTJjLTEuMjMuNDktMi41OC45OC00LjA1IDEuNDctMi43NS44OC01LjUgMS42NS04LjI1IDIuMjlzLTQuODYuNzEtNi4zNC4yMmMtMS40Ny0uNTktMi42NS0xLjU3LTMuNTQtMi45NS0uODgtMS4zOC0xLjQ1LTIuODUtMS43LTQuNDJzLS4zMi0yLjg1LS4yMi0zLjgzYy4yLS43OS42NC0yLjA2IDEuMzMtMy44M3MxLjQ3LTMuNjMgMi4zNi01LjZhODQuNzYgODQuNzYgMCAwMTIuNTEtNS4xNmMuNzktMS40NyAxLjQyLTIuMjYgMS45Mi0yLjM2LjM5LS4yLjc2LS42MSAxLjExLTEuMjUuMzQtLjY0LjUyLTEuMTUuNTItMS41NS4xLS4zOS41Mi0xLjAzIDEuMjUtMS45Mi43NC0uODggMi45Mi0yLjYgNi41Ni01LjE2IDMuNjMtMy40NCA2LjkzLTYuMDIgOS44OC03Ljc0czUuNjUtMi42OCA4LjExLTIuODhjLjY5LjEgMS42Ny4xNSAyLjk1LjE1IDIuMTYuNTkgMy43OCAxLjEzIDQuODYgMS42MiAxLjI4LjQ5IDIuNjUgMS42NSA0LjEzIDMuNDYgMS40NyAxLjgyIDIuNzUgMy44MSAzLjgzIDUuOTdzMS42NyA0LjEzIDEuNzcgNS45Yy0uMSAyLjE2LS41OSA0LjMyLTEuNDcgNi40OS0uODggMi4xNi0xLjcyIDMuMTktMi41MSAzLjA5cy0xLjY1LjE3LTIuNTguODFjLS45NC42NC0xLjY1IDEuODQtMi4xNCAzLjYxLS4yOS4zOS0uNjQgMS4wMS0xLjAzIDEuODQtLjM5Ljg0LS44NCAxLjY1LTEuMzMgMi40My0uMS40OS0uMzUgMS43LS43NCAzLjYxLS4zOSAxLjkyLS44NiA0LjAzLTEuNCA2LjM0cy0xLjAxIDQuNDItMS40IDYuMzQtLjY0IDMuMTctLjc0IDMuNzZjLS4xLjM5LS4zNSAxLjMtLjc0IDIuNzMtLjM5IDEuNDItLjg2IDMuMDItMS40IDQuNzlzLTEuMTEgMy4zOS0xLjY5IDQuODZjLS4zOSAyLjg1LTEuMTggNS4zMy0yLjM2IDcuNDRzLTIuNDYgNC0zLjgzIDUuNjdjLTIuMjYgMi40Ni00LjUgNC4yLTYuNzEgNS4yM3MtNC4xNSAxLjY0LTUuODIgMS44NHptLTIuOC01MS41OWMuMjkuNzkgMS4xMSAxLjA4IDIuNDMuODggMS4zMy0uMiAzLjE3LS42NCA1LjUzLTEuMzMgMi44NS0xLjE4IDQuOTktMi4xMSA2LjQxLTIuOHMyLjUzLTEuNTcgMy4zMi0yLjY1Yy41OS0uNzkgMS4xNS0xLjU3IDEuNjktMi4zNnMxLjA2LTEuNDcgMS41NS0yLjA2Yy4yLS4yLjUyLS41NC45Ni0xLjAzcy44MS0uOTMgMS4xMS0xLjMzYy41OS0uMzkgMS4xMS0uNzYgMS41NS0xLjExLjQ0LS4zNC44Ni0uNjYgMS4yNS0uOTYuNDktLjIuOTMtLjY2IDEuMzMtMS40LjM5LS43NC40OS0xLjUuMjktMi4yOC0uMS0uNjktLjU0LTEuNjQtMS4zMy0yLjg3cy0xLjg3LTIuMTktMy4yNC0yLjg4Yy0xLjI4LS43OS0yLjc4LS4yNC00LjUgMS42Mi0xLjcyIDEuODctNC40NSA0LjM3LTguMTggNy41Mi0yLjE2IDIuMzYtNC4wOCA0LjU1LTUuNzUgNi41NnMtMi45IDMuNzQtMy42OSA1LjE2Yy0uNzkgMS40My0xLjAzIDIuNTMtLjc0IDMuMzJ6TTMxMS4wMyAyNTguMjdjLTIuNDYtLjQ5LTQuMDgtLjY5LTQuODYtLjU5LTEuNTctLjI5LTMuMTUtMS4xMS00LjcyLTIuNDMtMS41Ny0xLjMzLTIuMjEtMi43OC0xLjkyLTQuMzUuMzktLjM5LjY2LTEuMjMuODEtMi41MXMuMjItMi4zMS4yMi0zLjA5Yy4yOS0uNzkuNDktMS4zOC41OS0xLjc3cy4zNC0xLjM4Ljc0LTIuOTVjLjItMS42Ny42MS00IDEuMjUtN3MxLjM1LTYuMjQgMi4xNC05LjczIDEuNi02LjgzIDIuNDMtMTAuMDIgMS41Ny01Ljg3IDIuMjEtOC4wMyAxLjExLTMuMzkgMS40LTMuNjhjMC0uNjktLjA1LTEuMjMtLjE1LTEuNjIuMjktMS44Ny43OS0zLjQ0IDEuNDctNC43Mi4zOS0xLjA4LjcxLTIuMjYuOTYtMy41NC4yNC0xLjI4LjM3LTIuMTEuMzctMi41MS4zOS0uNDkuOTEtMS42OSAxLjU1LTMuNjFzMS4zLTMuODYgMS45OS01LjgyYy40OS0xLjU3IDEuMDUtMy4yNCAxLjY5LTUuMDFzMS41LTMuOTggMi41OC02LjYzdi0uNzRjLjI5LS4zOSAxLjE1LTIuNDEgMi41OC02LjA0IDEuNDItMy42MyAzLjM2LTguMzUgNS44Mi0xNC4xNS4zOS0uNzkuODYtMS42NyAxLjQtMi42NXMuODEtMS42Ny44MS0yLjA2Yy40OS0uNzkgMS4zOC0xLjE4IDIuNjUtMS4xOHMyLjYuMjcgMy45OC44MSAyLjMxIDEuMzUgMi44IDIuNDNsMy4zOSAyLjM2LTUuMDEgMTAuNzZjLTEuMzggMi43NS0yLjU2IDUuMjgtMy41NCA3LjU5cy0xLjQ3IDMuNjYtMS40NyA0LjA1Yy0uNzkgMi4zNi0xLjQ1IDQuNDUtMS45OSA2LjI2LS41NCAxLjgyLTEuMDYgMy42MS0xLjU1IDUuMzgtLjk4IDMuMTUtMS44OSA1Ljc1LTIuNzMgNy44MXMtMS4yNSAzLjI5LTEuMjUgMy42OWMwLS4yIDEuMDMtLjM3IDMuMS0uNTIgMi4wNi0uMTUgNC42NC0uMjkgNy43NC0uNDRzNi4yOS0uMjkgOS41OC0uNDQgNi4yNC0uMzIgOC44NC0uNTIgNC40LS4zOSA1LjM4LS41OWw3LjUyLTEuMDMgMy41NC0xMy4xMmMuNjktMi44NSAxLjYtNi4yNCAyLjczLTEwLjE3czIuMTQtNy4zMiAzLjAyLTEwLjE3YzEuMzgtNC42MiAyLjk1LTcuOTggNC43Mi0xMC4xIDEuNzctMi4xMSAzLjI0LTMuMTcgNC40Mi0zLjE3IDEuNjcgMCAzIC42OSAzLjk4IDIuMDYuOTggMS4zOCAxLjY3IDIuNDYgMi4wNiAzLjI0IDEuMjguOTggMS44OSAyLjE2IDEuODQgMy41NHMtLjgxIDMuMjQtMi4yOCA1LjZjLTEuMzggMi42NS0yLjUzIDUuNTUtMy40NiA4LjctLjk0IDMuMTUtMS43OSA1LjctMi41OCA3LjY3LjEgMS4xOCAwIDIuMTQtLjI5IDIuODctLjI5Ljc0LS42NCAxLjM1LTEuMDMgMS44NC0uMi4yLS41Ny45My0xLjExIDIuMjFzLTEuMDMgMi41Ni0xLjQ3IDMuODNjLS40NCAxLjI4LS42NiAyLjA2LS42NiAyLjM2LjEuNjkgMCAxLjU1LS4yOSAyLjU4cy0uNjQgMS43NS0xLjAzIDIuMTRjLS4xLjU5LS40NCAyLjA5LTEuMDMgNC41cy0xLjMgNS4yMS0yLjE0IDguNGMtLjg0IDMuMi0xLjY3IDYuMzItMi41MSA5LjM2LS44NCAzLjA1LTEuNjUgNS41NS0yLjQzIDcuNTIuMS42OS0uMSAxLjU1LS41OSAyLjU4cy0uNjkgMS45NC0uNTkgMi43M2MtLjM5IDEuMTgtLjg2IDIuNjgtMS40IDQuNXMtLjc2IDIuOTctLjY2IDMuNDZjLS4zOSAyLjI2LS45NCA0Ljc3LTEuNjIgNy41Mi0uNjkgMi43NS0xLjI4IDUuMTYtMS43NyA3LjIycy0uNzQgMy4yNC0uNzQgMy41NGMtLjI5LjM5LTEuMTYuNDYtMi41OC4yMi0xLjQzLS4yNS0yLjY4LS41Ny0zLjc2LS45Ni0xLjg3LTEuMDgtMy4yNy0yLjU4LTQuMi00LjUtLjk0LTEuOTItLjkxLTQgLjA3LTYuMjcuNDktLjc5IDEuMDUtMi43NSAxLjY5LTUuOS42NC0zLjE0IDEuMy02LjI0IDEuOTktOS4yOS40OS0xLjQ3Ljk4LTMuMzkgMS40Ny01Ljc1cy45Ni00LjcyIDEuNC03LjA4LjgzLTQuMzcgMS4xOC02LjA0Yy4zNC0xLjY3LjYxLTIuNi44MS0yLjh2LTEuNDdjLS4yLS4yLTEuMjgtLjMyLTMuMjQtLjM3LTEuOTctLjA1LTQuNDItLjAyLTcuMzcuMDctMi45NS4xLTYuMDcuMjktOS4zNi41OS0zLjI5LjI5LTYuMzYuNjktOS4yMSAxLjE4LTEuMDguMS0yLjUxLjE1LTQuMjcuMTVzLTMuMDUuMDUtMy44My4xNWMtMS4wOCAwLTIuMzYuMDUtMy44My4xNS0uMS4yOS0uMzkgMS4yOC0uODggMi45NXMtMS4wMyAzLjY2LTEuNjIgNS45Ny0xLjE4IDQuNjktMS43NyA3LjE1LTEuMTEgNC42OS0xLjU1IDYuNzEtLjcxIDMuNTItLjgxIDQuNWMtLjI5IDEuNzctLjc0IDQuMDEtMS4zMyA2Ljcxcy0xLjIgNS40My0xLjg0IDguMTgtMS4xOCA1LjE4LTEuNjIgNy4zLS43NiAzLjQ2LS45NiA0LjA1ek00MDEuOTggMjQ3LjM3Yy01LjQxIDAtOS41Ni0xLjU3LTEyLjQ2LTQuNzItMi45LTMuMTQtNC4zNS03Ljk2LTQuMzUtMTQuNDUgMC0zLjU0LjY2LTcuNDIgMS45OS0xMS42NHMzLjEtOC4zNSA1LjMxLTEyLjM4IDQuNjQtNy41NCA3LjMtMTAuNTRjMi42NS0zIDUuMzEtNS4wOCA3Ljk2LTYuMjYuOTgtLjQ5IDIuMDQtLjg2IDMuMTctMS4xMSAxLjEzLS4yNCAyLjIzLS4zNyAzLjMyLS4zNyAxLjE4IDAgMi40OC4wNyAzLjkxLjIyIDEuNDIuMTUgMi43OC40NyA0LjA1Ljk2IDIuMjYuNjkgNC4yNSAyLjAyIDUuOTcgMy45OCAxLjcyIDEuOTcgMi41OCA0LjgyIDIuNTggOC41NSAwIC45OC0uMSAyLjA0LS4yOSAzLjE3LS4yIDEuMTMtLjU0IDIuMjQtMS4wMyAzLjMyLTEuMjggMy4yNC0zLjIyIDYuMzQtNS44MiA5LjI5cy01LjMzIDUuMDEtOC4xOCA2LjE5Yy0uNzkuMzktMS41NS42Ni0yLjI5Ljgxcy0xLjUuMjItMi4yOC4yMmMtMi4wNiAwLTMuOTEtLjI5LTUuNTMtLjg4cy0zLjEyLTEuMzgtNC41LTIuMzZsLTEuMTgtMS4wMy0uNzQgMS40N2MtLjY5IDEuODctMS4xNiAzLjQ0LTEuNCA0LjcyLS4yNSAxLjI4LS4zNyAyLjIxLS4zNyAyLjggMCAxLjE4LjA1IDIuMzguMTUgMy42MXMuMzkgMi4yNC44OCAzLjAyYy4zOS40OS45MS44OCAxLjU1IDEuMTguNjQuMjkgMS40NS40NCAyLjQzLjQ0LjU5IDAgMS4xNS0uMDIgMS43LS4wNy41NC0uMDUgMS4wMS0uMTIgMS40LS4yMiAxLjc3LS4zOSAzLjIyLTEuMDYgNC4zNS0xLjk5czIuMzMtMS43NCAzLjYxLTIuNDNsLjU5LS4yOS0uMTUtLjQ0YzEuNjctLjg4IDIuOC0xLjQ1IDMuMzktMS43LjU5LS4yNCAxLjAzLS40NiAxLjMzLS42Ni4zOS0uMzkuODMtLjU5IDEuMzMtLjU5IDEuMzgtLjIgMi43My4xNyA0LjA1IDEuMTEgMS4zMy45MyAxLjk5IDIuMDkgMS45OSAzLjQ2IDAgLjU5LS40MiAxLjUzLTEuMjUgMi44LS44NCAxLjI4LTEuODcgMi41My0zLjEgMy43NnMtMi40OCAyLjE5LTMuNzYgMi44N2MtLjI5LjEtLjU5LjIyLS44OC4zN3MtLjU5LjMyLS44OC41MmguMTVjLS44OCAxLjE4LTEuNzcgMS43Ny0yLjY1IDEuNzdoLTEuMThjLS4zOS42OS0xLjY3IDEuNDUtMy44MyAyLjI4cy00LjI3IDEuMjUtNi4zNCAxLjI1em03LjY2LTM1LjUyYy44OCAwIDEuNy0uMTUgMi40My0uNDQuNzQtLjI5IDEuNDUtLjY0IDIuMTQtMS4wMyAyLjM2LTEuNjcgMy44OC0zLjgzIDQuNTctNi40OS42OS0yLjY1LjQ0LTQuNjctLjc0LTYuMDQtLjItLjI5LS40NC0uNTItLjc0LS42NnMtLjY0LS4yMi0xLjAzLS4yMmMtMS4wOCAwLTIuMjguMzUtMy42MSAxLjAzcy0yLjYzIDEuNjctMy45MSAyLjk1LTIuNDYgMi44LTMuNTQgNC41N2wtMS45MiAzLjFjLjItLjEuMzctLjE3LjUyLS4yMnMuMjctLjA3LjM3LS4wN2MuODggMCAxLjQ3LjI5IDEuNzcuODhzLjY2IDEuMTggMS4xMSAxLjc3Yy40NC41OSAxLjMuODggMi41OC44OHpNNDQwLjc0IDI0Mi41Yy0uNjkgMC0xLjYtLjQ5LTIuNzMtMS40N3MtMS43OS0xLjg3LTEuOTktMi42NWMtLjI5LS43OS0uMjctMS45NC4wNy0zLjQ2cy44Ni0zLjMyIDEuNTUtNS4zOGMuNzktMy4yNCAxLjMzLTUuNiAxLjYyLTcuMDguMjktMS40Ny41OS0yLjc1Ljg4LTMuODNzLjY5LTIuNjUgMS4xOC00LjcyYy41OS0xLjI4IDEuMDUtMi41MyAxLjQtMy43Ni4zNC0xLjIzLjc0LTIuNDggMS4xOC0zLjc2cy45Ni0yLjU1IDEuNTUtMy44M2MuNjktMi41NSAxLjU1LTQuOTkgMi41OC03LjNzMi4wNC00LjI1IDMuMDItNS44MmMuMi0uMjkuNjQtLjgzIDEuMzMtMS42MnMxLjIzLTEuMTggMS42Mi0xLjE4Yy43OS0uNzkgMS44Ny0xLjA1IDMuMjQtLjgxIDEuMzguMjUgMi41NS43NiAzLjU0IDEuNTUgMS4xOCAxLjI4IDEuODQgMi43OCAxLjk5IDQuNXMtLjU3IDQuMS0yLjE0IDcuMTVjLTEuMTggMy4wNS0yLjI4IDUuNDMtMy4zMiA3LjE1LTEuMDMgMS43Mi0yLjA0IDMuNzEtMy4wMiA1Ljk3IDEuMDgtMS41NyAyLjQxLTMuMTkgMy45OC00Ljg3IDEuNTctMS42NyAyLjgtMyAzLjY5LTMuOTggMS4yOC0xLjM4IDIuNDgtMi40OCAzLjYxLTMuMzIgMS4xMy0uODMgMi42OC0xLjg5IDQuNjQtMy4xNyAxLjY3LTEuMTggMy4zNi0yLjI2IDUuMDktMy4yNCAxLjcyLS45OCAzLjgxLTEuMjggNi4yNi0uODguOTgtLjEgMi4wNC4zOSAzLjE3IDEuNDdzMi4wMSAyLjQ4IDIuNjUgNC4yLjYxIDMuNTYtLjA3IDUuNTNjLTIuMjYtLjQ5LTQuMjctLjQyLTYuMDQuMjJzLTMuMjcgMS40LTQuNSAyLjI5Yy0xLjIzLjg4LTIuMTkgMS41Ny0yLjg3IDIuMDYtLjk4LjU5LTIuMTEgMS4zNS0zLjM5IDIuMjktMS4yOC45My0yLjY1IDEuOTctNC4xMyAzLjA5LTEuNDcgMS4xMy0zLjA1IDIuMzgtNC43MiAzLjc2LTIuMzYgMS45Ny00LjEzIDMuNjktNS4zMSA1LjE2cy0yLjExIDMuMDUtMi44IDQuNzJjLS41OSAxLjQ3LTEuMzMgMy4yNC0yLjIxIDUuMzEtLjg4IDIuMDYtMS43MiAzLjkxLTIuNTEgNS41M3MtMS40MyAyLjYzLTEuOTIgMy4wMmMtLjQ5Ljk4LTEuNSAxLjUyLTMuMDIgMS42MnMtMi41OC0uMDUtMy4xNy0uNDR6Jy8+PHBhdGggZD0nTTQ5OS4yNiAyNDMuMzhjLTMuODMtMS41Ny02LjQ5LTQuMTMtNy45Ni03LjY2LTEuNDctMy41NC0xLjg3LTguMjUtMS4xOC0xNC4xNS4yLTMuMDQuMS01LjA5LS4yOS02LjEycy0xLjEzLTIuMDQtMi4yMS0zLjAyYy0uMjktLjM5LS45OC0xLjA2LTIuMDYtMS45OXMtMS41Ny0xLjY0LTEuNDctMi4xNGMtLjEtLjY5LjA1LTEuNTUuNDQtMi41OHMuNzQtMS42IDEuMDMtMS43Yy42OS0uMjkgMS40LS42NCAyLjE0LTEuMDNzMS4zLS40OSAxLjctLjI5Yy4zOSAwIDEuMDEuMjUgMS44NC43NHMxLjI1Ljk0IDEuMjUgMS4zM2MuMzkuNjkgMS4wMS4zOSAxLjg0LS44OC44My0xLjI4IDEuNzQtMi45IDIuNzMtNC44Ni45OC0xLjU3IDIuMjEtMy4wNCAzLjY4LTQuNDJzMi45Ny0yLjYzIDQuNS0zLjc2YzEuNTItMS4xMyAyLjgyLTEuOTkgMy45MS0yLjU4LjQ5LS4yIDEuNDUtLjQ5IDIuODctLjg4czIuOTItLjcxIDQuNS0uOTZjMS41Ny0uMjQgMi43NS0uMzIgMy41NC0uMjIgMS43Ny4xIDMuNjMuODQgNS42IDIuMjEgMS45NiAxLjM4IDMuNDkgMi42NSA0LjU3IDMuODMgMS4yOC44OCAyLjE0IDIuMjQgMi41OCA0LjA1LjQ0IDEuODIuNjEgMy43MS41MiA1LjY3LS4xIDEuOTctLjQ5IDMuNjQtMS4xOCA1LjAxLS4yOS45OC0xLjMzIDIuMzYtMy4wOSA0LjEzLTEuNzcgMS43Ny0zLjcxIDMuNDYtNS44MiA1LjA4cy0zLjkxIDIuNzMtNS4zOCAzLjMyYy0xLjI4LjI5LTIuOC41Mi00LjU3LjY2LTEuNzcuMTUtMy40Mi4xNS00Ljk0IDBzLTIuNTgtLjM3LTMuMTctLjY2Yy0uNjktLjM5LTEuMjUtLjI3LTEuNy4zNy0uNDQuNjQtLjgxIDIuMzMtMS4xMSA1LjA4LS4xIDEuMDgtLjA3IDIuMDIuMDcgMi44LjE1Ljc5LjMyIDEuMzguNTIgMS43Ny42OSAxLjE4IDEuMzggMi4wNCAyLjA2IDIuNTguNjkuNTQgMS45Ni43MSAzLjgzLjUyIDEuODctLjIgMy43Ni0xLjM1IDUuNjctMy40NiAxLjkyLTIuMTEgMy42Ni0zLjgxIDUuMjMtNS4wOC4zOS0uNjkgMS4yNS0xLjE1IDIuNTgtMS40IDEuMzMtLjI0IDIuOTItLjEyIDQuNzkuMzcgMS4wOC42OSAxLjYgMS43NyAxLjU1IDMuMjRzLS44NiAzLjY0LTIuNDMgNi40OWMtLjI5LjY5LTEuMTEgMS42OS0yLjQzIDMuMDItMS4zMyAxLjMzLTIuNzUgMi42NS00LjI3IDMuOThzLTIuNzggMi4yOS0zLjc2IDIuODhjLTIuOTUgMS41Ny01Ljg1IDIuMzEtOC43IDIuMjFzLTUuNDUtLjU5LTcuODEtMS40N3ptMTAuOTEtMzMuMTdjMS40Ny0uMzkgMi43My0uNzkgMy43Ni0xLjE4czIuMDQtMS4wMyAzLjAyLTEuOTJjLjk4LS44OCAyLjExLTIuMjEgMy4zOS0zLjk4LjM5LTEuMDguNjEtMi4wMS42Ni0yLjhzLS4wMy0xLjI4LS4yMi0xLjQ3Yy0uNzktLjc5LTEuNjUtMS4wNi0yLjU4LS44MS0uOTQuMjUtMS45NC43Ni0zLjAyIDEuNTUtLjY5LjI5LTEuNjUuOTEtMi44NyAxLjg0LTEuMjMuOTQtMi40MSAxLjk3LTMuNTQgMy4xcy0yLjAyIDIuMTYtMi42NSAzLjFjLS42NC45NC0uNzYgMS41LS4zNyAxLjctLjIuMzkuMzcuNjQgMS43Ljc0czIuMjMuMTUgMi43My4xNXpNNDQ5Ljk0IDE0NS4yYy0uOTggMC0xLjk4LS4yNi0yLjg5LS43OWE1LjY3MiA1LjY3MiAwIDAxLTEuOTgtNy43N2MxNC4xOC0yMy45IDM4Ljk0LTU4Ljg0IDc2LjQtODkuNTcgMTguNzYtMTUuMzggMzguNjktMjguMDggNTkuMjMtMzcuNzVhNS42NiA1LjY2IDAgMDE3LjU0IDIuNzJjMS4zMyAyLjgzLjEyIDYuMjEtMi43MiA3LjU0LTE5LjcgOS4yNi0zOC44MyAyMS40Ni01Ni44NyAzNi4yNS0zNi4xOSAyOS42OC02MC4xMyA2My40Ny03My44NCA4Ni41OGE1LjY2NSA1LjY2NSAwIDAxLTQuODggMi43OHonLz48cGF0aCBkPSdNNTYzLjU5IDc0Yy0uNTQgMC0xLjA4LS4wOC0xLjYyLS4yNC0zLS44OS00LjcxLTQuMDUtMy44MS03LjA1IDguMjUtMjcuNjkgMTguMjQtNDQuNjcgMjQuMjEtNTMuMTUtMTUuNjUtMy44NS00MC4wNS0xLjc3LTQ5LjM3LS40My0zLjEuNDUtNS45Ny0xLjctNi40Mi00LjhzMS43LTUuOTcgNC44LTYuNDJjMS43My0uMjUgNDIuNjEtNi4wNCA2Mi44MSAzLjg0IDEuNjIuNzkgMi43NyAyLjMyIDMuMDkgNC4xcy0uMjMgMy42MS0xLjQ4IDQuOTFjLS4xNC4xNS0xNS4yMyAxNi40Ny0yNi43NyA1NS4xOGE1LjY3IDUuNjcgMCAwMS01LjQzIDQuMDV6Jy8+PC9zdmc+);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-10deg);
    transform: translateY(0) rotate(-10deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-10px) rotate(-10deg);
    transform: translateY(-10px) rotate(-10deg);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-10deg);
    transform: translateY(0) rotate(-10deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-10px) rotate(-10deg);
    transform: translateY(-10px) rotate(-10deg);
  }
}
.page-30-minute-strategy-session button,
.page-template-page-strategy-session-split-test button {
  font-weight: 800;
  color: #000;
  background: #cff128;
  text-shadow: none;
  font-size: 2.3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px;
  max-width: 420px;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session button,
  .page-template-page-strategy-session-split-test button {
    padding: 20px 80px;
    width: 100%;
  }
}
.page-30-minute-strategy-session button:disabled,
.page-template-page-strategy-session-split-test button:disabled {
  background: #c7c7c7;
  color: #737373;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  .page-template-page-strategy-session-split-test
  button:disabled
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  button:disabled
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  button:disabled
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  button:disabled
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .page-template-page-strategy-session-split-test
  button:disabled
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  button:disabled
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session button:disabled .arrow,
.page-30-minute-strategy-session
  button:disabled
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  button:disabled
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  button:disabled
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  button:disabled
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session button:disabled i,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .page-30-minute-strategy-session
  button:disabled
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  button:disabled
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  button:disabled
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  button:disabled
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .page-30-minute-strategy-session
  button:disabled
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  button:disabled
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test button:disabled .arrow,
.page-template-page-strategy-session-split-test
  button:disabled
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  button:disabled
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  button:disabled
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  button:disabled
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test button:disabled i {
  opacity: 0.5;
}
.page-30-minute-strategy-session button .arrow,
.page-template-page-strategy-session-split-test button .arrow {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.page-30-minute-strategy-session .hand-wiggle,
.page-template-page-strategy-session-split-test .hand-wiggle {
  margin-right: 1rem;
}
.page-30-minute-strategy-session select,
.page-template-page-strategy-session-split-test select {
  width: 100%;
  max-width: 540px;
  padding-right: 10px;
}
.page-30-minute-strategy-session .infusion-field .options-container,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"],
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"] {
  display: none;
}
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label {
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 10px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  max-width: 540px;
}
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before {
  border-radius: 100px;
  display: block;
  height: 30px;
  width: 30px;
  background-color: #eaeced;
  float: left;
  margin-right: 14px;
}
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover {
  background-color: #fffdf3;
  color: #000;
}
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]:checked
  + label:before {
  background-color: #cff128;
  background-size: 50% auto;
}
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  input[type="radio"]
  + label:hover:before {
  opacity: 0.5;
}
.page-30-minute-strategy-session .infusion-field .list,
.page-30-minute-strategy-session .infusion-field .options-container.list,
.page-template-page-strategy-session-split-test .infusion-field .list,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.page-30-minute-strategy-session .infusion-field .list .infusion-checkbox,
.page-30-minute-strategy-session .infusion-field .list .infusion-option,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  .infusion-checkbox,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  .infusion-option,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .infusion-checkbox,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .infusion-option,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  .infusion-checkbox,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  .infusion-option {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session .infusion-field .list .infusion-checkbox,
  .page-30-minute-strategy-session .infusion-field .list .infusion-option,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container.list
    .infusion-checkbox,
  .page-30-minute-strategy-session
    .infusion-field
    .options-container.list
    .infusion-option,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .infusion-checkbox,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .list
    .infusion-option,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container.list
    .infusion-checkbox,
  .page-template-page-strategy-session-split-test
    .infusion-field
    .options-container.list
    .infusion-option {
    width: 49%;
  }
}
.page-30-minute-strategy-session .infusion-field .list input[type="checkbox"],
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"],
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"],
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"] {
  display: none;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label {
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:before {
  border-radius: 100px;
  display: block;
  height: 30px;
  width: 30px;
  background-color: #eaeced;
  position: absolute;
  left: 10px;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover {
  background-color: #fffdf3;
  color: #000;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]:checked
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]:checked
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]:checked
  + label:before {
  background-color: #cff128;
  background-size: 50% auto;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  input[type="checkbox"]
  + label:hover:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container.list
  input[type="checkbox"]
  + label:hover:before {
  opacity: 0.5;
}
.page-30-minute-strategy-session .icons input[type="checkbox"],
.page-template-page-strategy-session-split-test .icons input[type="checkbox"] {
  display: none;
}
.page-30-minute-strategy-session .icons input[type="checkbox"] + label,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label {
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  top: 0;
  margin: 10px 10px 25px;
  text-align: center;
}
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label:hover
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label:hover
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session .icons input[type="checkbox"] + label:hover i,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label:hover
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label:hover
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label:hover
  i,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label:hover
  input[type="radio"]
  + label:before {
  border: 5px solid #cff128;
  height: 75px;
  width: 75px;
}
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label:hover
  i:after,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label:hover
  i:after {
  content: " ";
  background-color: #cff128;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzE1LjI3IDI0MS4xMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMzA1LjMgOS45N2EzNC4zMiAzNC4zMiAwIDAwLTQ4LjM4IDBMMTA4LjMgMTU4LjU5bC00OS45NC00OS45NGEzNC4zMiAzNC4zMiAwIDAwLTQ4LjM4IDAgMzQuMyAzNC4zIDAgMDAwIDQ4LjM4bDc0LjEgNzQuMWEzNC4zOCAzNC4zOCAwIDAwNDguNDQgMEwzMDUuMyA1OC4zNWEzNC4zMiAzNC4zMiAwIDAwMC00OC4zOHonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session .icons input[type="checkbox"] + label i,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .icons
  input[type="checkbox"]
  + label
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .icons
  input[type="checkbox"]
  + label
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]
  + label
  i,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .icons
  input[type="checkbox"]
  + label
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .icons
  input[type="checkbox"]
  + label
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .page-30-minute-strategy-session
  .icons
  input[type="checkbox"]
  + label
  input[type="radio"]
  + label:before {
  position: relative;
  height: 75px;
  width: 75px;
  -webkit-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.02);
  box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.02);
  background-color: #fff;
  background-size: 40px 40px;
  background-position: 50%;
  border-radius: 50%;
  border: 5px solid #f9f9f9;
  cursor: pointer;
}
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]:checked
  + label
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]:checked
  + label
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]:checked
  + label
  i,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]:checked
  + label
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]:checked
  + label
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]:checked
  + label
  i,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .page-30-minute-strategy-session
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .page-30-minute-strategy-session
  .icons
  input[type="checkbox"]:checked
  + label
  input[type="radio"]
  + label:before {
  border: 5px solid #cff128;
  height: 75px;
  width: 75px;
}
.page-30-minute-strategy-session
  .icons
  input[type="checkbox"]:checked
  + label
  i:after,
.page-template-page-strategy-session-split-test
  .icons
  input[type="checkbox"]:checked
  + label
  i:after {
  content: " ";
  background-color: #cff128;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzE1LjI3IDI0MS4xMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMzA1LjMgOS45N2EzNC4zMiAzNC4zMiAwIDAwLTQ4LjM4IDBMMTA4LjMgMTU4LjU5bC00OS45NC00OS45NGEzNC4zMiAzNC4zMiAwIDAwLTQ4LjM4IDAgMzQuMyAzNC4zIDAgMDAwIDQ4LjM4bDc0LjEgNzQuMWEzNC4zOCAzNC4zOCAwIDAwNDguNDQgMEwzMDUuMyA1OC4zNWEzNC4zMiAzNC4zMiAwIDAwMC00OC4zOHonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}
.page-30-minute-strategy-session .infusion-field.icons .options-container,
.page-template-page-strategy-session-split-test
  .infusion-field.icons
  .options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-30-minute-strategy-session
  .infusion-field.icons
  .options-container
  input[type="radio"]
  + label,
.page-template-page-strategy-session-split-test
  .infusion-field.icons
  .options-container
  input[type="radio"]
  + label {
  -webkit-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.02);
  box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.02);
  background: #fff;
  border-radius: 10px;
  padding: 50px 20px;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  top: 0;
  width: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session
    .infusion-field.icons
    .options-container
    input[type="radio"]
    + label,
  .page-template-page-strategy-session-split-test
    .infusion-field.icons
    .options-container
    input[type="radio"]
    + label {
    padding: 50px 30px;
  }
}
.page-30-minute-strategy-session
  .infusion-field.icons
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field.icons
  .options-container
  input[type="radio"]
  + label:before {
  display: none;
}
.page-30-minute-strategy-session
  .infusion-field.icons
  .options-container
  input[type="radio"]
  + label:hover,
.page-template-page-strategy-session-split-test
  .infusion-field.icons
  .options-container
  input[type="radio"]
  + label:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  top: -5px;
  background: #fffdf3;
  -webkit-box-shadow: 1px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 10px 40px rgba(0, 0, 0, 0.05);
}
.page-30-minute-strategy-session .marketing.icons .d-flex,
.page-template-page-strategy-session-split-test .marketing.icons .d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-30-minute-strategy-session .marketing.icons .d-flex .infusion-checkbox,
.page-template-page-strategy-session-split-test
  .marketing.icons
  .d-flex
  .infusion-checkbox {
  width: 30%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session .marketing.icons .d-flex .infusion-checkbox,
  .page-template-page-strategy-session-split-test
    .marketing.icons
    .d-flex
    .infusion-checkbox {
    width: 25%;
  }
}
.page-30-minute-strategy-session
  .marketing.icons
  .d-flex
  .infusion-checkbox
  input[type="checkbox"]
  + label,
.page-template-page-strategy-session-split-test
  .marketing.icons
  .d-flex
  .infusion-checkbox
  input[type="checkbox"]
  + label {
  margin: 0 0 10px;
}
.page-30-minute-strategy-session .scale .options-container,
.page-template-page-strategy-session-split-test .scale .options-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-30-minute-strategy-session .scale .options-container .infusion-option,
.page-template-page-strategy-session-split-test
  .scale
  .options-container
  .infusion-option {
  width: 10%;
  padding: 5px;
}
.page-30-minute-strategy-session
  .scale
  .options-container
  input[type="radio"]
  + label,
.page-template-page-strategy-session-split-test
  .scale
  .options-container
  input[type="radio"]
  + label {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .page-30-minute-strategy-session
    .scale
    .options-container
    input[type="radio"]
    + label,
  .page-template-page-strategy-session-split-test
    .scale
    .options-container
    input[type="radio"]
    + label {
    padding: 5px 0;
  }
}
.page-30-minute-strategy-session
  .scale
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .scale
  .options-container
  input[type="radio"]
  + label:before {
  display: none;
}
.page-30-minute-strategy-session
  .site-content
  form
  .infusion-field.agency-course,
.page-template-page-strategy-session-split-test
  .site-content
  form
  .infusion-field.agency-course {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-30-minute-strategy-session
  .site-content
  form
  .infusion-field.agency-course
  label.gradient-box,
.page-template-page-strategy-session-split-test
  .site-content
  form
  .infusion-field.agency-course
  label.gradient-box {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.page-30-minute-strategy-session
  .site-content
  form
  .infusion-field.agency-course
  .kkra-shortstring__inner,
.page-template-page-strategy-session-split-test
  .site-content
  form
  .infusion-field.agency-course
  .kkra-shortstring__inner {
  font-size: 1.8rem;
}
.page-30-minute-strategy-session
  .site-content
  form
  .infusion-field.agency-course
  .text-white,
.page-template-page-strategy-session-split-test
  .site-content
  form
  .infusion-field.agency-course
  .text-white {
  text-align: left;
}
.page-30-minute-strategy-session
  .infusion-field
  .list
  .page-template-page-strategy-session-split-test
  .yes-no.icons
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .list
  .yes-no.icons
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .page-template-page-strategy-session-split-test
  .yes-no.icons
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .infusion-field
  .options-container
  .yes-no.icons
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session
  .yes-no.icons
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-30-minute-strategy-session
  .yes-no.icons
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-30-minute-strategy-session .yes-no.icons i,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .page-30-minute-strategy-session
  .yes-no.icons
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .list
  .yes-no.icons
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .page-30-minute-strategy-session
  .yes-no.icons
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .infusion-field
  .options-container
  .yes-no.icons
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test
  .yes-no.icons
  .infusion-field
  .list
  input[type="checkbox"]
  + label:before,
.page-template-page-strategy-session-split-test
  .yes-no.icons
  .infusion-field
  .options-container
  input[type="radio"]
  + label:before,
.page-template-page-strategy-session-split-test .yes-no.icons i {
  font-size: 6rem;
  display: block;
  font-style: normal;
}
.page-30-minute-strategy-session .yes-no.icons .options-container,
.page-template-page-strategy-session-split-test
  .yes-no.icons
  .options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-30-minute-strategy-session .final-question,
.page-template-page-strategy-session-split-test .final-question {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.page-30-minute-strategy-session .final-question input,
.page-template-page-strategy-session-split-test .final-question input {
  width: 100%;
  margin-bottom: 10px;
}
.page-30-minute-strategy-session .final-question .field-error,
.page-template-page-strategy-session-split-test .final-question .field-error {
  margin: 0 0 10px;
}
.page-30-minute-strategy-session .final-question .country-selected,
.page-template-page-strategy-session-split-test
  .final-question
  .country-selected {
  margin-bottom: 10px;
  margin-right: 5px;
}
.page-30-minute-strategy-session .js-phone-country,
.page-template-page-strategy-session-split-test .js-phone-country {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-30-minute-strategy-session .js-phone-country .country-selected,
.page-template-page-strategy-session-split-test
  .js-phone-country
  .country-selected {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 124px;
}
.page-30-minute-strategy-session .js-phone-country .false-phone,
.page-template-page-strategy-session-split-test .js-phone-country .false-phone {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: calc(100% - 129px);
}
.page-30-minute-strategy-session .form-loader,
.page-template-page-strategy-session-split-test .form-loader {
  background: rgba(207, 241, 40, 0.9);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 50px 15px;
}
.page-30-minute-strategy-session .form-loader.active,
.page-template-page-strategy-session-split-test .form-loader.active {
  opacity: 1;
  pointer-events: all;
}
@-moz-document url-prefix() {
  .page-30-minute-strategy-session .form-loader,
  .page-template-page-strategy-session-split-test .form-loader {
    background: rgba(207, 241, 40, 0.97);
  }
}
.page-30-minute-strategy-session .form-loader__content,
.page-template-page-strategy-session-split-test .form-loader__content {
  margin: auto;
  width: 100%;
}
.page-30-minute-strategy-session .form-loader__logo,
.page-template-page-strategy-session-split-test .form-loader__logo {
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
}
.page-30-minute-strategy-session .form-loader__logo img,
.page-template-page-strategy-session-split-test .form-loader__logo img {
  width: 100%;
  display: block;
}
.page-30-minute-strategy-session .form-loader__progress .progress-number,
.page-template-page-strategy-session-split-test
  .form-loader__progress
  .progress-number {
  font-size: 4.1rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin: 28px 0 13px;
  display: block;
}
.page-30-minute-strategy-session .form-loader__progress .progress-bar,
.page-template-page-strategy-session-split-test
  .form-loader__progress
  .progress-bar {
  background: #5f5f5f;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 275px;
  height: 8px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(95, 95, 95, 0.2);
  box-shadow: 0 0 5px rgba(95, 95, 95, 0.2);
}
.page-30-minute-strategy-session .form-loader__progress .progress-bar span,
.page-template-page-strategy-session-split-test
  .form-loader__progress
  .progress-bar
  span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.page-30-minute-strategy-session .form-loader__below .progresstext,
.page-template-page-strategy-session-split-test
  .form-loader__below
  .progresstext {
  margin: 18px auto 35px;
  font-size: 2.1rem;
  color: #2c2c2c;
  font-weight: 600;
  line-height: 1.156;
  position: relative;
  left: -15px;
}
.page-30-minute-strategy-session .form-loader__below .progresstext img,
.page-template-page-strategy-session-split-test
  .form-loader__below
  .progresstext
  img {
  width: 23px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.page-30-minute-strategy-session .form-loader__below .progresstext span,
.page-template-page-strategy-session-split-test
  .form-loader__below
  .progresstext
  span {
  display: inline-block;
  text-align: center;
}
.page-30-minute-strategy-session .form-loader__below > img,
.page-template-page-strategy-session-split-test .form-loader__below > img {
  width: 224px;
  margin: 0 auto;
}
.page-30-minute-strategy-session span.js-current-country-emojis,
.page-template-page-strategy-session-split-test span.js-current-country-emojis {
  font-size: 2.5rem;
  top: 3px;
  position: relative;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session span.js-current-country-emojis,
  .page-template-page-strategy-session-split-test
    span.js-current-country-emojis {
    font-size: 4rem;
    top: 6px;
  }
}
.page-30-minute-strategy-session .eyebrow,
.page-template-page-strategy-session-split-test .eyebrow {
  line-height: 0.8;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session .eyebrow,
  .page-template-page-strategy-session-split-test .eyebrow {
    margin-top: -10px;
  }
}
.page-30-minute-strategy-session .iti,
.page-template-page-strategy-session-split-test .iti {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
.page-30-minute-strategy-session .iti__selected-flag,
.page-template-page-strategy-session-split-test .iti__selected-flag {
  max-height: 54px;
}
@media (min-width: 1600px) {
  .page-30-minute-strategy-session .iti__selected-flag,
  .page-template-page-strategy-session-split-test .iti__selected-flag {
    max-height: 74px;
  }
}
.page-30-minute-strategy-session .kkra-shortstring,
.page-template-page-strategy-session-split-test .kkra-shortstring {
  font-size: 1.3rem;
  margin-top: 25px;
  color: #495057;
}
@media screen and (min-width: 370px) {
  .page-30-minute-strategy-session .kkra-shortstring,
  .page-template-page-strategy-session-split-test .kkra-shortstring {
    font-size: 1.6rem;
  }
}
.page-30-minute-strategy-session .kkra-shortstring .kkra-starinput .filled,
.page-30-minute-strategy-session .kkra-shortstring .kkra-starinput .unfilled,
.page-30-minute-strategy-session .kkra-shortstring .kkra-stars,
.page-30-minute-strategy-session .kkra-shortstring .kkra-stars .filled,
.page-30-minute-strategy-session .kkra-shortstring .kkra-stars .unfilled,
.page-template-page-strategy-session-split-test
  .kkra-shortstring
  .kkra-starinput
  .filled,
.page-template-page-strategy-session-split-test
  .kkra-shortstring
  .kkra-starinput
  .unfilled,
.page-template-page-strategy-session-split-test .kkra-shortstring .kkra-stars,
.page-template-page-strategy-session-split-test
  .kkra-shortstring
  .kkra-stars
  .filled,
.page-template-page-strategy-session-split-test
  .kkra-shortstring
  .kkra-stars
  .unfilled {
  width: 85px;
  min-width: 85px;
}
@media (min-width: 576px) {
  .page-30-minute-strategy-session .kkra-shortstring .kkra-starinput .filled,
  .page-30-minute-strategy-session .kkra-shortstring .kkra-starinput .unfilled,
  .page-30-minute-strategy-session .kkra-shortstring .kkra-stars,
  .page-30-minute-strategy-session .kkra-shortstring .kkra-stars .filled,
  .page-30-minute-strategy-session .kkra-shortstring .kkra-stars .unfilled,
  .page-template-page-strategy-session-split-test
    .kkra-shortstring
    .kkra-starinput
    .filled,
  .page-template-page-strategy-session-split-test
    .kkra-shortstring
    .kkra-starinput
    .unfilled,
  .page-template-page-strategy-session-split-test .kkra-shortstring .kkra-stars,
  .page-template-page-strategy-session-split-test
    .kkra-shortstring
    .kkra-stars
    .filled,
  .page-template-page-strategy-session-split-test
    .kkra-shortstring
    .kkra-stars
    .unfilled {
    width: 115px;
    min-width: 85px;
  }
}
.page-30-minute-strategy-session .gradient-box .kkra-shortstring,
.page-template-page-strategy-session-split-test
  .gradient-box
  .kkra-shortstring {
  color: #fff;
}
.page-30-minute-strategy-session form .c-progress,
.page-template-page-strategy-session-split-test form .c-progress {
  position: relative;
  width: 90%;
  height: 21px;
  background: #e4e4e4;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid #e4e4e4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page-30-minute-strategy-session form .c-progress:before,
.page-template-page-strategy-session-split-test form .c-progress:before {
  content: "Almost Complete";
  position: absolute;
  z-index: 9;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 10px;
  top: 2px;
}
.page-30-minute-strategy-session form .c-progress__bar.c-loading,
.page-template-page-strategy-session-split-test
  form
  .c-progress__bar.c-loading {
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.page-30-minute-strategy-session form .c-progress__bar,
.page-template-page-strategy-session-split-test form .c-progress__bar {
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  padding-right: 45%;
  margin-left: -30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d54824),
    color-stop(33%, #d54824)
  );
  background-image: linear-gradient(90deg, #d54824, #d54824 33%);
  background-clip: content-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 100px;
}
@media screen and (min-width: 768px) {
  .page-30-minute-strategy-session form .c-progress,
  .page-template-page-strategy-session-split-test form .c-progress {
    width: 100%;
    max-width: 400px;
    height: 25px;
    border: 3px solid #e4e4e4;
    border-left-width: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .page-30-minute-strategy-session form .c-progress,
  .page-template-page-strategy-session-split-test form .c-progress {
    max-width: 560px;
    height: 30px;
    border: 4px solid #a09b9b;
    border-left-width: 5px;
  }
}
@keyframes loading {
  0% {
    padding-right: 30%;
  }
  to {
    padding-right: 5%;
  }
}
@media (max-width: 991.98px) {
  .page-30-minute-strategy-session-step-1 section:first-of-type p {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .page-30-minute-strategy-session-step-1 .h1,
  .page-30-minute-strategy-session-step-1 h1 {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  .page-30-minute-strategy-session-step-1 .h1,
  .page-30-minute-strategy-session-step-1 h1 {
    font-size: 7rem;
  }
}
@media (min-width: 992px) {
  .page-30-minute-strategy-session-step-1 .h1,
  .page-30-minute-strategy-session-step-1 h1 {
    font-size: 10rem;
  }
}
@media (min-width: 1140px) {
  .page-30-minute-strategy-session-step-1 .h1,
  .page-30-minute-strategy-session-step-1 h1 {
    font-size: 12.2rem;
  }
}
@media (min-width: 1600px) {
  .page-30-minute-strategy-session-step-1 .h1,
  .page-30-minute-strategy-session-step-1 h1 {
    font-size: 13.2rem;
  }
}
.page-30-minute-strategy-session-step-1 .js-multistep-back {
  cursor: pointer;
}
.page-contact .site-content .location-list ul {
  padding-left: 60px;
}
.page-contact .site-content .location-list ul li {
  padding-left: 0;
}
.page-contact .site-content .location-list ul li:before {
  background: 0 0;
  border: none;
  font-size: 40px;
  left: -50px;
  top: -10px;
}
.page-contact .site-content .location-list ul li:first-child:before {
  content: "🇺🇸";
}
.page-contact .site-content .location-list ul li:nth-child(2):before {
  content: "🇦🇺";
}
.page-contact .site-content .location-list ul li:nth-child(3):before {
  content: "🇬🇧";
}
.page-contact .site-content .location-list ul li:nth-child(4):before {
  content: "🇳🇿";
}
.page-contact .site-content .location-list ul li:nth-child(5):before {
  content: "🇨🇦";
}
.page-contact .infusion-form .infusion-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.page-contact .infusion-form .infusion-field .js-phone-country,
.page-contact .infusion-form .infusion-field input,
.page-contact .infusion-form .infusion-field select,
.page-contact .infusion-form .infusion-field textarea {
  width: 100%;
}
.page-contact .infusion-form .email-status.loading,
.page-contact .infusion-form .email-status.valid,
.page-contact .infusion-form .phone-status.loading,
.page-contact .infusion-form .phone-status.valid {
  top: 18px;
}
@media (min-width: 992px) {
  .page-contact .infusion-form .email-status.loading,
  .page-contact .infusion-form .email-status.valid,
  .page-contact .infusion-form .phone-status.loading,
  .page-contact .infusion-form .phone-status.valid {
    top: 21px;
  }
}
@media (min-width: 1600px) {
  .page-contact .infusion-form .email-status.loading,
  .page-contact .infusion-form .email-status.valid,
  .page-contact .infusion-form .phone-status.loading,
  .page-contact .infusion-form .phone-status.valid {
    top: 35px;
  }
}
.page-template-page-noheader .site-header {
  display: none;
}
.page-template-page-noheader .site-content {
  background-color: #f7f8f9;
  min-height: 100vh;
}
.page-template-page-noheader .site-footer {
  display: none;
}
.page-template-page-noheader section.simulated-header {
  border-bottom: 1px solid #f0f2f4;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-template-page-noheader .subheadline p {
  font-weight: 300;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .page-template-page-noheader .subheadline p {
    font-size: 2.6rem;
  }
}
.page-template-page-noheader p.eyebrow__blinking {
  font-weight: 600;
}
.page-template-page-noheader p.eyebrow__flashing {
  background: 0 0;
  color: #000 !important;
  font-weight: 600;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .page-template-page-noheader p.eyebrow__flashing {
    font-size: 1.8rem;
  }
}
.page-template-page-noheader p.eyebrow__flashing .eyebrow__flashing-dot {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  top: -1px;
}
.page-template-page-noheader p.eyebrow__flashing .eyebrow__flashing-dot:before {
  height: 15px;
  width: 15px;
  position: relative;
}
.page-template-page-noheader section.content-wysiwyg:last-of-type small {
  color: #999;
  font-size: 1.3rem;
}
.page-template-page-noheader section.content-wysiwyg:last-of-type small a {
  color: #999;
}
.page-template-page-noheader
  .proof-hidden
  + .content-wysiwyg:last-of-type
  .background-image-container {
  background: #f7f8f9 !important;
}
.page-agency section:first-child {
  padding-bottom: 0;
}
.demo-section {
  padding: 40px 0;
}
.qg-page {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .qg-page {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .qg-page .mb-5.mb-0 {
    margin-bottom: 0 !important;
  }
}
.qg-page .h1 {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  font-size: 2.79rem;
  line-height: 1.1;
  letter-spacing: -0.057em;
}
@media (min-width: 576px) {
  .qg-page .h1 {
    font-size: 3.42rem;
  }
}
@media (min-width: 768px) {
  .qg-page .h1 {
    font-size: 3.96rem;
  }
}
@media (min-width: 992px) {
  .qg-page .h1 {
    font-size: 5.22rem;
  }
}
@media (min-width: 1200px) {
  .qg-page .h1 {
    font-size: 5.94rem;
  }
}
.qg-page .subheadline {
  opacity: 1;
}
.qg-page .subheadline p {
  color: #212529;
  letter-spacing: -0.03em;
  margin: 0 0 2rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .qg-page .subheadline p {
    font-size: 2rem;
  }
}
@media (min-width: 1140px) {
  .qg-page .subheadline p {
    font-size: 2.4rem;
  }
}
.qg-page .subheadline + .mb-5 {
  margin-bottom: 1.8rem !important;
}
.qg-page .wistia_responsive_padding {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.qg-page .wistia_responsive_padding > div {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}
.qg-page .as-seen-in-module {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .qg-page .as-seen-in-module {
    margin-top: 3rem !important;
  }
}
.qg-page .as-seen-in-module img {
  max-width: 1015px;
  margin: 0 auto;
  display: block;
}
.qg-page .btn-purple {
  background: linear-gradient(119deg, #543795, #443695);
  -webkit-box-shadow: inset 1px 1px 1px hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 1px 1px 1px hsla(0, 0%, 100%, 0.1);
  border-color: #543795;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  padding-left: 20px;
  padding-right: 20px;
}
.qg-page .btn-purple:active,
.qg-page .btn-purple:focus,
.qg-page .btn-purple:hover {
  background: linear-gradient(119deg, #5f3ea8, #5f3ea8);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 576px) {
  .qg-page .btn-purple {
    padding: 17px 15px;
  }
}
.qg-page .btn-purple .btn-doublelayer__maintext {
  font-size: 2.52rem;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}
@media (min-width: 576px) {
  .qg-page .btn-purple .btn-doublelayer__maintext {
    font-size: 3.06rem;
  }
}
@media (min-width: 992px) {
  .qg-page .btn-purple .btn-doublelayer__maintext {
    font-size: 3.96rem;
  }
}
.qg-page .btn-purple .btn-doublelayer__subtext {
  font-size: 1.08rem;
  margin: 0;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
@media (min-width: 768px) {
  .qg-page .btn-purple .btn-doublelayer__subtext {
    font-size: 1.17rem;
  }
}
.page-email-preferences form.infusion-form p {
  font-weight: 700;
}
.page-email-preferences form.infusion-form .infusion-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-email-preferences form.infusion-form .infusion-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page-email-preferences form.infusion-form .infusion-field--full-width {
  display: block;
}
.page-email-preferences form.infusion-form .infusion-field--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-email-preferences form.infusion-form .infusion-field label {
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-email-preferences form.infusion-form .infusion-field label {
    width: 30%;
  }
}
.page-email-preferences form.infusion-form .infusion-field input {
  width: 100%;
  margin-bottom: 20px;
}
.page-email-preferences
  form.infusion-form
  .infusion-field
  .infusion-calendar-wrapper {
  width: 100%;
}
.page-email-preferences form.infusion-form .infusion-checkbox {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.page-email-preferences form.infusion-form .infusion-checkbox input {
  display: none;
}
.page-email-preferences form.infusion-form .infusion-checkbox input + label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 15px 15px 60px;
  position: relative;
}
.page-email-preferences
  form.infusion-form
  .infusion-checkbox
  input
  + label:before {
  background-color: #8e8e8e;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
}
.page-email-preferences
  form.infusion-form
  .infusion-checkbox
  input:checked
  + label:before {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNy44MzcgMTcuODM3Jz48cGF0aCBkPSdNMTYuMTQ1IDIuNTcxYS43LjcgMCAwMC0uOTkgMEw2LjkyIDEwLjgwNGwtNC4yNDEtNC4yN2EuNjk4LjY5OCAwIDAwLS45ODkgMEwuMjA0IDguMDE5YS43MDMuNzAzIDAgMDAwIC45OWw2LjIxNyA2LjI1OGEuNzA0LjcwNCAwIDAwLjk5IDBMMTcuNjMgNS4wNDdhLjcuNyAwIDAwMC0uOTk0bC0xLjQ4NS0xLjQ4MnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70%;
}
.page-email-preferences form.infusion-form .calendar-picker-container {
  position: absolute;
  z-index: 9;
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .cal-popup {
  display: none;
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .pikaday-container {
  width: 260px;
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .pika-next,
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .pika-prev {
  background-color: #ededed;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBoZWlnaHQ9JzI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE0LjIgNy4yMmwtNC4xMSA0LjExYTEgMSAwIDAwMCAxLjQxbDQgNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0nYmV2ZWwnIHN0cm9rZS13aWR0aD0nMS41Jy8+PC9zdmc+);
  background-position: 50%;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .pika-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .pika-button {
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 14px;
  font-family: Inter, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  .pika-button:hover,
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  td.is-today
  .pika-button {
  color: #000;
}
.page-email-preferences
  form.infusion-form
  .calendar-picker-container
  td.is-selected
  .pika-button {
  background: #a3dc18;
  color: #fff;
}
.page-email-preferences form.infusion-form hr {
  background: #fff;
  height: 1px;
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-email-preferences .footer-columns {
  display: none;
}
.page-email-preferences form .field-error {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
}
.baby-row img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 9;
}
@media (min-width: 768px) {
  .baby-row img {
    height: 300px;
  }
}
.page-template-page-noheader .header {
  padding-top: 4px;
  padding-bottom: 10px;
}
.page-id-24881 .subheadline {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .page-id-24881 .subheadline {
    font-size: 2rem;
  }
}
.page-ecommerce .site-content,
.page-id-24881 .site-content {
  background: #5f6576;
}
.page-ecommerce div:not(:last-of-type) .h2:first-of-type:last-of-type,
.page-ecommerce div:not(:last-of-type) h2:first-of-type:last-of-type,
.page-id-24881 div:not(:last-of-type) .h2:first-of-type:last-of-type,
.page-id-24881 div:not(:last-of-type) h2:first-of-type:last-of-type {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-ecommerce div:not(:last-of-type) .h2:first-of-type:last-of-type,
  .page-ecommerce div:not(:last-of-type) h2:first-of-type:last-of-type,
  .page-id-24881 div:not(:last-of-type) .h2:first-of-type:last-of-type,
  .page-id-24881 div:not(:last-of-type) h2:first-of-type:last-of-type {
    margin-bottom: 20px;
  }
}
.page-ecommerce .header,
.page-id-24881 .header {
  padding-top: 4px;
  padding-bottom: 10px;
}
.page-ecommerce .hero,
.page-id-24881 .hero {
  padding-top: 10px;
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-ecommerce .hero,
  .page-id-24881 .hero {
    padding-top: 15px;
  }
}
.page-ecommerce .hero .h2,
.page-ecommerce .hero h2,
.page-id-24881 .hero .h2,
.page-id-24881 .hero h2 {
  font-size: 7.7vw;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .page-ecommerce .hero .h2,
  .page-ecommerce .hero h2,
  .page-id-24881 .hero .h2,
  .page-id-24881 .hero h2 {
    font-size: 4.3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .page-ecommerce .hero .h2,
  .page-ecommerce .hero h2,
  .page-id-24881 .hero .h2,
  .page-id-24881 .hero h2 {
    font-size: 5.8rem;
  }
}
@media (min-width: 1140px) {
  .page-ecommerce .hero .h2,
  .page-ecommerce .hero h2,
  .page-id-24881 .hero .h2,
  .page-id-24881 .hero h2 {
    font-size: 6.7rem;
  }
}
.page-ecommerce .hero .video-container,
.page-id-24881 .hero .video-container {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-ecommerce .hero .video-container,
  .page-id-24881 .hero .video-container {
    margin-bottom: 20px;
  }
}
.page-ecommerce .hero .video-container video,
.page-id-24881 .hero .video-container video {
  -webkit-box-shadow: 0 80px 140px rgba(0, 0, 0, 0.3);
  box-shadow: 0 80px 140px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.page-ecommerce .btn-primary,
.page-id-24881 .btn-primary {
  background: #cef300;
  text-shadow: none;
  font-weight: 700;
}
.page-ecommerce .kkra-shortstring,
.page-id-24881 .kkra-shortstring {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-ecommerce .kkra-shortstring,
  .page-id-24881 .kkra-shortstring {
    margin-bottom: 20px;
  }
}
.page-ecommerce .kkra-shortstring,
.page-id-24881 .kkra-shortstring {
  font-weight: 500;
  font-size: 1.5rem;
  padding-left: 70px;
}
@media (min-width: 768px) {
  .page-ecommerce .kkra-shortstring,
  .page-id-24881 .kkra-shortstring {
    font-size: 1.9rem;
    padding-left: 100px;
  }
}
.page-ecommerce .kkra-stars:before,
.page-id-24881 .kkra-stars:before {
  background-image: url(/wp-content/uploads/2023/10/ratings.png);
  content: " ";
  height: 35px;
  width: 100px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
}
@media (max-width: 767.98px) {
  .page-ecommerce .kkra-stars:before,
  .page-id-24881 .kkra-stars:before {
    height: 25px;
    width: 60px;
    left: -70px;
  }
}
@media (max-width: 767.98px) {
  .page-ecommerce .kkra-stars,
  .page-id-24881 .kkra-stars {
    width: 67px;
  }
}
@media (max-width: 767.98px) {
  .page-ecommerce .kkra-starinput .filled,
  .page-ecommerce .kkra-starinput .unfilled,
  .page-ecommerce .kkra-stars .filled,
  .page-ecommerce .kkra-stars .unfilled,
  .page-id-24881 .kkra-starinput .filled,
  .page-id-24881 .kkra-starinput .unfilled,
  .page-id-24881 .kkra-stars .filled,
  .page-id-24881 .kkra-stars .unfilled {
    min-width: 67px;
  }
}
.page-ecommerce-training .site-content {
  background: #282728;
}
.page-ecommerce-training.page-template-page-noheader
  .proof-hidden
  + .content-wysiwyg:last-of-type
  .background-image-container {
  background: #282728 !important;
}
.page-ecommerce-training.page-template-page-noheader section.simulated-header {
  border-bottom: 1px solid #747474;
}
.page-ecommerce-training .marquee-logos__fade-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 18, 0)),
    to(#282728)
  ) !important;
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 18, 0),
    #282728
  ) !important;
}
.page-ecommerce-training .marquee-logos__fade-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 18, 0)),
    to(#282728)
  ) !important;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 18, 0),
    #282728
  ) !important;
}
.page-ecommerce-training span.eyebrow__blinking {
  background: #000;
  padding: 9px 19px;
  border-radius: 200px;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.3;
}
.page-ecommerce-training span.eyebrow__blinking em {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .page-ecommerce-training .h1 {
    font-size: 6.5rem;
  }
}
.page-id-3762 section:first-of-type,
.page-thank section:first-of-type {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .page-id-3762 section:first-of-type,
  .page-thank section:first-of-type {
    padding-top: 82px;
  }
}
@media (min-width: 992px) {
  .page-id-3762 section:first-of-type,
  .page-thank section:first-of-type {
    padding-top: 82px;
  }
}
.page-id-3762 section:first-of-type .h2,
.page-thank section:first-of-type .h2 {
  font-size: 7.8vw;
}
@media (min-width: 576px) {
  .page-id-3762 section:first-of-type .h2,
  .page-thank section:first-of-type .h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-3762 section:first-of-type .h2,
  .page-thank section:first-of-type .h2 {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  .page-id-3762 section:first-of-type .h2,
  .page-thank section:first-of-type .h2 {
    font-size: 6.5rem;
  }
}
@media (min-width: 1140px) {
  .page-id-3762 section:first-of-type .h2,
  .page-thank section:first-of-type .h2 {
    font-size: 7.1rem;
  }
}
@media (min-width: 1600px) {
  .page-id-3762 section:first-of-type .h2,
  .page-thank section:first-of-type .h2 {
    font-size: 7.8rem;
  }
}
.page-id-24902 span.eyebrow__blinking {
  background: #000;
  padding: 9px 19px;
  border-radius: 200px;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.3;
}
.page-id-24902 span.eyebrow__blinking em {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.page-id-24902 .h1 {
  letter-spacing: -0.14rem;
}
@media (min-width: 576px) {
  .page-id-24902 .h1 {
    font-size: 3.6rem;
    letter-spacing: -0.24rem;
  }
}
@media (min-width: 992px) {
  .page-id-24902 .h1 {
    font-size: 4.8rem;
    letter-spacing: -0.3rem;
  }
}
@media (min-width: 1140px) {
  .page-id-24902 .h1 {
    font-size: 5.8rem;
    letter-spacing: -0.4rem;
  }
}
.page-id-24902 sup {
  font-size: 1.4rem;
  top: -11px;
}
@media (min-width: 576px) {
  .page-id-24902 sup {
    font-size: 1.7rem;
    top: -13px;
  }
}
@media (min-width: 992px) {
  .page-id-24902 sup {
    font-size: 2.3rem;
    top: -20px;
  }
}
@media (min-width: 1140px) {
  .page-id-24902 sup {
    font-size: 3rem;
    top: -22px;
  }
}
/*  */
.slider {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 2.5rem 0;
    position: relative;
    white-space: nowrap;
}

.item {
    display: inline-block;
}

.item img {
    width: 200px;
    padding: 0 30px;
}

.slider-track {
    display: flex;
    animation: scroll 70s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}