@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)
 */
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css';
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --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;
}

*,
*::before,
*::after {
  -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: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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: #212529;
  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;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
}

h1, h2, h3, h4, h5, h6,
.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;
}

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 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-unstyled {
  padding-left: 0;
  list-style: none;
}

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.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: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  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 th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  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 > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.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 th,
.table-dark td,
.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: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 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: 1199.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;
  }
}
.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: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 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[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -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.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-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);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-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);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -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 {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -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 {
  display: inline-block;
  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:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  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=submit].btn-block,
input[type=reset].btn-block,
input[type=button].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;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: #212529;
  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: "";
}
.dropleft .dropdown-toggle::after {
  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^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-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:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-vertical {
  -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:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -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 > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -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=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  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-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.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: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.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 {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  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: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  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: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 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.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  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(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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: #b3d7ff;
}
.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: #007bff;
  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: #b3d7ff;
}
.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: #007bff;
  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: #b3d7ff;
}
.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 {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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:hover, .nav-link:focus {
  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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.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;
  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;
  padding: 0.5rem 1rem;
}
.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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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:hover, .navbar-toggler:focus {
  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 center center;
  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 {
    -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-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
    -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-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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 {
    -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-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -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-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -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;
  }
}
.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 {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  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;
  margin-bottom: 0;
}

.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-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  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;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .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;
    -webkit-box-direction: normal;
        -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-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    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-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .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-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    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;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}
.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: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: #007bff;
  -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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, 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:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  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:hover, .list-group-item:focus {
  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: #007bff;
  border-color: #007bff;
}

.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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):hover, .close:not(:disabled):not(.disabled):focus {
  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: translate(0, -25%);
          transform: translate(0, -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, 0);
          transform: translate(0, 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% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  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% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .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-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  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 .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=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-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=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: #212529;
}

.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.active,
.carousel-item-next,
.carousel-item-prev {
  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.active,
  .carousel-item-next,
  .carousel-item-prev {
    -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 ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -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.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  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-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.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: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !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: #343a40 !important;
}

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

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

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

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

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

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

.rounded-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: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -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 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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.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;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !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;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

@supports (position: 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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.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;
  }
}
.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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "Clearface-Bold";
  src: url(/assets/ClearfaceITCPro-Bold-5bb5b0d823351917c5d0299fc3661f06615da4286371d1df0a9a4efa87ea7610.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue-Book";
  src: url(/assets/MaisonNeue-Book-f0a3f3dc6c4fb5fd12830acf9620a26f04f6d7ad406e3650c92a9cf519a3fc3b.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue-Demi";
  src: url(/assets/MaisonNeue-Demi-e1f4c5c371d1eb29cd0509eed5b3c2788f3682c987ca98f53f49d9c29e83f620.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue-Bold";
  src: url(/assets/MaisonNeue-Bold-a2d3bb710bb4edb279a38ebd2f1a894913e25867a90d502985b7a2f3a30552e8.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeueMono-Bold";
  src: url(/assets/MaisonNeueMono-Bold-e64c5020c310a89fb1248f169dcae99811d91966da1f5d6b5da0a277efbbacd7.otf);
  font-display: swap;
}
#paypal_padder .paypal-button-express {
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 220px;
  height: 51px;
  background-color: #ffc439;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #paypal_padder .paypal-button-express:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
}

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

#paypal_padder {
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  #paypal_padder {
    padding-top: 30px;
  }
}

#details_padder {
  padding-top: 20px;
}

/* Override Hubspot CSS */
.portal_logo {
  background-image: url(/assets/logo/logo_dark-a8f123fc6a5cead8cbe90b9d4729a824d99f5ec1fe7b8d4548f6ff46c9096564.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 48px;
  display: block;
  background-position: center;
  z-index: 98;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  background-color: transparent;
}
@media (max-width: 992px) {
  .portal_logo {
    width: 70px;
    height: 35px;
  }
}

.portal_logo_mobile {
  background-image: url(/assets/logo/logo_dark-a8f123fc6a5cead8cbe90b9d4729a824d99f5ec1fe7b8d4548f6ff46c9096564.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 66px;
  height: 32px;
  display: block;
  background-position: center;
  z-index: 98;
  position: fixed;
  top: 16px;
  left: 24px;
}

.portal_logo.white {
  background-image: url(/assets/logo/logo_white-b2df60ffd5ce4377e46ff1a528b329dddc8456d88a12435e965ce8bcc6fb2661.svg);
  background-color: transparent !important;
}

/*COLOURS*/
.green {
  background-color: #82c780;
}

.green_50 {
  background-color: #bfe2be;
}

.green_med {
  background-color: #b0d9aa;
}

.green_light {
  background-color: #daeed9;
}

.green_xlight {
  background-color: #e7f3e6;
}

.green_text {
  color: #82c780;
}

.black_text {
  color: #000;
}

.orange {
  background-color: #c54801;
}

.orange_text {
  color: #c54801;
}

.darkgreen {
  background-color: #003d3b;
}

.darkgreen,
.darkgreen p,
.darkgreen span,
.darkgreen h1,
.darkgreen h2,
.darkgreen h3,
.darkgreen h4,
.darkgreen h5 {
  color: white;
}

.white {
  background-color: #ffffff;
}

.white_text {
  color: #ffffff;
}

.sand_text {
  color: #ebebd4 !important;
}

.sand {
  background-color: #ebebd4;
}

.sand_light {
  background-color: #f5f5ea;
}

.sand_xlight {
  background-color: #f9f9f3;
}

.sand_text {
  color: #ebebd4;
}

.yellow {
  background-color: #fff07d;
}

.pink {
  background-color: #ffa1ab;
}

.purple {
  background-color: #8c368f;
}

.blue {
  background-color: #7ae5e5;
}

/*BUTTONS*/
.btn,
input[type=submit],
input[type=button] {
  padding: 15px 40px;
  display: inline-block;
  border-radius: 0;
  white-space: normal;
  text-decoration: none;
  background-color: #c54801;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
}

.btn_darkgreen {
  background-color: #003d3b;
}

.btn_green {
  background-color: #82c780;
}

.btn_lightgreen {
  background-color: #bbdeb6;
  color: #003d3b;
}

.btn_small {
  padding: 11px 30px !important;
}

.btn_primary {
  -webkit-box-shadow: 11px 11px #003d3b;
          box-shadow: 11px 11px #003d3b;
  border: 0;
  margin-top: 1.5rem;
}

.btn_rounded {
  border-radius: 6px !important;
}

.btn_xrounded {
  border-radius: 10px !important;
}
.btn_xrounded::after, .btn_xrounded::before {
  border-radius: 10px !important;
}

.btn.btn_green {
  background-color: #82c780 !important;
  color: #003d3b !important;
}

.btn.btn_red {
  background-color: #ff4545 !important;
  color: white !important;
}

.green_shadow {
  -webkit-box-shadow: 11px 11px #82c780;
          box-shadow: 11px 11px #82c780;
}
@media (min-width: 992px) {
  .green_shadow:hover {
    -webkit-box-shadow: 0px 0px #82c780;
            box-shadow: 0px 0px #82c780;
  }
}

.btn.btn_whitegreen {
  background-color: white;
  border: 1px solid #003d3b;
  color: #003d3b !important;
  -webkit-box-shadow: 10px 10px rgba(130, 199, 128, 0.5);
          box-shadow: 10px 10px rgba(130, 199, 128, 0.5);
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .btn.btn_whitegreen:hover {
    -webkit-box-shadow: 0 0 rgba(130, 199, 128, 0.5);
            box-shadow: 0 0 rgba(130, 199, 128, 0.5);
  }
}

a.btn.btn_ghost {
  border: 1px solid #003d3b;
  background-color: transparent;
  color: #003d3b;
}
a.btn.btn_ghost.btn_ghost_white {
  color: #fff;
  border-color: #fff;
}

.btn_arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_arrow.fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_arrow::after {
  content: "";
  background-image: url(/assets/icons/angle-right-white-fd34501f55b5f4436705a6f275e894a6924ce8fa19fc248c72b966a13a50441e.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 13px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .btn_arrow::after {
    display: inline-block;
    position: relative;
  }
}
.btn_arrow.disabled::after {
  background-image: url(/assets/icons/angle-right-grey-fb0f067f7923becef74bda792e1c2df0c2d84ca36e50e5237f3c3e964b1feff1.svg);
}
.btn_arrow.btn_ghost::after, .btn_arrow.btn_green::after {
  background-image: url(/assets/icons/angle-right-dark-964615e2b2fc1aedd24600632eeef95b4a44bb5b7949addd425329fc6e5a8fee.svg);
}

.btn_white {
  background-color: white;
}

.btn_lightgreenshadow {
  -webkit-box-shadow: 11px 11px #daeed9;
          box-shadow: 11px 11px #daeed9;
}

.btn_lightgreenshadow:hover {
  -webkit-box-shadow: 0px 0px #daeed9;
          box-shadow: 0px 0px #daeed9;
}

.btn.invert {
  -webkit-box-shadow: 11px 11px #ebebd4;
          box-shadow: 11px 11px #ebebd4;
}

.btn_green {
  background-color: #82c780;
  color: #003d3b !important;
}

.btn_darkgreen {
  background-color: #003d3b;
  color: white !important;
}

.btn.btn_processing {
  background-image: url(/assets/icons/loading-white-8be0117b352a9fec94034cc65744f01d63c649ecd4c741e427f57c917b941dd5.svg);
  background-size: 16px;
  background-position: center right 13px;
  background-repeat: no-repeat;
}

.btn.btn_ghost.btn_processing {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
}

.btn_ghostshadow {
  position: relative;
  margin-top: 45px;
  display: inline-block;
}

.border_link {
  margin-top: 25px;
  text-decoration: none;
  display: block;
}
.border_link > * {
  border-bottom: 1px solid #003d3b;
  padding-bottom: 2px;
  display: inline-block;
}

.btn_2 {
  position: relative;
  margin-bottom: 10px;
}

.btn_2::before {
  content: "Get started";
  border-radius: 0;
  white-space: normal;
  text-decoration: none;
  background-color: #c54801;
  border: 1px solid transparent;
  color: white;
  cursor: pointer !important;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  font-family: "MaisonNeue-Demi";
  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;
}

.btn_2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(11px) translateY(11px);
          transform: translateX(11px) translateY(11px);
  z-index: 1;
}

.btn_2,
.btn_2::before,
.btn_2::after {
  width: 180px;
  height: 50px;
}

.btn_style_1::after {
  border: 1px solid #003d3b;
  background-color: white;
}

.btn_style_2::after {
  border: 2px solid white;
  background-color: transparent;
}

.btn_style_3::before {
  border: 1px solid #003d3b !important;
  background-color: white !important;
  color: #003d3b !important;
}

.btn_style_3::after {
  border: none;
  background-color: #003d3b;
}

.btn_2.btn_lrg,
.btn_2.btn_lrg::before,
.btn_2.btn_lrg::after {
  width: 200px;
  height: 60px;
}

.btn_2.btn_lrg::after {
  -webkit-transform: translateX(14px) translateY(14px);
          transform: translateX(14px) translateY(14px);
}

.btn_2.btn_small,
.btn_2.btn_small::before,
.btn_2.btn_small::after {
  width: 160px;
  height: 40px;
}

.btn_2.btn_smaller,
.btn_2.btn_smaller::before,
.btn_2.btn_smaller::after {
  width: 140px;
  height: 35px;
  font-size: 11px;
}
@media (min-width: 992px) {
  .btn_2.btn_smaller,
  .btn_2.btn_smaller::before,
  .btn_2.btn_smaller::after {
    font-size: 12px;
  }
}

.btn_secondary {
  border-color: #003d3b;
  -webkit-box-shadow: 8px 8px #003d3b;
          box-shadow: 8px 8px #003d3b;
  color: #003d3b !important;
  background-color: transparent;
  margin-top: 1.5rem;
}

.btn_secondary:hover {
  -webkit-box-shadow: 0px 0px #003d3b;
          box-shadow: 0px 0px #003d3b;
}

.hero .btn_secondary {
  -webkit-box-shadow: 8px 8px #c54801;
          box-shadow: 8px 8px #c54801;
  border: 2px solid #c54801;
  background-color: transparent;
  color: #fff !important;
}

.hero .btn_secondary:hover {
  -webkit-box-shadow: 0px 0px #c54801;
          box-shadow: 0px 0px #c54801;
  border-color: #c54801;
}

.btn_continue {
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center right 20px;
  padding-right: 55px;
  background-image: url(/assets/icons/arrow-right-tail-light-4d8756eafe47f5a34d865b20d9be52f4a3d7022bce9c9fb171df998725cb67c1.svg);
}

.btn_secondary.btn_continue,
.sand.btn_continue {
  background-image: url(/assets/icons/arrow-right-tail-dark-51f8849465869e64d6da08f2353baf0ae5af60f588b07a6e8e1d56d674933f40.svg);
}

/**/
.loading_icon {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: transparent !important;
}

.loading_icon.white {
  background-image: url(/assets/icons/loading-white-8be0117b352a9fec94034cc65744f01d63c649ecd4c741e427f57c917b941dd5.svg);
}

.laterDate .loading_icon {
  margin-right: 7px;
  opacity: 0.5;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.vertical_dropdown .btn {
  display: block;
}

.vertical_dropdown .btn {
  padding: 24px 0;
  width: 100%;
  max-width: 280px;
}

@media (min-width: 1700px) {
  .vertical_dropdown .btn {
    max-width: 380px;
  }
}
.vertical_dropdown .btn.open .tap_to_reveal {
  display: none;
}

.vertical_dropdown .btn.open .tap_to_close {
  display: block;
}

.things_you_should_know {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.tap_to_reveal,
.tap_to_close {
  font-size: 12px;
}

@media (min-width: 992px) {
  .things_you_should_know {
    font-size: 21px;
  }
}
.tap_to_close {
  display: none;
}

@media (min-width: 992px) {
  .btn:hover {
    -webkit-box-shadow: 0px 0px #003d3b;
            box-shadow: 0px 0px #003d3b;
  }
}
.btn.green {
  background-color: #82c780 !important;
  color: #003d3b !important;
}

.btn.sand {
  background-color: #ebebd4 !important;
  color: #003d3b !important;
}

.btn_fullwidth,
.fullwidth,
.hs-button {
  width: 100%;
  display: block;
}

.btn.fullwidth {
  padding-left: 10px;
  padding-right: 10px;
}

/*
.continue_btn{
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 15px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/arrow_continue-1.svg);
}
*/
.disabled {
  opacity: 0.3 !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:disabled {
  cursor: auto !important;
  pointer-events: none !important;
  opacity: 0.3;
}

.btn.disabled,
.btn:disabled,
.btn.btn_processing,
.btn:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  pointer-events: none !important;
  background-color: #e1e1e1;
  color: #6b6b6b !important;
  opacity: 1 !important;
  color: #6b6b6b !important;
}

.btn.btn_ghost.disabled,
.btn.btn_ghost:disabled,
.btn.btn_ghost.btn_processing,
.btn.btn_ghost:disabled {
  pointer-events: none !important;
  background-color: transparent;
  opacity: 0.3 !important;
}

/* Layout */
.row.flush {
  margin-right: 0;
  margin-left: 0;
}

.row.flush > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.noselect,
.nav,
.menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Animations/Transitions */
.animation_element.slide_in_left {
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
}

.animation_element.slide_in_right {
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
}

.animation_element.slide_in_top {
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
}

.animation_element.slide_in_bottom {
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

.animation_overflow {
  overflow: hidden;
}

.animation_element.fade_in {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.animation_element.slide_in_top,
.animation_element.slide_in_left,
.animation_element.slide_in_right,
.animation_element.slide_in_bottom {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.animation_element.fade_in.in_view {
  opacity: 1;
}

.animation_element.slide_in_top.in_view,
.animation_element.slide_in_left.in_view,
.animation_element.slide_in_right.in_view,
.animation_element.slide_in_bottom.in_view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .desktop_only_animation {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.delay_1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay_2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay_3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay_4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay_5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay_6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay_7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay_8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay_9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay_10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay_11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay_12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay_13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay_14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay_15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay_16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay_17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.delay_18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay_19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.delay_20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  /*padding: 0 !important;*/
  padding-bottom: 50px;
  padding-top: 30px;
  position: relative;
}

@media (min-width: 992px) {
  .vertical_carousel .scroll-wrapper {
    padding-top: 100px;
    padding-bottom: 70px;
    padding-bottom: 30px;
  }
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar_orange > .scroll-element,
.scrollbar_orange > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar_orange > .scroll-element {
  background-color: transparent;
}

.scrollbar_orange > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar_orange > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar_orange > .scroll-element .scroll-element_size {
  background: #003d3b;
  /*
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
  */
  border-radius: 10px;
}

.scrollbar_orange > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar_orange > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar_orange > .scroll-element .scroll-bar {
  background: #c54801;
  /*
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
  */
  border: 2px solid #003d3b;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar_orange > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar_orange > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar_orange > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar_orange > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar_orange > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar_orange > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar_orange > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar_orange > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar_orange > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar_orange > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar_orange > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar_orange > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar_orange > .scroll-element.scroll-x .scroll-element_outer {
  height: 14px;
}

/*CUSTOM */
.scrollbar_orange > .scroll-element.scroll-x .scroll-element_size {
  left: -62px;
}

.scrollbar_orange > .scroll-element.scroll-x .scroll-element_outer {
  left: 30px;
}

@media (min-width: 992px) {
  .scrollbar_orange > .scroll-element.scroll-x .scroll-element_size {
    left: -92px;
  }
  .scrollbar_orange > .scroll-element.scroll-x .scroll-element_outer {
    left: 49px;
  }
}
/* Hide/show */
.md-show,
.lg-show,
.xl-show {
  display: none !important;
}

.md-hide,
.lg-hide,
.xl-hide {
  display: block !important;
}

.md-hide.inline,
.lg-hide.inline,
.xl-hide.inline {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .md-show {
    display: block !important;
  }
  .md-show.inline {
    display: inline-block !important;
  }
  .md-hide,
  .md-hide.inline {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .lg-show {
    display: block !important;
  }
  .lg-show.inline {
    display: inline-block !important;
  }
  .lg-hide,
  .lg-hide.inline {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xl-show {
    display: block !important;
  }
  .xl-show.inline {
    display: inline-block !important;
  }
  .xl-hide,
  .xl-hide.inline {
    display: none !important;
  }
}
/* Verticals */
/*Carousel*/
.vertical_carousel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #82c780;
}

.vertical_carousel h4 {
  color: #c54801;
}

.vertical_carousel.open {
  max-height: 3000px;
  height: auto;
}

.vertical_carousel_item.open {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.56, 0.96);
          transition-timing-function: cubic-bezier(0.47, 0, 0.56, 0.96);
}

.vertical_carousel.open .vertical_carousel_item.open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.vertical_carousel.open .vertical_carousel_item.open:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.vertical_carousel_scroller {
  height: 100%;
  margin-bottom: 60px;
  margin-top: 30px;
}

.vertical_carousel_item {
  display: inline-block;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .vertical_carousel_item {
    width: 50%;
  }
  .vertical_carousel_scroller {
    margin-top: 0;
  }
  .vertical_carousel_item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  #verticals .scrollbar_orange > .scroll-element.scroll-x .scroll-element_outer {
    left: 49px;
  }
  #verticals .scrollbar_orange > .scroll-element.scroll-x .scroll-element_size {
    left: -97px;
  }
}
.vertical_carousel_image {
  display: none;
}

@media (min-width: 992px) {
  .vertical_carousel_item {
    width: 40%;
  }
  .vertical_carousel_image {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .vertical_carousel_item {
    width: 24.7%;
  }
  .vertical_carousel_scroller {
    white-space: nowrap;
  }
}
.vertical_carousel_image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.vertical_carousel_text {
  background-color: white;
  padding: 30px;
  padding-bottom: 15px;
}

.vertical_carousel_text p {
  min-height: 82px;
}

.vertical_carousel_link {
  position: relative;
  top: -65px;
  display: block;
}

@media (min-width: 768px) {
  .vertical_carousel_link {
    top: -120px;
  }
}
.vertical_container {
  position: relative;
}

.vertical_inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  /*
  .vertical_container{
    min-height:850px;
  }
  */
}
@media (min-width: 992px) {
  /*   .vertical_container{
    min-height:980px;
  }
  */
  .vertical_inner.vertical_bg {
    position: absolute;
  }
}
.vertical_module_container .row {
  min-height: 220px;
}

@media (min-width: 768px) {
  .vertical_module_container .row {
    min-height: 280px;
  }
}
/* Halves on tablet */
/*
@media (min-width:768px){
  .vertical_module_container .row{
  min-height:33.333333%;
} `




.vertical_module_container .row_double{
  min-height:66.6666666%;
}

.vertical_module_container .row_sm_double{
  min-height:66.6666666%;
}

.vertical_module_container .row_sm_single{
  min-height:33.3333333%;
}

}
*/
/* Quarters on desktop */
@media (min-width: 992px) {
  .vertical_module_container .row {
    min-height: 25%;
    min-height: 250px;
  }
  .vertical_module_container .row.row_double {
    min-height: 50%;
    min-height: 500px;
  }
  .vertical_module_container .row.row_triple {
    min-height: 75%;
    min-height: 750px;
  }
}
@media (min-width: 1700px) {
  .vertical_module_container .row {
    min-height: 300px;
  }
  .vertical_module_container .row.row_double {
    min-height: 600px;
  }
  .vertical_module_container .row.row_triple {
    min-height: 900px;
  }
}
.vertical_bg .row {
  min-height: 100%;
  border-top: 200px solid #ebebd4;
}

.vertical_product .vertical_bg .row {
  border-top: 0;
}

.vertical_info {
  padding-bottom: 47px;
  padding-top: 45px;
  background-color: #ebebd4;
  height: 100%;
}

.vertical_info p {
  max-width: 800px;
}

#verticals .vertical_info h2 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .vertical_info {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.vertical_info .btn {
  margin-top: 2rem;
}

.vertical_heading {
  padding-top: 55px;
  padding-bottom: 10px;
}

.headerbar {
  padding-top: 13px;
  padding-bottom: 2px;
}

@media (min-width: 992px) {
  .vertical_heading {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .headerbar {
    padding-top: 21px;
    padding-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .constrict {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .pad_slim {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*
@media (min-width:1400px){
  .pad{
    padding-left:70px;
    padding-right:70px;
  }
}
*/
.vertical_module {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertical_module {
  height: 100%;
  width: 100%;
}

.vertical_hair .vertical_module {
  width: 50%;
}

.vertical_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vertical_sex .vertical_illustration {
  height: 100%;
}

.vertical_module_spacer {
  display: none;
}

@media (min-width: 768px) {
  .mobile_bg_image {
    display: none;
  }
}
@media (min-width: 992px) {
  .row_triple .vertical_module {
    height: 33.333333%;
  }
  .vertical_mentalhealth .vertical_illustration {
    height: 66.6666%;
  }
  .row_double .vertical_module {
    height: 50%;
  }
  .vertical_hair .vertical_illustration {
    height: 66.666666%;
  }
  .vertical_sex .vertical_illustration {
    height: 100%;
  }
  .vertical_module_spacer {
    display: block;
  }
  .vertical_flex {
    display: block;
  }
  .vertical_hair .vertical_module {
    width: 100%;
  }
}
.vertical_bg_img,
.vertical_illustration {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.vertical_inner.vertical_bg {
  display: none;
}

@media (min-width: 768px) {
  .vertical_inner.vertical_bg {
    display: block;
    position: absolute;
  }
}
/* Flickity carousel */
.flickity-page-dots .dot {
  width: 7px !important;
  height: 7px !important;
}

.flickity-page-dots .dot {
  background: #003d3b;
  opacity: 1 !important;
}

.flickity-page-dots .dot.is-selected {
  background: transparent;
}

.white .flickity-page-dots .dot {
  background: #ccc;
}

.white .flickity-page-dots .dot.is-selected {
  background: #003d3b;
}

.dot {
  background-color: transparent;
  border: 1px solid #003d3b;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.dot.active {
  background-color: #003d3b;
  border-color: #003d3b;
}

/* Scroller */
.scroller {
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  /*  padding-right:15px; */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.scroller::-webkit-scrollbar {
  display: none;
}

.scroller p,
.scroller span,
.scroller h4 {
  white-space: normal;
}

.scroller:not(.review_scroller) .scroller_card {
  display: inline-block;
}

.scroller .scroller_card {
  margin-left: 15px;
}

.scroller_card:last-child {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .review_scroller .scroller_card:last-child {
    margin-right: 0;
  }
}
/* Video */
.vid_holder {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vid_holder {
    height: 400px;
  }
}
@media (min-width: 1700px) {
  .vid_holder {
    height: 480px;
  }
}
.vid_poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vid_sound {
  background-image: url(/assets/icons/sound-7eeba26a3b5cde5ca6e48de41ac1cc5becb452c11d65db411527ad608d85279f.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.vid {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vid_button {
  background-color: #fff;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  background-image: url(/assets/icons/play-dark-1252b2149491036ab97f533f673de24c5c29d60eb1bc182db54a4c2655bea3f4.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer !important;
}

.vid_button:hover {
  opacity: 0.7;
}

.vid_holder.playing .vid_poster,
.vid_holder.playing .vid_button,
.vid_holder.playing .vid_sound,
.vid_holder.playing .vid_poster {
  opacity: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .floating_btn {
    display: none;
  }
}
.floating_btn,
.floating_btn_2 {
  position: fixed;
  padding: 15px;
  width: 100%;
  z-index: 97;
  bottom: -107px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/*
.floating_btn .btn{
  box-shadow:0px 25px 15px -20px rgba(0,0,0,0.1) !important;
}

.ma_step .btn{
  box-shadow:none !important;
}
*/
.floating_btn.reveal,
.floating_btn_2.reveal {
  opacity: 1;
  bottom: 0;
}

.weaccept {
  background-image: url(/assets/icons/credit-cards-81b66e90fd4c919e9b4e65924a26059733191216a6a2782e16bf726bec9ee392.png);
  background-repeat: no-repeat;
  background-size: 130px;
  height: 1.6rem;
  background-position: bottom 2px right;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding-right: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  bottom: -2px;
}

.bt {
  border-top: 1px solid rgba(0, 61, 59, 0.3);
  border-top: 1px solid #003d3b;
}

.bb {
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
  border-bottom: 1px solid #003d3b;
}

.flip_down {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.4, 1, 0.32, 1);
  overflow: hidden;
}

.flip_down.form_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flip_down.reveal {
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  padding-top: 5px;
  padding-bottom: 10px;
}

.quiz_item_answer .flip_down.reveal {
  padding-bottom: 34px;
  padding-top: 0;
}

.discount_row.flip_down.reveal {
  padding-bottom: 20px;
  padding-top: 5px;
}

.async_subtitle {
  margin-bottom: 4px;
  display: block;
  font-size: 18px;
}

.residential_address_check {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 68px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  margin-top: 7px;
}

.residential_address_check input[type=checkbox] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  display: block !important;
}

.flip_down.po_box {
  height: auto;
  max-height: 0;
}

.po_box.reveal {
  max-height: 200px;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.profiles .po_box.reveal {
  padding-top: 0;
  padding-bottom: 20px;
  margin-left: 0;
}

.incomplete_error {
  color: #c54801;
  font-size: 16px;
}

.discount_approved .discount_approved_tick {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 2px;
  background-image: url(/assets/icons/tick-green-0c191c21551f7697c797a4c5c68b09cce87144050b7dc706bb0feabfdbfe0fd5.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.discount_approved.reveal,
.discount_failed.reveal {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.fineprint {
  padding-top: 10px;
  font-size: 12px;
  opacity: 0.5;
  line-height: 1.4;
}

.loading_overlay {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.spinner {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.loading_overlay.reveal {
  z-index: 105;
  opacity: 1;
}

.loading_overlay.non_prescription.reveal {
  z-index: 201;
  opacity: 1;
}

.plans .loading_overlay.reveal {
  z-index: 200;
  pointer-events: all;
}

/* Forms */
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  border-radius: 0;
  color: #003d3b;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

textarea,
input[type=text],
input[type=number],
input[type=email],
select,
input[type=search],
input[type=password],
input[type=tel] {
  width: 100%;
  outline: none;
  border: 1px solid #003d3b;
  padding: 20px;
  color: #003d3b;
  min-height: 66px;
}

.hs-form-field > label {
  display: none;
}

.hbspt-form {
  margin-top: 1rem;
}

.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #c54801;
  text-align: center;
}

.hs-error-msg {
  font-size: 13px;
}

.ul_tick,
.circle_ticks {
  list-style: none;
}

.ul_tick li {
  background-image: url(/assets/icons/tick-dark-497bdfcd6831e43824d9c44b239b7657086fd859150e90b1a1c783d9daaf0eb3.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: left top 7px;
  padding-left: 22px;
}

.circle_ticks {
  padding: 0;
}
.circle_ticks li {
  display: inline-block;
  padding-bottom: 6px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left top 5px;
  padding-left: 22px;
  background-image: url(/assets/icons/tick-dark-circle-f8da00ce5a00e3bbfadc897c3ba7458abd26787f6f9f4bde57844f97a757fe25.svg);
}
.circle_ticks.circle_ticks_white li {
  background-image: url(/assets/icons/tick-white-circle-fa2501f68d580239c474aa72f6312a071086cc712deb6b14b45727623f95378c.svg);
}
.circle_ticks.circle_ticks_green li {
  background-image: url(/assets/icons/tick-green-circle-ef69be5f8777b2bab8fd7026c42fb275148d34cb625b53b95efa23a4abf89bd3.svg);
}
.circle_ticks.circle_ticks_fill li {
  background-image: url(/assets/icons/tick-dark-circle-fill-8a0ec4d5dd5ff96c1e38cacd77e7b22524e7a54db6ed7ecfa248c338da189a5a.svg);
}
.circle_ticks.circle_ticks_large li {
  background-size: 23px;
  background-position: left top 1px;
  padding-left: 28px;
  padding-bottom: 12px;
}

.circle_ticks ul {
  padding-left: 0;
}

.ul_tick li {
  background-image: url(/assets/icons/tick-dark-497bdfcd6831e43824d9c44b239b7657086fd859150e90b1a1c783d9daaf0eb3.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: left top 7px;
  padding-left: 22px;
}

.circle_ticks.small_print li {
  background-position: left top 2px;
}

.small .circle_ticks li {
  background-position: left top 2px;
}

.ul_tick.ul_tick_green li {
  background-image: url(/assets/icons/tick-green-0c191c21551f7697c797a4c5c68b09cce87144050b7dc706bb0feabfdbfe0fd5.svg);
}

.ul_tick.ul_tick_white li {
  background-image: url(/assets/icons/tick-white-f903d65823b129fc9569944df15455f937ff9c96a33be851da754c657da54b51.svg);
}

.ul_tick.ul_tick_white h6 {
  color: white;
}

.ul_tick.ul_tick_large li {
  background-image: url(/assets/icons/tick-large-780e5d05a2f92bd9042e880329b83a9db03fa5fbdec72b480a51b4736111d871.svg);
  background-size: 15px;
  background-position: left top 4px;
  padding-left: 24px;
}

.ul_tick.ul_tick_large.ul_tick_white li {
  background-image: url(/assets/icons/tick-large-white-989e90d12a1da8de00e61c7de01cfcb6fffda4992c827c90276e5c005b646a27.svg);
}

#usp_footer .ul_tick.ul_tick_white h6 {
  margin-bottom: 10px;
  font-size: 21px;
}

#usp_footer .ul_tick.ul_tick_white li {
  background-size: 14px;
  background-position: left top 2px;
}
@media (max-width: 768px) {
  #usp_footer .ul_tick.ul_tick_white li {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  #usp_footer .ul_tick br {
    display: none;
  }
}
input[type=submit] {
  border-color: transparent;
}

select {
  background-size: 12px;
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

textarea:focus,
input:focus,
*:focus,
a,
input,
textarea,
select {
  outline: none !important;
}

::-moz-placeholder {
  opacity: 1;
}

body input[type=text]::-webkit-input-placeholder, body input[type=password]::-webkit-input-placeholder, body input[type=datetime]::-webkit-input-placeholder, body input[type=datetime-local]::-webkit-input-placeholder, body input[type=date]::-webkit-input-placeholder, body input[type=month]::-webkit-input-placeholder, body input[type=time]::-webkit-input-placeholder, body input[type=week]::-webkit-input-placeholder, body input[type=number]::-webkit-input-placeholder, body input[type=email]::-webkit-input-placeholder, body input[type=url]::-webkit-input-placeholder, body input[type=search]::-webkit-input-placeholder, body input[type=tel]::-webkit-input-placeholder, body input[type=color]::-webkit-input-placeholder, body input[type=file]::-webkit-input-placeholder, body textarea::-webkit-input-placeholder, body select::-webkit-input-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]::-moz-placeholder, body input[type=password]::-moz-placeholder, body input[type=datetime]::-moz-placeholder, body input[type=datetime-local]::-moz-placeholder, body input[type=date]::-moz-placeholder, body input[type=month]::-moz-placeholder, body input[type=time]::-moz-placeholder, body input[type=week]::-moz-placeholder, body input[type=number]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=url]::-moz-placeholder, body input[type=search]::-moz-placeholder, body input[type=tel]::-moz-placeholder, body input[type=color]::-moz-placeholder, body input[type=file]::-moz-placeholder, body textarea::-moz-placeholder, body select::-moz-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]:-ms-input-placeholder, body input[type=password]:-ms-input-placeholder, body input[type=datetime]:-ms-input-placeholder, body input[type=datetime-local]:-ms-input-placeholder, body input[type=date]:-ms-input-placeholder, body input[type=month]:-ms-input-placeholder, body input[type=time]:-ms-input-placeholder, body input[type=week]:-ms-input-placeholder, body input[type=number]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=url]:-ms-input-placeholder, body input[type=search]:-ms-input-placeholder, body input[type=tel]:-ms-input-placeholder, body input[type=color]:-ms-input-placeholder, body input[type=file]:-ms-input-placeholder, body textarea:-ms-input-placeholder, body select:-ms-input-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]::-ms-input-placeholder, body input[type=password]::-ms-input-placeholder, body input[type=datetime]::-ms-input-placeholder, body input[type=datetime-local]::-ms-input-placeholder, body input[type=date]::-ms-input-placeholder, body input[type=month]::-ms-input-placeholder, body input[type=time]::-ms-input-placeholder, body input[type=week]::-ms-input-placeholder, body input[type=number]::-ms-input-placeholder, body input[type=email]::-ms-input-placeholder, body input[type=url]::-ms-input-placeholder, body input[type=search]::-ms-input-placeholder, body input[type=tel]::-ms-input-placeholder, body input[type=color]::-ms-input-placeholder, body input[type=file]::-ms-input-placeholder, body textarea::-ms-input-placeholder, body select::-ms-input-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]::placeholder,
body input[type=password]::placeholder,
body input[type=datetime]::placeholder,
body input[type=datetime-local]::placeholder,
body input[type=date]::placeholder,
body input[type=month]::placeholder,
body input[type=time]::placeholder,
body input[type=week]::placeholder,
body input[type=number]::placeholder,
body input[type=email]::placeholder,
body input[type=url]::placeholder,
body input[type=search]::placeholder,
body input[type=tel]::placeholder,
body input[type=color]::placeholder,
body input[type=file]::placeholder,
body textarea::placeholder,
body select::placeholder,
select:invalid,
select option[value=""],
option[value=""][disabled],
select:required:invalid,
select:invalid {
  color: #a8b1b1 !important;
  outline: none !important;
}

.light {
  /*color:#a8b1b1;*/
  opacity: 0.5;
}

.opacity1 {
  opacity: 1;
}

.form_row {
  width: 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;
}

.form_row .btn {
  margin-top: 5px;
}

.hbspt-form legend {
  font-size: 1rem;
  opacity: 0.5;
}

.form_row_discount_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form_row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
  margin-left: 5px;
}

.form_row > div:first-child {
  margin-left: 0;
}

.form_row > div:last-child {
  margin-right: 0;
}

/* Zip */
.payment_toggle_container {
  width: 100%;
  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;
  margin-bottom: 1.5rem;
  border: 1px solid #003d3b;
}

.payment_toggle_section {
  position: relative;
  width: 100%;
}

.payment_toggle_section .or {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  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;
  background-color: white;
  border: 1px solid #d4dcdc;
  font-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 2px;
}

.payment_toggle {
  height: 100%;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.6rem 1rem;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  min-height: 65px;
}

.payment_toggle_zip {
  cursor: pointer;
}

.payment_toggle_zip:hover {
  background-color: #ebebd4;
}

.payment_toggle:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.payment_toggle.active span {
  color: white !important;
}

.payment_toggle_container .payment_toggle:first-child {
  border-right-color: white;
}

.payment_toggle_container .payment_toggle:last-child {
  border-left-color: white;
}

.payment_toggle.active,
.payment_toggle.active:hover {
  /* box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
   background-color: #fff;
   background-image: linear-gradient(#eaeaea, #f8f8f8);
   border-color: white; */
  background-color: #c54801;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment_toggle_zip {
  background-image: url(/assets/icons/zip-45e6c2ba6542f5084b5f540e1a4e3fb72fb8802dc540fba66259a1ddb19c95d6.svg);
  background-position: center top 26px;
  background-size: 72px;
  background-repeat: no-repeat;
}

.payment_toggle_zip.btn_processing {
  background-image: none;
  color: black !important;
}

.payment_toggle_container .payment_toggle:first-child {
  background-color: #c54801;
}

.payment_toggle_zip.btn_processing span {
  display: none;
}

.payment_toggle_zip span {
  position: relative;
  top: 16px;
  opacity: 0.4;
  font-size: 70%;
}

@media (min-width: 992px) {
  .payment_toggle_zip span {
    top: 17px;
  }
  .payment_toggle_zip {
    background-position: center top 13px;
    background-size: 77px;
  }
  .payment_toggle {
    min-height: 75px;
  }
}
.payment_toggle_container_2 .cc_text {
  position: absolute;
  bottom: 10px;
}

.payment_toggle_container_2 .payment_toggle_zip span {
  position: inherit;
  top: 0;
  opacity: 1;
  font-size: 100%;
  margin-bottom: 30px;
}

.payment_toggle_container_2 .payment_toggle_zip {
  background-position: center bottom 7px;
}

.payment_toggle.active span.payment_pricing {
  margin-bottom: 30px;
}

.payment_toggle_container_2 {
  margin-bottom: 1.5rem;
}

.payment_toggle_container_2 .payment_toggle {
  min-height: 90px;
}

.payment_toggle_container_2 .payment_toggle_cc {
  background-image: url(/assets/icons/credit-cards-81b66e90fd4c919e9b4e65924a26059733191216a6a2782e16bf726bec9ee392.png);
  background-repeat: no-repeat;
  background-size: 117px;
  background-position: center bottom 11px;
}

.order_summary {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.05);
  padding: 5px;
  padding-bottom: 18px;
  border-radius: 8px;
  margin-bottom: 5px;
}

.order_summary_2 .order_summary_image {
  font-size: 100% !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_row_discount {
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form_row_discount.form_row_discount_show {
  max-height: 1000px;
  overflow: visible;
}

.form_row_discount > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 143px;
}

@media (min-width: 992px) {
  .form_row_discount > div:last-child {
    max-width: 200px;
  }
}
.form_row_discount > div:last-child button {
  padding: 0;
}

.controls {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  z-index: 2;
  padding: 1.5rem;
  background-size: 16px;
  background-position: center;
  cursor: pointer !important;
}

@media (min-width: 992px) {
  .controls {
    /*
          width:50px;
          height:50px;
          */
  }
}
.controls.back,
.controls.dod_back {
  background-image: url(/assets/icons/arrow-left-tail-dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
  top: 0;
  left: 0;
}

.controls.dod_back {
  z-index: 100;
}

@media (min-width: 992px) {
  .controls.back,
  .controls.dod_back {
    top: 0;
    left: 0;
  }
}
.controls.alert_close {
  background-image: url(/assets/icons/close-8840cbbdc69515ded0ed2c427b28840660630dadb23a5b4c299792b71d512a7e.svg);
  top: 0;
  right: 0;
  left: auto;
  opacity: 1;
}

.controls.alert_close.white {
  background-image: url(/assets/icons/close-white-b718a365a50219a5a68c7d50ccaf00c58c02186e6e2eb127a0a9cc5e6a711e65.svg);
  top: 0;
  right: 0;
}

.controls.close {
  background-image: url(/assets/icons/close-8840cbbdc69515ded0ed2c427b28840660630dadb23a5b4c299792b71d512a7e.svg);
  top: 0;
  right: 0;
  left: auto;
  opacity: 1;
}

.controls.close.white {
  background-image: url(/assets/icons/close-white-b718a365a50219a5a68c7d50ccaf00c58c02186e6e2eb127a0a9cc5e6a711e65.svg);
}

.info {
  background-image: url(/assets/icons/info-15a4ce2a408e302daafd120389aa3a905b8a5d66d2f2eafbbb9a2f629ba9391d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.info.white {
  background-color: transparent;
  background-image: url(/assets/icons/info-white-36cf69f85478a084ef1bca6599865ad4c643da815817f70a6a46e13323b5f634.svg);
}

.modal_rounded .modal-content,
.modal_rounded .modal-body {
  border-radius: 20px;
}

.modal-body {
  position: relative;
  padding: 60px 20px 50px 20px;
}

@media (min-width: 992px) {
  .modal-body {
    position: relative;
    padding: 60px 50px;
  }
}
.modal-med .modal-body {
  padding: 50px 15px 45px 15px;
}
@media (min-width: 992px) {
  .modal-med .modal-body {
    padding: 50px;
  }
}

.modal-body .close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 10px;
  background-size: 16px;
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/close_icon.svg");
  background-repeat: no-repeat;
  background-position: right;
  opacity: 1 !important;
}

.modal-body .back {
  position: absolute;
  top: 0;
  left: 0;
}

.modal-body .back_arrow {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  background-size: 21px;
}

/* Results */
@media (max-width: 992px) {
  #results {
    padding-top: 10px;
  }
  #results .pad.inset {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .inset {
    padding-left: 110px;
  }
}
.results_carousel .carousel-cell > div,
.results_carousel_stack .carousel-cell > div {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 220px;
}

.results_carousel,
.results_carousel_stack {
  margin-top: 30px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.results_carousel .carousel-cell,
.results_carousel_stack .carousel-cell {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.results_carousel .carousel-cell > div > div,
.results_carousel_stack .carousel-cell > div > div {
  width: 47.5%;
  background-color: white;
  border-width: 8px 8px 25px 8px;
  border-color: white;
  border-style: solid;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.results_carousel .carousel-cell > div > div::after,
.results_carousel_stack .carousel-cell > div > div::after {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.results_carousel .carousel-cell .before::after,
.results_carousel .carousel-cell .after::after,
.results_carousel_stack .carousel-cell .before::after,
.results_carousel_stack .carousel-cell .after::after {
  content: "";
  background-size: contain;
  width: 53px;
  height: 35px;
  display: block;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background-repeat: no-repeat;
  margin-right: 0;
}

@media (min-width: 992px) {
  .results_carousel .carousel-cell .before::after,
  .results_carousel .carousel-cell .after::after,
  .results_carousel_stack .carousel-cell .before::after,
  .results_carousel_stack .carousel-cell .after::after {
    width: 77px;
    height: 51px;
  }
  .results_carousel .flickity-page-dots {
    bottom: -35px;
  }
}
.results_carousel .carousel-cell .before::after,
.results_carousel_stack .carousel-cell .before::after {
  background-image: url(/assets/icons/results-before-mosh-4454d9a448aa0e0ad64c2a8c6eedb93efdc6b2baaf2b4c9c5951c7bb87a3b339.svg);
}

.results_carousel .carousel-cell .after::after,
.results_carousel_stack .carousel-cell .after::after {
  background-image: url(/assets/icons/results-after-mosh-0b68a379e16249bd037519ffa5f1277ddc1744b6bbf40ef55d536e5487ea133e.svg);
}

#results #results_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#results .flickity-prev-next-button,
#results .flickity-prev-next-button:hover {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent;
  border-radius: 0;
  width: 70px;
  height: 70px;
  opacity: 1;
}

@media (max-width: 992px) {
  #results .flickity-prev-next-button,
  #results .flickity-prev-next-button:hover {
    top: auto;
    bottom: -62px;
  }
}
#results .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

#results .flickity-prev-next-button.previous,
#results .flickity-prev-next-button.previous:hover {
  background-image: url(/images/icons/emojis_hand_left) !important;
  left: -10px;
}

#results .flickity-prev-next-button.next,
#results .flickity-prev-next-button.next:hover {
  left: auto;
  right: 0;
  background-image: url(/images/icons/emojis_hand_right) !important;
}

@media (min-width: 992px) {
  #results .flickity-prev-next-button.previous,
  #results .flickity-prev-next-button.previous:hover {
    left: -40px;
  }
  #results .flickity-prev-next-button.next,
  #results .flickity-prev-next-button.next:hover {
    right: -10px;
  }
}
#results_text p {
  max-width: 560px;
}

#results_text p.xsmall {
  margin-top: 30px;
  opacity: 0.5;
}

@media (min-width: 520px) {
  .results_carousel .carousel-cell > div {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  .results_carousel .carousel-cell {
    padding-right: 50px;
  }
  .results_carousel {
    margin-top: 0;
    margin-bottom: 0;
  }
  .results_carousel {
    max-width: none;
  }
  .results_carousel .carousel-cell > div {
    min-height: 430px;
  }
  .results_carousel .carousel-cell > div > div {
    border-width: 15px 15px 40px 15px;
  }
  .results_carousel .carousel-cell > div > div::after {
    bottom: -45px;
  }
  #results .flickity-prev-next-button,
  #results .flickity-prev-next-button:hover {
    width: 90px;
    height: 90px;
    -webkit-transition: 0.2s -webkit-transform ease;
    transition: 0.2s -webkit-transform ease;
    transition: 0.2s transform ease;
    transition: 0.2s transform ease, 0.2s -webkit-transform ease;
  }
}
/* ADDONS */
.loading_overlay.reveal {
  z-index: 98;
  opacity: 1;
}

/* Forms */
input[type=text],
input[type=number],
input[type=email],
input[type=search],
input[type=tel],
select,
textarea {
  border-radius: 0;
  border: 0;
  background-color: white;
  border: 1px solid #003d3b;
  border: 1px solid rgba(0, 61, 59, 0.6);
  border: 1px solid #d6d5b2;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 5px;
  padding: 7px 10px;
  margin-bottom: 5px;
  color: #003d3b;
  width: 100%;
}

/*
input{
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
.white input[type=text],
.white select,
.white textarea,
.white input {
  border: 1px solid rgba(0, 61, 59, 0.4);
}

.hs-form-field > label {
  display: none;
}

.hbspt-form {
  margin-top: 1rem;
}

.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #c54801;
  text-align: center;
}

.hs-field-desc {
  font-size: 14px !important;
}

.hs-error-msg {
  font-size: 13px;
}

.ul_tick {
  list-style: none;
}

.ul_tick li {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/angled_tick-2.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: left top 7px;
  padding-left: 22px;
}

.ul_tick li:last-child {
  margin-bottom: 0;
}

.ul_tick.dark li {
  padding-left: 20px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/angled_tick-2.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center left;
  margin-bottom: 6px;
}

input[type=submit] {
  border-color: transparent;
}

select {
  background-size: 12px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/arrows/arrow_down_small_green.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

textarea:focus,
input:focus,
*:focus,
a,
input,
textarea,
select {
  outline: none !important;
}

::-moz-placeholder {
  opacity: 1;
}

body input[type=text]::-webkit-input-placeholder, body input[type=password]::-webkit-input-placeholder, body input[type=datetime]::-webkit-input-placeholder, body input[type=datetime-local]::-webkit-input-placeholder, body input[type=date]::-webkit-input-placeholder, body input[type=month]::-webkit-input-placeholder, body input[type=time]::-webkit-input-placeholder, body input[type=week]::-webkit-input-placeholder, body input[type=number]::-webkit-input-placeholder, body input[type=email]::-webkit-input-placeholder, body input[type=url]::-webkit-input-placeholder, body input[type=search]::-webkit-input-placeholder, body input[type=tel]::-webkit-input-placeholder, body input[type=color]::-webkit-input-placeholder, body input[type=file]::-webkit-input-placeholder, body textarea::-webkit-input-placeholder, body select::-webkit-input-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]::-moz-placeholder, body input[type=password]::-moz-placeholder, body input[type=datetime]::-moz-placeholder, body input[type=datetime-local]::-moz-placeholder, body input[type=date]::-moz-placeholder, body input[type=month]::-moz-placeholder, body input[type=time]::-moz-placeholder, body input[type=week]::-moz-placeholder, body input[type=number]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=url]::-moz-placeholder, body input[type=search]::-moz-placeholder, body input[type=tel]::-moz-placeholder, body input[type=color]::-moz-placeholder, body input[type=file]::-moz-placeholder, body textarea::-moz-placeholder, body select::-moz-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]:-ms-input-placeholder, body input[type=password]:-ms-input-placeholder, body input[type=datetime]:-ms-input-placeholder, body input[type=datetime-local]:-ms-input-placeholder, body input[type=date]:-ms-input-placeholder, body input[type=month]:-ms-input-placeholder, body input[type=time]:-ms-input-placeholder, body input[type=week]:-ms-input-placeholder, body input[type=number]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=url]:-ms-input-placeholder, body input[type=search]:-ms-input-placeholder, body input[type=tel]:-ms-input-placeholder, body input[type=color]:-ms-input-placeholder, body input[type=file]:-ms-input-placeholder, body textarea:-ms-input-placeholder, body select:-ms-input-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]::-ms-input-placeholder, body input[type=password]::-ms-input-placeholder, body input[type=datetime]::-ms-input-placeholder, body input[type=datetime-local]::-ms-input-placeholder, body input[type=date]::-ms-input-placeholder, body input[type=month]::-ms-input-placeholder, body input[type=time]::-ms-input-placeholder, body input[type=week]::-ms-input-placeholder, body input[type=number]::-ms-input-placeholder, body input[type=email]::-ms-input-placeholder, body input[type=url]::-ms-input-placeholder, body input[type=search]::-ms-input-placeholder, body input[type=tel]::-ms-input-placeholder, body input[type=color]::-ms-input-placeholder, body input[type=file]::-ms-input-placeholder, body textarea::-ms-input-placeholder, body select::-ms-input-placeholder {
  color: #a8b1b1 !important;
  outline: none !important;
}

body input[type=text]::placeholder,
body input[type=password]::placeholder,
body input[type=datetime]::placeholder,
body input[type=datetime-local]::placeholder,
body input[type=date]::placeholder,
body input[type=month]::placeholder,
body input[type=time]::placeholder,
body input[type=week]::placeholder,
body input[type=number]::placeholder,
body input[type=email]::placeholder,
body input[type=url]::placeholder,
body input[type=search]::placeholder,
body input[type=tel]::placeholder,
body input[type=color]::placeholder,
body input[type=file]::placeholder,
body textarea::placeholder,
body select::placeholder,
select:invalid,
select option[value=""],
option[value=""][disabled],
select:required:invalid,
select:invalid {
  color: #a8b1b1 !important;
  outline: none !important;
}

.light {
  /*color:#a8b1b1;*/
  opacity: 0.5;
}

.form_row {
  width: 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;
}

.form_row .btn {
  margin-top: 5px;
}

.form_row_discount_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form_row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
  margin-left: 5px;
}

.form_row > div:first-child {
  margin-left: 0;
}

.form_row > div:last-child {
  margin-right: 0;
}

.done_tick::before {
  content: "";
  content: "";
  display: inline-block;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/done.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  margin-right: 9px;
  /*
   margin-left: -39px;
   */
  margin-bottom: -4px;
}

@media (min-width: 992px) {
  .done_tick::before {
    height: 35px;
    width: 35px;
  }
}
/* Zip */
.payment_toggle_container {
  width: 100%;
  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;
  margin-bottom: 1.5rem;
  border: 1px solid #003d3b;
}

.payment_toggle_section {
  position: relative;
  width: 100%;
}

.payment_toggle_section .or {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  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;
  background-color: white;
  border: 1px solid #d4dcdc;
  font-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 2px;
}

.payment_toggle {
  height: 100%;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.6rem 1rem;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  min-height: 65px;
}

.payment_toggle_zip {
  cursor: pointer;
}

.payment_toggle_zip:hover {
  background-color: #ebebd4;
}

.payment_toggle:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.payment_toggle.active span {
  color: white !important;
}

.payment_toggle_container .payment_toggle:first-child {
  border-right-color: white;
}

.payment_toggle_container .payment_toggle:last-child {
  border-left-color: white;
}

.payment_toggle.active,
.payment_toggle.active:hover {
  /* box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
   background-color: #fff;
   background-image: linear-gradient(#eaeaea, #f8f8f8);
   border-color: white; */
  background-color: #c54801;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment_toggle_zip {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/images/icons/zip.svg");
  background-position: center top 26px;
  background-size: 72px;
  background-repeat: no-repeat;
}

.payment_toggle_zip.btn_processing {
  background-image: none;
  color: black !important;
}

.payment_toggle_container .payment_toggle:first-child {
  background-color: #c54801;
}

.payment_toggle_zip.btn_processing span {
  display: none;
}

.payment_toggle_zip span {
  position: relative;
  top: 16px;
  opacity: 0.4;
  font-size: 70%;
}

@media (min-width: 992px) {
  .payment_toggle_zip span {
    top: 17px;
  }
  .payment_toggle_zip {
    background-position: center top 13px;
    background-size: 77px;
  }
  .payment_toggle {
    min-height: 75px;
  }
}
.payment_toggle_container_2 .cc_text {
  position: absolute;
  bottom: 10px;
}

.payment_toggle_container_2 .payment_toggle_zip span {
  position: inherit;
  top: 0;
  opacity: 1;
  font-size: 100%;
  margin-bottom: 30px;
}

.payment_toggle_container_2 .payment_toggle_zip {
  background-position: center bottom 7px;
}

.payment_toggle.active span.payment_pricing {
  margin-bottom: 30px;
}

.payment_toggle_container_2 {
  margin-bottom: 1.5rem;
}

.payment_toggle_container_2 .payment_toggle {
  min-height: 90px;
}

.payment_toggle_container_2 .payment_toggle_cc {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/images/icons/creditcards.png);
  background-repeat: no-repeat;
  background-size: 117px;
  background-position: center bottom 11px;
}

.order_summary {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.05);
  padding: 5px;
  padding-bottom: 18px;
  border-radius: 8px;
  margin-bottom: 5px;
}

.order_summary_2 .order_summary_image {
  font-size: 100% !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_row_discount {
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form_row_discount.form_row_discount_show {
  max-height: 1000px;
  overflow: visible;
}

.form_row_discount > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 143px;
}

@media (min-width: 992px) {
  .form_row_discount > div:last-child {
    max-width: 200px;
  }
}
.form_row_discount > div:last-child button {
  padding: 0;
}

.legal .container {
  max-width: 900px;
}

.controls {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  z-index: 2;
  padding: 1.5rem;
  background-size: 16px;
  background-position: center;
  cursor: pointer !important;
}

@media (min-width: 992px) {
  .controls {
    /*
          width:50px;
          height:50px;
          */
  }
}
.controls.back,
.controls.dod_back {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/arrows/arrow_left_small_dark.svg");
  top: 0;
  left: 0;
}

.controls.dod_back {
  z-index: 100;
}

@media (min-width: 992px) {
  .controls.back,
  .controls.dod_back {
    top: 0;
    left: 0;
  }
}
.info {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.info.active {
  opacity: 0.5;
}

.modal-header .close {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/close_small-2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
}

/*
@media (min-width:992px){
#results .pad{
  padding-left:30px;
}
}
*/
@media (max-width: 992px) {
  #results {
    padding-top: 10px;
  }
  #results .pad.inset {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .inset {
    padding-left: 110px;
  }
}
/* Real results */
.results_carousel .carousel-cell > div,
.results_carousel_stack .carousel-cell > div {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 220px;
}

.results_carousel,
.results_carousel_stack {
  margin-top: 30px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.results_carousel .carousel-cell,
.results_carousel_stack .carousel-cell {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.results_carousel .carousel-cell > div > div,
.results_carousel_stack .carousel-cell > div > div {
  width: 47.5%;
  background-color: white;
  border-width: 8px 8px 25px 8px;
  border-color: white;
  border-style: solid;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.results_carousel .carousel-cell > div > div::after,
.results_carousel_stack .carousel-cell > div > div::after {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.results_carousel .carousel-cell .before::after,
.results_carousel .carousel-cell .after::after,
.results_carousel_stack .carousel-cell .before::after,
.results_carousel_stack .carousel-cell .after::after {
  content: "";
  background-size: contain;
  width: 53px;
  height: 35px;
  display: block;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background-repeat: no-repeat;
  margin-right: 0;
}

@media (min-width: 992px) {
  .results_carousel .carousel-cell .before::after,
  .results_carousel .carousel-cell .after::after,
  .results_carousel_stack .carousel-cell .before::after,
  .results_carousel_stack .carousel-cell .after::after {
    width: 77px;
    height: 51px;
  }
  .results_carousel .flickity-page-dots {
    bottom: -35px;
  }
}
.results_carousel .carousel-cell .before::after,
.results_carousel_stack .carousel-cell .before::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/results/icons/resultsbefore_mosh.png);
}

.results_carousel .carousel-cell .after::after,
.results_carousel_stack .carousel-cell .after::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/results/icons/resultsafter_mosh.png);
}

#results_1 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results1_a.jpg");
}

#results_1 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results1_b.jpg");
}

#results_2 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results4_a.jpg");
}

#results_2 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results4_b.jpg");
}

#results_3 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results3_a.jpg");
}

#results_3 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results3_b.jpg");
}

#results_4 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results2_a.jpg");
}

#results_4 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results2_b.jpg");
}

#results_5 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results5_a.jpg");
}

#results_5 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results5_b.jpg");
}

#results_6 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results6_a.jpg");
}

#results_6 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results6_b.jpg");
}

#results_7 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results7_a.jpg");
}

#results_7 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results7_b.jpg");
}

#results_8 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results8_a.jpg");
}

#results_8 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results8_b.jpg");
}

#results_9 .before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results9_a.jpg");
}

#results_9 .after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/results/results9_b.jpg");
}

#results #results_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#results .flickity-prev-next-button,
#results .flickity-prev-next-button:hover {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent;
  border-radius: 0;
  width: 70px;
  height: 70px;
  opacity: 1;
}

@media (max-width: 992px) {
  #results .flickity-prev-next-button,
  #results .flickity-prev-next-button:hover {
    top: auto;
    bottom: -62px;
  }
}
#results .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

#results .flickity-prev-next-button.previous,
#results .flickity-prev-next-button.previous:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_hand_left.png) !important;
  left: -10px;
}

#results .flickity-prev-next-button.next,
#results .flickity-prev-next-button.next:hover {
  left: auto;
  right: 0;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_hand_right.png) !important;
}

@media (min-width: 992px) {
  #results .flickity-prev-next-button.previous,
  #results .flickity-prev-next-button.previous:hover {
    left: -40px;
  }
  #results .flickity-prev-next-button.next,
  #results .flickity-prev-next-button.next:hover {
    right: -10px;
  }
}
#results_text p {
  max-width: 560px;
}

#results_text p.xsmall {
  margin-top: 30px;
  opacity: 0.5;
}

@media (min-width: 520px) {
  .results_carousel .carousel-cell > div {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  .results_carousel .carousel-cell {
    padding-right: 50px;
  }
  .results_carousel {
    margin-top: 0;
    margin-bottom: 0;
  }
  .results_carousel {
    max-width: none;
  }
  .results_carousel .carousel-cell > div {
    min-height: 430px;
  }
  .results_carousel .carousel-cell > div > div {
    border-width: 15px 15px 40px 15px;
  }
  .results_carousel .carousel-cell > div > div::after {
    bottom: -45px;
  }
  #results .flickity-prev-next-button,
  #results .flickity-prev-next-button:hover {
    width: 90px;
    height: 90px;
    -webkit-transition: 0.2s -webkit-transform ease;
    transition: 0.2s -webkit-transform ease;
    transition: 0.2s transform ease;
    transition: 0.2s transform ease, 0.2s -webkit-transform ease;
  }
}
/* ADDONS */
/*

    .non_prescription_selection{
      display:flex;
      padding-top:1rem;
      padding-bottom:0.5rem;
      width:100%;
       }

        .selection_checkbox{
         flex-grow: 1;
         margin-right: 0.3rem;
         margin-left: 0.3rem;
         text-align: center;
          }

    .non_prescription_selection input[type="checkbox"]+label{
      min-height:12.5rem;
      display:flex;
      flex-direction:column;
      align-items: center;
      justify-content: flex-end;
      background-repeat:no-repeat;
      flex-grow:1;
      flex:1;
      padding-bottom:1.5rem;
      padding-left:0.8rem;
      padding-right:0.8rem;
      transition:background-color 0.1s ease-in-out;
      border: 1px solid #003d3b;
      position:relative;

      background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/check_unselected.svg);
      background-size:32px;
      background-position: top 6px left 6px;
      text-align: center;
      align-items: center;

    }



    .non_prescription_selection input[type="checkbox"]:checked+label {
      background-color: #82c780;
      border-color: #ebebd4;
      background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/check_selected.svg);
      background-color:#ebebd4;
    }





    .selection_checkbox .star_banner{
      width: 35px;
        height: 35px;
        background-image: url(https://cdn2.hubspot.net/hubfs/2624959/star-banner-5.svg);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 0 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    */
/*
    .non_prescription_selection input[type="checkbox"]:checked+label .star_banner{
        background-position: 0 -35px;
    }
    */
/*
    .selection_checkbox .selection_image{
      width:100px;
      height:100px;
      background-size:100px;
      background-repeat:no-repeat;
      position:relative;
      background-position:center;
    }

    .selection_checkbox h5{
      margin-bottom:0;
    }

    @media (max-width:768px){

    .selection_checkbox .selection_image{
      top:0;
    }

      .non_prescription_selection{
        flex-wrap:wrap;
      }

      .non_prescription_selection input[type="checkbox"]+label{
        width:calc(50% - 1.6rem);
        margin-bottom:1.1rem;
        flex:auto;
        min-height:10rem
      }
      .selection_checkbox .selection_image {
        width: 80px;
        height: 80px;
        background-size: contain;
      }
    }


    .non_prescription_selection input[type="checkbox"]:checked+label:hover{
      border-color: #003d3b;
      color:#003d3b;
    }




    .non_prescription_selection .item_name{
    line-height:1.3;
    display:flex;
    min-height:30px;
    align-items:center;
    justify-content: center;
    font-size:90%;
    }

    @media (min-width:992px){
      .non_prescription_selection .item_name{
        min-height:50px;

      }
    }



    .selection_checkbox .price{
      position: absolute;
      bottom: -11px;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 70%;
      opacity: 1;
      background-color: #fff;
      width: 62px;
      padding: 0;
      line-height: 1;
      border-radius: 100px;
      min-height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #003d3b !important;
      border: 1px solid #003d3b;
    }
    /*
    .non_prescription_selection h3{
      display: block;
      font-size: 45%;
      color: #000;
      opacity: 0.35;
      margin-top: 2px;
    }
    */
.non_prescription_selection input[type=checkbox] {
  display: none;
}

.non_prescription_selection input[type=checkbox] + label {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/check_unselected.svg);
  background-size: 32px;
  background-position: center left 6px;
}

@media (min-width: 992px) {
  .non_prescription_selection input[type=checkbox] + label {
    background-position: center left 14px;
  }
}
.non_prescription_selection input[type=checkbox]:checked + label {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/check_selected.svg);
  background-color: #ebebd4;
}

.selection_checkbox {
  padding: 14px 0;
  padding-left: 44px;
  text-align: left;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  border: 1px solid #003d3b;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.selection_checkbox:last-child {
  border-bottom: 1px solid #003d3b;
}

.selection_checkbox .price {
  color: #82c780;
  position: relative;
}

@media (min-width: 992px) {
  .selection_checkbox {
    padding: 23px 0;
    padding-left: 62px;
  }
  .selection_checkbox:hover {
    background-color: #ebebd4;
  }
}
.selection_checkbox .selection_image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .selection_checkbox .selection_image {
    right: 10px;
    width: 70px;
    height: 70px;
  }
}
.selection_checkbox.shampoo_conditioner .selection_image {
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/product/non_prescription/images/small/shampooconditioner.png");
}

.selection_checkbox.vitamins .selection_image {
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/product/non_prescription/images/small/vitamins.png");
}

.selection_checkbox.minoxidil .selection_image {
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/product/non_prescription/images/small/dropper.png");
}

.selection_checkbox.wax .selection_image {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/product/isolated/product_wax-6.png");
}

.star {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/np_star-1.svg);
  background-size: 9px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 1px solid #82c780;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 992px) {
  .star {
    background-size: 11px;
    width: 17px;
    height: 17px;
  }
}
.selection_checkbox .star {
  position: absolute;
  top: 6px;
  right: 6px;
}

.star_key {
  margin-top: 8px;
}

.star_key .star {
  position: relative;
  top: 4px;
}

.star_key span {
  position: relative;
}

/**/
.emoji {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .emoji {
    width: 130px;
    height: 130px;
  }
}
.emoji.doctor {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_doc.png);
}

.emoji.doctor_alt1 {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/doctor_alt_1-1.png);
}

.emoji.toilet {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_toilet.png);
}

.emoji.van {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_van.png);
}

.emoji.phone {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/phone-1.png);
}

.emoji.watch {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/emojis_watch.png);
}

/* NAVIGATION */
.nav,
.menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 99;
}

.menu {
  top: 66px;
}

@media (min-width: 992px) {
  .menu {
    top: 80px;
  }
}
.menu_strip_container {
  background-color: white;
}

.menu_strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
}

.menu_strip_btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu_strip .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_strip .social_link a {
  margin-right: 9px;
}

.nav {
  /* box-shadow:0 0 50px rgba(0,0,0,0.06); */
  background-color: white;
}

.nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.wrapper {
  padding: 16px;
}

.menu .wrapper {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  padding-bottom: 30px;
}

.menu.open .wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media (min-width: 992px) {
  .wrapper {
    padding: 20px;
  }
}
.nav_link_container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav_link {
  text-decoration: none;
  cursor: pointer;
  margin-left: 25px;
  margin-right: 25px;
}

#menu_mobile .nav_link {
  margin-left: 0;
  margin-right: 0;
}

.nav_link_dropdown > :first-child {
  padding-right: 20px;
  position: relative;
}

.nav_link_dropdown > :first-child::after {
  content: "";
  display: block;
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/dropdown_dark.svg");
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -5px;
}

.nav_link_dropdown.open > :first-child::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.darkgreen .nav_link_dropdown > :first-child::after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/dropdown_white.svg");
}

.nav .logo {
  width: 65px;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .nav .wrapper {
    padding: 20px 40px;
  }
  .nav .logo {
    width: 85px;
  }
  #menu_mobile {
    display: none;
  }
}
.nav .logo img {
  width: 100%;
}

#menu_what_we_treat,
#menu_about_us {
  display: none;
}

@media (min-width: 992px) {
  /*
    .body-container-wrapper{
    margin-top:80px;
  }

    */
  .nav_link,
  .nav .nav_link {
    display: inline-block;
  }
  .hamburger_container,
  #menu_mobile {
    display: none;
  }
  #menu_what_we_treat,
  #menu_about_us {
    display: block;
  }
}
@media (min-width: 992px) {
  #moshmenu_mobile {
    display: none !important;
  }
}
#menu_desktop .nav_link_dropdown_sub.open .nav_link_sub {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#menu_desktop .nav_link_dropdown_sub.open .nav_link_sub:nth-child(1) {
  -webkit-transition: 0.2s opacity ease, 0.2s -webkit-transform ease;
  transition: 0.2s opacity ease, 0.2s -webkit-transform ease;
  transition: 0.2s transform ease, 0.2s opacity ease;
  transition: 0.2s transform ease, 0.2s opacity ease, 0.2s -webkit-transform ease;
}

#menu_desktop .nav_link_dropdown_sub.open .nav_link_sub:nth-child(2) {
  -webkit-transition: 0.2s opacity ease 0.1s, 0.2s -webkit-transform ease 0.1s;
  transition: 0.2s opacity ease 0.1s, 0.2s -webkit-transform ease 0.1s;
  transition: 0.2s transform ease 0.1s, 0.2s opacity ease 0.1s;
  transition: 0.2s transform ease 0.1s, 0.2s opacity ease 0.1s, 0.2s -webkit-transform ease 0.1s;
}

.menu {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  z-index: 98;
  max-height: 0;
  overflow: hidden;
  /*  transition:0.5s max-height cubic-bezier(0.56, 0.19, 0.42, 0.68);
   transition:.7s max-height ease;
      -webkit-transition:max-height 400ms ease;
     -moz-transition:max-height 400ms ease;
     -o-transition:max-height 400ms ease;
   */
  -webkit-transition: max-height 450ms ease;
  transition: max-height 450ms ease;
}

.menu_inner {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.menu_inner {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  /*transition: transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03); */
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
  transition: -webkit-transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
  transition: transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
  transition: transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03), -webkit-transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
}

.menu_inner.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}

.menu_inner .nav_link_container {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
}

.menu_inner.open .nav_link_container {
  opacity: 1;
}

/*
.menu_inner .nav_link_container .nav_link_box:nth-child(2){
  transition-delay:0.1s;
}

.menu_inner .nav_link_container .nav_link_box:nth-child(3){
  transition-delay:0.2s;
}

.menu_inner .nav_link_container .nav_link_box:nth-child(4){
  transition-delay:0.3s;
}

.menu_inner .nav_link_container .nav_link_box:nth-child(5){
  transition-delay:0.1s;
}

.menu_inner .nav_link_container .nav_link_box:nth-child(6){
  transition-delay:0.1s;
}
*/
.menu.open {
  opacity: 1;
  max-height: 90px;
  overflow: visible;
}

#menu_mobile,
.panel {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#menu_mobile .links_container {
  position: static;
  padding-bottom: 15rem;
}

#menu_mobile.open {
  max-height: 100vh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu .head {
  margin-top: 34px;
  margin-bottom: 17px;
  display: block;
}

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

#menu_mobile h4 {
  margin-bottom: 5px;
}

#menu_mobile .nav_link_box {
  margin-bottom: 20px;
}

#menu_mobile .container-fluid {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), -webkit-transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), -webkit-transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), -webkit-transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
}

#menu_mobile.open .container-fluid {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu .nav_link_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#menu_mobile.open .menu_strip_container {
  position: fixed;
  bottom: 0;
}

.menu.darkgreen h4 {
  color: #ebebd4;
  margin-bottom: 10px;
}

.menu.darkgreen .nav_link_sub span {
  color: #ebebd4;
}

.menu.darkgreen .nav_link_sub:hover span {
  color: #82c780;
}

.overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: -9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
}

.overlay.open {
  height: 100%;
  opacity: 0.7;
  z-index: 50;
}

#panel_overlay.open {
  height: 100%;
  opacity: 0.7;
  z-index: 99;
}

.menu_inner .nav_link_container {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.menu_inner.open .nav_link_container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.offer {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  line-height: 1.4;
  display: none;
}

/*
@media (max-width:375px){
  .offer strong{
    font-size:14px;
  }
}

@media (max-width:335px){
  .offer strong{
    font-size:12px;
  }
}

.offer strong{
  font-size:13px;
  letter-spacing:0;
}

*/
@media (max-width: 992px) {
  .offer strong {
    font-size: 15px;
  }
}
.offer h5 {
  margin-bottom: 0;
}

.offer a {
  border-bottom: 1px solid #003d3b;
  text-decoration: none;
}

/*
@media (min-width:992px){
  .offer a{
  text-decoration:none;
  border: 1px solid #212529;
  padding: 2px 10px;
  margin-left: 7px;
}
}
*/
.btn_faq,
.btn_login {
  border: 1px solid #003d3b;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.btn_faq h5,
.btn_login h5 {
  margin-bottom: 0;
}

.panel {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100vw;
  margin: auto;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 201;
  text-align: center;
}

.panel::-webkit-scrollbar {
  display: none;
}

.non_prescription_selection input[type=checkbox] {
  display: none;
}

.non_prescription_selection input[type=checkbox] + label {
  background-image: url(/assets/icons/check-85c404ff0bc713aa00f26fed3e4b946adbfdbfda1469def914ed8a22a543b2ba.svg);
  background-size: 32px;
  background-position: center left 6px;
}

@media (min-width: 992px) {
  .non_prescription_selection input[type=checkbox] + label {
    background-position: center left 14px;
  }
}
@media (min-width: 992px) {
  .panel .panel_inner {
    padding: 24px;
  }
}
.non_prescription_selection input[type=checkbox]:checked + label {
  background-image: url(/assets/icons/check-selected-df49dedd87a0312fb00a3b716e90d47289026f5c50ee0e81c68303da463b74bf.svg);
  background-color: #ebebd4;
}

.selection_checkbox {
  padding: 14px 0;
  padding-left: 44px;
  text-align: left;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  border: 1px solid #003d3b;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.panel_inner,
.cart_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.selection_checkbox:last-child {
  border-bottom: 1px solid #003d3b;
}

.selection_checkbox .price {
  color: #82c780;
  position: relative;
}

@media (min-width: 992px) {
  .selection_checkbox {
    padding: 23px 0;
    padding-left: 62px;
  }
  .selection_checkbox:hover {
    background-color: #ebebd4;
  }
}
.selection_checkbox .selection_image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .selection_checkbox .selection_image {
    right: 10px;
    width: 70px;
    height: 70px;
  }
}
.selection_checkbox.shampoo_conditioner .selection_image {
  background-image: url(/images/product/thumbnails/hair_shampoo-conditioner);
}

.selection_checkbox.vitamins .selection_image {
  background-image: url(/images/product/thumbnails/hair_vitamins);
}

.selection_checkbox.minoxidil .selection_image {
  background-image: url(/images/product/thumbnails/hair_dropper);
}

.star {
  background-image: url(/assets/icons/star-np-928459eb56623c845bc67b3892c1ef2872fdc87b3bf256c7bee00e5db497ccdb.svg);
  background-size: 9px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 1px solid #82c780;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 992px) {
  .star {
    background-size: 11px;
    width: 17px;
    height: 17px;
  }
}
.selection_checkbox .star {
  position: absolute;
  top: 6px;
  right: 6px;
}

.star_key {
  margin-top: 8px;
}

.star_key .star {
  position: relative;
  top: 4px;
}

.star_key span {
  position: relative;
}

/* Emoji */
.emoji {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .emoji {
    width: 130px;
    height: 130px;
  }
}
.emoji.doctor {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

.emoji.doctor_alt1 {
  background-image: url(/assets/emojis/doc-ok-efcc199dd2560c0ed25b9f257d089dc523b657fdfd35e4bd74583f028c361da9.png);
}

.emoji.phone {
  background-image: url(/assets/emojis/phone-03cb0ee354762d4358852b622940f16c07a984034ab07d479208ec219bcf5501.png);
}

/* Navigation */
.nav,
.menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 99;
}

.menu {
  top: 66px;
}

@media (min-width: 992px) {
  .menu {
    top: 80px;
  }
}
.menu_strip_container {
  background-color: white;
}

.menu_strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
}

.menu_strip_btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu_strip .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_strip .social_link a {
  margin-right: 9px;
}

.nav {
  /* box-shadow:0 0 50px rgba(0,0,0,0.06); */
  background-color: white;
}

.nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.wrapper {
  padding: 16px;
}

.menu .wrapper {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  padding-bottom: 30px;
}

.menu.open .wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media (min-width: 992px) {
  .wrapper {
    padding: 20px;
  }
}
.nav_link_container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav_link {
  text-decoration: none;
  cursor: pointer;
  margin-left: 25px;
  margin-right: 25px;
}

#menu_mobile .nav_link {
  margin-left: 0;
  margin-right: 0;
}

.nav .nav_link:not(.login) {
  display: none;
}

.nav_link_dropdown > :first-child {
  padding-right: 20px;
  position: relative;
}

.nav_link_dropdown > :first-child::after {
  content: "";
  display: block;
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -5px;
}

.nav_link_dropdown.open > :first-child::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.darkgreen .nav_link_dropdown > :first-child::after {
  background-image: url(/assets/icons/arrow-down-light-0b94799c6790517244ace1f44e43a5da53b591e4bdba46cab4ad438870da8a24.svg);
}

.nav .logo {
  width: 65px;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .nav .wrapper {
    padding: 20px 40px;
  }
  .nav .logo {
    width: 85px;
  }
  #menu_mobile {
    display: none;
  }
}
.nav .logo img {
  width: 100%;
}

#menu_what_we_treat,
#menu_about_us {
  display: none;
}

@media (min-width: 992px) {
  /*
    .body-container-wrapper{
    margin-top:80px;
  }

    */
  .nav_link,
  .nav .nav_link {
    display: inline-block;
  }
  .hamburger_container,
  #menu_mobile {
    display: none;
  }
  #menu_what_we_treat,
  #menu_about_us {
    display: block;
  }
}
.nav .btn {
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav_icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px;
  width: 34px;
  height: 34px;
  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;
  margin-left: auto;
  margin-right: auto;
  margin-right: 12px;
  text-decoration: none;
}

.hamburger {
  background-image: url(/assets/icons/hamburger-toggle-99b1527f3bb0301291b02e6b82c7bf023ee4f9c926d105d508ca1397375870e6.svg);
  background-position: 0 0;
  -webkit-transition: 0.2s all cubic-bezier(0.49, 0.18, 0.45, 0.94);
  transition: 0.2s all cubic-bezier(0.49, 0.18, 0.45, 0.94);
  margin-left: -4px;
}

.hamburger.open {
  background-position: 0 -34px;
}

@media (min-width: 992px) {
  .nav_icon {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .hamburger.open {
    background-position: 0 -40px;
  }
}
.cart {
  background-image: url(/assets/icons/cart-1-1d596b44e70e7e77f552b6a02b103d98f5ee8ee29810d1270a0adc0c57f9634f.svg);
  margin-left: 12px;
  background-size: 25px;
  background-position: center;
  position: relative;
}

.cart_no {
  font-size: 10px;
  background-color: transparent;
  color: #003d3b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  right: -8px;
  color: #ccc;
}
.cart_no.active {
  background-color: #82c780;
  color: white;
}

.login_container .btn {
  padding: 9px 20px;
}

@media (min-width: 992px) {
  .menu_inner {
    padding-left: 150px;
  }
  .menu .container-fluid {
    height: 100px;
    padding: 0;
  }
  .menu_inner .nav_link_container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.nav_link_dropdown_sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms ease, max-height 200ms ease;
  transition: opacity 200ms ease, max-height 200ms ease;
  opacity: 0;
}

.nav_link_dropdown_sub {
  margin-left: 25px;
}

#menu_mobile .nav_link_dropdown_sub {
  margin-left: 0;
}

.nav_link_dropdown_sub.open {
  opacity: 1;
  max-height: 80px;
}

.nav_link_sub {
  display: block;
  /* letter-spacing: 0.04rem; */
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

#menu_desktop .nav_link_sub {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}

#menu_mobile .nav_link_sub {
  padding-top: 9px;
  padding-bottom: 9px;
}

#menu_mobile .nav_link_sub span::after {
  border-color: transparent #003d3b;
}

#menu_desktop .nav_link_dropdown_sub.open .nav_link_sub {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#menu_desktop .nav_link_dropdown_sub.open .nav_link_sub:nth-child(1) {
  -webkit-transition: 0.2s opacity ease, 0.2s -webkit-transform ease;
  transition: 0.2s opacity ease, 0.2s -webkit-transform ease;
  transition: 0.2s transform ease, 0.2s opacity ease;
  transition: 0.2s transform ease, 0.2s opacity ease, 0.2s -webkit-transform ease;
}

#menu_desktop .nav_link_dropdown_sub.open .nav_link_sub:nth-child(2) {
  -webkit-transition: 0.2s opacity ease 0.1s, 0.2s -webkit-transform ease 0.1s;
  transition: 0.2s opacity ease 0.1s, 0.2s -webkit-transform ease 0.1s;
  transition: 0.2s transform ease 0.1s, 0.2s opacity ease 0.1s;
  transition: 0.2s transform ease 0.1s, 0.2s opacity ease 0.1s, 0.2s -webkit-transform ease 0.1s;
}

.menu {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  z-index: 98;
  max-height: 0;
  overflow: hidden;
  /*  transition:0.5s max-height cubic-bezier(0.56, 0.19, 0.42, 0.68);
   transition:.7s max-height ease;
      -webkit-transition:max-height 400ms ease;
     -moz-transition:max-height 400ms ease;
     -o-transition:max-height 400ms ease;
   */
  -webkit-transition: max-height 450ms ease;
  transition: max-height 450ms ease;
}

.menu_inner {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.menu_inner {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  /*transition: transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03); */
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
  transition: -webkit-transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
  transition: transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
  transition: transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03), -webkit-transform 0.4s cubic-bezier(0.12, 0.66, 0.48, 1.03);
}

.menu_inner.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}

.menu_inner .nav_link_container {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
}

.menu_inner.open .nav_link_container {
  opacity: 1;
}

/*
.l_step {
  height:0;
  opacity:0;
  transform:translateY(-10px);
  overflow:hidden;
  z-index:-1;
  transition:opacity 0.3s ease, transform 0.3s ease;
  width:100%;
  max-width:450px;
}

.menu.open{
  opacity:1;
  max-height:90px;
  overflow:visible;
}
  transform:translateX(0px);
  z-index:100;
} */
#menu_mobile,
.panel {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#menu_mobile .links_container {
  position: static;
  padding-bottom: 15rem;
}

#menu_mobile.open {
  max-height: 100vh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu .head {
  margin-top: 34px;
  margin-bottom: 17px;
  display: block;
}

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

#menu_mobile h4 {
  margin-bottom: 5px;
}

.user_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10%;
  text-decoration: none;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer !important;
  padding: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .user_link {
    padding: 12px 16px;
    margin-bottom: 0;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .user_link h4 {
    font-size: 14px;
  }
}

.user_link .user_link_icon {
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-top: -2px;
}

.contact_bar a:hover h5,
.contacts .contact_bar .contact_link h5 {
  color: #82c780;
}

.user_link_icon {
  width: 24px;
  background-position: left;
}

.nav_icon.account {
  background-image: url(/assets/icons/hamburger-c5fdd52cbcf09bf9e37620c38c29d48d0bcbd316c0ef347a3dc6eaf662508a2f.svg);
}

.nav_icon.profile {
  background-image: url(/assets/icons/user_profile-d0be99df38efaf4cf2623c7225b277aa77f5c78e3f3b562f8856332638a36659.svg);
}

.nav_icon.notifications {
  background-image: url(/assets/icons/sprites/dashboard_menu_bar_light-c9cb23fc82a450f448f8cf862bb82b144efd51358b4dca717dd381dc59cde85e.svg);
}

.nav_icon.new_msg {
  background-image: url(/images/icons/inbox_new_msg);
}

.nav_icon.no_new_msg {
  background-image: url(/assets/icons/inbox_no_msg-17b03c88d154f3528e812b951eee662022d3f7078e910c5b13691e425d69ccfb.svg);
}

.user_link#user_profile .user_link_icon {
  background-image: url(/assets/icons/sprites/profile_menu_bar_light-4bde4a06f8289b4b359fc23add96c8a35e16c23755af436dfffb14244280feab.svg);
}

.user_link#user_notifications .user_link_icon {
  background-image: url(/assets/icons/sprites/dashboard_menu_bar_light-c9cb23fc82a450f448f8cf862bb82b144efd51358b4dca717dd381dc59cde85e.svg);
}

.user_link#user_subscriptions .user_link_icon {
  background-image: url(/assets/icons/sprites/subs_menu_bar_light-39e89e28c320bb8a4ff47009aea768bbedc5fd245422fb6e0f7b8f3eb068c89a.svg);
}

.user_link#user_orders .user_link_icon {
  background-image: url(/assets/icons/sprites/order_menu_bar_light-336083bd7eed8e8c9a6fd0a8a3367f6ae44151ced47b03b3b2e20dd21d21a1fd.svg);
}

.user_link#user_appointments .user_link_icon {
  background-image: url(/assets/icons/sprites/appt_menu_bar_light-f0288ec7c1f54c3fc4bc6d1a84dfc6b98fc7ec413b564c558e87b2fd5b8bbbd7.svg);
}

.user_link#user_tasks .user_link_icon {
  background-image: url(/assets/icons/sprites/task_menu_bar_light-e81fd005d5cff97858273bd6ed11dabe146d21da047432bdc5f34c07571c0848.svg);
}

.user_link#user_addons .user_link_icon {
  background-image: url(/assets/icons/sprites/addon_menu_bar_light-3a9a94898c79f4e84bb59e0faf2a4cfa814fff2cc3e52115d275b3f356b5b690.svg);
}

.user_link#user_rewards .user_link_icon {
  background-image: url(/assets/icons/sprites/reward_menu_bar_light-c4288d6d5720cc908532cc6c75ebe048b55349bcd9eaa0b613799c97977a7562.svg);
}

.user_link#user_support .user_link_icon {
  background-image: url(/assets/icons/sprites/support_menu_bar_light-e60dc4d63a6a0cadca9fed0d982e040ebe93a9a19b18c4b401536c3823e84b23.svg);
}

@media (min-width: 992px) {
  .user_link {
    width: 100%;
  }
}
.user_link .user_link_icon {
  background-image: url(/assets/icons/moneybag-6bca294f3ca9fc4a015a8c04d9c096c6a6261c0cb7f6d991b756230f8b890306.png);
}

.user_link#user_referral {
  background: #82c780;
  border-radius: 0.75rem;
}

.profiles .user_link#user_profile,
.notifications .user_link#user_notifications,
.subscriptions .user_link#user_subscriptions,
.orders .user_link#user_orders,
.appointments .user_link#user_appointments,
.tasks .user_link#user_tasks,
.addons .user_link#user_addons,
.rewards .user_link#user_rewards,
.medical_support .user_link#user_medicalsupport,
.support .user_link#user_support {
  background: #daeed9;
  border-radius: 0.75rem;
}
.profiles .user_link#user_profile h4,
.notifications .user_link#user_notifications h4,
.subscriptions .user_link#user_subscriptions h4,
.orders .user_link#user_orders h4,
.appointments .user_link#user_appointments h4,
.tasks .user_link#user_tasks h4,
.addons .user_link#user_addons h4,
.rewards .user_link#user_rewards h4,
.medical_support .user_link#user_medicalsupport h4,
.support .user_link#user_support h4 {
  font-family: "MaisonNeue-Demi";
}

.user_link#user_medicalsupport .user_link_icon {
  background-image: url(/assets/icons/sprites/mc_menu_bar_light-0e0e7a0aec04717be12d383877f274b58dfd64da7919266b192d087baee05551.svg);
}

.medical_support #user_medicalsupport .user_link_icon {
  background-image: url(/assets/icons/sprites/mc_menu_bar-172bb585079b8f076cbb553ca16c44f3bb2956a62bb83281c202a89428aafacc.svg);
}

.profiles #user_profile .user_link_icon {
  background-image: url(/assets/icons/sprites/profile_menu_bar-fed0e9e6d2bed93d64b2e10d9e2e50664120361b1f7b1565885713acc1833f76.svg);
}

.notifications #user_notifications .user_link_icon {
  background-image: url(/assets/icons/sprites/dashboard_menu_bar-c9cb23fc82a450f448f8cf862bb82b144efd51358b4dca717dd381dc59cde85e.svg);
}

.subscriptions #user_subscriptions .user_link_icon {
  background-image: url(/assets/icons/sprites/subs_menu_bar-cf192b336e4f526318d82fac0cc433cf573934ef495db518cf2bf3aba46063b7.svg);
}

.orders #user_orders .user_link_icon {
  background-image: url(/assets/icons/sprites/order_menu_bar-82544e380c08c1eb52e2d4994f6b63c369f8ce647347659a8c84b36b75a882a6.svg);
}

.appointments #user_appointments .user_link_icon {
  background-image: url(/assets/icons/sprites/appt_menu_bar-d5d5b1d217e75ea41a959f736b01e75f651c54e072fd6c29eabe7af6a147e2e5.svg);
}

.tasks #user_tasks .user_link_icon {
  background-image: url(/assets/icons/sprites/task_menu_bar-bbe5f5110f6e9834799b5df8508553a2ba80205b007de15af8a126b01e672318.svg);
}

.addons #user_addons .user_link_icon {
  background-image: url(/assets/icons/sprites/addon_menu_bar-7e0288a18ae196a07971f71fb080446d2da41740a7608f5dbe59019947bc83f0.svg);
}

.rewards #user_rewards .user_link_icon {
  background-image: url(/assets/icons/sprites/reward_menu_bar-3e9025b5b2e4c26659724f2f6a8fd6e5694347fb930af920111eff3543280c65.svg);
}

.user_link h4 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  margin-bottom: 0;
  display: inline-block;
  font-family: "MaisonNeue-Book";
  font-size: 16px;
  letter-spacing: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: 16px;
}

#menu_mobile .nav_link_box {
  margin-bottom: 20px;
}

#menu_mobile .container-fluid {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), -webkit-transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), -webkit-transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
  transition: opacity 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03), -webkit-transform 0.3s cubic-bezier(0.22, 0.37, 0.48, 1.03);
}

.menu .nav_link_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#menu_mobile.open .menu_strip_container {
  position: fixed;
  bottom: 0;
}

.menu.darkgreen h4 {
  color: #ebebd4;
  margin-bottom: 10px;
}

.menu.darkgreen .nav_link_sub span {
  color: #ebebd4;
}

.menu.darkgreen .nav_link_sub:hover span {
  color: #82c780;
}

.loggedin_step > div > .user_link:nth-of-type(1) h4 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.loggedin_step > div > .user_link:nth-of-type(2) h4 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.loggedin_step > div > .user_link:nth-of-type(3) h4 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.loggedin_step > div > .user_link:nth-of-type(4) h4 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.loggedin_step > div > .user_link:nth-of-type(5) h4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.loggedin_step > div > .user_link:nth-of-type(6) h4 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.menu_inner .nav_link_container {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.active_notification h4::after {
  width: 7px;
  height: 7px;
  top: -4px;
  right: -11px;
  content: "";
  border-radius: 100px;
  position: relative;
  background-color: #c54801;
  display: inline-block;
}

.menu_inner.open .nav_link_container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Offer bar */
.offer {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .offer strong {
    font-size: 15px;
  }
}
.offer h5 {
  margin-bottom: 0;
}

.btn_faq,
.btn_login {
  border: 1px solid #003d3b;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.btn_faq h5,
.btn_login h5 {
  margin-bottom: 0;
}

/* Panels */
.overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: -9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
}

.overlay.open {
  height: 100%;
  opacity: 0.7;
  z-index: 50;
}

#panel_overlay.open {
  height: 100%;
  opacity: 0.7;
  z-index: 99;
}

.panel {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100vw;
  margin: auto;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 200;
  text-align: center;
}

.panel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .panel {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .panel {
    width: 33rem;
  }
}
.panel.open {
  right: 0 !important;
}

@media (min-width: 768px) {
  .btn.md-show {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .btn.md-show {
    display: inline-block;
  }
}
.panel .panel_inner {
  padding: 24px;
  height: 100%;
  padding-bottom: 0;
}

.cart_inner,
.pannel_inner {
  width: 100%;
}

.panel .container-fluid {
  height: 100%;
}

.panel_home .cart_inner {
  position: relative;
}

.panel_inner,
.cart_inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#panel_login .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}

.panel_home .panel_inner .row {
  width: 100%;
}

@media (min-width: 992px) {
  .panel.open {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
  }
}
.noscroll {
  overflow: hidden;
}

.cart_plan {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 25px;
}

.cart_plan_info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.5s ease;
  transition: max-height 0.3s ease, opacity 0.5s ease;
}

.cart_plan_info.md-hide.open {
  padding-top: 10px;
}

.cart_heading {
  display: inline;
  position: relative;
}

/*
.cart_heading::after{
      content: '1';
    display: block;
    background-color: white;
    width: 17px;
    height: 17px;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    right: -24px;
    font-size: 70%;
    padding-left:2px;
    padding-top:1px;
    border:1px solid #212529;
}
*/
.cart_inner {
  height: 0;
  visibility: hidden;
}

.cart_inner > div {
  width: 100%;
}

#cart_empty_default {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart_inner .magnifying_glass {
  background-image: url(/assets/emojis/magnifying_glass-71eeea5ba605e640906078e7b823dc7f0512479185980e7c394ffe5f9c9fb51f.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  margin-bottom: 1rem;
  display: block;
}

.cart_inner.active {
  height: 100%;
  visibility: visible;
}

.cart_plan_info.open {
  max-height: 70px;
  opacity: 1;
  overflow: visible;
}

#cart_empty .btn,
#panel_learn .btn {
  margin-top: 0;
  margin-bottom: 13px;
}

#panel_learn h4 {
  margin-bottom: 1rem;
}

.menu_inner.darkgreen .nav_link:hover h4 {
  color: #82c780;
}

.menu_inner.darkgreen .nav_link.nav_link_dropdown:hover h4 {
  color: #ebebd4;
}

.steps .panel_steps_inner {
  height: 100%;
  text-align: left;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .steps .panel_steps_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 30px;
    margin-top: 0;
  }
}
.steps .btn {
  margin-top: 2rem;
}

.steps .panel_steps_inner .panel_step {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .steps .btn {
    margin-top: 2.5rem;
  }
  .steps .panel_steps_inner .panel_step {
    margin-top: 30px;
  }
}
.steps .btn {
  display: none;
}

.steps.hair .hair_start {
  display: block;
}

.steps.sex .sex_start {
  display: block;
}

.steps.skin .skin_start {
  display: block;
}

.steps .fineprint {
  max-width: 290px;
  display: block;
}

@media (min-width: 992px) {
  .steps.fineprint {
    max-width: 340px;
  }
}
.steps .discount_approved {
  padding: 5px 5px 5px 20px;
  background-position: top 12px left;
  margin-right: auto;
  margin-left: auto;
  background-image: url(/assets/icons/tick-green-0c191c21551f7697c797a4c5c68b09cce87144050b7dc706bb0feabfdbfe0fd5.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 992px) {
  .steps .discount_approved {
    display: inline-block;
  }
}
.panel_step h4 {
  position: relative;
  display: inline-block;
}

/* Slice image */
.slice .slice_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 70%;
  height: 0;
}

@media (min-width: 992px) {
  .slice .slice_image {
    height: auto;
    padding-bottom: 0;
    min-height: 650px;
  }
  .slice .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* Modals */
.modal-content {
  border: 0 !important;
  border-radius: 0;
}

.modal-header {
  border-bottom: 0;
}

.modal {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.modal-dialog {
  margin-top: 10vh;
}

/* Floating button */
.floater {
  position: fixed;
  padding: 15px;
  width: 100%;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: white;
  opacity: 1;
  /*box-shadow: 0px 0px 50px rgba(0,0,0,0.08);*/
}

@media (min-width: 992px) {
  .floater .btn {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.floater.autohide {
  bottom: -107px;
  opacity: 0;
}

.floater.autohide.reveal {
  bottom: 0;
  opacity: 1;
}

.floater_text .btn {
  margin-top: 14px;
}

@media (min-width: 768px) {
  .floater.mobile_only {
    display: none;
  }
}
.last4digits_icon {
  max-width: 60px;
  background-image: url(/assets/icons/last-4-digits-ddc2d80504c46f691544b609f72db8c74e669620e3eea110d0698d97b2daf17f.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center top 12px;
  height: 52px;
}

.l_step {
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  overflow: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  max-width: 450px;
}

.l_step.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  z-index: 100;
}

.forgotpasswordForm {
  margin-top: 1rem;
}

a.resend_link {
  margin-top: 1rem;
  display: block;
}

.forgotpasswordsubmitted_step p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.l_step_link {
  display: block;
  padding: 18px 0;
  text-decoration: none;
  -webkit-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
  text-align: left;
}

.l_step_link:hover {
  padding-left: 8px;
}

.l_step_link h4 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.logout_link > h4 > span {
  background-image: url(/assets/icons/user_logout-9a63f794e93dea5ffc3b4b4ddf3d618ef39545677a4c9fb45f901067bca9bb07.svg);
  background-repeat: no-repeat;
  padding-right: 35px;
  background-position: top 1px right;
  background-size: 24px;
}

.loggedin_step {
  width: 100%;
  display: grid;
}

.loggedin_step.active .l_step_link h4 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.loggedin_step > div > .l_step_link:nth-of-type(1) h4 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.loggedin_step > div > .l_step_link:nth-of-type(2) h4 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.loggedin_step > div > .l_step_link:nth-of-type(3) h4 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.loggedin_step > div > .l_step_link:nth-of-type(4) h4 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.loggedin_step > div > .l_step_link:nth-of-type(5) h4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.loggedin_step > div > .l_step_link:nth-of-type(6) h4 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.notification-number-warp {
  margin-left: auto;
  margin-right: 0;
  border-radius: 4px;
  background: #c54801;
}

.notification-number-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  color: white;
  float: right;
  font-family: MaisonNeue-Demi;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#forgotpasswordSubmit {
  margin-top: 1rem;
}

#l_step_link_notifications h4::after {
  width: 5px;
  height: 5px;
  top: -5px;
  right: -11px;
  content: "";
  border-radius: 100px;
  position: relative;
  background-color: #c54801;
  display: inline-block;
}

#l_step_link_logout h4::after {
  background-image: url(/images/icons/logout);
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 1px;
  left: 10px;
  position: relative;
}

.confirm_totals {
  padding: 5px 0;
}

.confirm_totals.wide {
  padding: 15px 0;
}

#psych_total_nonbb_addon .confirm_totals.wide {
  padding: 10px 0;
}

.confirm_totals.confirm_totals_grandtotal {
  border-top: 1px solid #003d3b;
  border-bottom: 1px solid #003d3b;
}

.confirm_totals.confirm_totals_subtotal {
  border-top: 1px solid rgba(0, 61, 59, 0.2);
}

/* Tooltip */
.tool_tip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tool_tip .tool_tip_text {
  visibility: hidden;
  width: 250px;
  margin-left: -93px;
  background-color: #003d3b;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tool_tip .tool_tip_text.light {
  background-color: #fff;
  color: #003d3b;
}

.tool_tip .tool_tip_text img {
  width: 100%;
  max-width: 220px;
}

@media (min-width: 992px) {
  .tool_tip .tool_tip_text {
    margin-left: -133px;
  }
}
.tool_tip .tool_tip_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 34%;
  border-width: 8px;
  border-style: solid;
  border-color: #003d3b transparent transparent transparent;
}

@media (min-width: 992px) {
  .tool_tip .tool_tip_text::after {
    left: 50%;
  }
}
.tool_tip .tool_tip_text.light::after {
  border-color: #fff transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tool_tip:hover .tool_tip_text {
  visibility: visible;
  opacity: 1;
}

.vertical_sex .vertical_bg_img {
  background-position: 83% 50%;
}

.vertical_hair .vertical_bg_img {
  background-position: 45% 50%;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .vertical_hair .vertical_bg_img {
    background-position: 19% 50%;
  }
}

.arrow_link_container {
  margin-top: 45px;
  display: inline-block;
}

.arrow_link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  margin-bottom: 20px;
}

.arrow_link:last-child {
  margin-bottom: 0;
}

.arrow_link h4 {
  display: inline-block;
  margin-bottom: 0;
}

.arrow_link h4::after {
  content: "";
  display: inline-block;
  border-color: transparent #c54801;
  border-style: solid;
  border-width: 8px 0px 8px 10px;
  height: 0px;
  width: 0px;
  margin-left: 12px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.arrow_link:hover {
  opacity: 0.7;
}

.arrow_link:hover h4::after {
  margin-left: 16px;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.vertical_dropdown .click {
  display: none;
}

@media (min-width: 992px) {
  .vertical_dropdown .click {
    display: inline;
  }
  .vertical_dropdown .tap {
    display: none;
  }
}
#trustpilot_widget {
  max-width: 287px;
  display: inline-block;
}

/*
  @media (min-width:1200px){
    #trustpilot_widget{
      margin-left:-28px;
    }
  }
  */
.nav {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* GLOBAL */
#global-alert {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  margin: 1rem;
  width: 30%;
  min-width: 300px;
}

#global-alert.close {
  font-size: 1rem;
}

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

.alert-box + section.section {
  margin-top: rem-calc(20);
}

body.quizzes > div > .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.quiz_fineprint,
.no_choice_error,
.trustpilot_widget_container {
  font-size: 0.75em;
}

.trustpilot_widget_container {
  font-size: 0.85em;
}

@media (min-width: 992px) {
  .quiz_fineprint,
  .no_choice_error,
  .payment_form_err_text {
    font-size: 0.85em;
  }
}
.floating_btn .payment_form_err.reveal {
  margin-bottom: 8px;
  padding-top: 0px;
}

.assigned_doctor_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: left;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 20px;
  min-height: 180px;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assigned_doctor_container.reveal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.assigned_doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.assigned_doctor h6 {
  font-size: 21px;
}

@media (max-width: 992px) {
  .assigned_doctor > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px;
  }
  .assigned_doctor > div:last-child {
    max-width: 130px;
  }
}
.assigned_doctor > div:last-child {
  padding-left: 25px;
}

@media (min-width: 992px) {
  .assigned_doctor_container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .assigned_doctor > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .assigned_doctor > div:last-child {
    width: 140px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.trustpilot_widget_container {
  max-width: 240px;
  max-width: none;
}

.assigned_doctor_collapse {
  position: relative;
  display: inline-block !important;
  margin-top: 14px;
  margin-bottom: 10px;
  text-decoration: underline !important;
}

@media (min-width: 992px) {
  .assigned_doctor_collapse {
    margin-top: 22px;
  }
}
.assigned_doctor_collapse::after {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-image: url(/assets/icons/arrow-down-small-dark-8f57cb4ba6f2c90a93413c7485889da4b4216aec3e5fd83adde1f2136a250eb0.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: -20px;
  top: 0;
}

.assigned_doctor_collapse.expand::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.assigned_doctor_collapse_text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  line-height: 1.3;
}

.assigned_doctor_collapse_text > div {
  padding-bottom: 40px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 500px;
}

.assigned_doctor_collapse_text.expand {
  max-height: 150px;
  opacity: 1;
  padding-top: 15px;
}

.assigned_doctor_collapse_text.expand > div {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.assigned_doctor_image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.assigned_doctor_image.moran {
  background-image: url(/assets/doctors/headshots/james-moran-307bc285329d425661f9d1a9769c34975055fee7bf248685813f388a353144f7.jpg);
}

@media (min-width: 992px) {
  .assigned_doctor_collapse_text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.discount_code_link a {
  text-decoration: underline !important;
}

.discount_code_link h5 {
  display: inline;
}

.discount_code_link {
  margin-top: 8px;
}

.discount_code_link a {
  padding-right: 25px;
  position: relative;
}

.discount_code_link a::after {
  content: "";
  display: block;
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.discount_code_link.reveal a::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.discount_input_row {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.discount_input_row.reveal {
  max-height: 150px;
  opacity: 1;
}

#discount_row .btn {
  margin-top: 4px;
}

#confirm_paymentfrequency,
#confirm_carddetails,
#confirm_address {
  margin-top: 60px;
}

#plan_summary {
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #plan_summary {
    margin-top: 30px;
  }
  #pricing_summary {
    margin-bottom: 15px;
  }
}
.payment_frequency > a,
.payment_frequency > label {
  display: block;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding: 20px;
  padding-left: 50px;
  background-position: center right 10px;
  background-size: 62px;
  background-repeat: no-repeat;
}

.payment_frequency > a:last-child,
.payment_frequency > label:last-child {
  margin-bottom: 0px;
}

.payment_frequency > a > div,
.payment_frequency > label > div {
  position: relative;
}

.payment_frequency > .active,
.payment_frequency input:checked + label {
  border-color: #003d3b;
  background-color: #82c780;
}

@media (min-width: 992px) {
  .payment_frequency > a,
  .payment_frequency > label {
    padding: 25px;
    padding-left: 70px;
  }
  .payment_frequency > a:hover,
  .payment_frequency > label:hover {
    border-color: #003d3b;
  }
  .payment_frequency > a,
  .payment_frequency > label {
    background-size: 70px;
  }
  .payment_frequency > .payment_frequency_quarterly {
    background-size: 95px;
  }
}
.payment_frequency > .payment_frequency_quarterly {
  background-image: url(/assets/icons/credit-cards-3-fc3664478693d946335692bc2bff150337a07945bc364f812acc9ddde927948e.png);
  background-size: 95px;
}
@media (min-width: 768px) {
  .payment_frequency > .payment_frequency_quarterly {
    background-size: 103px;
  }
}
.payment_frequency > .payment_frequency_monthly {
  background-image: url(/assets/icons/zip-2-e2aed82fe810acd0777701b3ba2c62151bc637b82fe2f3685bd0de3dabeeb266.svg);
  background-size: 57px;
}

.ma_step .back_arrow {
  top: 105px;
}

.back_arrow {
  display: block;
  position: absolute;
  top: 50px;
  left: 15px;
  width: 21px;
  height: 21px;
  background-image: url(/assets/icons/arrow-left-tail-dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 95;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.back_arrow.light {
  background-image: url(/assets/icons/arrow-left-tail-light-d020e19a44af8cb64ebdc56202c31fb050bf35452015b7b587997d37864201da.svg);
}

.back_arrow.disabled {
  opacity: 0;
}

@media (min-width: 992px) {
  .back_arrow {
    top: 0px;
  }
}
.return_back {
  width: 72px;
  height: 72px;
  z-index: 97;
  background-size: 21px;
  top: 0;
  left: 0;
  position: fixed;
}

.panel .panel_inner {
  height: 100%;
  min-height: 640px;
}

.dob {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.dob > select:nth-child(2),
.dob > input:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 370px) and (max-width: 768px) {
  .dob > select:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dob > select:first-child,
  .dob > select:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    min-width: 100px;
  }
}
.text-muted {
  color: inherit !important;
  opacity: 0.5;
}

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

.preload div {
  width: 1px;
  height: 1px;
}

.preload {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  bottom: -9999px;
}

.async_header {
  /* margin-top:-55px; */
  padding-top: 105px;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .async_header {
    padding-top: 175px;
  }
}
.async_header h5 {
  color: #82c780;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .ma_step h3 {
    font-size: 40px;
  }
  .async_header h3 {
    font-size: 45px !important;
  }
}
.radio_switch_container {
  min-height: 56px;
  margin-top: 5px;
}

.nav_link.account {
  padding-right: 0;
}
.nav_link.account h5 {
  margin-bottom: 0;
}

.async_title {
  margin-bottom: 1rem;
}

.selection_display input {
  display: none !important;
}

.selection_display input + label {
  display: block;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding: 25px;
  padding-left: 47px;
  padding-right: 5px;
  background-position: center right 10px;
  background-size: 62px;
  background-repeat: no-repeat;
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.selection_display input + label:hover {
  border-color: #003d3b;
}

.selection_display input + label:last-child {
  margin-bottom: 0px;
}

.selection_display input + label > div:first-child {
  position: relative;
}

.selection_display input + label > div:first-child::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #003d3b;
  background-size: 9px;
  position: absolute;
  left: -33px;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.selection_display input:checked + label div:first-child::before {
  background-image: url(/assets/icons/circle-fb7331dc5fb8fe56ce52737326639132c126a61cec77e69815583cb657c587c2.svg);
}

@media (min-width: 992px) {
  .selection_display input + label:hover > div:first-child::before {
    background-image: url(/assets/icons/circle-fb7331dc5fb8fe56ce52737326639132c126a61cec77e69815583cb657c587c2.svg);
  }
}
.selection_display input:checked + label {
  border-color: #003d3b;
  background-color: #82c780;
}

.selection_display input:checked + label .green_text {
  color: white;
}

.selection_display .selection_price {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selection_display input:checked + label .selection_price {
  color: white;
}

.floating_btn .billing_hide {
  opacity: 0.5;
}

/* DOD WIDGET */
.controls {
  left: 0px;
  top: 6px;
}

@media (max-width: 992px) {
  .quickscript_credit_card_form_2 .back_button {
    top: 4.5rem;
    left: 20px;
  }
  #pane_4 p:first-child {
    max-width: 20ch;
  }
}
.dod_widget {
  max-width: 600px;
  min-height: 640px;
  margin-left: auto;
  margin-right: auto;
}

#final_step .dod_widget {
  min-height: 610px;
}

.dod_widget #pane_1 {
  padding-top: 7rem;
  background-repeat: no-repeat;
  background-image: url(/assets/illustrations/gifs/doc-ipad-356e385fabbaa4f0cbe437958f528707b2818671765a736b1b887224c36c909a.gif);
  background-size: 160px;
  background-position: top center;
}

.dod_widget #pane_1.booking_error,
#doctor #meeting.booking_error {
  background-image: url(/assets/illustrations/doc-ipad-error-badba775b1ff86d1a6dbad80a644d16734b0d9c4bfa96e8cc8a259b3adbe6c4a.png);
}

.dod_widget #pane_1.double_booking {
  background-image: url(/assets/illustrations/gifs/doc-ipad-sleep-3de4858c44ec12da36b334527687e0aa43e1d9ce9f3659c15b40a944319c1a79.gif);
}

.dod_widget #pane_1.booking_error,
.dod_widget #pane_1.double_booking,
#doctor #meeting.booking_error {
  background-size: 180px;
  padding-top: 7.5rem;
  min-height: auto;
}
@media (min-width: 768px) {
  .dod_widget #pane_1.booking_error,
  .dod_widget #pane_1.double_booking,
  #doctor #meeting.booking_error {
    margin-top: 13vh;
  }
}

.dod_widget .checkEmailSpinner {
  margin-bottom: 1em;
}

.dod_widget h4 {
  max-width: 21ch;
}

.dod_widget .nextAvailable {
  font-weight: 400;
  padding-top: 0.6rem;
  min-height: 60px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dod_widget .icon {
  width: 150px;
}

.dod_widget .checkEmailSpinner {
  margin-bottom: 1em;
}

.dod_widget .icon,
.icon.quiz-icon {
  width: 150px;
}

.assigned_doctor_image.moran {
  background-image: url(/assets/doctors/headshots/james-moran-307bc285329d425661f9d1a9769c34975055fee7bf248685813f388a353144f7.jpg);
}

.dod_widget h1 {
  max-width: 25ch;
  margin-bottom: 1rem;
}

.dod_widget .info {
  width: 13px;
  display: inline-block;
  position: relative;
  display: none;
}

.dod_widget #meeting-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding-bottom: 1.8rem;
}

.dod_widget #meeting-btn .btn2 {
  width: 50%;
  display: inline;
}

.dod_widget #meeting-btn .btn2:first-child {
  padding-right: 0.5rem;
}

.dod_widget #meeting-btn .btn2:last-child {
  padding-left: 0.5rem;
}

.dod_widget #meeting-btn .btn-ghost {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.dod_widget #meeting-btn .btn-ghost:hover {
  border-color: #ccc !important;
}

.dod_widget #btn_1 {
  font-size: 1.3rem !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.dod_widget #pane_back {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding-top: 9px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  display: none;
}

.dod_widget #pane_back img {
  width: 10px;
}

.dod_widget #pane_back:hover {
  opacity: 0.6;
}

.dod_widget #pane_2,
.dod_widget #pane_3,
.dod_widget #pane_4 {
  display: none;
  padding-top: 1rem;
}

@media (max-width: 992px) {
  .dod_widget #pane_2,
  .dod_widget #pane_3,
  .dod_widget #pane_4 {
    padding-top: 0;
  }
  .dod_booking_pay_section {
    padding-top: 6rem;
  }
}
.booking_payment_and_address {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .booking_payment_and_address {
    margin-top: 2rem;
  }
}
.dod_widget table.calendar {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #003d3b;
  margin-bottom: 2.2rem;
}

.dod_widget th,
.dod_widget td {
  text-align: left;
  font-size: 14px;
  width: 14.285714286%;
}

.dod_widget td div,
.dod_widget th div,
.dod_widget td .day {
  padding: 15px 20px 20px 15px;
  margin: 0px;
  border-bottom: 1px solid #003d3b;
  width: 100%;
}

.dod_widget h5 {
  margin-bottom: 0;
}

.dod_widget td {
  padding: 0;
}

.dod_widget th div {
  border: 0;
}

.dod_widget th h3 {
  font-weight: 300 !important;
}

.dod_widget th div {
  padding-top: 8px;
  padding-bottom: 8px;
}

.dod_widget td .day {
  -webkit-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  cursor: pointer;
}

.dod_widget #today {
  border-bottom: 1px solid #003d3b;
}

.dod_widget #time-form input[type=radio] {
  display: none;
}

.dod_widget h5,
.laterDate {
  color: #003d3b !important;
}

.dod_widget td .day:hover {
  background-color: #fff;
  border-bottom-color: #fff;
}

.dod_widget .todayDate,
.dod_widget .tomorrowDate,
.laterDate {
  display: block;
  /* border-bottom:1px solid #003d3b; */
  /* padding-top: 0.5rem; */
}

.dod_widget .time_container {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.dod_widget .time,
.dod_widget .time2 {
  border: 1px solid rgba(0, 61, 59, 0.5);
  background-color: white;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  display: inline-block;
  /* margin: 0.3rem 0.15rem; */
  /* width: 115px; */
  font-size: 14px;
  -webkit-transition: all 0.07s ease-in;
  transition: all 0.07s ease-in;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  min-height: 40px;
  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;
  border-radius: 6px;
}

.dod_widget .time:hover,
.dod_widget .time2:hover {
  background-color: #fff;
  background-color: #ebebd4;
}

.dod_widget input[type=radio]:checked + label,
.dod_widget input[type=radio]:checked + label:hover {
  background-color: #82c780;
  border-color: #82c780;
  color: white;
}

#time_container {
  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;
  margin-left: -4px;
  margin-right: -4px;
}

.dod_widget #pane_3 .months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dod_widget #pane_3 .months > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.months_nav {
  background-size: 14px;
  background-repeat: no-repeat;
  height: 16px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .months_nav {
    /*background-size:12px;
    background-size:18px; */
    height: 30px;
  }
}
.months_nav.months_left {
  background-image: url(/assets/icons/arrow-left-tail-dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
  background-position: center left;
}

.months_right {
  background-image: url(/assets/icons/arrow-right-tail-dark-51f8849465869e64d6da08f2353baf0ae5af60f588b07a6e8e1d56d674933f40.svg);
  background-position: center right;
}

.months_nav.dod_widget .months_nav {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.dod_widget .months_nav:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .dod_widget #pane_3 p,
  .dod_widget #pane_2 p {
    max-width: 22ch;
  }
  .dod_widget {
    min-height: 560px;
  }
  .dod_widget td div,
  .dod_widget th div,
  .dod_widget td .day {
    padding: 25% 0% 25% 20%;
  }
  .dod_widget th div {
    padding-bottom: 15%;
  }
  .dod_widget #btn_1 {
    font-size: 1rem !important;
  }
  .dod_widget {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding: 0;
  }
  .dod_widget .dod_widget .icon,
  .icon.quiz-icon {
    width: 100px;
  }
  .dod_widget #meeting-btn {
    padding-bottom: 1.2rem;
  }
  .dod_widget .dod_widget h1 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .dod_widget .quiz-header {
    padding-top: 0 !important;
  }
  .dod_widget #pane_back {
    padding-top: 4px;
    padding-left: 7px;
  }
  .dod_widget #pane_back img {
    width: 7px;
  }
  .dod_widget .time,
  .dod_widget .time2 {
    /* margin: 1% 0.5%;
        width: 30%; */
  }
  .dod_widget .dod_widget .info {
    top: -1px;
  }
}
/* CALENDAR */
.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar thead {
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.ui-datepicker-calendar thead th {
  padding-bottom: 8px;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 12px;
}

.ui-datepicker-title {
  font-family: "MaisonNeue-Demi";
  color: #003d3b;
  font-size: 14px;
}
@media (min-width: 992px) {
  .ui-datepicker-title {
    font-size: 16px;
    padding: 10px 0 13px 0;
  }
}

.ui-datepicker-header {
  position: relative;
  padding-bottom: 9px;
  padding-top: 15px;
  /*  margin-bottom: 15px; */
}

.ui-datepicker-header a {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: auto;
  right: auto;
  background-size: 16px;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (min-width: 992px) {
  .ui-datepicker-header a {
    top: 24px;
  }
}

.ui-datepicker-header a:hover {
  opacity: 1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  background-image: url(/assets/icons/arrow-left-tail-dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
  background-position: center left;
  left: 14px;
}

.ui-datepicker-header a.ui-state-disabled,
.ui-datepicker-unselectable {
  color: rgba(0, 61, 59, 0.1);
  cursor: default;
}

.ui-datepicker-header a.ui-datepicker-next {
  background-image: url(/assets/icons/arrow-right-tail-dark-51f8849465869e64d6da08f2353baf0ae5af60f588b07a6e8e1d56d674933f40.svg);
  background-position: center right;
  right: 14px;
}

#datepicker {
  margin-top: 1rem;
  margin-bottom: 2rem;
  pointer-events: all;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#datepicker.loading {
  pointer-events: none;
}

#datepicker::after,
#dod-time-select::after {
  content: "";
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: 17px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
@media (min-width: 992px) {
  #datepicker::after,
  #dod-time-select::after {
    top: 25px;
  }
}

#datepicker.loading::after,
#dod-time-select.loading::after {
  opacity: 1;
}

#datepicker > div,
#dod-time-select * {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#datepicker.loading > div,
#dod-time-select.loading * {
  opacity: 0.2;
}

#dod-time-select {
  position: relative;
}

#datepicker .ui-datepicker-title {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#datepicker.loading .ui-datepicker-title {
  opacity: 0;
}

.dod_widget {
  border: 0;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.dod_widget .time,
.dod_widget .time2 {
  /* width:121px; */
  margin-bottom: 9px;
  width: calc(20% - 8px);
}
@media (min-width: 768px) {
  .dod_widget .time,
  .dod_widget .time2 {
    width: calc(16.66% - 8px);
  }
}

.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-calendar td {
  margin: 0;
  padding: 0;
  height: 50px;
}
@media (min-width: 992px) {
  .ui-datepicker-calendar td {
    height: 60px;
  }
}

.ui-datepicker-calendar td a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td {
  text-align: center;
  background-color: white;
}

.ui-datepicker-calendar td a:hover {
  background-color: #ebebd4;
}

.ui-datepicker-calendar td a.ui-state-active {
  border-color: #82c780;
  background-color: #82c780;
  color: white;
}

.renewal_model .ui-datepicker-calendar td a.ui-state-active {
  border-color: #82c780;
  background-color: #82c780;
}

#datepicker thead tr {
  border: 0 !important;
}

#datepicker td.ui-datepicker-unselectable {
  border-bottom: 0;
}

.dod_widget #datepicker {
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 61, 59, 0.3);
  border: 1px solid rgb(0, 61, 59);
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  padding: 0 10px 10px;
}

#dod-appointment .container {
  padding-top: 110px;
  padding-bottom: 90px;
}

@media (min-width: 992px) {
  #dod-appointment .container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  #meeting h3 {
    margin-bottom: 30px;
  }
}
.dod_back {
  display: block;
  position: fixed;
  top: 23px;
  left: 15px;
  width: 21px;
  height: 21px;
  background-image: url(/assets/icons/arrow_tail_left_small_dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 96;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 992px) {
  .dod_back {
    top: 0px;
    left: 0;
    background-size: 21px;
    width: 72px;
    height: 72px;
    position: fixed;
  }
}

textarea,
input[type=text],
input[type=number],
input[type=email],
select,
input[type=search],
input[type=password],
input[type=tel] {
  border: 1px solid #003d3b;
  padding: 20px;
  color: #003d3b;
  min-height: 66px;
}

select {
  padding-right: 50px;
}

.dropdown_item {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.dropdown_item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 13px;
  background-image: url(/assets/icons/arrow-down-small-dark-8f57cb4ba6f2c90a93413c7485889da4b4216aec3e5fd83adde1f2136a250eb0.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: -30px;
  left: auto;
  margin: auto;
}

.dropdown_item.reveal::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapse_link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.collapse_link > * {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: underline;
}

.collapse_link.small > * {
  font-size: 12px;
}

.collapse_link > *::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: auto;
  height: 11px;
  width: 11px;
  background-image: url(/assets/icons/arrow-down-small-dark-8f57cb4ba6f2c90a93413c7485889da4b4216aec3e5fd83adde1f2136a250eb0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collapse_link.plus > *::after {
  background-image: url(/assets/icons/plus-small-dark-2afd6bf4f6db54ee5d96bbf61da40e6df9786ad7b2acb1d85ce1a6fb36338303.svg);
  height: 13px;
  width: 13px;
}

.collapse_link.small > *::after {
  height: 10px;
  width: 10px;
  right: -16px;
  top: -2px;
}

.collapse_link.reveal > *::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapse_link.plus.reveal > *::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.collapse_link.collapse_link_black {
  color: black !important;
}

.collapse_link.collapse_link_black.plus > *::after {
  background-image: url(/assets/icons/plus-small-black-0b0f3fc122e84ec6c37775bffd172a1a4177c4ab29ce47446868033073014c3a.svg);
  -webkit-transition: none;
  transition: none;
}

.collapse_link.collapse_link_black.plus.reveal > *::after {
  background-image: url(/assets/icons/minus-small-black-1a9d03f27e8afa64c76c7b5d796f679db27c4da916bf609c948ac36986d5a7b8.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.collapse_link_fullwidth > * {
  display: block;
}

.collapse_link_fullwidth > *::after {
  right: 5px;
}

.collapse_item {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.collapse_item.reveal {
  max-height: 10000px;
  opacity: 1;
}

.nav_links.profile_container,
.nav_links.notifications_container {
  display: none;
}

.nps {
  display: none;
}

/* Global.scss */
#global-alert {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  margin: 1rem;
  width: 30%;
  min-width: 300px;
}
#global-alert .close {
  font-size: 1rem;
}

.alert-box {
  text-align: center;
}
.alert-box + section.section {
  margin-top: rem-calc(20);
}

.quiz_logo {
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/logo/mosh_logo_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 32px;
  display: block;
  background-position: center;
  z-index: 200;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}

.quiz_logo.dark {
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/logo/mosh_logo_darkgreen.svg");
}

body.quizzes > div > .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.quiz_fineprint,
.no_choice_error,
.trustpilot_widget_container {
  font-size: 0.75em;
}

.trustpilot_widget_container {
  font-size: 0.85em;
}

@media (min-width: 992px) {
  .quiz_fineprint,
  .no_choice_error,
  .payment_form_err_text {
    font-size: 0.85em;
  }
}
.floating_btn .payment_form_err.reveal {
  margin-bottom: 8px;
  padding-top: 0px;
}

.assigned_doctor_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: left;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 20px;
  min-height: 180px;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assigned_doctor_container.reveal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.assigned_doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.assigned_doctor h6 {
  font-size: 21px;
}

@media (max-width: 992px) {
  .assigned_doctor > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px;
  }
  .assigned_doctor > div:last-child {
    max-width: 130px;
  }
}
.assigned_doctor > div:last-child {
  padding-left: 25px;
}

@media (min-width: 992px) {
  .assigned_doctor_container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .assigned_doctor > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .assigned_doctor > div:last-child {
    width: 140px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.trustpilot_widget_container {
  max-width: 240px;
  max-width: none;
}

.assigned_doctor_collapse {
  position: relative;
  display: inline-block !important;
  margin-top: 14px;
  margin-bottom: 10px;
  text-decoration: underline !important;
}

@media (min-width: 992px) {
  .assigned_doctor_collapse {
    margin-top: 22px;
  }
}
.assigned_doctor_collapse::after {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/arrow_down_small_dark.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: -20px;
  top: 0;
}

.assigned_doctor_collapse.expand::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.assigned_doctor_collapse_text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  line-height: 1.3;
}

.assigned_doctor_collapse_text > div {
  padding-bottom: 40px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 500px;
}

.assigned_doctor_collapse_text.expand {
  max-height: 150px;
  opacity: 1;
}

.assigned_doctor_collapse_text.expand > div {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 992px) {
  .assigned_doctor_collapse_text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.discount_code_link a {
  text-decoration: underline !important;
}

.discount_code_link h5 {
  display: inline;
}

.discount_code_link {
  margin-top: 8px;
}

.discount_code_link a {
  padding-right: 25px;
  position: relative;
}

.discount_code_link a::after {
  content: "";
  display: block;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/dropdown_dark.svg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.discount_code_link.reveal a::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.discount_input_row {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.discount_input_row.reveal {
  max-height: 150px;
  opacity: 1;
}

#discount_row .btn {
  margin-top: 4px;
}

#confirm_paymentfrequency,
#confirm_carddetails {
  margin-top: 60px;
}

#plan_summary {
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #plan_summary {
    margin-top: 30px;
  }
  #pricing_summary {
    margin-bottom: 15px;
  }
}
.payment_frequency > a {
  display: block;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding: 20px;
  padding-left: 50px;
  background-position: center right 10px;
  background-size: 62px;
  background-repeat: no-repeat;
}

.payment_frequency > a:last-child {
  margin-bottom: 0px;
}

.payment_frequency > a > div,
.payment_frequency_btn > div {
  position: relative;
}

.payment_frequency > .active {
  border-color: #003d3b;
  background-color: #82c780;
}

.payment_frequency > .or {
  margin: 25px 0;
  border-top: 1px solid #bbbcbf;
  height: 0;
  z-index: 2;
  position: relative;
}
.payment_frequency > .or > span {
  position: absolute;
  padding: 0 23px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: -50%;
}

@media (min-width: 992px) {
  .payment_frequency > a {
    padding: 25px;
    padding-left: 70px;
  }
  .payment_frequency > a:hover {
    border-color: #003d3b;
  }
  .payment_frequency > a {
    background-size: 70px;
  }
}
.secure_btn {
  background-image: url(/assets/icons/lock-light-2b614c5a875be1c49db0ce5766e1167d1f1a7a70f69991e13c0bb6436d6f0ea8.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 22px;
}

#confirm_fineprint {
  margin-top: 20px;
  font-size: 11px;
}

textarea.error,
input.error {
  border-color: #c54801 !important;
}

.black_text {
  color: #000;
}

.btn.btn_lrg {
  font-size: 0.95em;
  padding-bottom: 20px;
  padding-top: 20px;
}

.panel .panel_inner {
  height: 100%;
  min-height: 640px;
}

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

.preload div {
  width: 1px;
  height: 1px;
}

.preload {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  bottom: -9999px;
}

.async_header {
  /* margin-top:-55px; */
  padding-top: 105px;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .async_header {
    padding-top: 175px;
  }
}
.async_header h5 {
  color: #82c780;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .ma_step h3 {
    font-size: 40px;
  }
  .async_header h3 {
    font-size: 45px !important;
  }
}
.radio_switch_container {
  min-height: 56px;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .radio_switch_container .satisfactory {
    font-size: 14px;
  }
}
.nav_link.account {
  padding-right: 0;
}

.ma_step {
  height: 0;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.ma_step.active {
  height: auto;
  z-index: 100;
  opacity: 1;
  overflow: visible;
  pointer-events: all;
}

.dot.active {
  background-color: #003d3b;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05);
  transition: -webkit-transform 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05);
  transition: transform 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05);
  transition: transform 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05), -webkit-transform 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05);
}

.ma_step.active .dot.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ma_step .container {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05);
  transition: all 0.7s cubic-bezier(0.07, 0.86, 0.32, 1.05);
  opacity: 0;
}

.ma_step.active .container {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.async_title {
  margin-bottom: 1rem;
}

/* Alert */
.portal_alert {
  position: fixed;
  bottom: -100px;
  right: 0;
  left: 0;
  background-color: #003d3b;
  color: white;
  opacity: 0;
  font-size: 16px;
  background-position: center left 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 300;
  pointer-events: none;
  border-radius: 10px 10px 0 0;
}
.portal_alert .alert_close {
  padding: 0;
  height: 50px;
  width: 50px;
  background-size: 12px;
}

@media (min-width: 992px) {
  .portal_alert {
    right: 20px;
    left: auto;
    border-radius: 10px;
  }
  .portal_alert.active {
    bottom: 20px !important;
    pointer-events: all;
  }
}
.portal_alert > div {
  padding: 15px;
  padding-bottom: 30px;
  padding-right: 50px;
  font-size: 14px;
  max-width: 400px;
}
@media (min-width: 992px) {
  .portal_alert > div {
    padding-bottom: 15px;
  }
}

.portal_alert.active {
  opacity: 1;
  z-index: 500;
  pointer-events: all;
  bottom: 0;
}

.portal_alert .close {
  background-size: 13px;
  padding: 20px;
  position: absolute;
  top: 5px;
  bottom: auto;
  margin: auto;
  right: 0;
  left: auto;
}

@media (max-width: 768px) {
  .cta_hide_md {
    display: none;
  }
}
.login_container h5 {
  margin-bottom: 0;
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.pagination_pagelist {
  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;
}

.pagination .page {
  width: 15px;
  height: 20px;
  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;
  border-bottom: 1px solid transparent;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination .page a {
  display: block;
  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: 15px;
  height: 20px;
}

.pagination a {
  text-decoration: none;
}

.page.current {
  border-color: #82c780;
}

.page.current,
.page a:hover {
  color: #82c780;
}

.pagination_prev,
.pagination_next {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
}

.pagination_prev a,
.pagination_next a {
  font-size: 0 !important;
  color: white;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  display: block;
}

.pagination_prev .first a {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/pagination_first.svg);
}

.pagination_prev .prev a {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/pagination_prev.svg);
}

.pagination_next .next a {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/pagination_next.svg);
}

.pagination_next .last a {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/pagination_last.svg);
}

.non_prescription_back {
  position: absolute;
  left: 12px;
  top: 10px;
  padding-left: 27px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top 11px left;
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/arrow_tail_left_small_dark.svg");
  z-index: 95;
  text-decoration: none;
}

@media (min-width: 992px) {
  .non_prescription_back {
    left: 30px;
    top: 30px;
  }
}
.non_prescription_back h5 {
  margin-bottom: 0;
}

.non_prescription_back {
  background-size: 17px;
  background-position: center left;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .non_prescription_back {
    top: 10px;
  }
}
.select_pricelist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid rgba(0, 61, 59, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
}

.floating_btn .select_pricelist_item {
  border-top: 1px solid rgb(0, 61, 59);
}

.select_pricelist_item > div:first-child {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select_pricelist_item > div:last-child {
  text-align: right;
  padding-left: 10px;
}

.floating_btn .trustpilot_widget_container {
  float: right;
  margin-top: 6px;
  background-image: url(/assets/icons/trustpilot-logo-colour-154aa8d3cc2f4f2cf7391c8b5d9afbba875ff11311bff27f0aa2c30ce5d4c2d7.svg);
  background-repeat: no-repeat;
  background-position: bottom right 0px;
  background-size: 80px;
  padding-right: 85px;
  text-decoration: none;
  margin-bottom: -3px;
}

.floating_btn .trustpilot_widget_container span {
  position: relative;
  top: 3px;
}

@media (min-width: 992px) {
  .floating_btn .trustpilot_widget_container {
    margin-top: 5px;
  }
}
.alexcaterjian {
  background-image: url(/assets/psychologists/headshots/alex-caterjian-3f0eb33cd64be2cc31709e660535311e216f434e96d97826f119b2fdde68206e.jpg);
}

.amelienguyen {
  background-image: url(/assets/psychologists/headshots/amelie-nguyen-64a3284695478bd0297e1285e41f6a4e0415d44cfb3c0cd5e182a680af3ed94c.jpg);
}

.rachelcohen {
  background-image: url(/assets/psychologists/headshots/rachel-cohen-8430c57dc3f88dd8e786ac8e291bd70985f4421be2580389af5d7f4aca8458c3.jpg);
}

.rossleembruggen {
  background-image: url(/assets/psychologists/headshots/ross-leembruggen-2ce2705f38fba81bcff47a5db9d41b8aadaf1bd4606e2d0874b0fee7a806c126.jpg);
}

.jamiemarshall {
  background-image: url(/assets/psychologists/headshots/jamie-marshall-0b820462b9b98d7b7b6b9204272f9df1212e8d5f45e763c0e7f01ab14b08aa5d.jpg);
}

.clairehurwitz {
  background-image: url(/assets/psychologists/headshots/claire-hurwitz-298a57172f57fc0d3ceea89ca52e4f6673044f19fc906165546fd6639b61abd5.jpg);
}

.mandijacobson {
  background-image: url(/assets/psychologists/headshots/mandi-jacobson-33cafb4d7ba00e227ae8c1f6f0edaf598c55a4d652a396736d59785d02aef205.jpg);
}

.johnhughes {
  background-image: url(/assets/psychologists/headshots/john-hughes-97a964286dddf96ae3a86eeb97f2951cb2d8fe35b75856e9a2d817caab37a095.jpg);
}

.liamfarrelly {
  background-image: url(/assets/psychologists/headshots/liam-farrelly-c0a6a8974117f5dadf79ec4d24b86a52e0309873aea5b1bd51be2715567dd485.jpg);
}

.liliankoh {
  background-image: url(/assets/psychologists/headshots/lilian-koh-3afbb83f5e4f72502c880b2c0a2037c65fe36619c3f581d79c6c1b6053ed2ef4.jpg);
}

.ashleighbierton {
  background-image: url(/assets/psychologists/headshots/ashleigh-bierton-4b6f3a077112e837de5239300e67fbb34cb91fdd6b301a348a8a688890da895f.jpg);
}

.lisalashansky {
  background-image: url(/assets/psychologists/headshots/lisa-lashansky-fcb5fcb9ebc6944abe6e9c70c952281a04c3b2a997faa69c58985801e04c3c7e.jpg);
}

.vashtiwallace {
  background-image: url(/assets/psychologists/headshots/vashti-wallace-e95889c13821b5429e63c1e773660adb29a47bf239ad3f38c7886c0a2403e587.jpg);
}

.felicitysands {
  background-image: url(/assets/psychologists/headshots/felicity-sands-dc9b045f3baebfaf041cee3c83519c73b0939e7e1df382333ad2a2067d7a0945.jpg);
}

.erindaniel {
  background-image: url(/assets/psychologists/headshots/erin-daniel-c9a9450bd99cdcef05d27693590f44a45c97d5ae2a139db7268202232ed6e105.jpg);
}

.ghassaniswaryandini {
  background-image: url(/assets/psychologists/headshots/ghassani-swaryandini-1e6213f865491a2a1b892b9727bc75d84666aaa442543fba2307a1f20911a753.jpg);
}

.janamikula {
  background-image: url(/assets/psychologists/headshots/jana-mikula-9f1735f9392692888a04f99a555d2637cbcaf40dc4f60fd2492fe6da24374d00.jpg);
}

.donnaniemibarrett {
  background-image: url(/assets/psychologists/headshots/donna-niemi-barrett-1750069b8e16f57ca314018e078e58d1c18bf5c7dd8ce04c0a3b81a9979c0894.jpg);
}

.jackiecoetzee {
  background-image: url(/assets/psychologists/headshots/jackie-coetzee-bad8eb267b61e7b8db8b83d173fecb38157c31dadfaaf9584195a75f0114fb85.jpg);
}

.bertinatubaro {
  background-image: url(/assets/psychologists/headshots/bertina-tubaro-52245e06e41348fd7692c00a00092343d634dec6ac06048c497a339c09ed141e.jpg);
}

.joannedoyle {
  background-image: url(/assets/psychologists/headshots/joanne-doyle-9fc891f59f485460e5318503d24fda3c4f38342ad43bea573819cd450a33c8b4.jpg);
}

.hand_palm {
  background-image: url(/assets/emojis/hand_palm-2088e59f829353627f5a9f26fc50932182fc40d328b0d4bd481e9cd60f3ef0d8.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: relative;
  bottom: -8px;
}

.inset_quote {
  border-left: 1px solid rgba(0, 61, 59, 0.3);
  padding-left: 15px;
  margin-bottom: 15px;
}

.hdshot {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -6px;
  margin-left: -6px;
  display: inline-block;
}
@media (min-width: 992px) {
  .hdshot {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .hdshot {
    width: 100px;
    height: 100px;
  }
}

.hdshot.doc_image {
  width: 55px;
  height: 55px;
}
@media (min-width: 576px) {
  .hdshot.doc_image {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 768px) {
  .hdshot.doc_image {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .hdshot.doc_image {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .hdshot.doc_image {
    width: 100px;
    height: 100px;
  }
}

.hdshot_container {
  text-align: center;
  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;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .hdshot_container {
    margin-bottom: 50px;
    margin-top: 40px;
  }
}
.review_stars {
  margin-bottom: 10px;
  margin-top: 10px;
}

.review_stars > div {
  background-image: url(/assets/icons/star-3294ccefa84e51c153892b43ef94a16fbded1673a936221a8f557cdb96cf8a42.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  display: inline-block;
}

.or_divider {
  position: relative;
  border-bottom: 1px solid rgba(0, 61, 59, 0.2);
  padding-bottom: 3px;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 23px;
}

.or_divider::before {
  content: "or";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.quiz_tag_skin_container {
  margin-top: 26px;
  margin-bottom: 7px;
  max-width: 370px;
  text-align: center;
}
@media (min-width: 768px) {
  .quiz_tag_skin_container {
    margin-top: 23px;
    margin-bottom: -1px;
  }
}

.quiz_tag_skin {
  border: 1px solid #003d3b;
  padding: 5px 14px;
  border-radius: 100px;
  margin-left: 1px;
  margin-right: 1px;
  display: inline-block;
}
@media (max-width: 768px) {
  .quiz_tag_skin .quiz_tag_skin {
    font-size: 13px;
  }
}

.loading_screen .quiz_tag_skin {
  display: none;
}

.loading_screen .quiz_tag_skin_container .quiz_tag_skin:nth-child(1), .loading_screen .quiz_tag_skin_container .quiz_tag_skin:nth-child(2), .loading_screen .quiz_tag_skin_container .quiz_tag_skin:nth-child(3), .loading_screen .quiz_tag_skin_container .quiz_tag_skin:nth-child(4) {
  display: inline-block;
}

.packaging_may_vary {
  background-color: #f8f8f8;
  color: #b7b7b7;
  border-radius: 100px;
  width: 139px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
  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;
  font-size: 11px;
  margin-top: 11px;
}

#addons_detail .packaging_may_vary {
  margin-bottom: 11px;
}
@media (min-height: 700px) and (min-width: 992px) {
  #addons_detail .packaging_may_vary {
    margin-bottom: 33px;
  }
}

.packaging_may_vary_2 {
  margin-right: 0;
  margin-left: auto;
  font-size: 11px;
  margin-top: 11px;
  opacity: 0.5;
}

/* Mental Health */
@media (min-width: 768px) {
  #m_health_hero p.small,
  #m_health_footer p.small,
  #mop_carousel_section p.small {
    font-size: 19px;
  }
}

#m_health_benefits .emoji {
  margin-bottom: 10px;
  margin-top: -20px;
}
@media (min-width: 768px) {
  #m_health_benefits .emoji {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #m_health_benefits .emoji {
    width: 90px;
    height: 90px;
  }
}
#m_health_benefits p {
  max-width: 57ch;
  margin-left: auto;
  margin-right: auto;
}
#m_health_benefits h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #m_health_benefits h3 {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#m_health_benefits #mh_health_benefits_points {
  margin-top: 35px;
  margin-bottom: 53px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #m_health_benefits #mh_health_benefits_points {
    margin-top: 50px;
  }
}
#m_health_benefits #mh_health_benefits_points .mh_health_benefits_point {
  margin-bottom: 15px;
  font-family: "MaisonNeue-Demi";
  padding: 15px;
  padding-right: 25px;
  padding-left: 67px;
  border: 1px solid #003d3b;
  border-radius: 10px;
  position: relative;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#m_health_benefits #mh_health_benefits_points .mh_health_benefits_point:last-child {
  margin-bottom: 0;
}
#m_health_benefits #mh_health_benefits_points .mh_health_benefits_point::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #003d3b;
  background-color: #e6f4e6;
  background-image: url(/assets/icons/tick-dark-thin-39e733e0bc7064c87151da44e9f826a41053eca62346fdd1fa739c19f1e4e717.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 23px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 992px) {
  #m_health_benefits #mh_health_benefits_points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
  #m_health_benefits #mh_health_benefits_points .mh_health_benefits_point {
    margin-bottom: 0;
    width: calc(33.33% - 13px);
    padding: 6px 50px 0 50px;
    height: 120px;
  }
  #m_health_benefits #mh_health_benefits_points .mh_health_benefits_point::before {
    width: 30px;
    height: 30px;
    top: -12px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

#mhcp_step_container {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #mhcp_step_container {
    margin-bottom: 70px;
  }
}

.mhcp_step {
  padding: 70px 15px 20px 15px;
  position: relative;
  margin-bottom: 15px;
  background-color: white;
  text-align: left;
  font-size: 15px;
}
.mhcp_step .xsmall {
  font-size: 13px;
}

.mhcp_step::before {
  display: inline-block;
  border: 1px solid #003d3b;
  border-radius: 100px;
  background-color: #82c780;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  padding: 5px 23px;
  margin-bottom: 20px;
  color: #003d3b;
  position: absolute;
  top: 20px;
  left: 20px;
}

#mhcp_step_1::before {
  content: "Step 1";
}

#mhcp_step_2::before {
  content: "Step 2";
}

@media (max-width: 992px) {
  #m_health_plans_section .container {
    max-width: none;
  }
}
#m_health_plans_section h4 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #m_health_plans_section h4 {
    max-width: none;
    font-size: 40px;
  }
}
#m_health_plans_section p {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

#m_health_plans {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 850px) {
  #m_health_plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
#m_health_plans #m_health_plan_option_3::before {
  content: "*with a valid MHCP";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  opacity: 0.5;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
#m_health_plans .m_health_plan_option {
  background-color: white;
  display: block;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#m_health_plans .m_health_plan_option:last-child {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  #m_health_plans .m_health_plan_option {
    width: calc(33.33% - 10px);
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  #m_health_plans .m_health_plan_option {
    width: calc(33.33% - 15px);
  }
}
#m_health_plans .m_health_plan_option strong {
  color: black;
}
#m_health_plans .m_health_plan_option:nth-child(1) .m_health_plan_option_image::before {
  content: "Plan 1";
}
#m_health_plans .m_health_plan_option:nth-child(2) .m_health_plan_option_image::before {
  content: "Plan 2";
}
#m_health_plans .m_health_plan_option:nth-child(3) .m_health_plan_option_image::before {
  content: "Plan 3";
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  min-height: 300px;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 992px) {
  #m_health_plans .m_health_plan_option .m_health_plan_option_image {
    padding-top: 30px;
    min-height: 330px;
  }
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image h6 {
  max-width: 16ch;
  font-size: 23px;
}
@media (min-width: 1200px) {
  #m_health_plans .m_health_plan_option .m_health_plan_option_image h6 {
    font-size: 27px;
  }
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image .btn {
  position: absolute;
  bottom: 26px;
  left: 20px;
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image::before {
  display: inline-block;
  border: 1px solid #003d3b;
  border-radius: 100px;
  background-color: #82c780;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  padding: 5px 23px;
  margin-bottom: 20px;
  color: #003d3b;
}
#m_health_plans .m_health_plan_option#m_health_plan_option_1 .m_health_plan_option_image {
  background-position: 50% 0%;
}
@media (min-width: 850px) and (max-width: 1200px) {
  #m_health_plans .m_health_plan_option#m_health_plan_option_1 .m_health_plan_option_image {
    background-position: 30% 0%;
    background-size: 140%;
  }
}
#m_health_plans .m_health_plan_option_included {
  padding: 13px 20px;
  font-size: 16px;
  color: black;
}
#m_health_plans .m_health_plan_option_included .collapse_link {
  display: block;
}
#m_health_plans .m_health_plan_option_included .collapse_item.reveal {
  padding-top: 10px;
}
#m_health_plans .m_health_plan_option_included strong {
  text-decoration: none;
  display: block;
}
#m_health_plans .m_health_plan_option_included strong::after {
  right: 0;
}
#m_health_plans .m_health_plan_option_included ul {
  padding-left: 21px;
  margin-bottom: 0;
}

.quizzes #m_health_plans {
  margin-top: -10px;
}
.quizzes #m_health_plans #m_health_plan_option_3::before {
  color: rgba(255, 255, 255, 0.6);
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included {
  padding-left: 10px;
  font-size: 14px;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included li {
  margin-bottom: 3px;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included li::marker {
  font-size: 12px;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included .collapse_link {
  display: none !important;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included .collapse_item {
  max-height: unset !important;
  opacity: 1 !important;
}
.quizzes #m_health_plans .m_health_plan_option {
  position: relative;
}
.quizzes #m_health_plans .m_health_plan_option.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .quizzes #m_health_plans .m_health_plan_option {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .quizzes #m_health_plans .m_health_plan_option:hover {
    opacity: 1;
  }
}
.quizzes #m_health_plans .m_health_plan_option::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #434444;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (min-width: 1200px) {
  .quizzes #m_health_plans .m_health_plan_option::after {
    width: 17px;
    height: 17px;
  }
}
.quizzes #m_health_plans .m_health_plan_option.active::after {
  border-width: 5px;
}
@media (min-width: 1200px) {
  .quizzes #m_health_plans .m_health_plan_option.active::after {
    border-width: 6px;
  }
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_image {
  padding-top: 50px;
  min-height: 230px;
}
@media (min-width: 1200px) {
  .quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_image {
    min-height: 280px;
    padding-top: 58px;
  }
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_image .btn {
  display: none;
}

.psychologist-info-section {
  position: relative;
}
.psychologist-info-section.disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}
.psychologist-info-section .mop_carousel {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .psychologist-info-section .mop_carousel {
    margin-bottom: 30px;
  }
}
.psychologist-info-section .billing_preferences {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "MaisonNeue-Demi";
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.psychologist-info-section .psychologist_availability {
  border-top: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 7px;
  padding-right: 9px;
  text-align: right;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .psychologist-info-section .psychologist_availability {
    padding: 11px;
  }
}
.psychologist-info-section input[type=radio] {
  display: none;
}
.psychologist-info-section .psychologist_label {
  display: block;
}
.psychologist-info-section .psychologist_label::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid #434444;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: white;
}
@media (min-width: 992px) {
  .psychologist-info-section .psychologist_label::after {
    top: 20px;
    left: 20px;
  }
}
.psychologist-info-section .psychologist-select:checked + .psychologist_label::after {
  border-width: 6px;
}
@media (min-width: 1200px) {
  .psychologist-info-section .psychologist-select:checked + .psychologist_label::after {
    border-width: 6px;
  }
}

.psych_booking_container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  #mh_booking_title p {
    max-width: 25ch;
    margin-left: auto;
    margin-right: auto;
  }
}

#mh_booking_filters {
  background-color: #f9f9f3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
  top: -49px;
  z-index: 4;
}
#mh_booking_filters input[type=search] {
  margin: 0;
  padding: 20px 13px;
  min-height: auto;
  border-radius: 5px !important;
  border-color: rgba(44, 127, 124, 0.5);
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  background-image: url(/assets/icons/search-grey-584dbe5cc5e3304e7b1ed8d20617402b8d2da745ffb1812e1649df8d94bbbd6f.svg);
}
@media (min-width: 992px) {
  #mh_booking_filters .filter_tag {
    padding: 7px 16px;
  }
}

#cantfindthetime {
  margin-top: 20px;
  margin-bottom: 25px;
}

#psych_nottherightfit {
  border-radius: 10px;
  margin-top: 30px;
}
#psych_nottherightfit img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 992px) {
  #psych_nottherightfit img {
    height: 200px;
  }
}
#psych_nottherightfit > div {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  #psych_nottherightfit > div {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  #mental_health_consent {
    margin-left: -15px;
    margin-right: -15px;
    border-left: 0;
    border-right: 0;
  }
}

.confirm_form_container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .confirm_form_container {
    padding-right: 0;
    padding-left: 0;
  }
}

#mental_health_consent .confirm_question_container {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
@media (min-width: 768px) {
  #mental_health_consent .confirm_question_container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
#mental_health_consent .confirm_question_container label {
  margin-bottom: 0;
}
#mental_health_consent .confirm_question_container .consents_confirm {
  margin-right: 0;
}
#mental_health_consent .confirm_question_container:last-child {
  border-bottom: 0;
}

.confirm_form_container .confirm_question_container {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 !important;
}

#mh_headsup {
  opacity: 1;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url(/assets/icons/info-15a4ce2a408e302daafd120389aa3a905b8a5d66d2f2eafbbb9a2f629ba9391d.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 10px;
}
@media (min-width: 992px) {
  #mh_headsup {
    padding: 17px 30px 17px 45px;
    background-position: center left 14px;
  }
}

#choose_psychologist .btnTimeForm2 {
  max-width: 630px;
}
#choose_psychologist .or_divider {
  border-color: #82c780;
  margin-top: 30px;
  margin-bottom: 35px;
}
#choose_psychologist .or_divider::before {
  background-color: #f9f9f3;
  color: black;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  top: 7px;
  width: 50px;
}
#choose_psychologist .psychologist-info-section.selected .mop_carousel_psychdetails {
  display: none;
}
#choose_psychologist .btnTimeForm2.reveal {
  z-index: 100;
}
#choose_psychologist .psych_info_container {
  position: relative;
  min-height: 143px;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_info_container {
    min-height: 180px;
  }
}
#choose_psychologist #loading_psych_times {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  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;
  font-size: 14px;
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px;
  padding-left: 20px;
  width: 180px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#choose_psychologist #loading_psych_times.reveal {
  opacity: 1;
}
#choose_psychologist #psych_datepicker_expand {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 3;
  border-radius: 100%;
}
#choose_psychologist #psych_datepicker_expand::after {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#choose_psychologist #psych_datepicker_expand.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#choose_psychologist .psych_calendar {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: white;
  border-radius: 10px;
}
#choose_psychologist .psych_calendar.open {
  max-height: 1500px;
  opacity: 1;
}
#choose_psychologist .psych_calendar .psych_cal_block {
  display: none;
  position: relative;
}
#choose_psychologist .psych_calendar .dod_widget {
  min-height: auto;
  max-width: none;
}
#choose_psychologist .psych_calendar .ui-datepicker-unselectable:not(.ui-datepicker-other-month) {
  text-decoration: line-through;
  color: #e1e1e1;
}
#choose_psychologist .psych_calendar .ui-state-active {
  border-color: #003d3b;
  background-color: #003d3b;
}
#choose_psychologist .psych_calendar .ui-datepicker-calendar thead {
  color: #e1e1e1;
  border: 0;
}
#choose_psychologist .psych_calendar .ui-datepicker-calendar td {
  height: 45px;
}
#choose_psychologist .psych_calendar .container,
#choose_psychologist .psych_calendar .dod_datepicker,
#choose_psychologist .psych_calendar .card-body {
  padding: 0 !important;
  margin: 0 !important;
}
#choose_psychologist .psych_calendar .week_table {
  text-align: center;
  width: 100%;
  color: #b7b7b7;
  font-size: 12px;
  margin-top: 25px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#choose_psychologist .psych_calendar .week_table th {
  width: 14.285714286%;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar .dod_widget td,
  #choose_psychologist .psych_calendar .week_table h4 {
    font-size: 16px;
  }
}
#choose_psychologist .psych_calendar .month0 {
  position: relative;
}
#choose_psychologist .psych_calendar .month0::before {
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
}
#choose_psychologist .psych_calendar #psych_datepicker {
  border: 0;
  max-height: 246px;
  overflow: scroll;
  position: relative;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker {
    max-height: 320px;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker ::-webkit-scrollbar {
  display: none;
}
#choose_psychologist .psych_calendar #psych_datepicker.open {
  max-height: none;
}
#choose_psychologist .psych_calendar #psych_datepicker thead {
  display: none;
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker {
  width: 100% !important;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker {
    padding-bottom: 30px;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header {
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header a {
  display: none;
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header .ui-datepicker-title {
    padding-left: 0;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-other-month {
  height: 0 !important;
  padding: 0 !important;
  font-size: 0;
}
#choose_psychologist .psych_time {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 30px 20px 30px 20px;
  min-height: 80px;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_time {
    padding: 40px 20px 40px 20px;
    min-height: 100px;
  }
}
#choose_psychologist .psych_time::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  display: block;
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
}
#choose_psychologist .psych_time.loading::after {
  opacity: 1;
}
#choose_psychologist .psych_time_container {
  display: none;
}
#choose_psychologist #time_container {
  display: block;
  margin: 0;
}
#choose_psychologist #time_container .time2 {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  border-radius: 100px;
  color: black;
  border-color: black;
  font-size: 16px;
  padding: 5px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
#choose_psychologist #time_container .time2:last-of-type {
  margin-bottom: 0;
}
#choose_psychologist #time_container .time2:hover {
  background-color: white !important;
}
@media (min-width: 992px) {
  #choose_psychologist #time_container .time2:hover {
    border-color: #82c780;
  }
}
#choose_psychologist #time_container input[type=radio]:checked + label,
#choose_psychologist #time_container input[type=radio]:checked + label:hover {
  background-color: #daeed9 !important;
  border-color: black;
  color: black;
}
#choose_psychologist #time_container #timezone_select {
  margin: 0;
  padding: 10px 13px;
  min-height: auto;
  border-radius: 5px !important;
  border-color: #ccc;
  font-size: 16px;
}
#choose_psychologist #time_container #timezone_field.reveal {
  margin-top: 15px;
  margin-bottom: 25px;
}
#choose_psychologist #time_result {
  margin-top: 20px;
}
#choose_psychologist #time-form {
  margin-top: 0;
}

#mop_carousel {
  margin-top: 20px;
}
.mop_carousel {
  padding-bottom: 30px;
  display: none;
}
.mop_carousel.active {
  display: block;
}

.mop_carousel_card {
  margin-left: 15px;
  min-height: 100%;
  background-color: white;
}

.mop_carousel_image {
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .mop_carousel_image {
    height: 230px;
    background-position: 70% 50%;
  }
}

.mop_carousel_name {
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (min-width: 768px) {
  .mop_carousel_name {
    font-size: 16px;
  }
}
.mop_carousel_name strong {
  display: block;
  margin-bottom: -2px;
}
.mop_carousel_name .mop_learnmore {
  border-radius: 50%;
  border: 1px solid #003d3b;
  background-color: #82c780;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-image: url(/assets/icons/plus-small-dark-2afd6bf4f6db54ee5d96bbf61da40e6df9786ad7b2acb1d85ce1a6fb36338303.svg);
  pointer-events: auto;
}

.mop_carousel_experienceareas {
  font-size: 14px;
  background-color: white;
  color: black;
  border-radius: 10px;
}
.mop_carousel_experienceareas strong {
  display: block;
  margin-bottom: 3px;
}
.mop_carousel_experienceareas ul {
  margin-bottom: 0;
  padding-left: 21px;
}
.mop_carousel_experienceareas.long_list {
  display: none;
}
.mop_carousel_experienceareas .psych_collapsable_section {
  margin-bottom: 10px;
}
.mop_carousel_experienceareas .psych_collapsable_section:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mop_carousel_experienceareas .psych_collapsable_section {
    margin-bottom: 0;
  }
}
.mop_carousel_experienceareas .psych_collapsable_section ul {
  margin-top: 3px;
}
.mop_carousel_experienceareas .psych_collapsable_section .collapse_link strong {
  text-decoration: none;
  display: block;
}
.mop_carousel_experienceareas .psych_collapsable_section .collapse_item p,
.mop_carousel_experienceareas .psych_collapsable_section .collapse_item strong {
  display: none;
}

@media (min-width: 992px) {
  #choose_psychologist .mop_carousel_experienceareas {
    font-size: 16px;
  }
}

.mop_carousel_name,
.mop_carousel_experienceareas {
  padding: 10px;
  padding-bottom: 13px;
  text-align: left;
}
@media (min-width: 768px) {
  .mop_carousel_name,
  .mop_carousel_experienceareas {
    padding: 15px;
  }
}

#mop_carousel_section .mop_carousel_experienceareas {
  min-height: 125px;
}
@media (min-width: 400px) {
  #mop_carousel_section .mop_carousel_experienceareas {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  #mop_carousel_section .mop_carousel_experienceareas {
    min-height: 145px;
  }
}
@media (min-width: 992px) {
  #mop_carousel_section .mop_carousel_experienceareas {
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .mop_carousel_experienceareas {
    padding: 20px 15px;
  }
}

#mh_img_couple {
  height: 220px;
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 140%;
}
@media (min-width: 500px) {
  #mh_img_couple {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #mh_img_couple {
    height: 440px;
  }
}
@media (min-width: 992px) {
  #mh_img_couple {
    height: 600px;
  }
}

.m_health_plan_option,
.mop_carousel_card,
.mhcp_step {
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#m_health_reviews h3 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #hiw_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}

.hiw_carousel {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.hiw_carousel p {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .hiw_carousel {
    position: relative;
  }
  .hiw_carousel br {
    display: none;
  }
  .hiw_carousel strong {
    display: block;
    margin-bottom: 5px;
  }
  .hiw_carousel::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url(/assets/icons/arrow-drawn-2-11f08a8e16d033d454890272ffdd57c5fe6b2b8a3e8edd01171393e6cc6522bf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hiw_carousel#hiw_carousel_1::after {
    right: -80px;
    top: 50px;
    -webkit-transform: rotate(41deg);
            transform: rotate(41deg);
  }
  .hiw_carousel#hiw_carousel_2::after {
    right: -20px;
    -webkit-transform: scaleY(-1) rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
  }
  .hiw_carousel#hiw_carousel_3::after {
    right: -70px;
    top: 40px;
    -webkit-transform: scaleY(-1) rotate(-34deg);
            transform: scaleY(-1) rotate(-34deg);
    background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
  }
  .hiw_carousel#hiw_carousel_4::after {
    display: none;
  }
  .hiw_carousel#hiw_carousel_2, .hiw_carousel#hiw_carousel_4 {
    margin-top: 100px;
  }
}

.hiw_carousel_image {
  background-size: 120%;
  background-position: 28% 50%;
  background-repeat: no-repeat;
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-image: url(/assets/icons/green-product-bg-2-f83eb4dbb072f93fd625fc3c4dca424cf5552ff4ae2a25077e416ac8d824c8d5.svg);
}
@media (min-width: 992px) {
  .hiw_carousel_image {
    background-position: 42% 50%;
  }
}
.hiw_carousel_image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#hiw_carousel_1 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/quiz-ade5e98a2d21eb29c8dccb5c9131e35ae6d10dbfc33c60514d6fedc13b2f1cbf.png);
}

#hiw_carousel_2 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

#hiw_carousel_3 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/ipad_psych-53d0ff2b59ab49d59445adead135d96786af038d9a951a4a5d674c828ed7c924.png);
  right: auto;
  left: 7px;
}

#hiw_carousel_4 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/van-a1eb91d998fc8ca6020a126a79a2cdae8ec12dc1d15c7971b1eaac99b27c708a.png);
}

.fivestars {
  background-image: url(/assets/icons/green-stars-5c4d3b8d26149fc7681a6b5504d54683e516ed033ffcca071174f643c5b04380.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
}

#mop_carousel_section .mop_container {
  padding-left: 15px;
  padding-right: 15px;
}
#mop_carousel_section h2 {
  margin-bottom: 20px;
}
#mop_carousel_section p {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.mop_carousel,
.m_health_reviews_carousel {
  width: 85%;
}
.mop_carousel:first-child,
.m_health_reviews_carousel:first-child {
  padding-left: 15px;
}
.mop_carousel:first-child .reviews_rounded_card,
.mop_carousel:first-child .mop_carousel_card,
.m_health_reviews_carousel:first-child .reviews_rounded_card,
.m_health_reviews_carousel:first-child .mop_carousel_card {
  margin-left: 0 !important;
}

@media (min-width: 500px) {
  .m_health_reviews_carousel {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .m_health_reviews_carousel {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .m_health_reviews_carousel {
    width: 36%;
  }
}
@media (min-width: 1300px) {
  .m_health_reviews_carousel {
    width: 23%;
  }
}
@media (min-width: 2000px) {
  .m_health_reviews_carousel {
    width: 23%;
  }
}

@media (min-width: 500px) {
  .mop_carousel {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .mop_carousel {
    width: 36%;
  }
}
@media (min-width: 1200px) {
  .mop_carousel {
    width: 28%;
  }
}
@media (min-width: 1400px) {
  .mop_carousel {
    width: 23%;
  }
}
@media (min-width: 1800px) {
  .mop_carousel {
    width: 19%;
  }
}
@media (min-width: 2500px) {
  .mop_carousel {
    width: 13%;
  }
}

#m_health_reviews_carousel {
  margin-top: 40px;
}
#m_health_reviews_carousel .reviews_rounded_card {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  #m_health_reviews_carousel .reviews_rounded_card {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #m_health_reviews_carousel .m_health_reviews_carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #m_health_reviews_carousel .m_health_reviews_carousel .reviews_rounded_card {
    margin-left: 15px !important;
  }
}

@media (min-width: 992px) {
  #mop_carousel .flickity-slider,
  #filter_by_issue {
    margin-left: 50px;
  }
}
#m_health_reviews_carousel {
  margin-bottom: 35px;
}

.m_health_reviews_carousel {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

#m_health_footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding-bottom: 250px;
}
@media (min-width: 992px) {
  #m_health_footer {
    padding-top: 0;
    padding-bottom: 0;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#m_health_footer::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#m_health_footer .container {
  z-index: 2;
  position: relative;
}
#m_health_footer h2 {
  margin-bottom: 15px;
}
#m_health_footer p {
  max-width: 30ch;
}
#m_health_footer .btn_2 {
  margin-top: 30px;
}

#mh_floating_btn {
  padding-left: 30px;
  padding-right: 30px;
}
#mh_floating_btn .btn {
  width: 100%;
}
@media (min-width: 768px) {
  #mh_floating_btn {
    display: none;
  }
}

.reviews_rounded_card {
  border-radius: 10px;
  background-color: white;
  position: relative;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
  margin: 0 5px !important;
  vertical-align: top;
  min-height: 100%;
}
.reviews_rounded_card .reviews_rounded_card_name {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}

#hiw_carousel .flickity-page-dots .dot,
#mop_carousel .flickity-page-dots .dot,
#m_health_reviews_carousel .flickity-page-dots .dot {
  width: 12px !important;
  height: 12px !important;
}

#hiw_carousel .flickity-page-dots .dot,
#mop_carousel .flickity-page-dots .dot {
  width: 12px !important;
  height: 12px !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: white !important;
}
#hiw_carousel .flickity-page-dots .dot.is-selected,
#mop_carousel .flickity-page-dots .dot.is-selected {
  background-color: #82c780 !important;
}

#m_health_reviews_carousel .flickity-page-dots .dot {
  border-color: rgb(0, 0, 0) !important;
  background-color: white !important;
}
#m_health_reviews_carousel .flickity-page-dots .dot.is-selected {
  background-color: #003d3b !important;
}

@media (max-width: 768px) {
  #mop_carousel .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mop_carousel .flickity-page-dots .dot {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
    max-width: 10px;
  }
}

#hiw_carousel:after,
#mop_carousel:after {
  content: "flickity";
  display: none; /* hide :after */
}

@media screen and (min-width: 992px) {
  /* disable Flickity for large devices */
  #hiw_carousel:after,
  #mop_carousel:after {
    content: "";
  }
}
.psych_bio_modal .modal-body {
  background-color: #003d3b;
  color: white;
}
.psych_bio_modal .green_text {
  display: block;
  margin-top: 15px;
  font-family: "MaisonNeue-Demi";
}
.psych_bio_modal .modal-dialog {
  margin-top: 15vh;
}
.psych_bio_modal .modal-content {
  background-color: transparent;
}

.psych_bio_modal .close,
#psych_filters .close,
.psych_filter_tags.modal .close {
  border-radius: 50%;
  padding: 11px;
  top: 15px;
  right: 14px;
  background-size: 12px;
}
.psych_bio_modal .modal-content,
.psych_bio_modal .modal-dialog,
.psych_bio_modal .modal-body,
#psych_filters .modal-content,
#psych_filters .modal-dialog,
#psych_filters .modal-body,
.psych_filter_tags.modal .modal-content,
.psych_filter_tags.modal .modal-dialog,
.psych_filter_tags.modal .modal-body {
  border-radius: 10px;
  text-align: center;
}
.psych_bio_modal .modal-body,
#psych_filters .modal-body,
.psych_filter_tags.modal .modal-body {
  padding: 50px 20px 40px 20px;
}
.psych_bio_modal .submit-filter,
#psych_filters .submit-filter,
.psych_filter_tags.modal .submit-filter {
  min-width: 180px;
}

@media (min-width: 992px) {
  .psych_bio_modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#dod-appointment .doc_moreinfo_modal .modal-body {
  padding: 50px 20px 50px 20px;
}

@media (min-width: 992px) {
  #psych_filters .modal-dialog {
    margin-top: 16vh;
  }
}

#filter_by_issue {
  text-align: left;
  display: block;
  margin-top: 65px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#filter_by_issue h5 {
  text-decoration: underline;
  margin-bottom: 0;
}

.psych_filter_tags .psych_filter_container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.psych_filter_tags .modal-body {
  background-color: #ebebd4;
  padding: 30px 10px;
  padding-top: 50px;
}
.psych_filter_tags h4 {
  margin-bottom: 30px;
}
.psych_filter_tags .clear_filters {
  position: absolute;
  top: 11px;
  left: 11px;
  color: black !important;
}
.psych_filter_tags .psych_tag_load_more {
  color: black;
}
.psych_filter_tags input[type=checkbox] {
  display: none;
}
.psych_filter_tags .filter_tag {
  display: inline-block;
  width: auto;
  margin: 0px 1px 11px 1px;
  border: 1px solid black;
  color: black !important;
  border-radius: 100px;
  background-color: white;
  padding: 5px 10px;
  padding: 7px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.psych_filter_tags .filter_tag.below_fold {
  display: none;
}
.psych_filter_tags .filter_tag.below_fold.reveal {
  display: inline-block;
}
@media (min-width: 992px) {
  .psych_filter_tags .filter_tag {
    padding: 7px 19px;
  }
  .psych_filter_tags .filter_tag:hover {
    border-color: #82c780;
  }
}
.psych_filter_tags .filter_tag.selected {
  background-color: #bbdeb6;
}
.psych_filter_tags input:checked + .filter_tag {
  background-color: #bbdeb6;
  border-color: black;
}

.filter_tag.highlight {
  background-color: #bbdeb6;
}
.filter_tag.highlight:hover {
  border-color: black;
}

.clear_filter_btn {
  max-height: 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.clear_filter_btn.reveal {
  opacity: 1;
  max-height: 100px;
}
.clear_filter_btn strong {
  color: black;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: top 14px left;
  background-size: 10px;
  display: inline-block;
  background-image: url(/assets/icons/close-black-small-d3f69c11f2c4185be24af67703e2d6b034d23251dbab6cd9d00d72e84eaa1764.svg);
}

.psych_tag_load_more {
  margin-top: 6px;
  display: block;
  color: black !important;
}

#specialtyModal .modal-body .filter_tag {
  display: none;
}
#specialtyModal .modal-body .filter_tag:nth-of-type(-n + 17), #specialtyModal .modal-body .filter_tag.active {
  display: inline-block;
}

#approachModal .modal-body .filter_tag,
#psych_filters .modal-body .filter_tag {
  display: none;
}
#approachModal .modal-body .filter_tag:nth-of-type(-n + 9), #approachModal .modal-body .filter_tag.active,
#psych_filters .modal-body .filter_tag:nth-of-type(-n + 9),
#psych_filters .modal-body .filter_tag.active {
  display: inline-block;
}

#psych_filters .filter_tag {
  display: none;
}
#psych_filters .filter_tag:nth-of-type(-n + 17), #psych_filters .filter_tag.active {
  display: inline-block;
}

#genderModal .filter_tag,
#availabilityModal .filter_tag,
#priceModal .filter_tag {
  display: block;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

#psych_filters.our_psychologists h4 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #psych_filters.our_psychologists h4 {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
#psych_filters.our_psychologists #mop_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
#psych_filters.our_psychologists .mop_carousel {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  display: block;
}
@media (min-width: 992px) {
  #psych_filters.our_psychologists .mop_carousel {
    padding-right: 13px;
    width: 50%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  #psych_filters.our_psychologists .mop_carousel {
    width: 33.33%;
  }
}
#psych_filters.our_psychologists .mop_carousel .mop_carousel_card {
  margin-left: 0;
}
#psych_filters.our_psychologists .mop_carousel.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#psych_filters.our_psychologists .mop_carousel .mop_learnmore {
  display: none;
}
#psych_filters.our_psychologists .clear_filters {
  position: static;
}

/* Mental Health */
@media (min-width: 768px) {
  #m_health_hero p.small,
  #m_health_footer p.small,
  #mop_carousel_section p.small {
    font-size: 19px;
  }
}

#m_health_hero {
  background-image: url(/assets/mh/find-psychologists-online-19f6d0b6ab02f6721faf783f12f8bb5335f4ef6fd647abe9f4cf2acd9438b7b9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 415px;
  position: relative;
}
#m_health_hero h1,
#m_health_hero .h1 {
  font-size: 40px;
  max-width: 18ch;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #m_health_hero h1,
  #m_health_hero .h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  #m_health_hero .btn {
    width: 100%;
  }
}
@media (min-width: 576px) {
  #m_health_hero {
    background-position: center right -391px;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  #m_health_hero {
    background-position: center right -241px;
  }
}
@media (min-width: 576px) {
  #m_health_hero {
    padding-top: 163px;
    padding-bottom: 407px;
    padding-left: 0;
    padding-right: 0;
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  #m_health_hero {
    margin-top: -90px;
  }
}
@media (min-width: 992px) {
  #m_health_hero {
    margin-top: 0;
    background-position: center right -40px;
    background-image: url(/assets/mh/find-psychologists-online-md-1ab8cef86e9203de36a61df03689c04a557ffd749e5e976eb075af2843660f76.jpg);
    padding-bottom: 215px;
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  #m_health_hero {
    background-position: center right;
  }
}
@media (min-width: 1330px) {
  #m_health_hero {
    background-image: url(/assets/mh/find-psychologists-online-lg-5174760c56841219b1e2ba707126346fcebcb02bfc9b68b6d45252f1fd7dd3e0.jpg);
    background-position: center right -530px;
  }
}
@media (min-width: 1600px) {
  #m_health_hero {
    background-position: center right -430px;
  }
}
@media (min-width: 1750px) {
  #m_health_hero {
    background-position: center right -390px;
  }
}
@media (min-width: 2500px) {
  #m_health_hero {
    background-image: url(/assets/mh/find-psychologists-online-xl-7d12d05ebe8e3de60f57184a274804247a8b9a83ea7c7a4bb2f633f925e63f47.jpg);
    background-position: center;
    background-size: cover;
  }
}
#m_health_hero::before {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 350px;
}
@media (min-width: 992px) {
  #m_health_hero::before {
    display: none;
  }
}
#m_health_hero h1 {
  max-width: 14ch;
}
@media (min-width: 576px) {
  #m_health_hero h1 {
    max-width: 18ch;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #m_health_hero h1 {
    max-width: 14ch;
  }
}
#m_health_hero p {
  max-width: 24ch;
}
#m_health_hero .btn_2 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #m_health_hero .btn_2 {
    margin-top: 30px;
  }
}
#m_health_hero #mh_bubbles {
  position: absolute;
  height: 400px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 340px;
}
@media (min-width: 576px) {
  #m_health_hero #mh_bubbles {
    margin: 0;
    right: 40px;
    left: auto;
    height: 430px;
  }
}
@media (min-width: 850px) {
  #m_health_hero #mh_bubbles {
    bottom: 14px;
    right: 190px;
  }
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles {
    width: 505px;
    right: 20px;
    left: auto;
    height: 505px;
  }
}
@media (min-width: 1200px) {
  #m_health_hero #mh_bubbles {
    right: 70px;
  }
}
@media (min-width: 1330px) {
  #m_health_hero #mh_bubbles {
    right: 30px;
    width: 630px;
  }
}
@media (min-width: 1600px) {
  #m_health_hero #mh_bubbles {
    right: 115px;
  }
}
@media (min-width: 1750px) {
  #m_health_hero #mh_bubbles {
    right: 158px;
  }
}
@media (min-width: 2500px) {
  #m_health_hero #mh_bubbles {
    display: none;
  }
}
#m_health_hero #mh_bubbles .mh_bubble {
  display: none;
  border-radius: 100px;
  background-color: white;
  position: relative;
  font-family: "MaisonNeue-Demi";
  padding: 7px;
  padding-left: 40px;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 33px;
  -webkit-box-shadow: 0px 23px 19px -12px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 23px 19px -12px rgba(0, 0, 0, 0.22);
  font-size: 15px;
  -webkit-transition: 0.6s cubic-bezier(0.01, 0.53, 0.25, 1) all;
  transition: 0.6s cubic-bezier(0.01, 0.53, 0.25, 1) all;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0) scale(1);
          transform: translate3d(0, -20px, 0) scale(1);
}
#m_health_hero #mh_bubbles .mh_bubble.reveal {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble {
    font-size: 16px;
    padding: 8px;
    background-size: 41px;
    padding-left: 47px;
    padding-right: 20px;
  }
}
#m_health_hero #mh_bubbles .mh_bubble:nth-child(1) {
  background-image: url(/assets/illustrations/icons/benefits_8-06b6ff7b46c00b47017e1c657750bd335d2d086c13fdaa34144d34c33ae84a47.png);
  top: 0;
  right: 59px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(1) {
    right: 215px;
  }
}
@media (min-width: 1330px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(1) {
    right: 295px;
  }
}
#m_health_hero #mh_bubbles .mh_bubble:nth-child(2) {
  background-image: url(/assets/illustrations/icons/benefits_9-4a4af2b1d84acc096ff67fcba034523c9f0a38feff03a93c74a6502c990a6e34.png);
  left: 36px;
  top: 66px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(2) {
    right: 105px;
    top: 100px;
    left: auto;
  }
}
@media (min-width: 1330px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(2) {
    right: 145px;
  }
}
#m_health_hero #mh_bubbles .mh_bubble:nth-child(3) {
  background-image: url(/assets/illustrations/icons/benefits_1-561d4ff9fd0e6890620af73365a1e1eb04b25a2c7e886e5b62851cad9f138e31.png);
  top: 153px;
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(3) {
    right: auto;
    bottom: 200px;
    top: auto;
  }
}
@media (min-width: 1330px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(3) {
    bottom: 228px;
  }
}
#m_health_hero #mh_bubbles .mh_bubble:nth-child(4) {
  background-image: url(/assets/illustrations/icons/benefits_7-fb7c04e30b6898415623cce8d4958baa500e5fb58419d2012466499af0ff21e3.png);
  bottom: 150px;
  right: 20px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble:nth-child(4) {
    left: 80px;
    bottom: 100px;
    right: auto;
    top: auto;
  }
}
#m_health_hero #mh_bubbles .mh_bubble.mh_chat_bubble {
  border-radius: 8px 8px 0px 8px;
  font-family: "MaisonNeue-Book";
  padding: 10px;
  padding-bottom: 19px;
  width: 120px;
  bottom: 60px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #82c780;
  font-size: 13px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble.mh_chat_bubble {
    right: 0;
    left: auto;
    bottom: 143px;
    font-size: 15px;
    width: 150px;
  }
}
#m_health_hero #mh_bubbles .mh_bubble.mh_chat_bubble::after {
  content: "11:20";
  position: absolute;
  bottom: 4px;
  right: 6px;
  opacity: 0.5;
  font-size: 9px;
}
@media (min-width: 992px) {
  #m_health_hero #mh_bubbles .mh_bubble.mh_chat_bubble::after {
    font-size: 11px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
#m_health_support a {
  text-decoration: none;
}
@media (min-width: 992px) {
  #m_health_support h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #m_health_support .container {
    max-width: 1050px;
  }
}
#m_health_support .m_health_support_container {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #m_health_support .m_health_support_container {
    margin-top: 40px;
  }
}
#m_health_support .m_health_support_container .m_health_support_img {
  margin-bottom: 15px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  #m_health_support .m_health_support_container .m_health_support_img {
    margin-top: 0;
  }
}
#m_health_support .m_health_support_container .m_health_support_img img {
  border-radius: 20px;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #m_health_support .m_health_support_container .m_health_support_img img {
    height: auto;
  }
}

.mh_medicare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mh_medicare img {
  width: 154px;
  height: 32px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .mh_medicare img {
    width: 94px;
    height: 25px;
  }
}

#m_health_doctors {
  position: relative;
}
@media (min-width: 992px) {
  #m_health_doctors p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #m_health_doctors section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  #m_health_doctors section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
#m_health_doctors #m_health_doctors_headshots {
  margin-bottom: 13px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #m_health_doctors #m_health_doctors_headshots {
    margin-bottom: 22px;
    margin-top: 14px;
  }
}
#m_health_doctors #m_health_doctors_headshots img {
  width: 60px;
  height: 60px;
}
#m_health_doctors #m_health_doctors_img_mobile {
  border-radius: 12px;
  height: 190px;
  margin-top: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media (min-width: 768px) {
  #m_health_doctors #m_health_doctors_img_mobile {
    display: none;
  }
}
#m_health_doctors #m_health_doctors_img {
  display: none;
}
@media (min-width: 768px) {
  #m_health_doctors #m_health_doctors_img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #m_health_doctors #m_health_doctors_img .row > div {
    height: 100%;
  }
  #m_health_doctors #m_health_doctors_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #m_health_doctors #m_health_doctors_img .row {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #mh_crisis_message {
    font-size: 14px;
  }
}

#mh_hiw .flickity-page-dots,
#m_health_reviews .flickity-page-dots {
  bottom: -35px;
}
#mh_hiw .flickity-page-dots .dot,
#m_health_reviews .flickity-page-dots .dot {
  width: 14px !important;
  height: 14px !important;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  #mh_hiw {
    padding-bottom: 100px;
  }
  #mh_hiw h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #mh_hiw .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}

#mh_hiw_carousel {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #mh_hiw_carousel {
    margin-top: 0;
  }
}
#mh_hiw_carousel:after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 992px) {
  #mh_hiw_carousel:after {
    content: "";
  }
}
#mh_hiw_carousel .mh_hiw_card {
  padding: 20px;
  padding-top: 10px;
  min-height: 467px;
}
@media (max-width: 991px) {
  #mh_hiw_carousel .mh_hiw_card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #mh_hiw_carousel .mh_hiw_card {
    min-height: 417px;
  }
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card {
    min-height: auto;
    padding-top: 20px;
  }
}
#mh_hiw_carousel .mh_hiw_card_container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card_container {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(50% - 45px);
  }
}
#mh_hiw_carousel .mh_hiw_card {
  background-color: rgb(249, 249, 242);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mh_hiw_carousel .mh_hiw_card .mh_hiw_card_img {
  background-image: url(/assets/icons/green-product-bg-2-f83eb4dbb072f93fd625fc3c4dca424cf5552ff4ae2a25077e416ac8d824c8d5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px;
}
#mh_hiw_carousel .mh_hiw_card .mh_hiw_card_img > img {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card .mh_hiw_card_img > img {
    margin-bottom: 5px;
    width: 130px;
    height: 130px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card {
    height: 100%;
  }
}
#mh_hiw_carousel .mh_hiw_card .mh_hiw_card_text {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card .mh_hiw_card_text {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#mh_hiw_carousel .mh_hiw_card .mh_hiw_card_step {
  margin-bottom: 10px;
}
#mh_hiw_carousel .mh_hiw_card .big {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card .big {
    margin-bottom: 20px;
  }
}
#mh_hiw_carousel #mh_hiw_card_2 .mh_hiw_card_img {
  background-image: url(/assets/icons/green-product-bg-de00d0a1ba1a21b1559ddf3e7271b4b11fc94988277c9de60352110687a8950b.svg);
}
#mh_hiw_carousel .mh_hiw_card_inner {
  padding: 13px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
#mh_hiw_carousel .mh_hiw_card_inner .big {
  margin-bottom: 0;
}
#mh_hiw_carousel .mh_hiw_card_inner:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #mh_hiw_carousel .mh_hiw_card_inner .small_print {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #mh_hiw_carousel .mh_hiw_card_inner {
    padding: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #mh_hiw_carousel #mh_hiw_card_3 {
    background-color: transparent;
  }
}
#mh_hiw_carousel #mh_hiw_card_3 .hiw_box {
  background-color: rgb(249, 249, 242);
  margin-top: 10px;
}
#mh_hiw_carousel #mh_hiw_card_3 .hiw_box_container {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #mh_hiw_carousel #mh_hiw_card_3 {
    width: 100%;
  }
  #mh_hiw_carousel #mh_hiw_card_3 .mh_hiw_card {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: 60px;
  }
  #mh_hiw_carousel #mh_hiw_card_3 .mh_hiw_card::before, #mh_hiw_carousel #mh_hiw_card_3 .mh_hiw_card::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
  }
  #mh_hiw_carousel #mh_hiw_card_3 .mh_hiw_card::before {
    background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
    bottom: 260px;
    -webkit-transform: rotate(105deg) translateY(-7px);
            transform: rotate(105deg) translateY(-7px);
  }
  #mh_hiw_carousel #mh_hiw_card_3 .mh_hiw_card::after {
    background-image: url(/assets/icons/arrow-drawn-2-11f08a8e16d033d454890272ffdd57c5fe6b2b8a3e8edd01171393e6cc6522bf.svg);
    top: 110px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  #mh_hiw_carousel #mh_hiw_card_3 .big {
    margin-bottom: 10px;
  }
  #mh_hiw_carousel #mh_hiw_card_3 .hiw_box_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mh_hiw_carousel #mh_hiw_card_3 .hiw_box_container .mh_hiw_card_inner {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  #mh_hiw_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hiw_box {
  padding: 0 12px 0 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  max-width: 180px;
  text-align: left;
  position: relative;
  height: 53px;
}
.hiw_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 53px;
  height: 53px;
}

.mh_hiw_card_inner,
.hiw_box {
  background-color: rgb(211, 231, 202);
}

.mh_hiw_card,
.mh_hiw_card_inner,
.hiw_box {
  border-radius: 12px;
}

@media (max-width: 767px) {
  #find_a_therapist h3 {
    max-width: 18ch;
  }
}
#find_a_therapist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#find_a_therapist ul div {
  width: calc(50% - 5px);
}
@media (min-width: 992px) {
  #find_a_therapist #mh_video_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#find_a_therapist #mh_video_container {
  position: relative;
  cursor: pointer;
  font-size: 0;
}
#find_a_therapist #mh_video_container video {
  width: 100%;
}
@media (min-width: 992px) {
  #find_a_therapist #mh_video_container:hover #play_button {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
#find_a_therapist #mh_video_container #play_button {
  background-image: url(/assets/icons/play-36a786dcd0703215d185d0f67e48fa50744b352cbd244fbe00acfbe22f22a4ee.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 1200px) {
  #therapist_display_section .container {
    max-width: 1350px;
  }
}

#therapist_display {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #therapist_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
#therapist_display .therapist_card {
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  text-align: left;
  display: none;
  margin-bottom: 25px;
}
#therapist_display .therapist_card:nth-child(n+1):nth-child(-n+3) {
  display: block;
}
@media (min-width: 992px) {
  #therapist_display .therapist_card:nth-child(n+4):nth-child(-n+7) {
    display: block;
  }
}
#therapist_display .therapist_card .therapist_image {
  height: 167px;
  background-color: #daeed9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #therapist_display .therapist_card .therapist_image {
    height: 200px;
    background-size: 460px;
  }
}
@media (min-width: 992px) {
  #therapist_display .therapist_card .therapist_image {
    background-size: cover;
  }
}
#therapist_display .therapist_card .therapist_card_content > div {
  padding: 15px;
  padding-top: 0;
  font-size: 14px;
}
#therapist_display .therapist_card .therapist_card_content ul {
  padding-left: 20px;
}
#therapist_display .therapist_card .therapist_card_content .therapist_card_content_description {
  margin-bottom: 15px;
}
#therapist_display .therapist_card .therapist_card_content .therapist_card_content_description_link {
  display: none;
}
#therapist_display .therapist_card .therapist_name {
  padding: 15px;
}
#therapist_display .therapist_card .therapist_name .collapse_link {
  font-size: 18px;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  #therapist_display .therapist_card .therapist_name .collapse_link:hover {
    color: #82c780;
  }
}
#therapist_display .therapist_card .therapist_name .collapse_link > * {
  text-decoration: none;
  display: block;
}
#therapist_display .therapist_card .therapist_name .collapse_link > *::after {
  right: 0;
  height: 23px;
  width: 23px;
  background-image: url(/assets/icons/angle-down-dark-d981bb37ada826ab256268528e27790b8ad497e363a95d88f0b7036f59e924dd.svg);
}
@media (min-width: 992px) {
  #therapist_display .therapist_card .therapist_name .collapse_link > *::after {
    display: none;
  }
}
#therapist_display .therapist_card .therapist_title {
  font-size: 14px;
}
@media (min-width: 992px) {
  #therapist_display .therapist_book_link,
  #therapist_display .therapist_card {
    width: calc(25% - 10px);
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #therapist_display .therapist_book_link,
  #therapist_display .therapist_card {
    width: calc(25% - 20px);
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  #therapist_display.our_therapist_display .therapist_card {
    width: 100%;
  }
  #therapist_display.our_therapist_display .therapist_card .our_therapist_info {
    display: block;
  }
}
#therapist_display .therapist_book_link {
  border-radius: 12px;
  background-color: white;
  padding: 15px;
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -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;
}
@media (min-width: 768px) {
  #therapist_display .therapist_book_link {
    padding: 25px;
    font-size: 18px;
  }
}
#therapist_display .therapist_book_link .btn {
  margin-top: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #therapist_display .therapist_book_link .btn {
    margin-top: 18px;
  }
}

@media (min-width: 992px) {
  #our_therapist_filter .our_therapist_display {
    display: grid; /* 1 */
    grid-template-columns: repeat(auto-fill, calc(50% - 20px)); /* 2 */
    grid-gap: 20px; /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* 4 */
  }
}
@media (min-width: 1200px) {
  #our_therapist_filter .our_therapist_display {
    grid-template-columns: repeat(auto-fill, calc(33% - 20px)); /* 2 */
  }
}
#our_therapist_filter .therapist_card {
  display: none;
}
#our_therapist_filter .therapist_card:nth-child(n+1):nth-child(-n+8) {
  display: block;
}
@media (min-width: 1200px) {
  #our_therapist_filter .therapist_card:nth-child(n+1):nth-child(-n+9) {
    display: block;
  }
}
#our_therapist_filter .therapist_card .therapist_name .collapse_link:hover {
  color: inherit;
  cursor: auto;
}
@media (min-width: 992px) {
  #our_therapist_filter .therapist_card .therapist_card_content {
    max-height: 1000px;
    opacity: 1;
  }
}
#our_therapist_filter .therapist_card .therapist_card_content .therapist_card_content_description {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #our_therapist_filter .therapist_card .therapist_card_content .therapist_card_content_description_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #our_therapist_filter .therapist_card .therapist_card_content .therapist_card_content_description_text.reveal {
    -webkit-line-clamp: 999999;
  }
}
#our_therapist_filter .therapist_card .therapist_card_content .therapist_card_content_approaches {
  display: none;
}
#our_therapist_filter .therapist_card .therapist_card_content .therapist_card_content_description_link {
  display: none;
}
@media (min-width: 992px) {
  #our_therapist_filter .therapist_card .therapist_card_content .therapist_card_content_description_link {
    display: block;
    cursor: pointer;
  }
}

#our_therapist_filter_bar {
  background-color: white;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  #our_therapist_filter_bar {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#our_therapist_filter_bar .container {
  position: relative;
}
@media (max-width: 991px) {
  #our_therapist_filter_bar .container {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  #our_therapist_filter_bar .container::-webkit-scrollbar {
    display: none;
  }
  #our_therapist_filter_bar .container > * {
    white-space: normal;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #our_therapist_filter_bar .container {
    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;
  }
}
#our_therapist_filter_bar .back_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center left;
  padding-left: 34px;
  background-size: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15px;
  text-decoration: none;
  display: none;
}
@media (min-width: 992px) {
  #our_therapist_filter_bar .back_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#our_therapist_filter_bar .filter_tag {
  border-radius: 100px;
  padding: 8px 17px;
  border: 2px solid #003d3b;
  background-size: 12px;
  background-position: center right 13px;
  background-repeat: no-repeat;
  font-family: "MaisonNeue-Demi";
  font-size: 14px;
  margin-right: 10px;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  #our_therapist_filter_bar .filter_tag {
    padding: 6px 15px;
    font-size: 16px;
    background-image: url(/assets/icons/angle-down-dark-d981bb37ada826ab256268528e27790b8ad497e363a95d88f0b7036f59e924dd.svg);
    padding-right: 33px;
  }
}
#our_therapist_filter_bar .filter_tag.filter_tag_clear {
  background-color: #003d3b;
  color: white;
  background-image: url(/assets/icons/clear-white-aa4f90fcd791f4fd4ac618bf259ea444355b28c8c7c656b927990ef83405a9bb.svg);
  padding-right: 33px;
  display: none;
}
#our_therapist_filter_bar .clear_filter_btn {
  margin: 0;
  margin-left: 10px;
  display: none;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}
#our_therapist_filter_bar .clear_filter_btn.reveal {
  display: inline-block;
}
@media (max-width: 991px) {
  #our_therapist_filter_bar .clear_filter_btn {
    margin-right: 32px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #our_therapist_filter_bar {
    background-color: transparent;
  }
}

#our_therapist_show_more > * {
  text-decoration: none;
  margin-bottom: 0;
}

#view_all_therapists {
  width: 100%;
}
@media (min-width: 992px) {
  #view_all_therapists {
    width: auto;
  }
}

@media (max-width: 991px) {
  #therapist_display_section .container,
  #find_a_therapist .container,
  #m_health_support .container,
  #m_health_doctors .container,
  #m_health_why_mosh .container,
  .faq_mh .container,
  #yish_section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .m_health_our_pricing .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m_health_our_pricing .container .circle_ticks li {
    background-size: 18px;
    background-position: left top 5px;
    background-image: url(/assets/icons/tick-white-circle-fa2501f68d580239c474aa72f6312a071086cc712deb6b14b45727623f95378c.svg);
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .m_health_our_pricing .container .green_text {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

#psych_counsellor_link {
  padding: 17px 50px 17px 30px;
  padding-right: 90px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
#psych_counsellor_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url(/assets/icons/angle-down-dark-d981bb37ada826ab256268528e27790b8ad497e363a95d88f0b7036f59e924dd.svg);
  background-size: contain;
  height: 23px;
  width: 23px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-repeat: no-repeat;
  background-position: center;
}
#psych_counsellor_link.reveal::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  #psych_counsellor_link {
    padding: 17px 30px;
  }
  #psych_counsellor_link::after {
    display: none;
  }
}

#psych_counsellor_content > div {
  padding: 30px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #psych_counsellor_content {
    display: none;
  }
}

.psych_counsellor_content .big {
  margin-bottom: 0;
}
.psych_counsellor_content .counsellor_vs_psych_img {
  width: 65px;
  height: 65px;
}

#psych_counsellor_modal .modal-dialog {
  max-width: 700px;
}
#psych_counsellor_modal #psych_counsellor_modal_header {
  border-bottom: 1px solid rgb(130, 199, 128);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #psych_counsellor_modal #psych_counsellor_modal_header {
    margin-bottom: 34px;
    padding-bottom: 10px;
  }
}

#psych_counsellor_modal .modal-body,
.psych_bio_modal_2 .modal-body {
  background-color: #f9f9f2;
}
@media (min-width: 992px) {
  #psych_counsellor_modal .modal-body,
  .psych_bio_modal_2 .modal-body {
    padding: 40px;
  }
  #psych_counsellor_modal .modal-body .close,
  .psych_bio_modal_2 .modal-body .close {
    top: 57px;
    right: 44px;
    background-color: transparent;
    display: inline-block;
    min-width: unset;
    padding: 7.5px;
  }
}

#m_health_why_mosh .m_health_why_mosh_item {
  border-top: 1px solid rgba(0, 61, 59, 0.2);
}
#m_health_why_mosh .m_health_why_mosh_item img {
  width: 60px;
  height: 60px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_item img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }
}
#m_health_why_mosh .m_health_why_mosh_item .collapse_link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_item .collapse_link {
    font-size: 18px;
    min-height: 55px;
  }
}
#m_health_why_mosh .m_health_why_mosh_item .collapse_link > * {
  text-decoration: none;
  display: block;
}
#m_health_why_mosh .m_health_why_mosh_item .collapse_link > *::after {
  right: 0;
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_item .collapse_link > *::after {
    display: none;
  }
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_item .collapse_item {
    max-height: none;
    opacity: 1;
    margin-top: 15px;
  }
}
#m_health_why_mosh .m_health_why_mosh_item .m_health_why_mosh_item_content > div {
  padding-bottom: 30px;
}
#m_health_why_mosh .m_health_why_mosh_item:last-child {
  border-bottom: 1px solid rgba(0, 61, 59, 0.2);
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_item {
    border: 0 !important;
  }
}
#m_health_why_mosh .m_health_why_mosh_item .m_health_why_mosh_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_item .m_health_why_mosh_item_title {
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#m_health_why_mosh .m_health_why_mosh_container {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #m_health_why_mosh .m_health_why_mosh_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #m_health_why_mosh .m_health_why_mosh_container .m_health_why_mosh_item {
    width: calc(25% - 20px);
    text-align: center;
  }
}

.therapist_mhcp_info {
  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;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .therapist_mhcp_info {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.therapist_mhcp_info img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.link_bold {
  font-family: "MaisonNeue-Demi";
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  .link_bold:hover {
    color: #82c780 !important;
  }
}

#mhcp_step_container {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #mhcp_step_container {
    margin-bottom: 70px;
  }
}

.mhcp_step {
  padding: 70px 15px 20px 15px;
  position: relative;
  margin-bottom: 15px;
  background-color: white;
  text-align: left;
  font-size: 15px;
}
.mhcp_step .xsmall {
  font-size: 13px;
}

.mhcp_step::before {
  display: inline-block;
  border: 1px solid #003d3b;
  border-radius: 100px;
  background-color: #82c780;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  padding: 5px 23px;
  margin-bottom: 20px;
  color: #003d3b;
  position: absolute;
  top: 20px;
  left: 20px;
}

#mhcp_step_1::before {
  content: "Step 1";
}

#mhcp_step_2::before {
  content: "Step 2";
}

@media (max-width: 992px) {
  #m_health_plans_section .container {
    max-width: none;
  }
}
#m_health_plans_section h4 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #m_health_plans_section h4 {
    max-width: none;
    font-size: 40px;
  }
}
#m_health_plans_section p {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

#m_health_plans {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 850px) {
  #m_health_plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
#m_health_plans #m_health_plan_option_3::before {
  content: "*with a valid MHCP";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  opacity: 0.5;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
#m_health_plans .m_health_plan_option {
  background-color: white;
  display: block;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#m_health_plans .m_health_plan_option:last-child {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  #m_health_plans .m_health_plan_option {
    width: calc(33.33% - 10px);
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  #m_health_plans .m_health_plan_option {
    width: calc(33.33% - 15px);
  }
}
#m_health_plans .m_health_plan_option strong {
  color: black;
}
#m_health_plans .m_health_plan_option:nth-child(1) .m_health_plan_option_image::before {
  content: "Plan 1";
}
#m_health_plans .m_health_plan_option:nth-child(2) .m_health_plan_option_image::before {
  content: "Plan 2";
}
#m_health_plans .m_health_plan_option:nth-child(3) .m_health_plan_option_image::before {
  content: "Plan 3";
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  min-height: 300px;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 992px) {
  #m_health_plans .m_health_plan_option .m_health_plan_option_image {
    padding-top: 30px;
    min-height: 330px;
  }
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image h6 {
  max-width: 16ch;
  font-size: 23px;
}
@media (min-width: 1200px) {
  #m_health_plans .m_health_plan_option .m_health_plan_option_image h6 {
    font-size: 27px;
  }
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image .btn {
  position: absolute;
  bottom: 26px;
  left: 20px;
}
#m_health_plans .m_health_plan_option .m_health_plan_option_image::before {
  display: inline-block;
  border: 1px solid #003d3b;
  border-radius: 100px;
  background-color: #82c780;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  padding: 5px 23px;
  margin-bottom: 20px;
  color: #003d3b;
}
#m_health_plans .m_health_plan_option#m_health_plan_option_1 .m_health_plan_option_image {
  background-position: 50% 0%;
}
@media (min-width: 850px) and (max-width: 1200px) {
  #m_health_plans .m_health_plan_option#m_health_plan_option_1 .m_health_plan_option_image {
    background-position: 30% 0%;
    background-size: 140%;
  }
}
#m_health_plans .m_health_plan_option_included {
  padding: 13px 20px;
  font-size: 16px;
  color: black;
}
#m_health_plans .m_health_plan_option_included .collapse_link {
  display: block;
}
#m_health_plans .m_health_plan_option_included .collapse_item.reveal {
  padding-top: 10px;
}
#m_health_plans .m_health_plan_option_included strong {
  text-decoration: none;
  display: block;
}
#m_health_plans .m_health_plan_option_included strong::after {
  right: 0;
}
#m_health_plans .m_health_plan_option_included ul {
  padding-left: 21px;
  margin-bottom: 0;
}

.quizzes #m_health_plans {
  margin-top: -10px;
}
.quizzes #m_health_plans #m_health_plan_option_3::before {
  color: rgba(255, 255, 255, 0.6);
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included {
  padding-left: 10px;
  font-size: 14px;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included li {
  margin-bottom: 3px;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included li::marker {
  font-size: 12px;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included .collapse_link {
  display: none !important;
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_included .collapse_item {
  max-height: unset !important;
  opacity: 1 !important;
}
.quizzes #m_health_plans .m_health_plan_option {
  position: relative;
}
.quizzes #m_health_plans .m_health_plan_option.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .quizzes #m_health_plans .m_health_plan_option {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .quizzes #m_health_plans .m_health_plan_option:hover {
    opacity: 1;
  }
}
.quizzes #m_health_plans .m_health_plan_option::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #434444;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (min-width: 1200px) {
  .quizzes #m_health_plans .m_health_plan_option::after {
    width: 17px;
    height: 17px;
  }
}
.quizzes #m_health_plans .m_health_plan_option.active::after {
  border-width: 5px;
}
@media (min-width: 1200px) {
  .quizzes #m_health_plans .m_health_plan_option.active::after {
    border-width: 6px;
  }
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_image {
  padding-top: 50px;
  min-height: 230px;
}
@media (min-width: 1200px) {
  .quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_image {
    min-height: 280px;
    padding-top: 58px;
  }
}
.quizzes #m_health_plans .m_health_plan_option .m_health_plan_option_image .btn {
  display: none;
}

.psychologist-info-section {
  position: relative;
}
.psychologist-info-section.disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}
.psychologist-info-section .mop_carousel {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .psychologist-info-section .mop_carousel {
    margin-bottom: 30px;
  }
}
.psychologist-info-section .billing_preferences {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "MaisonNeue-Demi";
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.psychologist-info-section .psychologist_availability {
  border-top: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 7px;
  padding-right: 9px;
  text-align: right;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .psychologist-info-section .psychologist_availability {
    padding: 11px;
  }
}
.psychologist-info-section input[type=radio] {
  display: none;
}
.psychologist-info-section .psychologist_label {
  display: block;
}
.psychologist-info-section .psychologist_label::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid #434444;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: white;
}
@media (min-width: 992px) {
  .psychologist-info-section .psychologist_label::after {
    top: 20px;
    left: 20px;
  }
}
.psychologist-info-section .psychologist-select:checked + .psychologist_label::after {
  border-width: 6px;
}
@media (min-width: 1200px) {
  .psychologist-info-section .psychologist-select:checked + .psychologist_label::after {
    border-width: 6px;
  }
}

.psych_booking_container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  #mh_booking_title p {
    max-width: 25ch;
    margin-left: auto;
    margin-right: auto;
  }
}

#mh_booking_filters {
  background-color: #f9f9f3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
  top: -49px;
  z-index: 4;
}
#mh_booking_filters input[type=search] {
  margin: 0;
  padding: 20px 13px;
  min-height: auto;
  border-radius: 5px !important;
  border-color: rgba(44, 127, 124, 0.5);
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  background-image: url(/assets/icons/search-grey-584dbe5cc5e3304e7b1ed8d20617402b8d2da745ffb1812e1649df8d94bbbd6f.svg);
}
@media (min-width: 992px) {
  #mh_booking_filters .filter_tag {
    padding: 7px 16px;
  }
}

#cantfindthetime {
  margin-top: 20px;
  margin-bottom: 25px;
}

#psych_nottherightfit {
  border-radius: 10px;
  margin-top: 30px;
}
#psych_nottherightfit img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 992px) {
  #psych_nottherightfit img {
    height: 200px;
  }
}
#psych_nottherightfit > div {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  #psych_nottherightfit > div {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  #mental_health_consent {
    margin-left: -15px;
    margin-right: -15px;
    border-left: 0;
    border-right: 0;
  }
}

.confirm_form_container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .confirm_form_container {
    padding-right: 0;
    padding-left: 0;
  }
}

#mental_health_consent .confirm_question_container {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
@media (min-width: 768px) {
  #mental_health_consent .confirm_question_container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
#mental_health_consent .confirm_question_container label {
  margin-bottom: 0;
}
#mental_health_consent .confirm_question_container .consents_confirm {
  margin-right: 0;
}
#mental_health_consent .confirm_question_container:last-child {
  border-bottom: 0;
}

.confirm_form_container .confirm_question_container {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 !important;
}

#mh_headsup {
  opacity: 1;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url(/assets/icons/info-15a4ce2a408e302daafd120389aa3a905b8a5d66d2f2eafbbb9a2f629ba9391d.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 10px;
}
@media (min-width: 992px) {
  #mh_headsup {
    padding: 17px 30px 17px 45px;
    background-position: center left 14px;
  }
}

#choose_psychologist .btnTimeForm2 {
  max-width: 630px;
}
#choose_psychologist .or_divider {
  border-color: #82c780;
  margin-top: 30px;
  margin-bottom: 35px;
}
#choose_psychologist .or_divider::before {
  background-color: #f9f9f3;
  color: black;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  top: 7px;
  width: 50px;
}
#choose_psychologist .psychologist-info-section.selected .mop_carousel_psychdetails {
  display: none;
}
#choose_psychologist .btnTimeForm2.reveal {
  z-index: 100;
}
#choose_psychologist .psych_info_container {
  position: relative;
  min-height: 143px;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_info_container {
    min-height: 180px;
  }
}
#choose_psychologist #loading_psych_times {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  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;
  font-size: 14px;
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px;
  padding-left: 20px;
  width: 180px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#choose_psychologist #loading_psych_times.reveal {
  opacity: 1;
}
#choose_psychologist #psych_datepicker_expand {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 3;
  border-radius: 100%;
}
#choose_psychologist #psych_datepicker_expand::after {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#choose_psychologist #psych_datepicker_expand.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#choose_psychologist .psych_calendar {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: white;
  border-radius: 10px;
}
#choose_psychologist .psych_calendar.open {
  max-height: 1500px;
  opacity: 1;
}
#choose_psychologist .psych_calendar .psych_cal_block {
  display: none;
  position: relative;
}
#choose_psychologist .psych_calendar .dod_widget {
  min-height: auto;
  max-width: none;
}
#choose_psychologist .psych_calendar .ui-datepicker-unselectable:not(.ui-datepicker-other-month) {
  text-decoration: line-through;
  color: #e1e1e1;
}
#choose_psychologist .psych_calendar .ui-state-active {
  border-color: #003d3b;
  background-color: #003d3b;
}
#choose_psychologist .psych_calendar .ui-datepicker-calendar thead {
  color: #e1e1e1;
  border: 0;
}
#choose_psychologist .psych_calendar .ui-datepicker-calendar td {
  height: 45px;
}
#choose_psychologist .psych_calendar .container,
#choose_psychologist .psych_calendar .dod_datepicker,
#choose_psychologist .psych_calendar .card-body {
  padding: 0 !important;
  margin: 0 !important;
}
#choose_psychologist .psych_calendar .week_table {
  text-align: center;
  width: 100%;
  color: #b7b7b7;
  font-size: 12px;
  margin-top: 25px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#choose_psychologist .psych_calendar .week_table th {
  width: 14.285714286%;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar .dod_widget td,
  #choose_psychologist .psych_calendar .week_table h4 {
    font-size: 16px;
  }
}
#choose_psychologist .psych_calendar .month0 {
  position: relative;
}
#choose_psychologist .psych_calendar .month0::before {
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
}
#choose_psychologist .psych_calendar #psych_datepicker {
  border: 0;
  max-height: 246px;
  overflow: scroll;
  position: relative;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker {
    max-height: 320px;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker ::-webkit-scrollbar {
  display: none;
}
#choose_psychologist .psych_calendar #psych_datepicker.open {
  max-height: none;
}
#choose_psychologist .psych_calendar #psych_datepicker thead {
  display: none;
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker {
  width: 100% !important;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker {
    padding-bottom: 30px;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header {
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header a {
  display: none;
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-header .ui-datepicker-title {
    padding-left: 0;
  }
}
#choose_psychologist .psych_calendar #psych_datepicker .ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-other-month {
  height: 0 !important;
  padding: 0 !important;
  font-size: 0;
}
#choose_psychologist .psych_time {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 30px 20px 30px 20px;
  min-height: 80px;
}
@media (min-width: 992px) {
  #choose_psychologist .psych_time {
    padding: 40px 20px 40px 20px;
    min-height: 100px;
  }
}
#choose_psychologist .psych_time::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  display: block;
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
}
#choose_psychologist .psych_time.loading::after {
  opacity: 1;
}
#choose_psychologist .psych_time_container {
  display: none;
}
#choose_psychologist #time_container {
  display: block;
  margin: 0;
}
#choose_psychologist #time_container .time2 {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  border-radius: 100px;
  color: black;
  border-color: black;
  font-size: 16px;
  padding: 5px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
#choose_psychologist #time_container .time2:last-of-type {
  margin-bottom: 0;
}
#choose_psychologist #time_container .time2:hover {
  background-color: white !important;
}
@media (min-width: 992px) {
  #choose_psychologist #time_container .time2:hover {
    border-color: #82c780;
  }
}
#choose_psychologist #time_container input[type=radio]:checked + label,
#choose_psychologist #time_container input[type=radio]:checked + label:hover {
  background-color: #daeed9 !important;
  border-color: black;
  color: black;
}
#choose_psychologist #time_container #timezone_select {
  margin: 0;
  padding: 10px 13px;
  min-height: auto;
  border-radius: 5px !important;
  border-color: #ccc;
  font-size: 16px;
}
#choose_psychologist #time_container #timezone_field.reveal {
  margin-top: 15px;
  margin-bottom: 25px;
}
#choose_psychologist #time_result {
  margin-top: 20px;
}
#choose_psychologist #time-form {
  margin-top: 0;
}

#mop_carousel {
  margin-top: 20px;
}
.mop_carousel {
  padding-bottom: 30px;
  display: none;
}
.mop_carousel.active {
  display: block;
}

.mop_carousel_card {
  margin-left: 15px;
  min-height: 100%;
  background-color: white;
}

.mop_carousel_image {
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .mop_carousel_image {
    height: 230px;
    background-position: 70% 50%;
  }
}

.mop_carousel_name {
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (min-width: 768px) {
  .mop_carousel_name {
    font-size: 16px;
  }
}
.mop_carousel_name strong {
  display: block;
  margin-bottom: -2px;
}
.mop_carousel_name .mop_learnmore {
  border-radius: 50%;
  border: 1px solid #003d3b;
  background-color: #82c780;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  background-image: url(/assets/icons/info-2-96df5cc7aec316dc3c79ff972b7eed567919d1af3d69d45cc6eb18d131ab90fc.svg);
  pointer-events: auto;
}

.mop_carousel_experienceareas {
  font-size: 14px;
  background-color: white;
  color: black;
  border-radius: 10px;
}
.mop_carousel_experienceareas strong {
  display: block;
  margin-bottom: 3px;
}
.mop_carousel_experienceareas ul {
  margin-bottom: 0;
  padding-left: 21px;
}
.mop_carousel_experienceareas.long_list {
  display: none;
}
.mop_carousel_experienceareas .psych_collapsable_section {
  margin-bottom: 10px;
}
.mop_carousel_experienceareas .psych_collapsable_section:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mop_carousel_experienceareas .psych_collapsable_section {
    margin-bottom: 0;
  }
}
.mop_carousel_experienceareas .psych_collapsable_section ul {
  margin-top: 3px;
}
.mop_carousel_experienceareas .psych_collapsable_section .collapse_link strong {
  text-decoration: none;
  display: block;
}
.mop_carousel_experienceareas .psych_collapsable_section .collapse_item p,
.mop_carousel_experienceareas .psych_collapsable_section .collapse_item strong {
  display: none;
}

@media (min-width: 992px) {
  #choose_psychologist .mop_carousel_experienceareas {
    font-size: 16px;
  }
}

.mop_carousel_name,
.mop_carousel_experienceareas {
  padding: 10px;
  padding-bottom: 13px;
  text-align: left;
}
@media (min-width: 768px) {
  .mop_carousel_name,
  .mop_carousel_experienceareas {
    padding: 15px;
  }
}

#mop_carousel_section .mop_carousel_experienceareas {
  min-height: 125px;
}
@media (min-width: 400px) {
  #mop_carousel_section .mop_carousel_experienceareas {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  #mop_carousel_section .mop_carousel_experienceareas {
    min-height: 145px;
  }
}
@media (min-width: 992px) {
  #mop_carousel_section .mop_carousel_experienceareas {
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .mop_carousel_experienceareas {
    padding: 20px 15px;
  }
}

#mh_img_couple {
  height: 220px;
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 140%;
}
@media (min-width: 500px) {
  #mh_img_couple {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #mh_img_couple {
    height: 440px;
  }
}
@media (min-width: 992px) {
  #mh_img_couple {
    height: 600px;
  }
}

#yish_section p {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  #yish_section .carousel_container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}

#yish_block_container {
  margin-top: 30px;
}
#yish_block_container:after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  #yish_block_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #yish_block_container:after {
    content: "";
  }
}
#yish_block_container .yish_block {
  width: 80%;
  padding-right: 15px;
}
@media (min-width: 576px) {
  #yish_block_container .yish_block {
    width: 65%;
  }
}
@media (min-width: 768px) {
  #yish_block_container .yish_block {
    width: 45%;
  }
}
@media (min-width: 992px) {
  #yish_block_container .yish_block {
    width: 50%;
  }
  #yish_block_container .yish_block .yish_block_inner {
    background-color: white;
  }
  #yish_block_container .yish_block p {
    max-width: 35ch;
  }
}
@media (min-width: 1200px) {
  #yish_block_container .yish_block {
    width: 25%;
  }
}
#yish_block_container .yish_block#yish_block_1 .yish_block_inner {
  background-image: url(/assets/emojis/black-and-white/secure-c91b33475fdd14f70ff99c65fa501736ed9b08a57c8cd04892774fde69e35d15.png);
}
#yish_block_container .yish_block#yish_block_2 .yish_block_inner {
  background-image: url(/assets/emojis/black-and-white/confidential-05573c2d082d850f745f6e39c61bea894010ec6b2eaa5c64385c465ab0b52072.png);
}
#yish_block_container .yish_block#yish_block_3 .yish_block_inner {
  background-image: url(/assets/emojis/black-and-white/ipad-fb70e3f6bc0f5bc3fa04a818bb00308b9a890c1f0ccd2e6d2b9b4e2f5169ee2d.png);
}
#yish_block_container .yish_block#yish_block_4 .yish_block_inner {
  background-image: url(/assets/emojis/black-and-white/legit-1b35b7f14f6bdef7529504e3fdfd3ab7b3e394b2f42587754df35b78115ad0c1.png);
}
#yish_block_container .yish_block .yish_block_inner {
  padding: 15px;
  padding-top: 100px;
  background-position: center top 16px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 12px;
  height: 215px;
  background-size: 55px;
}
@media (min-width: 992px) {
  #yish_block_container .yish_block .yish_block_inner {
    font-size: 14px;
  }
  #yish_block_container .yish_block .yish_block_inner strong {
    font-size: 16px;
  }
}

.carousel_spacer {
  width: 30px;
}

@media (min-width: 992px) {
  #yish_section {
    display: none;
  }
}

.m_health_plan_option,
.mop_carousel_card,
.mhcp_step {
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  #hiw_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}

.hiw_carousel {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.hiw_carousel p {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .hiw_carousel {
    position: relative;
  }
  .hiw_carousel br {
    display: none;
  }
  .hiw_carousel strong {
    display: block;
    margin-bottom: 5px;
  }
  .hiw_carousel::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url(/assets/icons/arrow-drawn-2-11f08a8e16d033d454890272ffdd57c5fe6b2b8a3e8edd01171393e6cc6522bf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hiw_carousel#hiw_carousel_1::after {
    right: -80px;
    top: 50px;
    -webkit-transform: rotate(41deg);
            transform: rotate(41deg);
  }
  .hiw_carousel#hiw_carousel_2::after {
    right: -20px;
    -webkit-transform: scaleY(-1) rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
  }
  .hiw_carousel#hiw_carousel_3::after {
    right: -70px;
    top: 40px;
    -webkit-transform: scaleY(-1) rotate(-34deg);
            transform: scaleY(-1) rotate(-34deg);
    background-image: url(/assets/icons/arrow-drawn-1-d78f84d681d3430194202b943e335aeb68e1bc30fb6f9befec1a02a22e4acee4.svg);
  }
  .hiw_carousel#hiw_carousel_4::after {
    display: none;
  }
  .hiw_carousel#hiw_carousel_2, .hiw_carousel#hiw_carousel_4 {
    margin-top: 100px;
  }
}

.hiw_carousel_image {
  background-size: 120%;
  background-position: 28% 50%;
  background-repeat: no-repeat;
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-image: url(/assets/icons/green-product-bg-2-f83eb4dbb072f93fd625fc3c4dca424cf5552ff4ae2a25077e416ac8d824c8d5.svg);
}
@media (min-width: 992px) {
  .hiw_carousel_image {
    background-position: 42% 50%;
  }
}
.hiw_carousel_image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#hiw_carousel_1 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/quiz-ade5e98a2d21eb29c8dccb5c9131e35ae6d10dbfc33c60514d6fedc13b2f1cbf.png);
}

#hiw_carousel_2 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/doctor_1-cb401a00ff173fc9734258557dbcd89a557902aadc532c896eaf5abd841ada32.png);
}

#hiw_carousel_3 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/ipad_psych-53d0ff2b59ab49d59445adead135d96786af038d9a951a4a5d674c828ed7c924.png);
  right: auto;
  left: 7px;
}

#hiw_carousel_4 .hiw_carousel_image::after {
  background-image: url(/assets/emojis/van-a1eb91d998fc8ca6020a126a79a2cdae8ec12dc1d15c7971b1eaac99b27c708a.png);
}

.fivestars {
  background-image: url(/assets/icons/green-stars-5c4d3b8d26149fc7681a6b5504d54683e516ed033ffcca071174f643c5b04380.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
}

#mop_carousel_section .mop_container {
  padding-left: 15px;
  padding-right: 15px;
}
#mop_carousel_section h2 {
  margin-bottom: 20px;
}
#mop_carousel_section p {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.mop_carousel,
.m_health_reviews_carousel {
  width: 85%;
}
.mop_carousel:first-child,
.m_health_reviews_carousel:first-child {
  padding-left: 15px;
}
.mop_carousel:first-child .reviews_rounded_card,
.mop_carousel:first-child .mop_carousel_card,
.m_health_reviews_carousel:first-child .reviews_rounded_card,
.m_health_reviews_carousel:first-child .mop_carousel_card {
  margin-left: 0 !important;
}

@media (min-width: 500px) {
  .m_health_reviews_carousel {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .m_health_reviews_carousel {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .m_health_reviews_carousel {
    width: 36%;
  }
}
@media (min-width: 1300px) {
  .m_health_reviews_carousel {
    width: 23%;
  }
}
@media (min-width: 2000px) {
  .m_health_reviews_carousel {
    width: 23%;
  }
}

@media (min-width: 500px) {
  .mop_carousel {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .mop_carousel {
    width: 36%;
  }
}
@media (min-width: 1200px) {
  .mop_carousel {
    width: 28%;
  }
}
@media (min-width: 1400px) {
  .mop_carousel {
    width: 23%;
  }
}
@media (min-width: 1800px) {
  .mop_carousel {
    width: 19%;
  }
}
@media (min-width: 2500px) {
  .mop_carousel {
    width: 13%;
  }
}

#m_health_reviews_carousel {
  margin-top: 40px;
}
#m_health_reviews_carousel .reviews_rounded_card {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  #m_health_reviews_carousel .reviews_rounded_card {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #m_health_reviews_carousel .m_health_reviews_carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #m_health_reviews_carousel .m_health_reviews_carousel .reviews_rounded_card {
    margin-left: 15px !important;
  }
}

@media (min-width: 992px) {
  #mop_carousel .flickity-slider,
  #filter_by_issue {
    margin-left: 50px;
  }
}
#m_health_reviews_carousel {
  margin-bottom: 35px;
}

.m_health_reviews_carousel {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

#m_health_footer {
  position: relative;
  background-repeat: no-repeat;
  background-size: 240%;
  background-position: 54% 39%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  #m_health_footer {
    padding-top: 0;
    padding-bottom: 0;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: 50% 64%;
    background-size: 130%;
  }
}
#m_health_footer::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#m_health_footer .container {
  z-index: 2;
  position: relative;
}
#m_health_footer h3 {
  margin-bottom: 15px;
}
#m_health_footer .btn_2 {
  margin-top: 30px;
}

.reviews_rounded_card {
  border-radius: 10px;
  background-color: white;
  position: relative;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-left: 10px !important;
  vertical-align: top;
  min-height: 100%;
}
.reviews_rounded_card .reviews_rounded_card_name {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}

#m_health_reviews .reviews_rounded_card {
  margin-left: 0 !important;
  margin-right: 15px !important;
}
#m_health_reviews h3 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#hiw_carousel .flickity-page-dots .dot,
#mop_carousel .flickity-page-dots .dot {
  width: 12px !important;
  height: 12px !important;
}

#hiw_carousel .flickity-page-dots .dot,
#mop_carousel .flickity-page-dots .dot {
  width: 12px !important;
  height: 12px !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: white !important;
}
#hiw_carousel .flickity-page-dots .dot.is-selected,
#mop_carousel .flickity-page-dots .dot.is-selected {
  background-color: #82c780 !important;
}

#m_health_reviews_carousel .flickity-page-dots .dot {
  border-color: rgb(0, 0, 0) !important;
  background-color: white !important;
}
#m_health_reviews_carousel .flickity-page-dots .dot.is-selected {
  background-color: #003d3b !important;
}

@media (max-width: 768px) {
  #mop_carousel .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mop_carousel .flickity-page-dots .dot {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
    max-width: 10px;
  }
}

#hiw_carousel:after,
#mop_carousel:after {
  content: "flickity";
  display: none; /* hide :after */
}

@media screen and (min-width: 992px) {
  /* disable Flickity for large devices */
  #hiw_carousel:after,
  #mop_carousel:after {
    content: "";
  }
}
.psych_bio_modal .modal-body {
  background-color: #003d3b;
  color: white;
}
.psych_bio_modal .green_text {
  display: block;
  margin-top: 15px;
  font-family: "MaisonNeue-Demi";
}
.psych_bio_modal .modal-dialog {
  margin-top: 15vh;
}
.psych_bio_modal .modal-content {
  background-color: transparent;
}

.psych_bio_modal_2 .modal-dialog {
  max-width: 1000px;
}
.psych_bio_modal_2 .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.psych_bio_modal_2 .modal-body > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.psych_bio_modal_2 .psych_bio_modal_header {
  border-bottom: 1px solid #82c780;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.psych_bio_modal_2 .psych_bio_modal_header .psych_bio_modal_header_title {
  color: rgb(107, 107, 107);
}
.psych_bio_modal_2 .psych_bio_column {
  min-width: 240px;
  background-color: white;
  padding: 20px;
  margin-right: 45px;
  border-radius: 20px;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  .psych_bio_modal_2 .psych_bio_column {
    display: block;
  }
}
.psych_bio_modal_2 .psych_bio_column .hiw_box {
  max-width: none;
}
.psych_bio_modal_2 .psych_bio_column .psych_bio_column_img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.psych_bio_modal_2 .psych_bio_modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.psych_bio_modal_2 .psych_bio_modal_content > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.psych_bio_modal .close,
#psych_filters .close,
.psych_filter_tags.modal .close {
  padding: 11px;
  top: 15px;
  right: 14px;
  background-size: 12px;
}
.psych_bio_modal .modal-content,
.psych_bio_modal .modal-dialog,
.psych_bio_modal .modal-body,
#psych_filters .modal-content,
#psych_filters .modal-dialog,
#psych_filters .modal-body,
.psych_filter_tags.modal .modal-content,
.psych_filter_tags.modal .modal-dialog,
.psych_filter_tags.modal .modal-body {
  border-radius: 10px;
  text-align: center;
}
.psych_bio_modal .modal-body,
#psych_filters .modal-body,
.psych_filter_tags.modal .modal-body {
  padding: 50px 20px 40px 20px;
}
.psych_bio_modal .submit-filter,
#psych_filters .submit-filter,
.psych_filter_tags.modal .submit-filter {
  min-width: 180px;
}

@media (min-width: 992px) {
  .psych_bio_modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#dod-appointment .doc_moreinfo_modal .modal-body {
  padding: 50px 20px 50px 20px;
}

@media (min-width: 992px) {
  #psych_filters .modal-dialog {
    margin-top: 16vh;
  }
}

#filter_by_issue {
  text-align: left;
  display: block;
  margin-top: 65px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#filter_by_issue h5 {
  text-decoration: underline;
  margin-bottom: 0;
}

.psych_filter_tags_2 .modal-body {
  padding: 0;
}
.psych_filter_tags_2 .modal-dialog,
.psych_filter_tags_2 .modal-body,
.psych_filter_tags_2 .modal-content {
  border-radius: 12px;
}
@media (min-width: 768px) {
  .psych_filter_tags_2 .modal-dialog {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.psych_filter_tags_2 .psych_filter_tags_body,
.psych_filter_tags_2 .psych_filter_tags_header,
.psych_filter_tags_2 .psych_filter_tags_footer {
  padding-left: 30px;
  padding-right: 30px;
}
.psych_filter_tags_2 .psych_filter_tags_subheader {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
.psych_filter_tags_2 .psych_filter_tags_subheader:first-child {
  margin-top: 0;
}
.psych_filter_tags_2 .psych_filter_tags_header {
  border-bottom: 1px solid rgb(226, 226, 226);
  padding-bottom: 20px;
  padding-top: 20px;
}
.psych_filter_tags_2 .psych_filter_tags_footer {
  border-top: 1px solid rgb(226, 226, 226);
  padding-top: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.psych_filter_tags_2 .psych_filter_tags_footer .clear_filters {
  position: relative;
  font-size: 16px;
}
.psych_filter_tags_2 .psych_filter_tags_body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.psych_filter_tags_2 .psych_filter_tags_body .filter_tag {
  max-width: none !important;
  background-image: url(/assets/icons/checkbox_inactive-5f89c8bf08fb36ccf95fa8a59e4fab5f43e71f9e28d4644df2a906aa32303615.svg);
  background-size: 24px;
  background-position: center right;
  background-repeat: no-repeat;
  display: block !important;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6px 0;
  margin: 0;
}
.psych_filter_tags_2 input[type=checkbox] {
  display: none;
}
.psych_filter_tags_2 input[type=checkbox]:checked + .filter_tag {
  background-image: url(/assets/icons/checkbox_active-c6f0d325deba52c3549afe60cf5ac30396ad72838745ec288b21f73d931172e1.svg);
}
.psych_filter_tags_2#specialtyModal .psych_filter_tags_body {
  overflow: scroll;
  max-height: 57vh;
}
@media (min-width: 992px) {
  .psych_filter_tags_2#specialtyModal .psych_filter_tags_body {
    max-height: 445px;
  }
}

.psych_filter_tags .psych_filter_container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.psych_filter_tags .modal-body {
  background-color: #ebebd4;
  padding: 30px 10px;
  padding-top: 50px;
}
.psych_filter_tags h4 {
  margin-bottom: 30px;
}
.psych_filter_tags .clear_filters {
  position: absolute;
  top: 11px;
  left: 11px;
  color: black !important;
}
.psych_filter_tags .psych_tag_load_more {
  color: black;
}
.psych_filter_tags input[type=checkbox] {
  display: none;
}
.psych_filter_tags .filter_tag {
  display: inline-block;
  width: auto;
  margin: 0px 1px 11px 1px;
  border: 1px solid black;
  color: black !important;
  border-radius: 100px;
  background-color: white;
  padding: 5px 10px;
  padding: 7px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.psych_filter_tags .filter_tag.below_fold {
  display: none;
}
.psych_filter_tags .filter_tag.below_fold.reveal {
  display: inline-block;
}
@media (min-width: 992px) {
  .psych_filter_tags .filter_tag {
    padding: 7px 19px;
  }
  .psych_filter_tags .filter_tag:hover {
    border-color: #82c780;
  }
}
.psych_filter_tags .filter_tag.selected {
  background-color: #bbdeb6;
}
.psych_filter_tags input:checked + .filter_tag {
  background-color: #bbdeb6;
  border-color: black;
}

.filter_tag.highlight {
  background-color: #bbdeb6;
}
.filter_tag.highlight:hover {
  border-color: black;
}

.clear_filter_btn {
  max-height: 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.clear_filter_btn.reveal {
  opacity: 1;
  max-height: 100px;
}
.clear_filter_btn strong {
  color: black;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: top 14px left;
  background-size: 10px;
  display: inline-block;
  background-image: url(/assets/icons/close-black-small-d3f69c11f2c4185be24af67703e2d6b034d23251dbab6cd9d00d72e84eaa1764.svg);
}

.psych_tag_load_more {
  margin-top: 6px;
  display: block;
  color: black !important;
}

#specialtyModal .modal-body .filter_tag {
  display: none;
}
#specialtyModal .modal-body .filter_tag:nth-of-type(-n + 17), #specialtyModal .modal-body .filter_tag.active {
  display: inline-block;
}

#approachModal .modal-body .filter_tag,
#psych_filters .modal-body .filter_tag {
  display: none;
}
#approachModal .modal-body .filter_tag:nth-of-type(-n + 9), #approachModal .modal-body .filter_tag.active,
#psych_filters .modal-body .filter_tag:nth-of-type(-n + 9),
#psych_filters .modal-body .filter_tag.active {
  display: inline-block;
}

#psych_filters .filter_tag {
  display: none;
}
#psych_filters .filter_tag:nth-of-type(-n + 17), #psych_filters .filter_tag.active {
  display: inline-block;
}

#genderModal .filter_tag,
#availabilityModal .filter_tag,
#priceModal .filter_tag {
  display: block;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

#psych_filters.our_psychologists h4 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #psych_filters.our_psychologists h4 {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
#psych_filters.our_psychologists #mop_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
#psych_filters.our_psychologists .mop_carousel {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  display: block;
}
@media (min-width: 992px) {
  #psych_filters.our_psychologists .mop_carousel {
    padding-right: 13px;
    width: 50%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  #psych_filters.our_psychologists .mop_carousel {
    width: 33.33%;
  }
}
#psych_filters.our_psychologists .mop_carousel .mop_carousel_card {
  margin-left: 0;
}
#psych_filters.our_psychologists .mop_carousel.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#psych_filters.our_psychologists .mop_carousel .mop_learnmore {
  display: none;
}
#psych_filters.our_psychologists .clear_filters {
  position: static;
}

.why_container {
  font-size: 14px;
}
.why_container .reveal {
  padding-top: 5px;
}

#no_psychologists_found {
  background-color: white;
  padding: 40px 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #no_psychologists_found {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

/* NEW CHECKOUT STYLE */
#panel_checkout input[type=text],
#panel_checkout input[type=number],
#panel_checkout input[type=password],
#panel_checkout input[type=email],
#panel_checkout select,
#panel_checkout .residential_address_check,
#panel_checkout .payment_frequency_btn,
#panel_checkout .detail_confirm,
#addon_cart_summary input[type=text],
#addon_cart_summary input[type=number],
#addon_cart_summary input[type=password],
#addon_cart_summary input[type=email],
#addon_cart_summary select,
#addon_cart_summary .residential_address_check,
#addon_cart_summary .payment_frequency_btn,
#addon_cart_summary .detail_confirm,
.order_confirm_mh input[type=text],
.order_confirm_mh input[type=number],
.order_confirm_mh input[type=password],
.order_confirm_mh input[type=email],
.order_confirm_mh select,
.order_confirm_mh .residential_address_check,
.order_confirm_mh .payment_frequency_btn,
.order_confirm_mh .detail_confirm,
.consents_section_mh input[type=text],
.consents_section_mh input[type=number],
.consents_section_mh input[type=password],
.consents_section_mh input[type=email],
.consents_section_mh select,
.consents_section_mh .residential_address_check,
.consents_section_mh .payment_frequency_btn,
.consents_section_mh .detail_confirm,
#mh_payment input[type=text],
#mh_payment input[type=number],
#mh_payment input[type=password],
#mh_payment input[type=email],
#mh_payment select,
#mh_payment .residential_address_check,
#mh_payment .payment_frequency_btn,
#mh_payment .detail_confirm,
#consents input[type=text],
#consents input[type=number],
#consents input[type=password],
#consents input[type=email],
#consents select,
#consents .residential_address_check,
#consents .payment_frequency_btn,
#consents .detail_confirm,
#manual-verification-section input[type=text],
#manual-verification-section input[type=number],
#manual-verification-section input[type=password],
#manual-verification-section input[type=email],
#manual-verification-section select,
#manual-verification-section .residential_address_check,
#manual-verification-section .payment_frequency_btn,
#manual-verification-section .detail_confirm,
#password_screen input[type=text],
#password_screen input[type=number],
#password_screen input[type=password],
#password_screen input[type=email],
#password_screen select,
#password_screen .residential_address_check,
#password_screen .payment_frequency_btn,
#password_screen .detail_confirm,
#mental_consents input[type=text],
#mental_consents input[type=number],
#mental_consents input[type=password],
#mental_consents input[type=email],
#mental_consents select,
#mental_consents .residential_address_check,
#mental_consents .payment_frequency_btn,
#mental_consents .detail_confirm,
#mh_payment_form input[type=text],
#mh_payment_form input[type=number],
#mh_payment_form input[type=password],
#mh_payment_form input[type=email],
#mh_payment_form select,
#mh_payment_form .residential_address_check,
#mh_payment_form .payment_frequency_btn,
#mh_payment_form .detail_confirm,
.m-woo--modal input[type=text],
.m-woo--modal input[type=number],
.m-woo--modal input[type=password],
.m-woo--modal input[type=email],
.m-woo--modal select,
.m-woo--modal .residential_address_check,
.m-woo--modal .payment_frequency_btn,
.m-woo--modal .detail_confirm {
  border-radius: 5px !important;
  border: 1px solid #dcdcdc;
  min-height: auto !important;
  padding: 16px 14px;
  font-size: 16px !important;
  background-color: white !important;
}
@media (min-width: 992px) {
  #panel_checkout input[type=text],
  #panel_checkout input[type=number],
  #panel_checkout input[type=password],
  #panel_checkout input[type=email],
  #panel_checkout select,
  #panel_checkout .residential_address_check,
  #panel_checkout .payment_frequency_btn,
  #panel_checkout .detail_confirm,
  #addon_cart_summary input[type=text],
  #addon_cart_summary input[type=number],
  #addon_cart_summary input[type=password],
  #addon_cart_summary input[type=email],
  #addon_cart_summary select,
  #addon_cart_summary .residential_address_check,
  #addon_cart_summary .payment_frequency_btn,
  #addon_cart_summary .detail_confirm,
  .order_confirm_mh input[type=text],
  .order_confirm_mh input[type=number],
  .order_confirm_mh input[type=password],
  .order_confirm_mh input[type=email],
  .order_confirm_mh select,
  .order_confirm_mh .residential_address_check,
  .order_confirm_mh .payment_frequency_btn,
  .order_confirm_mh .detail_confirm,
  .consents_section_mh input[type=text],
  .consents_section_mh input[type=number],
  .consents_section_mh input[type=password],
  .consents_section_mh input[type=email],
  .consents_section_mh select,
  .consents_section_mh .residential_address_check,
  .consents_section_mh .payment_frequency_btn,
  .consents_section_mh .detail_confirm,
  #mh_payment input[type=text],
  #mh_payment input[type=number],
  #mh_payment input[type=password],
  #mh_payment input[type=email],
  #mh_payment select,
  #mh_payment .residential_address_check,
  #mh_payment .payment_frequency_btn,
  #mh_payment .detail_confirm,
  #consents input[type=text],
  #consents input[type=number],
  #consents input[type=password],
  #consents input[type=email],
  #consents select,
  #consents .residential_address_check,
  #consents .payment_frequency_btn,
  #consents .detail_confirm,
  #manual-verification-section input[type=text],
  #manual-verification-section input[type=number],
  #manual-verification-section input[type=password],
  #manual-verification-section input[type=email],
  #manual-verification-section select,
  #manual-verification-section .residential_address_check,
  #manual-verification-section .payment_frequency_btn,
  #manual-verification-section .detail_confirm,
  #password_screen input[type=text],
  #password_screen input[type=number],
  #password_screen input[type=password],
  #password_screen input[type=email],
  #password_screen select,
  #password_screen .residential_address_check,
  #password_screen .payment_frequency_btn,
  #password_screen .detail_confirm,
  #mental_consents input[type=text],
  #mental_consents input[type=number],
  #mental_consents input[type=password],
  #mental_consents input[type=email],
  #mental_consents select,
  #mental_consents .residential_address_check,
  #mental_consents .payment_frequency_btn,
  #mental_consents .detail_confirm,
  #mh_payment_form input[type=text],
  #mh_payment_form input[type=number],
  #mh_payment_form input[type=password],
  #mh_payment_form input[type=email],
  #mh_payment_form select,
  #mh_payment_form .residential_address_check,
  #mh_payment_form .payment_frequency_btn,
  #mh_payment_form .detail_confirm,
  .m-woo--modal input[type=text],
  .m-woo--modal input[type=number],
  .m-woo--modal input[type=password],
  .m-woo--modal input[type=email],
  .m-woo--modal select,
  .m-woo--modal .residential_address_check,
  .m-woo--modal .payment_frequency_btn,
  .m-woo--modal .detail_confirm {
    font-size: 15px !important;
  }
}
#panel_checkout strong.async_subtitle,
#addon_cart_summary strong.async_subtitle,
.order_confirm_mh strong.async_subtitle,
.consents_section_mh strong.async_subtitle,
#mh_payment strong.async_subtitle,
#consents strong.async_subtitle,
#manual-verification-section strong.async_subtitle,
#password_screen strong.async_subtitle,
#mental_consents strong.async_subtitle,
#mh_payment_form strong.async_subtitle,
.m-woo--modal strong.async_subtitle {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
#panel_checkout .payment_frequency_btn,
#addon_cart_summary .payment_frequency_btn,
.order_confirm_mh .payment_frequency_btn,
.consents_section_mh .payment_frequency_btn,
#mh_payment .payment_frequency_btn,
#consents .payment_frequency_btn,
#manual-verification-section .payment_frequency_btn,
#password_screen .payment_frequency_btn,
#mental_consents .payment_frequency_btn,
#mh_payment_form .payment_frequency_btn,
.m-woo--modal .payment_frequency_btn {
  padding-left: 50px;
  min-height: 84px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background-position: center right 20px !important;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#panel_checkout .payment_frequency_btn#pay_in_full,
#addon_cart_summary .payment_frequency_btn#pay_in_full,
.order_confirm_mh .payment_frequency_btn#pay_in_full,
.consents_section_mh .payment_frequency_btn#pay_in_full,
#mh_payment .payment_frequency_btn#pay_in_full,
#consents .payment_frequency_btn#pay_in_full,
#manual-verification-section .payment_frequency_btn#pay_in_full,
#password_screen .payment_frequency_btn#pay_in_full,
#mental_consents .payment_frequency_btn#pay_in_full,
#mh_payment_form .payment_frequency_btn#pay_in_full,
.m-woo--modal .payment_frequency_btn#pay_in_full {
  margin-top: 5px;
  border-radius: 5px 5px 0 0 !important;
}
#panel_checkout .payment_frequency_btn#pay_in_full.visa,
#addon_cart_summary .payment_frequency_btn#pay_in_full.visa,
.order_confirm_mh .payment_frequency_btn#pay_in_full.visa,
.consents_section_mh .payment_frequency_btn#pay_in_full.visa,
#mh_payment .payment_frequency_btn#pay_in_full.visa,
#consents .payment_frequency_btn#pay_in_full.visa,
#manual-verification-section .payment_frequency_btn#pay_in_full.visa,
#password_screen .payment_frequency_btn#pay_in_full.visa,
#mental_consents .payment_frequency_btn#pay_in_full.visa,
#mh_payment_form .payment_frequency_btn#pay_in_full.visa,
.m-woo--modal .payment_frequency_btn#pay_in_full.visa {
  background-image: url(/assets/icons/cc-visa-64d4343f7f04c6556393c5e667675c09ad0bc40b3449823e72c26d366d7dbea8.png) !important;
  background-size: 40px !important;
}
#panel_checkout .payment_frequency_btn#pay_in_full.mastercard,
#addon_cart_summary .payment_frequency_btn#pay_in_full.mastercard,
.order_confirm_mh .payment_frequency_btn#pay_in_full.mastercard,
.consents_section_mh .payment_frequency_btn#pay_in_full.mastercard,
#mh_payment .payment_frequency_btn#pay_in_full.mastercard,
#consents .payment_frequency_btn#pay_in_full.mastercard,
#manual-verification-section .payment_frequency_btn#pay_in_full.mastercard,
#password_screen .payment_frequency_btn#pay_in_full.mastercard,
#mental_consents .payment_frequency_btn#pay_in_full.mastercard,
#mh_payment_form .payment_frequency_btn#pay_in_full.mastercard,
.m-woo--modal .payment_frequency_btn#pay_in_full.mastercard {
  background-image: url(/assets/icons/cc-mastercard-9c2b9b413a717f7eeb6927adddb380ed43741323653cd7617743e315a05b8301.png) !important;
  background-size: 40px !important;
}
#panel_checkout .payment_frequency_btn#pay_in_full.american, #panel_checkout .payment_frequency_btn#pay_in_full.amex,
#addon_cart_summary .payment_frequency_btn#pay_in_full.american,
#addon_cart_summary .payment_frequency_btn#pay_in_full.amex,
.order_confirm_mh .payment_frequency_btn#pay_in_full.american,
.order_confirm_mh .payment_frequency_btn#pay_in_full.amex,
.consents_section_mh .payment_frequency_btn#pay_in_full.american,
.consents_section_mh .payment_frequency_btn#pay_in_full.amex,
#mh_payment .payment_frequency_btn#pay_in_full.american,
#mh_payment .payment_frequency_btn#pay_in_full.amex,
#consents .payment_frequency_btn#pay_in_full.american,
#consents .payment_frequency_btn#pay_in_full.amex,
#manual-verification-section .payment_frequency_btn#pay_in_full.american,
#manual-verification-section .payment_frequency_btn#pay_in_full.amex,
#password_screen .payment_frequency_btn#pay_in_full.american,
#password_screen .payment_frequency_btn#pay_in_full.amex,
#mental_consents .payment_frequency_btn#pay_in_full.american,
#mental_consents .payment_frequency_btn#pay_in_full.amex,
#mh_payment_form .payment_frequency_btn#pay_in_full.american,
#mh_payment_form .payment_frequency_btn#pay_in_full.amex,
.m-woo--modal .payment_frequency_btn#pay_in_full.american,
.m-woo--modal .payment_frequency_btn#pay_in_full.amex {
  background-image: url(/assets/icons/cc-amex-a71832d32102e97b006dfb0fded830914006c43bc5ef8820a44f37366a57c9a1.png) !important;
  background-size: 40px !important;
}
#panel_checkout .payment_frequency_btn#zip_pay_btn,
#addon_cart_summary .payment_frequency_btn#zip_pay_btn,
.order_confirm_mh .payment_frequency_btn#zip_pay_btn,
.consents_section_mh .payment_frequency_btn#zip_pay_btn,
#mh_payment .payment_frequency_btn#zip_pay_btn,
#consents .payment_frequency_btn#zip_pay_btn,
#manual-verification-section .payment_frequency_btn#zip_pay_btn,
#password_screen .payment_frequency_btn#zip_pay_btn,
#mental_consents .payment_frequency_btn#zip_pay_btn,
#mh_payment_form .payment_frequency_btn#zip_pay_btn,
.m-woo--modal .payment_frequency_btn#zip_pay_btn {
  border-top: 0 !important;
  background-position: center right 14px !important;
}
#panel_checkout .payment_frequency_btn#paypal_btn,
#addon_cart_summary .payment_frequency_btn#paypal_btn,
.order_confirm_mh .payment_frequency_btn#paypal_btn,
.consents_section_mh .payment_frequency_btn#paypal_btn,
#mh_payment .payment_frequency_btn#paypal_btn,
#consents .payment_frequency_btn#paypal_btn,
#manual-verification-section .payment_frequency_btn#paypal_btn,
#password_screen .payment_frequency_btn#paypal_btn,
#mental_consents .payment_frequency_btn#paypal_btn,
#mh_payment_form .payment_frequency_btn#paypal_btn,
.m-woo--modal .payment_frequency_btn#paypal_btn {
  background-size: 79px;
  border-top: 0 !important;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency_btn#paypal_btn,
  #addon_cart_summary .payment_frequency_btn#paypal_btn,
  .order_confirm_mh .payment_frequency_btn#paypal_btn,
  .consents_section_mh .payment_frequency_btn#paypal_btn,
  #mh_payment .payment_frequency_btn#paypal_btn,
  #consents .payment_frequency_btn#paypal_btn,
  #manual-verification-section .payment_frequency_btn#paypal_btn,
  #password_screen .payment_frequency_btn#paypal_btn,
  #mental_consents .payment_frequency_btn#paypal_btn,
  #mh_payment_form .payment_frequency_btn#paypal_btn,
  .m-woo--modal .payment_frequency_btn#paypal_btn {
    background-size: 87px;
  }
}
#panel_checkout .payment_frequency_btn#afterpay_btn,
#addon_cart_summary .payment_frequency_btn#afterpay_btn,
.order_confirm_mh .payment_frequency_btn#afterpay_btn,
.consents_section_mh .payment_frequency_btn#afterpay_btn,
#mh_payment .payment_frequency_btn#afterpay_btn,
#consents .payment_frequency_btn#afterpay_btn,
#manual-verification-section .payment_frequency_btn#afterpay_btn,
#password_screen .payment_frequency_btn#afterpay_btn,
#mental_consents .payment_frequency_btn#afterpay_btn,
#mh_payment_form .payment_frequency_btn#afterpay_btn,
.m-woo--modal .payment_frequency_btn#afterpay_btn {
  background-size: 110px;
  background-position: center right 5px !important;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency_btn#afterpay_btn,
  #addon_cart_summary .payment_frequency_btn#afterpay_btn,
  .order_confirm_mh .payment_frequency_btn#afterpay_btn,
  .consents_section_mh .payment_frequency_btn#afterpay_btn,
  #mh_payment .payment_frequency_btn#afterpay_btn,
  #consents .payment_frequency_btn#afterpay_btn,
  #manual-verification-section .payment_frequency_btn#afterpay_btn,
  #password_screen .payment_frequency_btn#afterpay_btn,
  #mental_consents .payment_frequency_btn#afterpay_btn,
  #mh_payment_form .payment_frequency_btn#afterpay_btn,
  .m-woo--modal .payment_frequency_btn#afterpay_btn {
    background-size: 120px;
    background-position: center right 7px !important;
  }
}
#panel_checkout .payment_frequency_btn#afterpay_btn:last-child,
#addon_cart_summary .payment_frequency_btn#afterpay_btn:last-child,
.order_confirm_mh .payment_frequency_btn#afterpay_btn:last-child,
.consents_section_mh .payment_frequency_btn#afterpay_btn:last-child,
#mh_payment .payment_frequency_btn#afterpay_btn:last-child,
#consents .payment_frequency_btn#afterpay_btn:last-child,
#manual-verification-section .payment_frequency_btn#afterpay_btn:last-child,
#password_screen .payment_frequency_btn#afterpay_btn:last-child,
#mental_consents .payment_frequency_btn#afterpay_btn:last-child,
#mh_payment_form .payment_frequency_btn#afterpay_btn:last-child,
.m-woo--modal .payment_frequency_btn#afterpay_btn:last-child {
  border-radius: 0 0 5px 5px !important;
  border-top: 0 !important;
}
#panel_checkout .payment_frequency .payment_frequency_btn,
#addon_cart_summary .payment_frequency .payment_frequency_btn,
.order_confirm_mh .payment_frequency .payment_frequency_btn,
.consents_section_mh .payment_frequency .payment_frequency_btn,
#mh_payment .payment_frequency .payment_frequency_btn,
#consents .payment_frequency .payment_frequency_btn,
#manual-verification-section .payment_frequency .payment_frequency_btn,
#password_screen .payment_frequency .payment_frequency_btn,
#mental_consents .payment_frequency .payment_frequency_btn,
#mh_payment_form .payment_frequency .payment_frequency_btn,
.m-woo--modal .payment_frequency .payment_frequency_btn {
  padding: 16px 14px 16px 14px !important;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency .payment_frequency_btn,
  #addon_cart_summary .payment_frequency .payment_frequency_btn,
  .order_confirm_mh .payment_frequency .payment_frequency_btn,
  .consents_section_mh .payment_frequency .payment_frequency_btn,
  #mh_payment .payment_frequency .payment_frequency_btn,
  #consents .payment_frequency .payment_frequency_btn,
  #manual-verification-section .payment_frequency .payment_frequency_btn,
  #password_screen .payment_frequency .payment_frequency_btn,
  #mental_consents .payment_frequency .payment_frequency_btn,
  #mh_payment_form .payment_frequency .payment_frequency_btn,
  .m-woo--modal .payment_frequency .payment_frequency_btn {
    padding: 20px 14px 20px 14px !important;
  }
}
#panel_checkout .payment_frequency_btn .cardno,
#addon_cart_summary .payment_frequency_btn .cardno,
.order_confirm_mh .payment_frequency_btn .cardno,
.consents_section_mh .payment_frequency_btn .cardno,
#mh_payment .payment_frequency_btn .cardno,
#consents .payment_frequency_btn .cardno,
#manual-verification-section .payment_frequency_btn .cardno,
#password_screen .payment_frequency_btn .cardno,
#mental_consents .payment_frequency_btn .cardno,
#mh_payment_form .payment_frequency_btn .cardno,
.m-woo--modal .payment_frequency_btn .cardno {
  margin-right: 2px;
}
#panel_checkout .payment_frequency_btn > div::before,
#addon_cart_summary .payment_frequency_btn > div::before,
.order_confirm_mh .payment_frequency_btn > div::before,
.consents_section_mh .payment_frequency_btn > div::before,
#mh_payment .payment_frequency_btn > div::before,
#consents .payment_frequency_btn > div::before,
#manual-verification-section .payment_frequency_btn > div::before,
#password_screen .payment_frequency_btn > div::before,
#mental_consents .payment_frequency_btn > div::before,
#mh_payment_form .payment_frequency_btn > div::before,
.m-woo--modal .payment_frequency_btn > div::before {
  border-color: #434444;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency_btn > div::before,
  #addon_cart_summary .payment_frequency_btn > div::before,
  .order_confirm_mh .payment_frequency_btn > div::before,
  .consents_section_mh .payment_frequency_btn > div::before,
  #mh_payment .payment_frequency_btn > div::before,
  #consents .payment_frequency_btn > div::before,
  #manual-verification-section .payment_frequency_btn > div::before,
  #password_screen .payment_frequency_btn > div::before,
  #mental_consents .payment_frequency_btn > div::before,
  #mh_payment_form .payment_frequency_btn > div::before,
  .m-woo--modal .payment_frequency_btn > div::before {
    left: -33px;
  }
}
#panel_checkout h3,
#addon_cart_summary h3,
.order_confirm_mh h3,
.consents_section_mh h3,
#mh_payment h3,
#consents h3,
#manual-verification-section h3,
#password_screen h3,
#mental_consents h3,
#mh_payment_form h3,
.m-woo--modal h3 {
  margin-top: 0 !important;
}
#panel_checkout #confirm_paymentfrequency,
#addon_cart_summary #confirm_paymentfrequency,
.order_confirm_mh #confirm_paymentfrequency,
.consents_section_mh #confirm_paymentfrequency,
#mh_payment #confirm_paymentfrequency,
#consents #confirm_paymentfrequency,
#manual-verification-section #confirm_paymentfrequency,
#password_screen #confirm_paymentfrequency,
#mental_consents #confirm_paymentfrequency,
#mh_payment_form #confirm_paymentfrequency,
.m-woo--modal #confirm_paymentfrequency {
  margin-top: 40px !important;
}
#panel_checkout .residential_address_check,
#addon_cart_summary .residential_address_check,
.order_confirm_mh .residential_address_check,
.consents_section_mh .residential_address_check,
#mh_payment .residential_address_check,
#consents .residential_address_check,
#manual-verification-section .residential_address_check,
#password_screen .residential_address_check,
#mental_consents .residential_address_check,
#mh_payment_form .residential_address_check,
.m-woo--modal .residential_address_check {
  min-height: 70px !important;
  margin-bottom: 0 !important;
}
#panel_checkout .async_title,
#addon_cart_summary .async_title,
.order_confirm_mh .async_title,
.consents_section_mh .async_title,
#mh_payment .async_title,
#consents .async_title,
#manual-verification-section .async_title,
#password_screen .async_title,
#mental_consents .async_title,
#mh_payment_form .async_title,
.m-woo--modal .async_title {
  display: none;
}
#panel_checkout .alt_title,
#addon_cart_summary .alt_title,
.order_confirm_mh .alt_title,
.consents_section_mh .alt_title,
#mh_payment .alt_title,
#consents .alt_title,
#manual-verification-section .alt_title,
#password_screen .alt_title,
#mental_consents .alt_title,
#mh_payment_form .alt_title,
.m-woo--modal .alt_title {
  display: block !important;
}
#panel_checkout .async_subtitle,
#addon_cart_summary .async_subtitle,
.order_confirm_mh .async_subtitle,
.consents_section_mh .async_subtitle,
#mh_payment .async_subtitle,
#consents .async_subtitle,
#manual-verification-section .async_subtitle,
#password_screen .async_subtitle,
#mental_consents .async_subtitle,
#mh_payment_form .async_subtitle,
.m-woo--modal .async_subtitle {
  margin-top: 30px;
}
#panel_checkout .form_row.dob,
#addon_cart_summary .form_row.dob,
.order_confirm_mh .form_row.dob,
.consents_section_mh .form_row.dob,
#mh_payment .form_row.dob,
#consents .form_row.dob,
#manual-verification-section .form_row.dob,
#password_screen .form_row.dob,
#mental_consents .form_row.dob,
#mh_payment_form .form_row.dob,
.m-woo--modal .form_row.dob {
  margin-bottom: 0 !important;
}
#panel_checkout #pay_in_full_container,
#addon_cart_summary #pay_in_full_container,
.order_confirm_mh #pay_in_full_container,
.consents_section_mh #pay_in_full_container,
#mh_payment #pay_in_full_container,
#consents #pay_in_full_container,
#manual-verification-section #pay_in_full_container,
#password_screen #pay_in_full_container,
#mental_consents #pay_in_full_container,
#mh_payment_form #pay_in_full_container,
.m-woo--modal #pay_in_full_container {
  background-color: #f6f6f6;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#panel_checkout #pay_in_full_container > div,
#addon_cart_summary #pay_in_full_container > div,
.order_confirm_mh #pay_in_full_container > div,
.consents_section_mh #pay_in_full_container > div,
#mh_payment #pay_in_full_container > div,
#consents #pay_in_full_container > div,
#manual-verification-section #pay_in_full_container > div,
#password_screen #pay_in_full_container > div,
#mental_consents #pay_in_full_container > div,
#mh_payment_form #pay_in_full_container > div,
.m-woo--modal #pay_in_full_container > div {
  padding: 15px;
}
#panel_checkout #pay_in_full_container.active,
#addon_cart_summary #pay_in_full_container.active,
.order_confirm_mh #pay_in_full_container.active,
.consents_section_mh #pay_in_full_container.active,
#mh_payment #pay_in_full_container.active,
#consents #pay_in_full_container.active,
#manual-verification-section #pay_in_full_container.active,
#password_screen #pay_in_full_container.active,
#mental_consents #pay_in_full_container.active,
#mh_payment_form #pay_in_full_container.active,
.m-woo--modal #pay_in_full_container.active {
  border-bottom: 1px solid #ccc;
}
#panel_checkout #pay_in_full_container.active,
#addon_cart_summary #pay_in_full_container.active,
.order_confirm_mh #pay_in_full_container.active,
.consents_section_mh #pay_in_full_container.active,
#mh_payment #pay_in_full_container.active,
#consents #pay_in_full_container.active,
#manual-verification-section #pay_in_full_container.active,
#password_screen #pay_in_full_container.active,
#mental_consents #pay_in_full_container.active,
#mh_payment_form #pay_in_full_container.active,
.m-woo--modal #pay_in_full_container.active {
  max-height: 200px;
}
#panel_checkout .flip_down,
#addon_cart_summary .flip_down,
.order_confirm_mh .flip_down,
.consents_section_mh .flip_down,
#mh_payment .flip_down,
#consents .flip_down,
#manual-verification-section .flip_down,
#password_screen .flip_down,
#mental_consents .flip_down,
#mh_payment_form .flip_down,
.m-woo--modal .flip_down {
  font-size: 14px;
}
#panel_checkout .discount_code_link,
#addon_cart_summary .discount_code_link,
.order_confirm_mh .discount_code_link,
.consents_section_mh .discount_code_link,
#mh_payment .discount_code_link,
#consents .discount_code_link,
#manual-verification-section .discount_code_link,
#password_screen .discount_code_link,
#mental_consents .discount_code_link,
#mh_payment_form .discount_code_link,
.m-woo--modal .discount_code_link {
  font-size: 14px;
  margin-top: 13px;
}
#panel_checkout .discount_code_link a,
#addon_cart_summary .discount_code_link a,
.order_confirm_mh .discount_code_link a,
.consents_section_mh .discount_code_link a,
#mh_payment .discount_code_link a,
#consents .discount_code_link a,
#manual-verification-section .discount_code_link a,
#password_screen .discount_code_link a,
#mental_consents .discount_code_link a,
#mh_payment_form .discount_code_link a,
.m-woo--modal .discount_code_link a {
  padding-right: 19px;
}
#panel_checkout #change_card_btn,
#addon_cart_summary #change_card_btn,
.order_confirm_mh #change_card_btn,
.consents_section_mh #change_card_btn,
#mh_payment #change_card_btn,
#consents #change_card_btn,
#manual-verification-section #change_card_btn,
#password_screen #change_card_btn,
#mental_consents #change_card_btn,
#mh_payment_form #change_card_btn,
.m-woo--modal #change_card_btn {
  opacity: 0.5;
  position: relative;
  left: 1px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #panel_checkout #change_card_btn,
  #addon_cart_summary #change_card_btn,
  .order_confirm_mh #change_card_btn,
  .consents_section_mh #change_card_btn,
  #mh_payment #change_card_btn,
  #consents #change_card_btn,
  #manual-verification-section #change_card_btn,
  #password_screen #change_card_btn,
  #mental_consents #change_card_btn,
  #mh_payment_form #change_card_btn,
  .m-woo--modal #change_card_btn {
    bottom: 1px;
  }
}
#panel_checkout .existingcard,
#addon_cart_summary .existingcard,
.order_confirm_mh .existingcard,
.consents_section_mh .existingcard,
#mh_payment .existingcard,
#consents .existingcard,
#manual-verification-section .existingcard,
#password_screen .existingcard,
#mental_consents .existingcard,
#mh_payment_form .existingcard,
.m-woo--modal .existingcard {
  border: 0;
}
#panel_checkout #detail-info,
#addon_cart_summary #detail-info,
.order_confirm_mh #detail-info,
.consents_section_mh #detail-info,
#mh_payment #detail-info,
#consents #detail-info,
#manual-verification-section #detail-info,
#password_screen #detail-info,
#mental_consents #detail-info,
#mh_payment_form #detail-info,
.m-woo--modal #detail-info {
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #panel_checkout #detail-info,
  #addon_cart_summary #detail-info,
  .order_confirm_mh #detail-info,
  .consents_section_mh #detail-info,
  #mh_payment #detail-info,
  #consents #detail-info,
  #manual-verification-section #detail-info,
  #password_screen #detail-info,
  #mental_consents #detail-info,
  #mh_payment_form #detail-info,
  .m-woo--modal #detail-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#panel_checkout .express_paypal,
#addon_cart_summary .express_paypal,
.order_confirm_mh .express_paypal,
.consents_section_mh .express_paypal,
#mh_payment .express_paypal,
#consents .express_paypal,
#manual-verification-section .express_paypal,
#password_screen .express_paypal,
#mental_consents .express_paypal,
#mh_payment_form .express_paypal,
.m-woo--modal .express_paypal {
  border-radius: 5px;
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: 90px;
  margin-top: 14px;
}
#panel_checkout #express_checkout,
#addon_cart_summary #express_checkout,
.order_confirm_mh #express_checkout,
.consents_section_mh #express_checkout,
#mh_payment #express_checkout,
#consents #express_checkout,
#manual-verification-section #express_checkout,
#password_screen #express_checkout,
#mental_consents #express_checkout,
#mh_payment_form #express_checkout,
.m-woo--modal #express_checkout {
  padding: 45px 0;
}
@media (min-width: 768px) {
  #panel_checkout #express_checkout,
  #addon_cart_summary #express_checkout,
  .order_confirm_mh #express_checkout,
  .consents_section_mh #express_checkout,
  #mh_payment #express_checkout,
  #consents #express_checkout,
  #manual-verification-section #express_checkout,
  #password_screen #express_checkout,
  #mental_consents #express_checkout,
  #mh_payment_form #express_checkout,
  .m-woo--modal #express_checkout {
    padding: 55px 0;
  }
}
#panel_checkout .discount_code_container .discount_code_form,
#addon_cart_summary .discount_code_container .discount_code_form,
.order_confirm_mh .discount_code_container .discount_code_form,
.consents_section_mh .discount_code_container .discount_code_form,
#mh_payment .discount_code_container .discount_code_form,
#consents .discount_code_container .discount_code_form,
#manual-verification-section .discount_code_container .discount_code_form,
#password_screen .discount_code_container .discount_code_form,
#mental_consents .discount_code_container .discount_code_form,
#mh_payment_form .discount_code_container .discount_code_form,
.m-woo--modal .discount_code_container .discount_code_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#panel_checkout .discount_code_container .discount_code_form input,
#addon_cart_summary .discount_code_container .discount_code_form input,
.order_confirm_mh .discount_code_container .discount_code_form input,
.consents_section_mh .discount_code_container .discount_code_form input,
#mh_payment .discount_code_container .discount_code_form input,
#consents .discount_code_container .discount_code_form input,
#manual-verification-section .discount_code_container .discount_code_form input,
#password_screen .discount_code_container .discount_code_form input,
#mental_consents .discount_code_container .discount_code_form input,
#mh_payment_form .discount_code_container .discount_code_form input,
.m-woo--modal .discount_code_container .discount_code_form input {
  margin: 0;
}
#panel_checkout .collapse_link.discount_code_opener > a::after,
#addon_cart_summary .collapse_link.discount_code_opener > a::after,
.order_confirm_mh .collapse_link.discount_code_opener > a::after,
.consents_section_mh .collapse_link.discount_code_opener > a::after,
#mh_payment .collapse_link.discount_code_opener > a::after,
#consents .collapse_link.discount_code_opener > a::after,
#manual-verification-section .collapse_link.discount_code_opener > a::after,
#password_screen .collapse_link.discount_code_opener > a::after,
#mental_consents .collapse_link.discount_code_opener > a::after,
#mh_payment_form .collapse_link.discount_code_opener > a::after,
.m-woo--modal .collapse_link.discount_code_opener > a::after {
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
}
#panel_checkout .discount_code_opener,
#addon_cart_summary .discount_code_opener,
.order_confirm_mh .discount_code_opener,
.consents_section_mh .discount_code_opener,
#mh_payment .discount_code_opener,
#consents .discount_code_opener,
#manual-verification-section .discount_code_opener,
#password_screen .discount_code_opener,
#mental_consents .discount_code_opener,
#mh_payment_form .discount_code_opener,
.m-woo--modal .discount_code_opener {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#panel_checkout .discount_code_opener a,
#addon_cart_summary .discount_code_opener a,
.order_confirm_mh .discount_code_opener a,
.consents_section_mh .discount_code_opener a,
#mh_payment .discount_code_opener a,
#consents .discount_code_opener a,
#manual-verification-section .discount_code_opener a,
#password_screen .discount_code_opener a,
#mental_consents .discount_code_opener a,
#mh_payment_form .discount_code_opener a,
.m-woo--modal .discount_code_opener a {
  text-decoration: underline !important;
}
#panel_checkout .check_coupon_btn,
#addon_cart_summary .check_coupon_btn,
.order_confirm_mh .check_coupon_btn,
.consents_section_mh .check_coupon_btn,
#mh_payment .check_coupon_btn,
#consents .check_coupon_btn,
#manual-verification-section .check_coupon_btn,
#password_screen .check_coupon_btn,
#mental_consents .check_coupon_btn,
#mh_payment_form .check_coupon_btn,
.m-woo--modal .check_coupon_btn {
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  background-image: url(/assets/icons/arrow-right-tail-large-grey-36963c53c0555cb7ed7252a6cf0872ff550162676a5f9e116cdec959b330c248.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 120px;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
#panel_checkout .check_coupon_btn.active,
#addon_cart_summary .check_coupon_btn.active,
.order_confirm_mh .check_coupon_btn.active,
.consents_section_mh .check_coupon_btn.active,
#mh_payment .check_coupon_btn.active,
#consents .check_coupon_btn.active,
#manual-verification-section .check_coupon_btn.active,
#password_screen .check_coupon_btn.active,
#mental_consents .check_coupon_btn.active,
#mh_payment_form .check_coupon_btn.active,
.m-woo--modal .check_coupon_btn.active {
  background-color: #c54801;
  border-color: #c54801;
  background-image: url(/assets/icons/arrow-right-tail-large-white-eb6caacc8d7e81c078ccc6391e2a322d664a68a8c4cce1a26e0e992812a1144c.svg);
}
#panel_checkout #discount_code_container .discount_approved_tick,
#addon_cart_summary #discount_code_container .discount_approved_tick,
.order_confirm_mh #discount_code_container .discount_approved_tick,
.consents_section_mh #discount_code_container .discount_approved_tick,
#mh_payment #discount_code_container .discount_approved_tick,
#consents #discount_code_container .discount_approved_tick,
#manual-verification-section #discount_code_container .discount_approved_tick,
#password_screen #discount_code_container .discount_approved_tick,
#mental_consents #discount_code_container .discount_approved_tick,
#mh_payment_form #discount_code_container .discount_approved_tick,
.m-woo--modal #discount_code_container .discount_approved_tick {
  width: 9px;
  height: 9px;
}

.darkgreen input[type=text],
.darkgreen input[type=number],
.darkgreen input[type=password],
.darkgreen input[type=email],
.darkgreen select,
.darkgreen .residential_address_check,
.darkgreen .payment_frequency_btn,
.darkgreen .detail_confirm {
  border: 1px solid transparent;
}

.form_title {
  margin-bottom: 7px;
  text-align: left;
}

/**/
/* CAREERS */
#careers_hero {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 280%;
  padding-top: 75px;
  padding-bottom: 85px;
}
@media (min-width: 400px) {
  #careers_hero {
    background-size: 260%;
    background-position: 52% 10%;
    padding-top: 65px;
  }
}
@media (min-width: 440px) {
  #careers_hero {
    background-size: 210%;
    background-position: 59% 10%;
  }
}
@media (min-width: 500px) {
  #careers_hero {
    background-size: 200%;
    background-position: 49% 30%;
  }
}
@media (min-width: 600px) {
  #careers_hero {
    background-size: 180%;
  }
}
@media (min-width: 768px) {
  #careers_hero {
    background-size: 150%;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  #careers_hero {
    background-size: 120%;
    padding-top: 130px;
    padding-bottom: 130px;
    background-position: 50% 70%;
  }
}
@media (min-width: 1200px) {
  #careers_hero {
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 230px;
  }
  #careers_hero .btn {
    margin-top: 40px;
  }
}
#careers_hero h1,
#careers_hero .h1 {
  margin-bottom: 18px;
  max-width: 12ch;
}
@media (max-width: 400px) {
  #careers_hero h1,
  #careers_hero .h1 {
    font-size: 37px;
  }
}
@media (min-width: 500px) {
  #careers_hero h1,
  #careers_hero .h1 {
    max-width: 17ch;
  }
}
@media (min-width: 992px) {
  #careers_hero h1,
  #careers_hero .h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20ch;
  }
}
#careers_hero p {
  max-width: 19ch;
}
@media (min-width: 500px) {
  #careers_hero p {
    max-width: 29ch;
  }
}
@media (min-width: 992px) {
  #careers_hero p {
    max-width: none;
  }
}

#careers_life_at_mosh {
  position: relative;
}
@media (max-width: 991px) {
  #careers_life_at_mosh {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #careers_life_at_mosh {
    border-top: 30px solid #f5f5ea;
  }
}
#careers_life_at_mosh h2 {
  margin-bottom: 20px;
}
#careers_life_at_mosh #careers_life_at_mosh_img {
  margin: auto;
  pointer-events: none;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media (min-width: 992px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
@media (max-width: 500px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    -webkit-transform: translateY(40px) translateX(-15px);
            transform: translateY(40px) translateX(-15px);
  }
}
@media (min-width: 500px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
#careers_life_at_mosh #careers_life_at_mosh_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
@media (min-width: 500px) {
  #careers_life_at_mosh #careers_life_at_mosh_img img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #careers_life_at_mosh #careers_life_at_mosh_img img {
    max-height: none;
    max-width: 58.3333333333%;
  }
}

#careers_mosh_staff {
  padding-top: 70px;
}
@media (max-width: 500px) {
  #careers_mosh_staff .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #careers_mosh_staff {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  #careers_mosh_staff {
    padding-top: 150px;
  }
}
#careers_mosh_staff .staff_quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (min-width: 992px) {
  #careers_mosh_staff .staff_quote {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#careers_mosh_staff .staff_quote_text {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #careers_mosh_staff .staff_quote_text {
    font-size: 14px;
  }
}
#careers_mosh_staff h4 {
  margin-bottom: 0;
}
#careers_mosh_staff .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
#careers_mosh_staff .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #careers_mosh_staff .row {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #careers_mosh_staff .row:last-child {
    margin-bottom: 0;
  }
}
#careers_mosh_staff img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  max-height: 230px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  #careers_mosh_staff img {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  #careers_mosh_staff img {
    max-height: 380px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #careers_mosh_staff img {
    max-height: 420px;
  }
}

#whydoweexist h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #whydoweexist h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #whydoweexist h4 {
    font-size: 30px;
    max-width: 59ch;
  }
}

.careers_perks_container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .careers_perks_container {
    margin-top: 50px;
  }
}
.careers_perks_container .careers_perks {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .careers_perks_container .careers_perks {
    margin-bottom: 40px;
  }
}
.careers_perks_container .careers_perks .careers_perks_image {
  border-radius: 10px 10px 0 0;
  height: 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks .careers_perks_image {
    border-radius: 10px 0 0 10px;
    width: 230px;
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .careers_perks_container .careers_perks .careers_perks_image {
    width: 310px;
    height: 240px;
  }
}
.careers_perks_container .careers_perks .careers_perks_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 25px;
}
.careers_perks_container .careers_perks .careers_perks_text .big {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks .careers_perks_text {
    padding: 25px 55px;
  }
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks.careers_perks_2 .careers_perks_image {
    border-radius: 0 10px 10px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks.careers_perks_2 .careers_perks_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#careers_our_values h2 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  #careers_our_values h2 {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #careers_our_values strong {
    display: block;
    margin-bottom: 5px;
  }
}
#careers_our_values h3 {
  margin-bottom: 20px;
  color: #82c780;
}
@media (min-width: 1200px) {
  #careers_our_values h3 {
    margin-bottom: 20px;
  }
}
#careers_our_values .col-lg-4 {
  margin-bottom: 50px;
}
#careers_our_values .col-lg-4:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #careers_our_values .col-lg-4 {
    margin-bottom: 0;
  }
}

#careers_open_roles h3 {
  margin-bottom: 30px;
}

.BambooHR-ATS-Jobs-List {
  padding: 0 !important;
  padding-bottom: 40px !important;
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .BambooHR-ATS-Jobs-List {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .BambooHR-ATS-Department-Header {
    margin-top: 25px;
  }
}
.why_container {
  font-size: 14px;
}
.why_container .reveal {
  padding-top: 5px;
}

#no_psychologists_found {
  background-color: white;
  padding: 40px 15px;
  border-radius: 10px;
  text-align: center;
}

/* NEW CHECKOUT STYLE */
#panel_checkout input[type=text],
#panel_checkout input[type=number],
#panel_checkout input[type=password],
#panel_checkout input[type=email],
#panel_checkout select,
#panel_checkout .residential_address_check,
#panel_checkout .payment_frequency_btn,
#panel_checkout .detail_confirm,
#addon_cart_summary input[type=text],
#addon_cart_summary input[type=number],
#addon_cart_summary input[type=password],
#addon_cart_summary input[type=email],
#addon_cart_summary select,
#addon_cart_summary .residential_address_check,
#addon_cart_summary .payment_frequency_btn,
#addon_cart_summary .detail_confirm,
.order_confirm_mh input[type=text],
.order_confirm_mh input[type=number],
.order_confirm_mh input[type=password],
.order_confirm_mh input[type=email],
.order_confirm_mh select,
.order_confirm_mh .residential_address_check,
.order_confirm_mh .payment_frequency_btn,
.order_confirm_mh .detail_confirm,
.consents_section_mh input[type=text],
.consents_section_mh input[type=number],
.consents_section_mh input[type=password],
.consents_section_mh input[type=email],
.consents_section_mh select,
.consents_section_mh .residential_address_check,
.consents_section_mh .payment_frequency_btn,
.consents_section_mh .detail_confirm,
#mh_payment input[type=text],
#mh_payment input[type=number],
#mh_payment input[type=password],
#mh_payment input[type=email],
#mh_payment select,
#mh_payment .residential_address_check,
#mh_payment .payment_frequency_btn,
#mh_payment .detail_confirm,
#consents input[type=text],
#consents input[type=number],
#consents input[type=password],
#consents input[type=email],
#consents select,
#consents .residential_address_check,
#consents .payment_frequency_btn,
#consents .detail_confirm,
#manual-verification-section input[type=text],
#manual-verification-section input[type=number],
#manual-verification-section input[type=password],
#manual-verification-section input[type=email],
#manual-verification-section select,
#manual-verification-section .residential_address_check,
#manual-verification-section .payment_frequency_btn,
#manual-verification-section .detail_confirm,
#password_screen input[type=text],
#password_screen input[type=number],
#password_screen input[type=password],
#password_screen input[type=email],
#password_screen select,
#password_screen .residential_address_check,
#password_screen .payment_frequency_btn,
#password_screen .detail_confirm,
#mental_consents input[type=text],
#mental_consents input[type=number],
#mental_consents input[type=password],
#mental_consents input[type=email],
#mental_consents select,
#mental_consents .residential_address_check,
#mental_consents .payment_frequency_btn,
#mental_consents .detail_confirm {
  border-radius: 5px !important;
  border: 1px solid #dcdcdc;
  min-height: auto !important;
  padding: 16px 14px;
  font-size: 16px !important;
  background-color: white !important;
}
@media (min-width: 992px) {
  #panel_checkout input[type=text],
  #panel_checkout input[type=number],
  #panel_checkout input[type=password],
  #panel_checkout input[type=email],
  #panel_checkout select,
  #panel_checkout .residential_address_check,
  #panel_checkout .payment_frequency_btn,
  #panel_checkout .detail_confirm,
  #addon_cart_summary input[type=text],
  #addon_cart_summary input[type=number],
  #addon_cart_summary input[type=password],
  #addon_cart_summary input[type=email],
  #addon_cart_summary select,
  #addon_cart_summary .residential_address_check,
  #addon_cart_summary .payment_frequency_btn,
  #addon_cart_summary .detail_confirm,
  .order_confirm_mh input[type=text],
  .order_confirm_mh input[type=number],
  .order_confirm_mh input[type=password],
  .order_confirm_mh input[type=email],
  .order_confirm_mh select,
  .order_confirm_mh .residential_address_check,
  .order_confirm_mh .payment_frequency_btn,
  .order_confirm_mh .detail_confirm,
  .consents_section_mh input[type=text],
  .consents_section_mh input[type=number],
  .consents_section_mh input[type=password],
  .consents_section_mh input[type=email],
  .consents_section_mh select,
  .consents_section_mh .residential_address_check,
  .consents_section_mh .payment_frequency_btn,
  .consents_section_mh .detail_confirm,
  #mh_payment input[type=text],
  #mh_payment input[type=number],
  #mh_payment input[type=password],
  #mh_payment input[type=email],
  #mh_payment select,
  #mh_payment .residential_address_check,
  #mh_payment .payment_frequency_btn,
  #mh_payment .detail_confirm,
  #consents input[type=text],
  #consents input[type=number],
  #consents input[type=password],
  #consents input[type=email],
  #consents select,
  #consents .residential_address_check,
  #consents .payment_frequency_btn,
  #consents .detail_confirm,
  #manual-verification-section input[type=text],
  #manual-verification-section input[type=number],
  #manual-verification-section input[type=password],
  #manual-verification-section input[type=email],
  #manual-verification-section select,
  #manual-verification-section .residential_address_check,
  #manual-verification-section .payment_frequency_btn,
  #manual-verification-section .detail_confirm,
  #password_screen input[type=text],
  #password_screen input[type=number],
  #password_screen input[type=password],
  #password_screen input[type=email],
  #password_screen select,
  #password_screen .residential_address_check,
  #password_screen .payment_frequency_btn,
  #password_screen .detail_confirm,
  #mental_consents input[type=text],
  #mental_consents input[type=number],
  #mental_consents input[type=password],
  #mental_consents input[type=email],
  #mental_consents select,
  #mental_consents .residential_address_check,
  #mental_consents .payment_frequency_btn,
  #mental_consents .detail_confirm {
    font-size: 15px !important;
  }
}
#panel_checkout strong.async_subtitle,
#addon_cart_summary strong.async_subtitle,
.order_confirm_mh strong.async_subtitle,
.consents_section_mh strong.async_subtitle,
#mh_payment strong.async_subtitle,
#consents strong.async_subtitle,
#manual-verification-section strong.async_subtitle,
#password_screen strong.async_subtitle,
#mental_consents strong.async_subtitle {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
#panel_checkout .payment_frequency_btn,
#addon_cart_summary .payment_frequency_btn,
.order_confirm_mh .payment_frequency_btn,
.consents_section_mh .payment_frequency_btn,
#mh_payment .payment_frequency_btn,
#consents .payment_frequency_btn,
#manual-verification-section .payment_frequency_btn,
#password_screen .payment_frequency_btn,
#mental_consents .payment_frequency_btn {
  padding-left: 50px;
  min-height: 84px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background-position: center right 20px !important;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#panel_checkout .payment_frequency_btn#pay_in_full,
#addon_cart_summary .payment_frequency_btn#pay_in_full,
.order_confirm_mh .payment_frequency_btn#pay_in_full,
.consents_section_mh .payment_frequency_btn#pay_in_full,
#mh_payment .payment_frequency_btn#pay_in_full,
#consents .payment_frequency_btn#pay_in_full,
#manual-verification-section .payment_frequency_btn#pay_in_full,
#password_screen .payment_frequency_btn#pay_in_full,
#mental_consents .payment_frequency_btn#pay_in_full {
  margin-top: 5px;
  border-radius: 5px 5px 0 0 !important;
}
#panel_checkout .payment_frequency_btn#pay_in_full.visa,
#addon_cart_summary .payment_frequency_btn#pay_in_full.visa,
.order_confirm_mh .payment_frequency_btn#pay_in_full.visa,
.consents_section_mh .payment_frequency_btn#pay_in_full.visa,
#mh_payment .payment_frequency_btn#pay_in_full.visa,
#consents .payment_frequency_btn#pay_in_full.visa,
#manual-verification-section .payment_frequency_btn#pay_in_full.visa,
#password_screen .payment_frequency_btn#pay_in_full.visa,
#mental_consents .payment_frequency_btn#pay_in_full.visa {
  background-image: url(/assets/icons/cc-visa-64d4343f7f04c6556393c5e667675c09ad0bc40b3449823e72c26d366d7dbea8.png) !important;
  background-size: 40px !important;
}
#panel_checkout .payment_frequency_btn#pay_in_full.mastercard,
#addon_cart_summary .payment_frequency_btn#pay_in_full.mastercard,
.order_confirm_mh .payment_frequency_btn#pay_in_full.mastercard,
.consents_section_mh .payment_frequency_btn#pay_in_full.mastercard,
#mh_payment .payment_frequency_btn#pay_in_full.mastercard,
#consents .payment_frequency_btn#pay_in_full.mastercard,
#manual-verification-section .payment_frequency_btn#pay_in_full.mastercard,
#password_screen .payment_frequency_btn#pay_in_full.mastercard,
#mental_consents .payment_frequency_btn#pay_in_full.mastercard {
  background-image: url(/assets/icons/cc-mastercard-9c2b9b413a717f7eeb6927adddb380ed43741323653cd7617743e315a05b8301.png) !important;
  background-size: 40px !important;
}
#panel_checkout .payment_frequency_btn#pay_in_full.american, #panel_checkout .payment_frequency_btn#pay_in_full.amex,
#addon_cart_summary .payment_frequency_btn#pay_in_full.american,
#addon_cart_summary .payment_frequency_btn#pay_in_full.amex,
.order_confirm_mh .payment_frequency_btn#pay_in_full.american,
.order_confirm_mh .payment_frequency_btn#pay_in_full.amex,
.consents_section_mh .payment_frequency_btn#pay_in_full.american,
.consents_section_mh .payment_frequency_btn#pay_in_full.amex,
#mh_payment .payment_frequency_btn#pay_in_full.american,
#mh_payment .payment_frequency_btn#pay_in_full.amex,
#consents .payment_frequency_btn#pay_in_full.american,
#consents .payment_frequency_btn#pay_in_full.amex,
#manual-verification-section .payment_frequency_btn#pay_in_full.american,
#manual-verification-section .payment_frequency_btn#pay_in_full.amex,
#password_screen .payment_frequency_btn#pay_in_full.american,
#password_screen .payment_frequency_btn#pay_in_full.amex,
#mental_consents .payment_frequency_btn#pay_in_full.american,
#mental_consents .payment_frequency_btn#pay_in_full.amex {
  background-image: url(/assets/icons/cc-amex-a71832d32102e97b006dfb0fded830914006c43bc5ef8820a44f37366a57c9a1.png) !important;
  background-size: 40px !important;
}
#panel_checkout .payment_frequency_btn#zip_pay_btn,
#addon_cart_summary .payment_frequency_btn#zip_pay_btn,
.order_confirm_mh .payment_frequency_btn#zip_pay_btn,
.consents_section_mh .payment_frequency_btn#zip_pay_btn,
#mh_payment .payment_frequency_btn#zip_pay_btn,
#consents .payment_frequency_btn#zip_pay_btn,
#manual-verification-section .payment_frequency_btn#zip_pay_btn,
#password_screen .payment_frequency_btn#zip_pay_btn,
#mental_consents .payment_frequency_btn#zip_pay_btn {
  border-top: 0 !important;
  background-position: center right 14px !important;
}
#panel_checkout .payment_frequency_btn#paypal_btn,
#addon_cart_summary .payment_frequency_btn#paypal_btn,
.order_confirm_mh .payment_frequency_btn#paypal_btn,
.consents_section_mh .payment_frequency_btn#paypal_btn,
#mh_payment .payment_frequency_btn#paypal_btn,
#consents .payment_frequency_btn#paypal_btn,
#manual-verification-section .payment_frequency_btn#paypal_btn,
#password_screen .payment_frequency_btn#paypal_btn,
#mental_consents .payment_frequency_btn#paypal_btn {
  background-size: 79px;
  border-top: 0 !important;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency_btn#paypal_btn,
  #addon_cart_summary .payment_frequency_btn#paypal_btn,
  .order_confirm_mh .payment_frequency_btn#paypal_btn,
  .consents_section_mh .payment_frequency_btn#paypal_btn,
  #mh_payment .payment_frequency_btn#paypal_btn,
  #consents .payment_frequency_btn#paypal_btn,
  #manual-verification-section .payment_frequency_btn#paypal_btn,
  #password_screen .payment_frequency_btn#paypal_btn,
  #mental_consents .payment_frequency_btn#paypal_btn {
    background-size: 87px;
  }
}
#panel_checkout .payment_frequency_btn#afterpay_btn,
#addon_cart_summary .payment_frequency_btn#afterpay_btn,
.order_confirm_mh .payment_frequency_btn#afterpay_btn,
.consents_section_mh .payment_frequency_btn#afterpay_btn,
#mh_payment .payment_frequency_btn#afterpay_btn,
#consents .payment_frequency_btn#afterpay_btn,
#manual-verification-section .payment_frequency_btn#afterpay_btn,
#password_screen .payment_frequency_btn#afterpay_btn,
#mental_consents .payment_frequency_btn#afterpay_btn {
  background-size: 110px;
  background-position: center right 5px !important;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency_btn#afterpay_btn,
  #addon_cart_summary .payment_frequency_btn#afterpay_btn,
  .order_confirm_mh .payment_frequency_btn#afterpay_btn,
  .consents_section_mh .payment_frequency_btn#afterpay_btn,
  #mh_payment .payment_frequency_btn#afterpay_btn,
  #consents .payment_frequency_btn#afterpay_btn,
  #manual-verification-section .payment_frequency_btn#afterpay_btn,
  #password_screen .payment_frequency_btn#afterpay_btn,
  #mental_consents .payment_frequency_btn#afterpay_btn {
    background-size: 120px;
    background-position: center right 7px !important;
  }
}
#panel_checkout .payment_frequency_btn#afterpay_btn:last-child,
#addon_cart_summary .payment_frequency_btn#afterpay_btn:last-child,
.order_confirm_mh .payment_frequency_btn#afterpay_btn:last-child,
.consents_section_mh .payment_frequency_btn#afterpay_btn:last-child,
#mh_payment .payment_frequency_btn#afterpay_btn:last-child,
#consents .payment_frequency_btn#afterpay_btn:last-child,
#manual-verification-section .payment_frequency_btn#afterpay_btn:last-child,
#password_screen .payment_frequency_btn#afterpay_btn:last-child,
#mental_consents .payment_frequency_btn#afterpay_btn:last-child {
  border-radius: 0 0 5px 5px !important;
  border-top: 0 !important;
}
#panel_checkout .payment_frequency .payment_frequency_btn,
#addon_cart_summary .payment_frequency .payment_frequency_btn,
.order_confirm_mh .payment_frequency .payment_frequency_btn,
.consents_section_mh .payment_frequency .payment_frequency_btn,
#mh_payment .payment_frequency .payment_frequency_btn,
#consents .payment_frequency .payment_frequency_btn,
#manual-verification-section .payment_frequency .payment_frequency_btn,
#password_screen .payment_frequency .payment_frequency_btn,
#mental_consents .payment_frequency .payment_frequency_btn {
  padding: 16px 14px 16px 14px !important;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency .payment_frequency_btn,
  #addon_cart_summary .payment_frequency .payment_frequency_btn,
  .order_confirm_mh .payment_frequency .payment_frequency_btn,
  .consents_section_mh .payment_frequency .payment_frequency_btn,
  #mh_payment .payment_frequency .payment_frequency_btn,
  #consents .payment_frequency .payment_frequency_btn,
  #manual-verification-section .payment_frequency .payment_frequency_btn,
  #password_screen .payment_frequency .payment_frequency_btn,
  #mental_consents .payment_frequency .payment_frequency_btn {
    padding: 20px 14px 20px 14px !important;
  }
}
#panel_checkout .payment_frequency_btn .cardno,
#addon_cart_summary .payment_frequency_btn .cardno,
.order_confirm_mh .payment_frequency_btn .cardno,
.consents_section_mh .payment_frequency_btn .cardno,
#mh_payment .payment_frequency_btn .cardno,
#consents .payment_frequency_btn .cardno,
#manual-verification-section .payment_frequency_btn .cardno,
#password_screen .payment_frequency_btn .cardno,
#mental_consents .payment_frequency_btn .cardno {
  margin-right: 2px;
}
#panel_checkout .payment_frequency_btn > div::before,
#addon_cart_summary .payment_frequency_btn > div::before,
.order_confirm_mh .payment_frequency_btn > div::before,
.consents_section_mh .payment_frequency_btn > div::before,
#mh_payment .payment_frequency_btn > div::before,
#consents .payment_frequency_btn > div::before,
#manual-verification-section .payment_frequency_btn > div::before,
#password_screen .payment_frequency_btn > div::before,
#mental_consents .payment_frequency_btn > div::before {
  border-color: #434444;
}
@media (min-width: 992px) {
  #panel_checkout .payment_frequency_btn > div::before,
  #addon_cart_summary .payment_frequency_btn > div::before,
  .order_confirm_mh .payment_frequency_btn > div::before,
  .consents_section_mh .payment_frequency_btn > div::before,
  #mh_payment .payment_frequency_btn > div::before,
  #consents .payment_frequency_btn > div::before,
  #manual-verification-section .payment_frequency_btn > div::before,
  #password_screen .payment_frequency_btn > div::before,
  #mental_consents .payment_frequency_btn > div::before {
    left: -33px;
  }
}
#panel_checkout h3,
#addon_cart_summary h3,
.order_confirm_mh h3,
.consents_section_mh h3,
#mh_payment h3,
#consents h3,
#manual-verification-section h3,
#password_screen h3,
#mental_consents h3 {
  margin-top: 0 !important;
}
#panel_checkout #confirm_paymentfrequency,
#addon_cart_summary #confirm_paymentfrequency,
.order_confirm_mh #confirm_paymentfrequency,
.consents_section_mh #confirm_paymentfrequency,
#mh_payment #confirm_paymentfrequency,
#consents #confirm_paymentfrequency,
#manual-verification-section #confirm_paymentfrequency,
#password_screen #confirm_paymentfrequency,
#mental_consents #confirm_paymentfrequency {
  margin-top: 40px !important;
}
#panel_checkout .residential_address_check,
#addon_cart_summary .residential_address_check,
.order_confirm_mh .residential_address_check,
.consents_section_mh .residential_address_check,
#mh_payment .residential_address_check,
#consents .residential_address_check,
#manual-verification-section .residential_address_check,
#password_screen .residential_address_check,
#mental_consents .residential_address_check {
  min-height: 70px !important;
  margin-bottom: 0 !important;
}
#panel_checkout .async_title,
#addon_cart_summary .async_title,
.order_confirm_mh .async_title,
.consents_section_mh .async_title,
#mh_payment .async_title,
#consents .async_title,
#manual-verification-section .async_title,
#password_screen .async_title,
#mental_consents .async_title {
  display: none;
}
#panel_checkout .alt_title,
#addon_cart_summary .alt_title,
.order_confirm_mh .alt_title,
.consents_section_mh .alt_title,
#mh_payment .alt_title,
#consents .alt_title,
#manual-verification-section .alt_title,
#password_screen .alt_title,
#mental_consents .alt_title {
  display: block !important;
}
#panel_checkout .async_subtitle,
#addon_cart_summary .async_subtitle,
.order_confirm_mh .async_subtitle,
.consents_section_mh .async_subtitle,
#mh_payment .async_subtitle,
#consents .async_subtitle,
#manual-verification-section .async_subtitle,
#password_screen .async_subtitle,
#mental_consents .async_subtitle {
  margin-top: 30px;
}
#panel_checkout .form_row.dob,
#addon_cart_summary .form_row.dob,
.order_confirm_mh .form_row.dob,
.consents_section_mh .form_row.dob,
#mh_payment .form_row.dob,
#consents .form_row.dob,
#manual-verification-section .form_row.dob,
#password_screen .form_row.dob,
#mental_consents .form_row.dob {
  margin-bottom: 0 !important;
}
#panel_checkout #pay_in_full_container,
#addon_cart_summary #pay_in_full_container,
.order_confirm_mh #pay_in_full_container,
.consents_section_mh #pay_in_full_container,
#mh_payment #pay_in_full_container,
#consents #pay_in_full_container,
#manual-verification-section #pay_in_full_container,
#password_screen #pay_in_full_container,
#mental_consents #pay_in_full_container {
  background-color: #f6f6f6;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#panel_checkout #pay_in_full_container > div,
#addon_cart_summary #pay_in_full_container > div,
.order_confirm_mh #pay_in_full_container > div,
.consents_section_mh #pay_in_full_container > div,
#mh_payment #pay_in_full_container > div,
#consents #pay_in_full_container > div,
#manual-verification-section #pay_in_full_container > div,
#password_screen #pay_in_full_container > div,
#mental_consents #pay_in_full_container > div {
  padding: 15px;
}
#panel_checkout #pay_in_full_container.active,
#addon_cart_summary #pay_in_full_container.active,
.order_confirm_mh #pay_in_full_container.active,
.consents_section_mh #pay_in_full_container.active,
#mh_payment #pay_in_full_container.active,
#consents #pay_in_full_container.active,
#manual-verification-section #pay_in_full_container.active,
#password_screen #pay_in_full_container.active,
#mental_consents #pay_in_full_container.active {
  border-bottom: 1px solid #ccc;
}
#panel_checkout #pay_in_full_container.active,
#addon_cart_summary #pay_in_full_container.active,
.order_confirm_mh #pay_in_full_container.active,
.consents_section_mh #pay_in_full_container.active,
#mh_payment #pay_in_full_container.active,
#consents #pay_in_full_container.active,
#manual-verification-section #pay_in_full_container.active,
#password_screen #pay_in_full_container.active,
#mental_consents #pay_in_full_container.active {
  max-height: 200px;
}
#panel_checkout .flip_down,
#addon_cart_summary .flip_down,
.order_confirm_mh .flip_down,
.consents_section_mh .flip_down,
#mh_payment .flip_down,
#consents .flip_down,
#manual-verification-section .flip_down,
#password_screen .flip_down,
#mental_consents .flip_down {
  font-size: 14px;
}
#panel_checkout .discount_code_link,
#addon_cart_summary .discount_code_link,
.order_confirm_mh .discount_code_link,
.consents_section_mh .discount_code_link,
#mh_payment .discount_code_link,
#consents .discount_code_link,
#manual-verification-section .discount_code_link,
#password_screen .discount_code_link,
#mental_consents .discount_code_link {
  font-size: 14px;
  margin-top: 13px;
}
#panel_checkout .discount_code_link a,
#addon_cart_summary .discount_code_link a,
.order_confirm_mh .discount_code_link a,
.consents_section_mh .discount_code_link a,
#mh_payment .discount_code_link a,
#consents .discount_code_link a,
#manual-verification-section .discount_code_link a,
#password_screen .discount_code_link a,
#mental_consents .discount_code_link a {
  padding-right: 19px;
}
#panel_checkout #change_card_btn,
#addon_cart_summary #change_card_btn,
.order_confirm_mh #change_card_btn,
.consents_section_mh #change_card_btn,
#mh_payment #change_card_btn,
#consents #change_card_btn,
#manual-verification-section #change_card_btn,
#password_screen #change_card_btn,
#mental_consents #change_card_btn {
  opacity: 0.5;
  position: relative;
  left: 1px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #panel_checkout #change_card_btn,
  #addon_cart_summary #change_card_btn,
  .order_confirm_mh #change_card_btn,
  .consents_section_mh #change_card_btn,
  #mh_payment #change_card_btn,
  #consents #change_card_btn,
  #manual-verification-section #change_card_btn,
  #password_screen #change_card_btn,
  #mental_consents #change_card_btn {
    bottom: 1px;
  }
}
#panel_checkout .existingcard,
#addon_cart_summary .existingcard,
.order_confirm_mh .existingcard,
.consents_section_mh .existingcard,
#mh_payment .existingcard,
#consents .existingcard,
#manual-verification-section .existingcard,
#password_screen .existingcard,
#mental_consents .existingcard {
  border: 0;
}
#panel_checkout #detail-info,
#addon_cart_summary #detail-info,
.order_confirm_mh #detail-info,
.consents_section_mh #detail-info,
#mh_payment #detail-info,
#consents #detail-info,
#manual-verification-section #detail-info,
#password_screen #detail-info,
#mental_consents #detail-info {
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #panel_checkout #detail-info,
  #addon_cart_summary #detail-info,
  .order_confirm_mh #detail-info,
  .consents_section_mh #detail-info,
  #mh_payment #detail-info,
  #consents #detail-info,
  #manual-verification-section #detail-info,
  #password_screen #detail-info,
  #mental_consents #detail-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#panel_checkout .express_paypal,
#addon_cart_summary .express_paypal,
.order_confirm_mh .express_paypal,
.consents_section_mh .express_paypal,
#mh_payment .express_paypal,
#consents .express_paypal,
#manual-verification-section .express_paypal,
#password_screen .express_paypal,
#mental_consents .express_paypal {
  border-radius: 5px;
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: 90px;
  margin-top: 14px;
}
#panel_checkout #express_checkout,
#addon_cart_summary #express_checkout,
.order_confirm_mh #express_checkout,
.consents_section_mh #express_checkout,
#mh_payment #express_checkout,
#consents #express_checkout,
#manual-verification-section #express_checkout,
#password_screen #express_checkout,
#mental_consents #express_checkout {
  padding: 45px 0;
}
@media (min-width: 768px) {
  #panel_checkout #express_checkout,
  #addon_cart_summary #express_checkout,
  .order_confirm_mh #express_checkout,
  .consents_section_mh #express_checkout,
  #mh_payment #express_checkout,
  #consents #express_checkout,
  #manual-verification-section #express_checkout,
  #password_screen #express_checkout,
  #mental_consents #express_checkout {
    padding: 55px 0;
  }
}
#panel_checkout .discount_code_container .discount_code_form,
#addon_cart_summary .discount_code_container .discount_code_form,
.order_confirm_mh .discount_code_container .discount_code_form,
.consents_section_mh .discount_code_container .discount_code_form,
#mh_payment .discount_code_container .discount_code_form,
#consents .discount_code_container .discount_code_form,
#manual-verification-section .discount_code_container .discount_code_form,
#password_screen .discount_code_container .discount_code_form,
#mental_consents .discount_code_container .discount_code_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#panel_checkout .discount_code_container .discount_code_form input,
#addon_cart_summary .discount_code_container .discount_code_form input,
.order_confirm_mh .discount_code_container .discount_code_form input,
.consents_section_mh .discount_code_container .discount_code_form input,
#mh_payment .discount_code_container .discount_code_form input,
#consents .discount_code_container .discount_code_form input,
#manual-verification-section .discount_code_container .discount_code_form input,
#password_screen .discount_code_container .discount_code_form input,
#mental_consents .discount_code_container .discount_code_form input {
  margin: 0;
}
#panel_checkout .collapse_link.discount_code_opener > a::after,
#addon_cart_summary .collapse_link.discount_code_opener > a::after,
.order_confirm_mh .collapse_link.discount_code_opener > a::after,
.consents_section_mh .collapse_link.discount_code_opener > a::after,
#mh_payment .collapse_link.discount_code_opener > a::after,
#consents .collapse_link.discount_code_opener > a::after,
#manual-verification-section .collapse_link.discount_code_opener > a::after,
#password_screen .collapse_link.discount_code_opener > a::after,
#mental_consents .collapse_link.discount_code_opener > a::after {
  background-image: url(/assets/icons/arrow-down-dark-6c753274ab5cc513da3fb2b50ae6032316c4376da3dbe1fe69afbd72bad56fbb.svg);
}
#panel_checkout .discount_code_opener,
#addon_cart_summary .discount_code_opener,
.order_confirm_mh .discount_code_opener,
.consents_section_mh .discount_code_opener,
#mh_payment .discount_code_opener,
#consents .discount_code_opener,
#manual-verification-section .discount_code_opener,
#password_screen .discount_code_opener,
#mental_consents .discount_code_opener {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#panel_checkout .discount_code_opener a,
#addon_cart_summary .discount_code_opener a,
.order_confirm_mh .discount_code_opener a,
.consents_section_mh .discount_code_opener a,
#mh_payment .discount_code_opener a,
#consents .discount_code_opener a,
#manual-verification-section .discount_code_opener a,
#password_screen .discount_code_opener a,
#mental_consents .discount_code_opener a {
  text-decoration: underline !important;
}
#panel_checkout .check_coupon_btn,
#addon_cart_summary .check_coupon_btn,
.order_confirm_mh .check_coupon_btn,
.consents_section_mh .check_coupon_btn,
#mh_payment .check_coupon_btn,
#consents .check_coupon_btn,
#manual-verification-section .check_coupon_btn,
#password_screen .check_coupon_btn,
#mental_consents .check_coupon_btn {
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  background-image: url(/assets/icons/arrow-right-tail-large-grey-36963c53c0555cb7ed7252a6cf0872ff550162676a5f9e116cdec959b330c248.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 120px;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
#panel_checkout .check_coupon_btn.active,
#addon_cart_summary .check_coupon_btn.active,
.order_confirm_mh .check_coupon_btn.active,
.consents_section_mh .check_coupon_btn.active,
#mh_payment .check_coupon_btn.active,
#consents .check_coupon_btn.active,
#manual-verification-section .check_coupon_btn.active,
#password_screen .check_coupon_btn.active,
#mental_consents .check_coupon_btn.active {
  background-color: #c54801;
  border-color: #c54801;
  background-image: url(/assets/icons/arrow-right-tail-large-white-eb6caacc8d7e81c078ccc6391e2a322d664a68a8c4cce1a26e0e992812a1144c.svg);
}
#panel_checkout #discount_code_container .discount_approved_tick,
#addon_cart_summary #discount_code_container .discount_approved_tick,
.order_confirm_mh #discount_code_container .discount_approved_tick,
.consents_section_mh #discount_code_container .discount_approved_tick,
#mh_payment #discount_code_container .discount_approved_tick,
#consents #discount_code_container .discount_approved_tick,
#manual-verification-section #discount_code_container .discount_approved_tick,
#password_screen #discount_code_container .discount_approved_tick,
#mental_consents #discount_code_container .discount_approved_tick {
  width: 9px;
  height: 9px;
}

.darkgreen input[type=text],
.darkgreen input[type=number],
.darkgreen input[type=password],
.darkgreen input[type=email],
.darkgreen select,
.darkgreen .residential_address_check,
.darkgreen .payment_frequency_btn,
.darkgreen .detail_confirm {
  border: 1px solid transparent;
}

.form_title {
  margin-bottom: 7px;
  text-align: left;
}

/**/
/* CAREERS */
#careers_hero {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 280%;
  padding-top: 75px;
  padding-bottom: 85px;
}
@media (min-width: 400px) {
  #careers_hero {
    background-size: 260%;
    background-position: 52% 10%;
    padding-top: 65px;
  }
}
@media (min-width: 440px) {
  #careers_hero {
    background-size: 210%;
    background-position: 59% 10%;
  }
}
@media (min-width: 500px) {
  #careers_hero {
    background-size: 200%;
    background-position: 49% 30%;
  }
}
@media (min-width: 600px) {
  #careers_hero {
    background-size: 180%;
  }
}
@media (min-width: 768px) {
  #careers_hero {
    background-size: 150%;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  #careers_hero {
    background-size: 120%;
    padding-top: 130px;
    padding-bottom: 130px;
    background-position: 50% 70%;
  }
}
@media (min-width: 1200px) {
  #careers_hero {
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 230px;
  }
  #careers_hero .btn {
    margin-top: 40px;
  }
}
#careers_hero h1,
#careers_hero .h1 {
  margin-bottom: 18px;
  max-width: 12ch;
}
@media (max-width: 400px) {
  #careers_hero h1,
  #careers_hero .h1 {
    font-size: 37px;
  }
}
@media (min-width: 500px) {
  #careers_hero h1,
  #careers_hero .h1 {
    max-width: 17ch;
  }
}
@media (min-width: 992px) {
  #careers_hero h1,
  #careers_hero .h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20ch;
  }
}
#careers_hero p {
  max-width: 19ch;
}
@media (min-width: 500px) {
  #careers_hero p {
    max-width: 29ch;
  }
}
@media (min-width: 992px) {
  #careers_hero p {
    max-width: none;
  }
}

#careers_life_at_mosh {
  position: relative;
}
@media (max-width: 991px) {
  #careers_life_at_mosh {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #careers_life_at_mosh {
    border-top: 30px solid #f5f5ea;
  }
}
#careers_life_at_mosh h2 {
  margin-bottom: 20px;
}
#careers_life_at_mosh #careers_life_at_mosh_img {
  margin: auto;
  pointer-events: none;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media (min-width: 992px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
@media (max-width: 500px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    -webkit-transform: translateY(40px) translateX(-15px);
            transform: translateY(40px) translateX(-15px);
  }
}
@media (min-width: 500px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #careers_life_at_mosh #careers_life_at_mosh_img {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
#careers_life_at_mosh #careers_life_at_mosh_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
@media (min-width: 500px) {
  #careers_life_at_mosh #careers_life_at_mosh_img img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #careers_life_at_mosh #careers_life_at_mosh_img img {
    max-height: none;
    max-width: 58.3333333333%;
  }
}

#careers_mosh_staff {
  padding-top: 70px;
}
@media (max-width: 500px) {
  #careers_mosh_staff .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #careers_mosh_staff {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  #careers_mosh_staff {
    padding-top: 150px;
  }
}
#careers_mosh_staff .staff_quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (min-width: 992px) {
  #careers_mosh_staff .staff_quote {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#careers_mosh_staff .staff_quote_text {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #careers_mosh_staff .staff_quote_text {
    font-size: 14px;
  }
}
#careers_mosh_staff h4 {
  margin-bottom: 0;
}
#careers_mosh_staff .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
#careers_mosh_staff .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #careers_mosh_staff .row {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #careers_mosh_staff .row:last-child {
    margin-bottom: 0;
  }
}
#careers_mosh_staff img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  max-height: 230px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  #careers_mosh_staff img {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  #careers_mosh_staff img {
    max-height: 380px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #careers_mosh_staff img {
    max-height: 420px;
  }
}

#whydoweexist h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #whydoweexist h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #whydoweexist h4 {
    font-size: 30px;
    max-width: 59ch;
  }
}

.careers_perks_container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .careers_perks_container {
    margin-top: 50px;
  }
}
.careers_perks_container .careers_perks {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .careers_perks_container .careers_perks {
    margin-bottom: 40px;
  }
}
.careers_perks_container .careers_perks .careers_perks_image {
  border-radius: 10px 10px 0 0;
  height: 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks .careers_perks_image {
    border-radius: 10px 0 0 10px;
    width: 230px;
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .careers_perks_container .careers_perks .careers_perks_image {
    width: 310px;
    height: 240px;
  }
}
.careers_perks_container .careers_perks .careers_perks_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 25px;
}
.careers_perks_container .careers_perks .careers_perks_text .big {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks .careers_perks_text {
    padding: 25px 55px;
  }
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks.careers_perks_2 .careers_perks_image {
    border-radius: 0 10px 10px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .careers_perks_container .careers_perks.careers_perks_2 .careers_perks_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#careers_our_values h2 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  #careers_our_values h2 {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #careers_our_values strong {
    display: block;
    margin-bottom: 5px;
  }
}
#careers_our_values h3 {
  margin-bottom: 20px;
  color: #82c780;
}
@media (min-width: 1200px) {
  #careers_our_values h3 {
    margin-bottom: 20px;
  }
}
#careers_our_values .col-lg-4 {
  margin-bottom: 50px;
}
#careers_our_values .col-lg-4:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #careers_our_values .col-lg-4 {
    margin-bottom: 0;
  }
}

#careers_open_roles h3 {
  margin-bottom: 30px;
}

.BambooHR-ATS-Jobs-List {
  padding: 0 !important;
  padding-bottom: 40px !important;
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .BambooHR-ATS-Jobs-List {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .BambooHR-ATS-Department-Header {
    margin-top: 25px;
  }
}
.BambooHR-ATS-Location {
  opacity: 0.5;
}

#BambooHR-ATS a,
#BambooHR-ATS p,
#BambooHR-ATS span,
#BambooHR-ATS li {
  color: #003d3b;
  font-family: "MaisonNeue-Book";
  font-size: 16px;
}
#BambooHR-ATS a {
  font-size: 1.2em;
  font-family: "MaisonNeue-Demi";
}
#BambooHR-ATS h2 {
  display: none;
}

#BambooHR > div:last-child {
  float: right;
  font-family: "MaisonNeue-Book";
}

#bzOpeningsContainer {
  margin-top: 60px;
}
#bzOpeningsContainer .bzOpeningsCategory[data-department="[General] Keep In Touch"] .bzMeta {
  display: none;
}
#bzOpeningsContainer .bzOpeningsCategoryList {
  padding-left: 0;
}
#bzOpeningsContainer .bzOpeningsCategory {
  list-style: none;
}
#bzOpeningsContainer .bzOpeningsCategory {
  margin-bottom: 60px;
}
#bzOpeningsContainer .bzOpeningsCategory:last-child {
  margin-bottom: 0;
}
#bzOpeningsContainer .bzOpeningsCategory:last-child .bzOpeningsList {
  margin-bottom: 0;
}
#bzOpeningsContainer .bzOpeningsList {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
#bzOpeningsContainer .bzOpeningsList > li {
  margin-bottom: 30px;
}
#bzOpeningsContainer .bzOpeningsList .bzDepartment {
  display: none;
}
#bzOpeningsContainer .bzButtonApply {
  padding: 15px 40px;
  display: inline-block;
  border-radius: 0;
  white-space: normal;
  text-decoration: none;
  background-color: #c54801;
  border: 1px solid transparent;
  color: white !important;
  cursor: pointer !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  display: none;
}
#bzOpeningsContainer a {
  text-decoration: none;
}
#bzOpeningsContainer .bzMeta {
  font-size: 16px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bzOpeningsContainer .bzMeta li {
  margin-right: 5px;
}
#bzOpeningsContainer .bzMeta li::after {
  content: ",";
}
#bzOpeningsContainer .bzMetali:last-child,
#bzOpeningsContainer .bzMeta li.bzType {
  margin-right: 0;
}
#bzOpeningsContainer .bzMetali:last-child::after,
#bzOpeningsContainer .bzMeta li.bzType::after {
  content: "";
}
#bzOpeningsContainer h1,
#bzOpeningsContainer .h1 {
  font-size: 30px !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #bzOpeningsContainer h1,
  #bzOpeningsContainer .h1 {
    font-size: 35px !important;
  }
}
#bzOpeningsContainer h2 {
  font-size: 20px !important;
  margin-bottom: 3px;
  text-decoration: underline;
  color: #82c780;
}
@media (min-width: 768px) {
  #bzOpeningsContainer h2 {
    font-size: 26px !important;
  }
  #bzOpeningsContainer h2:hover {
    text-decoration: none;
  }
}

/* CAREERS END */
/* SKIN OTC */
#landing_otc_range .text_bubble,
#landing_rx .text_bubble {
  margin-top: 0;
  margin-bottom: 50px;
}

#landing_otc_range .dotpoints_container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
}

#landing_rx .dotpoints_container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  #landing_rx .dotpoints_container {
    padding-left: 15px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  #landing_otc_range .dotpoints_container,
  #landing_rx .dotpoints_container {
    text-align: center;
  }
}
.text_bubble.transparent {
  background-color: transparent;
}

#landing_rx {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #landing_rx {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #landing_rx {
    padding-bottom: 70px;
  }
}

#otc_benefits {
  position: relative;
}

#otc_benefits #guarantee_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  #otc_benefits #guarantee_link {
    color: white !important;
    opacity: 1;
  }
}

#landing_otc_range .btn_2:not(.btn_smaller),
#landing_rx .btn_2:not(.btn_smaller),
#otc_benefits .btn_2:not(.btn_smaller) {
  margin-top: 30px;
}

#landing_rx .btn_2:not(.btn_smaller) {
  margin-top: 10px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  #landing_rx .btn_2:not(.btn_smaller) {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

#otc_learn h4,
#landing_otc_range h4,
#landing_rx h4,
#skin_otc_testimonials h4,
#otc_benefits h4 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #landing_rx h4 {
    margin-bottom: 40px;
  }
}
#otc_learn section,
#otc_benefits section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  #otc_learn .container,
  #otc_benefits .container {
    min-width: 400px;
  }
}

#skin_otc_ourapproach {
  padding-top: 44px;
  padding-bottom: 55px;
}
#skin_otc_ourapproach h5 {
  display: inline-block;
  padding-left: 6px;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  #skin_otc_ourapproach {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  #skin_otc_ourapproach p {
    max-width: 40ch;
    margin-top: 10px;
  }
}
#skin_otc_ourapproach .text_bubble {
  margin-top: 10px;
  margin-bottom: 30px;
}
#skin_otc_ourapproach img {
  width: 50px;
  margin-left: -40px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 768px) {
  #skin_otc_ourapproach img {
    width: 80px;
  }
}

@media (min-width: 992px) {
  #whole_range {
    background-color: white;
  }
}
#whole_range .add_to_cart_btn::before {
  content: "Add to cart";
}
#whole_range .remove-from-cart {
  content: "Remove";
}

.otc_card_container {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .otc_card_container .otc_description {
    min-height: 65px;
  }
}
@media (min-width: 768px) {
  .otc_card_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .otc_card_container .otc_card {
    width: 50%;
    overflow: hidden;
  }
}

.otc_card {
  padding: 15px;
  position: relative;
  text-align: left;
}
.otc_card .otc_card_image {
  margin-bottom: 20px;
  border-radius: 10px;
  height: 0;
  padding-bottom: 100%;
  background-size: 190%;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 600px) {
  .otc_card .otc_card_image {
    padding-bottom: 70%;
    background-size: 160%;
  }
}
@media (min-width: 768px) {
  .otc_card .otc_card_image {
    padding-bottom: 85%;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  .otc_card .otc_card_image {
    padding-bottom: 65%;
    background-size: 150%;
  }
}
.otc_card .otc_card_image .text_bubble {
  top: 20px;
  left: 20px;
  margin: 0;
}
@media (min-width: 992px) {
  .otc_card {
    padding-bottom: 110px;
  }
}
.otc_card .text_bubble {
  border: 0;
  position: absolute;
  top: 20px;
  left: 15px;
  min-width: 160px;
  border-color: #daeed9;
}
@media (min-width: 992px) {
  .otc_card .otc_btn_row {
    position: absolute;
    bottom: 30px;
  }
}

.np_product_learnmore {
  text-decoration: underline !important;
}

.otc_card .otc_description,
.recommned_product .otc_description {
  margin-top: 20px;
}
.otc_card .v-center,
.recommned_product .v-center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.otc_card .otc_btn_row,
.recommned_product .otc_btn_row {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .otc_card .otc_btn_row,
  .recommned_product .otc_btn_row {
    margin-top: 40px;
  }
}
.otc_card .np_product_learnmore,
.recommned_product .np_product_learnmore {
  padding-right: 15px;
}

.otc_product_modal .btn.disabled,
.otc_btn_row .btn.disabled {
  height: 35px;
  font-size: 12px;
  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;
  padding: 0;
  width: 160px;
}
@media (min-width: 992px) {
  .otc_product_modal .btn.disabled,
  .otc_btn_row .btn.disabled {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .otc_card .np_product_learnmore {
    padding-right: 60px;
  }
}
.otc_price {
  font-size: 18px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .otc_card_container_otc .otc_card {
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .otc_card_container_otc .otc_card .otc_card_image {
    border-radius: 10px 10px 0 0;
  }
  .otc_card_container_otc .otc_card .otc_card_text {
    padding: 10px 20px 25px 20px;
  }
}
.otc_card .btn_2.btn_smaller::before,
.learn_about_ingredients h5,
.otc_card h5,
.recommned_product h5 {
  font-size: 11px;
}
@media (min-width: 992px) {
  .otc_card .btn_2.btn_smaller::before,
  .learn_about_ingredients h5,
  .otc_card h5,
  .recommned_product h5 {
    font-size: 12px;
  }
}

.learn_about_ingredients h5 {
  font-size: 11px;
}
@media (min-width: 992px) {
  .learn_about_ingredients h5 {
    font-size: 14px;
  }
}

#otc_learn .btn_2::before {
  content: "Explore range";
}

#skin_otc_testimonials .flickity-slider {
  margin-left: 30px;
}
#skin_otc_testimonials .btn_2::before {
  content: "Read all reviews";
}
#skin_otc_testimonials .btn_2,
#skin_otc_testimonials .btn_2::before,
#skin_otc_testimonials .btn_2::after {
  width: 230px;
}
#skin_otc_testimonials h4 {
  margin-top: 10px;
}
#skin_otc_testimonials h6 {
  font-size: 22px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  #skin_otc_testimonials h6 {
    margin-bottom: 12px;
  }
}
#skin_otc_testimonials .np_reviews_card {
  min-height: 340px;
}
@media (min-width: 768px) {
  #skin_otc_testimonials .np_reviews_card {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  #skin_otc_testimonials .np_reviews_card {
    min-height: 350px;
  }
}

.learn_about_ingredients {
  display: block;
  margin-top: 30px;
}

#np_reviews {
  margin-top: 30px;
  margin-bottom: 60px;
}

#skin_otc_testimonials #np_reviews .flickity-slider {
  padding-left: 0;
  margin-left: 0;
}
#skin_otc_testimonials #np_reviews .flickity-button,
#skin_otc_testimonials #np_reviews .flickity-button:hover {
  display: block;
  background-color: white !important;
  border-radius: 50%;
  padding: 5px;
  background-position: center !important;
  background-size: 20px !important;
  z-index: 3;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
}
#skin_otc_testimonials #np_reviews .flickity-button.next,
#skin_otc_testimonials #np_reviews .flickity-button:hover.next {
  left: auto;
  right: 15px;
}
#skin_otc_testimonials #np_reviews .flickity-button.previous,
#skin_otc_testimonials #np_reviews .flickity-button:hover.previous {
  left: 15px;
}
@media (max-width: 768px) {
  #skin_otc_testimonials #np_reviews .flickity-button {
    display: none;
  }
}
#skin_otc_testimonials #np_reviews .scroller_card:last-child {
  margin-right: 0;
}

#otc_benefits .btn_2::before {
  content: "Shop range";
}
#otc_benefits .slice_image {
  background-size: 130%;
  background-position: 90% 50%;
}
@media (min-width: 768px) {
  #otc_benefits .slice_image {
    background-size: cover;
    background-position: center;
  }
}

#otc_benefits .slice_image,
#otc_learn .slice_image {
  padding-bottom: 80%;
}
@media (min-width: 500px) {
  #otc_benefits .slice_image,
  #otc_learn .slice_image {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  #otc_benefits .slice_image,
  #otc_learn .slice_image {
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  #otc_benefits .slice_image,
  #otc_learn .slice_image {
    padding-bottom: 0;
    min-height: 600px;
  }
}

.otc_card,
.otc_product_modal {
  font-size: 14px;
}
.otc_card h6,
.otc_product_modal h6 {
  margin-bottom: 5px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .otc_card {
    font-size: 16px;
  }
}

.otc_product_modal .modal-content {
  border-radius: 10px;
}
.otc_product_modal .modal-body {
  padding: 40px 30px;
  text-align: left;
}
.otc_product_modal hr {
  border-top: 1px solid #82c780;
}
.otc_product_modal .btn_2 {
  margin-top: 30px;
}
.otc_product_modal h6 {
  margin-bottom: 0;
}
.otc_product_modal .otc_price {
  margin-bottom: 10px;
}

.add_to_cart_btn.btn_2.outofstock::before {
  content: "Pre-order";
}
.add_to_cart_btn.btn_2.btn_checkout::before {
  content: "Add to cart";
}
.add_to_cart_btn.btn_2.remove-from-cart::before {
  content: "Remove from cart";
}
.add_to_cart_btn.btn_2.btn_smaller, .add_to_cart_btn.btn_2.btn_smaller::before, .add_to_cart_btn.btn_2.btn_smaller::after {
  width: 160px !important;
}
@media (min-width: 992px) {
  .add_to_cart_btn.btn_2.btn_smaller, .add_to_cart_btn.btn_2.btn_smaller::before, .add_to_cart_btn.btn_2.btn_smaller::after {
    width: 180px !important;
  }
}

/* SKIN LANDING */
.otc_carousel {
  margin-top: 15px;
  margin-bottom: 15px;
}
.otc_carousel .otc_card {
  background-image: none !important;
}
@media (max-width: 768px) {
  .otc_carousel .otc_card {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .otc_carousel .otc_card {
    padding-bottom: 70px;
  }
}
.otc_carousel .otc_card_text {
  padding: 15px;
}
.otc_carousel .text_bubble {
  top: 20px;
  margin: 0;
}

@media (max-width: 599px) {
  #otc_carousel .otc_card_text {
    padding-top: 40px;
  }
}

#otc_carousel::after {
  content: "flickity";
  display: none;
}

@media (min-width: 768px) {
  #otc_carousel::after {
    content: "";
  }
}
#otc_carousel .otc_card {
  margin-left: 15px;
}
@media (min-width: 768px) {
  #otc_carousel .otc_card {
    margin-left: 0;
  }
}
#otc_carousel .otc_card .otc_btn_row {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #otc_carousel .carousel-cell {
    width: calc(100% - 30px);
  }
}
#otc_carousel .otc_description {
  min-height: 75px;
}

#otc_carousel_static {
  padding-left: 15px;
  padding-right: 15px;
}
#otc_carousel_static .carousel-cell {
  margin-left: auto;
  margin-right: auto;
}
#otc_carousel_static .otc_card {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #otc_carousel_static .otc_card {
    padding: 0;
  }
}

#otc_carousel .flickity-page-dots,
#otc_carousel_static .flickity-page-dots {
  bottom: 282px;
}
@media (min-width: 600px) {
  #otc_carousel .flickity-page-dots,
  #otc_carousel_static .flickity-page-dots {
    display: none;
  }
}
@media (min-width: 768px) {
  #otc_carousel .carousel-cell,
  #otc_carousel_static .carousel-cell {
    width: 50%;
  }
  #otc_carousel .carousel-cell .otc_card,
  #otc_carousel_static .carousel-cell .otc_card {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #otc_carousel_static .carousel-cell {
    width: 100%;
  }
}
#landing_results #landing_results_carousel {
  text-align: left;
}
@media (max-width: 575px) {
  #landing_results #landing_results_carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  #landing_results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing_results #landing_results_carousel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #landing_results .dotpoints_container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #landing_results #targeted_cta_mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  #landing_results .dotpoints_container {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #landing_results {
    padding-top: 20px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  #landing_results {
    margin-right: -30px;
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  #landing_results {
    margin-right: 0;
  }
}

.targeted_cta {
  position: relative;
}
.targeted_cta .np_product_learnmore {
  position: relative;
  top: -43px;
}
@media (min-width: 768px) {
  .targeted_cta .np_product_learnmore {
    top: 30px;
  }
}
@media (min-width: 992px) {
  .targeted_cta .np_product_learnmore {
    position: absolute;
    top: 24px;
    bottom: auto;
    left: auto;
    right: 0;
    margin: auto;
    padding-right: 0;
  }
}

.landing_results_carousel .flickity-button {
  display: none;
}
@media (min-width: 1200px) {
  .landing_results_carousel .flickity-button.next,
  .landing_results_carousel .flickity-button.next:hover {
    display: block;
    background-color: white !important;
    border-radius: 50%;
    padding: 5px;
    background-position: center !important;
    background-size: 20px !important;
    right: 10px;
    left: auto;
    z-index: 3;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .landing_results_carousel .flickity-button.next,
  .landing_results_carousel .flickity-button.next:hover {
    right: -20px;
  }
}
.landing_results_carousel .flickity-viewport {
  min-height: 265px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .landing_results_carousel .flickity-viewport {
    min-height: 217px !important;
  }
}
@media (min-width: 576px) {
  .landing_results_carousel .flickity-viewport::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    width: 50px;
    z-index: 2;
  }
}
.landing_results_carousel .flickity-slider {
  margin-left: 15px;
  padding-right: 30px;
}
.landing_results_carousel h6 {
  margin-bottom: 0;
}
.landing_results_carousel .carousel-cell {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
  margin-bottom: 15px;
  width: 75%;
}
@media (min-width: 768px) {
  .landing_results_carousel .carousel-cell {
    width: 65%;
  }
}
.landing_results_carousel .skin_ingredients_details {
  padding: 15px;
}
.landing_results_carousel .skin_ingredients_header {
  background-size: cover;
  width: 100%;
  background-position: center;
  border-radius: 10px 10px 0 0;
  height: 200px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .landing_results_carousel .skin_ingredients_header {
    height: 150px;
  }
}
.landing_results_carousel .skin_ingredients_header::after, .landing_results_carousel .skin_ingredients_header::before {
  content: "After";
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "MaisonNeue-Demi";
  font-size: 12px;
}
.landing_results_carousel .skin_ingredients_header::before {
  content: "Before";
  right: auto;
  left: 0;
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

.landing_results_toggle_container {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 390px;
}

.landing_results_toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-family: "MaisonNeue-Demi";
  color: rgba(0, 61, 59, 0.5);
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.landing_results_toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 3px;
  border-radius: 100px;
  background-color: transparent;
}
.landing_results_toggle.active {
  color: rgb(0, 61, 59);
}
.landing_results_toggle.active::after {
  background-color: #82c780;
}

.landing_container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .landing_container {
    padding-left: 50px;
    padding-right: 70px;
    max-width: 650px;
  }
}
@media (min-width: 1800px) {
  .landing_container {
    padding-left: 100px;
  }
}

#josh .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_josh-2045991d91d298b625d0abf1119657c41ea4ae182aabe867f139fbf0bc43bf21.jpg);
}

#hayden .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_hayden-46fd253eed97eed07b4c4ac2ec436596d9082b9bff1c6fe5e4faecdaeb3d72a1.jpg);
}

#ho_yin .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_ho_yin-ddeb37b0723f6ce360f6f01ffe39a113f1b23189789fff31539d024b39629b04.jpg);
}

#michael .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_michael-7b413db2df1bd572ca3881042acd643d3860b1e96b38c82bfc5710ae40a61337.jpg);
}

#nathan .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_nathan-9ded51b46546f747d54481d85872f745f70628500a1512e6efbc19bb69869f57.jpg);
}

#nathan_z .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_nathan_z-b4d28fd344aa6423eb2ea41aa3571e7eda653b2a713bb145e770247898ef9102.jpg);
}

#samuel .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_samuel-e10b59aeec6bb32f4eedc527c43b84d9385d53d20747f3e0ba2d5e930b283fd2.jpg);
}

#monika .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_monika-34d6f0204c7122008a366615dd8de2c1ba4cc5c1a93795e437230a2e15c7b4c8.jpg);
}

#tom .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_tom-2a469334b59e81c863ba2aabe9efbf6ae77f9b55c5ba4fa6408bd4626fda6fd5.jpg);
}

#diana .skin_ingredients_header {
  background-image: url(/assets/skin/results/skin_ba_diana-f4983d99c81ce22a8d835233364a83bd93d3e90e1b5384da1617e1f0adf7534c.jpg);
}

#landing_quiz img {
  width: 70px;
  margin-bottom: 14px;
  z-index: 2;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 400px) {
  #landing_quiz h4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20ch;
  }
}

.mini_quiz_modal,
#landing_process_modal {
  font-size: 14px;
}
@media (min-width: 992px) {
  .mini_quiz_modal h4,
  #landing_process_modal h4 {
    font-size: 30px;
  }
}
.mini_quiz_modal .modal-content,
#landing_process_modal .modal-content {
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.mini_quiz_modal hr,
#landing_process_modal hr {
  border-color: #82c780;
  margin: 25px 0;
}

#landing_process_modal h4 {
  margin-bottom: 15px;
}
#landing_process_modal .modal-body {
  padding: 40px 15px 40px 15px;
}
@media (min-width: 992px) {
  #landing_process_modal .modal-body {
    padding: 40px 30px;
  }
}
#landing_process_modal .btn_2 {
  margin-top: 35px;
}
#landing_process_modal .btn_2.btn_smaller,
#landing_process_modal .btn_2.btn_smaller::before,
#landing_process_modal .btn_2.btn_smaller::after {
  width: 170px;
}

.recommned_product h4 {
  margin-bottom: 5px !important;
}

.mini_quiz_modal .modal-body {
  padding-top: 0;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .mini_quiz_modal .modal-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mini_quiz_modal .review_widget_inline {
  background-position: top 3px left;
  width: 240px;
  padding-left: 106px;
}
.mini_quiz_modal h4 {
  margin-bottom: 20px;
}
.mini_quiz_modal .questions {
  padding-top: 50px;
}
.mini_quiz_modal .product_header {
  height: 190px;
  border-radius: 10px 10px 0 0;
  margin-left: -15px;
  margin-right: -15px;
  background-position: 50% 83%;
  background-size: 130%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mini_quiz_modal .product_header {
    height: 280px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.mini_quiz_modal #see_recommendation {
  margin-top: 30px;
}
.mini_quiz_modal input[type=radio],
.mini_quiz_modal input[type=checkbox] {
  display: none;
}
.mini_quiz_modal input[type=radio]:checked + label,
.mini_quiz_modal input[type=checkbox]:checked + label {
  background-color: #badcb9;
}
.mini_quiz_modal label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mini_quiz_modal label,
.mini_quiz_modal textarea {
  padding: 7px;
  border: 1px solid black;
  color: black;
  border-radius: 100px;
  background-color: white;
  display: block;
}
@media (min-width: 992px) {
  .mini_quiz_modal label,
  .mini_quiz_modal textarea {
    padding: 9px;
  }
}
.mini_quiz_modal textarea {
  border-radius: 10px !important;
  min-height: 140px;
  padding: 15px;
}
.mini_quiz_modal .fineprint {
  opacity: 1;
}
.mini_quiz_modal .patchy_upload.mh {
  border-radius: 10px !important;
  padding: 15px;
  margin-top: 10px;
  background-position: center right 15px;
  background-size: 27px;
  border-color: rgba(0, 0, 0, 0.5);
  background-image: url(/assets/icons/camera-grey-98311fde57a639d819a8c20efad954720e0fd85fa48554c5850eb7a847448931.svg);
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 15px;
}
.mini_quiz_modal .patchy_upload.mh.active span {
  color: rgb(0, 0, 0);
}
.mini_quiz_modal .patchy_upload.mh:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .mini_quiz_modal .patchy_upload.mh:hover {
    border-color: rgb(0, 0, 0);
  }
}
.mini_quiz_modal .patchy_upload.mh span {
  color: rgba(0, 0, 0, 0.5);
}

#quizSub .btn_2 {
  margin-top: 30px;
  display: block;
}
@media (min-width: 992px) {
  #quizSub {
    font-size: 16px;
  }
}
#quizSub .modal-body {
  padding-top: 60px;
}
#quizSub .modal-body.question_treatment {
  padding-top: 50px;
}
#quizSub .flip_down {
  position: relative;
  top: -26px;
  left: 15px;
}
#quizSub .mh_filename {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 40px);
  line-height: 1.1;
}
#quizSub .next_to_question_one,
#quizSub .next_to_question_two,
#quizSub .next_to_treatment_or_submit {
  width: calc(100% - 10px);
  margin-left: 0;
}
#quizSub .next_to_question_one::before,
#quizSub .next_to_question_two::before,
#quizSub .next_to_treatment_or_submit::before {
  content: "Next";
}
#quizSub .next_to_question_one::before, #quizSub .next_to_question_one::after,
#quizSub .next_to_question_two::before,
#quizSub .next_to_question_two::after,
#quizSub .next_to_treatment_or_submit::before,
#quizSub .next_to_treatment_or_submit::after {
  width: 100%;
  margin-left: 0;
}
#quizSub .close_modal.btn_2 {
  width: 190px;
}
#quizSub .close_modal.btn_2::before {
  content: "Back to account";
}
#quizSub .close_modal.btn_2::before, #quizSub .close_modal.btn_2::after {
  width: 190px;
}
#quizSub .modal_thanks_icon {
  width: 90px;
  margin-bottom: 30px;
  margin-top: -10px;
}

.landing_quiz_question {
  margin-top: 20px;
}
.landing_quiz_question label {
  margin-bottom: 10px;
  text-align: center;
}
.landing_quiz_question.dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing_quiz_question.dual label {
  width: calc(50% - 7px);
}

#otc_learn .btn_2 {
  margin-top: 40px;
}

.btn_2.start_consult::before {
  content: "Start consult";
}

#landing_otc_range .flickity-page-dots .dot,
#skin_otc_testimonials .flickity-page-dots .dot {
  width: 14px !important;
  height: 14px !important;
  margin: 0 9px;
  background-color: white !important;
}
#landing_otc_range .flickity-page-dots .dot.is-selected,
#skin_otc_testimonials .flickity-page-dots .dot.is-selected {
  background-color: #003d3b !important;
}

@media (max-width: 768px) {
  #landing_otc_range .flickity-page-dots .dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 6px;
  }
}

@media (min-width: 768px) {
  #landing_otc_range .container,
  #landing_rx .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  #landing_otc_range .container,
  #landing_rx .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  #landing_otc_range .container,
  #landing_rx .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) {
  #landing_otc_range .text_bubble.transparent,
  #landing_rx .text_bubble.transparent {
    display: none;
  }
}
@media (max-width: 768px) {
  #landing_rx h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#skin_otc_testimonials .flickity-page-dots {
  bottom: -35px;
}

.btn_2.remove-from-cart::before {
  content: "Remove from cart" !important;
}

.five_stars {
  margin-left: auto;
  margin-right: auto;
  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;
  margin-bottom: 16px;
}
.five_stars > div {
  background-image: url(/assets/icons/star-green-f26948029d118247eb086d90661f252c73064ae623712f2b6c417bcf52ceafaf.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 0 1px;
}

.otc_card_modal_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 992px) {
  .otc_card_modal_link {
    display: none;
  }
}

.preorder_text {
  background-image: url(/assets/icons/alert-grey-215e6475092e206bbd75edf9fb90895f3452f2ddabac75d076aa2c3501f2876b.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top 2px left;
  padding-left: 17px;
  color: #a9a9a9;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .preorder_text {
    margin-top: 5px;
  }
}

#addon_modal .preorder_text {
  display: inline-block;
  background-position: top 4px left;
  background-size: 15px;
  padding-left: 21px;
  margin-top: 15px;
  margin-bottom: 3px;
}

@-webkit-keyframes outLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50vh);
            transform: translateX(-50vh);
  }
  100% {
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
  }
}

@keyframes outLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50vh);
            transform: translateX(-50vh);
  }
  100% {
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
  }
}
@-webkit-keyframes outRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50vh);
            transform: translateX(50vh);
    display: none;
  }
  100% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
    display: none;
  }
}
@keyframes outRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50vh);
            transform: translateX(50vh);
    display: none;
  }
  100% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
    display: none;
  }
}
@-webkit-keyframes inLeft {
  from {
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes inLeft {
  from {
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes inRight {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
  50% {
    -webkit-transform: translateX(50vh);
            transform: translateX(50vh);
    display: -webkit-box;
    display: flex;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: flex;
  }
}
@keyframes inRight {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
  50% {
    -webkit-transform: translateX(50vh);
            transform: translateX(50vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#pilot_vs_mosh {
  background-color: #f5f5ea;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  #pilot_vs_mosh .only_sm {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #pilot_vs_mosh .only_md {
    display: none !important;
  }
}
#pilot_vs_mosh section {
  overflow-x: hidden;
}
#pilot_vs_mosh .header_compact {
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
#pilot_vs_mosh .header_compact .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  #pilot_vs_mosh .header_compact .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh .header_compact .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #pilot_vs_mosh .header_compact .container-fluid .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#pilot_vs_mosh .header_compact .container-fluid img {
  max-height: 30px;
  width: auto;
}
@media (min-width: 992px) {
  #pilot_vs_mosh .header_compact .container-fluid img {
    max-height: 41px;
  }
}
#pilot_vs_mosh .header_compact .container-fluid .cta_only_sm {
  display: inline-block;
}
@media (min-width: 768px) {
  #pilot_vs_mosh .header_compact .container-fluid .cta_only_sm {
    display: none;
  }
}
#pilot_vs_mosh .header_compact .container-fluid .btn_style_3_wrp {
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
}
#pilot_vs_mosh .header_compact .container-fluid .btn_style_3_wrp .btn_style_3 {
  font-size: 10px;
  line-height: 16px;
  padding: 5px 11.5px;
}
@media (min-width: 768px) {
  #pilot_vs_mosh .header_compact .container-fluid .btn_style_3_wrp .btn_style_3 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh .header_compact .container-fluid .btn_style_3_wrp .btn_style_3 {
    padding: 15px 40px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section {
  padding-bottom: 28px;
  padding-top: 0;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_hero_section {
    background-image: url(/assets/hair/pilot_vs_mosh/hero-image-510fc264e9d80128e95807faa016de4e121b428dc20543d483d229d46127fa9c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 61px;
    padding-bottom: 84px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section img {
  max-width: 100%;
  height: 228px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section h2 {
  font-size: 32px;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: -54px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 50px);
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section h2 span {
  display: inline;
  background-color: #d3e7ca;
  word-wrap: break-word;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_hero_section h2 {
    font-size: 56px;
    line-height: 66px;
    margin-top: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: inline;
    background-color: #d3e7ca;
    max-width: 100%;
  }
  #pilot_vs_mosh #pilot_vs_mosh_hero_section h2 span {
    padding: 10px 20px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section p {
  margin-top: 22px;
  margin-bottom: 0;
  color: #003d3b;
  font-size: 14px;
  line-height: 22px;
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section p.btn_style_3_wrp {
  margin-top: 31px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_hero_section p {
    color: #ebebd4;
    font-size: 22px;
    line-height: 32px;
    max-width: 40%;
    margin-top: 30px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_hero_section .hero_content {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_hero_section .hero_content {
    display: block;
  }
}
#pilot_vs_mosh #mosh_features_with_icon {
  padding-bottom: 25px;
  padding-top: 27px;
}
#pilot_vs_mosh #mosh_features_with_icon .container_fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_features_with_icon .container_fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
#pilot_vs_mosh #mosh_features_with_icon .single_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 0;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_features_with_icon .single_feature {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    padding-right: 15px;
  }
}
#pilot_vs_mosh #mosh_features_with_icon .single_feature img {
  margin-bottom: 21px;
  max-height: 69px;
  height: 69px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_features_with_icon .single_feature img {
    margin-bottom: 14px;
    max-height: 100px;
    height: 100px;
  }
}
#pilot_vs_mosh #mosh_features_with_icon .single_feature p {
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_features_with_icon .single_feature p {
    font-size: 18px;
    line-height: 24px;
  }
}
#pilot_vs_mosh #mosh_features_with_icon .mosh_trustpilot_reviews {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0px;
  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;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_features_with_icon .mosh_trustpilot_reviews {
    margin-top: 18px;
    font-size: 16px;
  }
}
#pilot_vs_mosh #mosh_features_with_icon .mosh_trustpilot_reviews a {
  text-decoration: none;
}
#pilot_vs_mosh #mosh_features_with_icon .mosh_trustpilot_reviews a:hover {
  text-decoration: underline;
}
#pilot_vs_mosh #mosh_features_with_icon .mosh_trustpilot_reviews img {
  margin-left: 4px;
}
#pilot_vs_mosh #as_seen_in {
  max-height: 92px;
}
#pilot_vs_mosh #as_seen_in .as_seen_in_carousel .carousel-cell {
  max-width: 70%;
}
#pilot_vs_mosh #as_seen_in .as_seen_in_carousel img {
  max-height: 50px;
  width: auto;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: opacity ease 100ms;
  transition: opacity ease 100ms;
  max-width: 100%;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #as_seen_in .as_seen_in_carousel img {
    margin: 0 55px;
  }
}
#pilot_vs_mosh #but_why_mosh {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#pilot_vs_mosh #but_why_mosh .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
#pilot_vs_mosh #but_why_mosh h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
  }
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .pilot {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform ease 100ms;
  transition: -webkit-transform ease 100ms;
  transition: transform ease 100ms;
  transition: transform ease 100ms, -webkit-transform ease 100ms;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .pilot.animateOut {
  -webkit-animation-name: outLeft;
          animation-name: outLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .pilot.animateIn {
  -webkit-animation-name: inLeft;
          animation-name: inLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  z-index: 999;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .pilot.off {
  display: none !important;
  -webkit-transform: translateX(-100vh);
          transform: translateX(-100vh);
}
@media (max-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .onsite-clinic {
    -webkit-transition: -webkit-transform ease 100ms;
    transition: -webkit-transform ease 100ms;
    transition: transform ease 100ms;
    transition: transform ease 100ms, -webkit-transform ease 100ms;
  }
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .onsite-clinic.animateIn {
    -webkit-animation-name: inRight;
            animation-name: inRight;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .onsite-clinic.animateOut {
    -webkit-animation-name: outRight;
            animation-name: outRight;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .onsite-clinic.hide_col {
    display: none !important;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .onsite-clinic.off {
    display: none !important;
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .tooltip_icon {
  position: absolute;
  top: 0;
  right: 0;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp #approved_modal {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  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;
  padding: 40px;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp #approved_modal .modal_content {
  padding: 12px 39px 12px 12px;
  background-color: #003d3b;
  border-radius: 12px;
  position: relative;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp #approved_modal .modal_content .close_approved_modal {
  position: absolute;
  top: 16px;
  right: 16px;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp #approved_modal .modal_content p {
  font-size: 13px;
  line-height: 18px;
  color: #ebebd4;
  text-align: left;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp #approved_modal.show {
  opacity: 1;
  z-index: 99;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .col-green {
  background: #d3e7ca;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .col-light-green {
    background: #ebebd4;
  }
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .approved_title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .approved_subtext {
  font-size: 10px;
  line-height: 14px;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .price_subtext {
  margin-top: 6px;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col {
  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;
  border-bottom: 1px solid #003d3b;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 10px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col {
    font-size: 16px;
    line-height: 20px;
    padding: 26px 13px;
  }
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col:not(.lg) {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col img {
  margin-bottom: 3px;
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col a {
  font-size: 12px;
  line-height: 16px;
  font-family: "MaisonNeue-Demi";
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col.first_col {
  font-size: 12px;
  line-height: 16px;
  font-family: "MaisonNeue-Demi";
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row .col.first_col {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
  }
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row.title-row .col {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row.title-row .col {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row.title-row .col:first-of-type {
    border-bottom: none;
  }
}
#pilot_vs_mosh #but_why_mosh .comparison_table_wrp .row.title-row .col img {
  height: 32px;
  max-width: 100%;
  margin-bottom: 0;
}
#pilot_vs_mosh #but_why_mosh .view_more_table_rows {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 12px;
  -webkit-transition: background-color ease 100ms;
  transition: background-color ease 100ms;
  background-color: transparent;
  font-size: 13px;
  line-height: 16px;
}
#pilot_vs_mosh #but_why_mosh .view_more_table_rows:hover {
  background-color: #d3e7ca;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .view_more_table_rows {
    font-size: 18px;
    line-height: 27px;
  }
}
#pilot_vs_mosh #but_why_mosh .view_more_table_rows img {
  max-height: 6px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .view_more_table_rows img {
    max-height: 10px;
    margin-left: 14px;
  }
}
#pilot_vs_mosh #but_why_mosh .view_more_table_rows.collapsed img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#pilot_vs_mosh #but_why_mosh .comaprison_footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pilot_vs_mosh #but_why_mosh .comaprison_footer .btn_style_3_wrp {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #but_why_mosh .comaprison_footer .btn_style_3_wrp {
    margin-top: 56px;
    margin-bottom: 36px;
  }
}
#pilot_vs_mosh #but_why_mosh .comaprison_footer .btn_style_3_wrp + p {
  font-size: 12px;
  line-height: 14px;
}
#pilot_vs_mosh #but_why_mosh #pilot_onsite_switch {
  display: none;
}
#pilot_vs_mosh #but_why_mosh #pilot_onsite_switch label[for=pilot_onsite_switch] span.on {
  color: #ebebd4;
}
#pilot_vs_mosh #but_why_mosh #pilot_onsite_switch label[for=pilot_onsite_switch] span.off {
  color: rgba(0, 61, 59, 0.5);
}
#pilot_vs_mosh #but_why_mosh #pilot_onsite_switch:checked + .pilot_onsite_switch label[for=pilot_onsite_switch]:before {
  left: 50%;
}
#pilot_vs_mosh #but_why_mosh #pilot_onsite_switch:checked + .pilot_onsite_switch label[for=pilot_onsite_switch] span.on {
  color: rgba(0, 61, 59, 0.5);
}
#pilot_vs_mosh #but_why_mosh #pilot_onsite_switch:checked + .pilot_onsite_switch label[for=pilot_onsite_switch] span.off {
  color: #ebebd4;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 280px;
  height: 35px;
  border-radius: 65px;
  overflow: hidden;
  background-color: #d3e7ca;
  margin-bottom: 40px;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox label span.on,
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox label span.off {
  position: absolute;
  top: 0;
  width: 50%;
  line-height: 1.4;
  font-size: 12px;
  height: 35px;
  padding: 9px 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: "MaisonNeue-Demi";
  -webkit-transition: color ease 100ms;
  transition: color ease 100ms;
  letter-spacing: 1px;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox span.on {
  color: #ebebd4;
  right: inherit;
  left: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox span.off {
  right: 0;
  color: rgba(0, 61, 59, 0.5);
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox input {
  display: none;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch label {
  position: relative;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox label:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 50%;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  background: #003d3b; /* W3C */
  border-radius: 65px;
}
#pilot_vs_mosh #but_why_mosh .pilot_onsite_switch .switchbox input:checked + label:before {
  left: 50%;
}
#pilot_vs_mosh #why_mosh_over_pilot {
  padding-top: 40px;
  padding-bottom: 52px;
}
#pilot_vs_mosh #why_mosh_over_pilot .flickity-page-dots {
  margin-top: 25px;
  position: relative;
  bottom: unset;
}
#pilot_vs_mosh #why_mosh_over_pilot .flickity-page-dots .dot {
  width: 10px !important;
  height: 10px !important;
  background-color: #003d3b;
  opacity: 0.4 !important;
}
#pilot_vs_mosh #why_mosh_over_pilot .flickity-page-dots .dot.is-selected {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
#pilot_vs_mosh #why_mosh_over_pilot .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#pilot_vs_mosh #why_mosh_over_pilot h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
    max-width: 100%;
  }
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason {
  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;
  padding-right: 0;
  max-width: 80%;
  margin-left: 6px;
  margin-right: 6px;
  min-height: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot .single_reason {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot .single_reason {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: unset;
  }
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content {
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content p .text_invert {
  color: #82c780;
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content .content_title {
  margin-bottom: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content .content_title {
    line-height: 22px;
  }
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content .content_desc,
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content ul,
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content a {
  font-size: 14px;
  line-height: 22px;
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content .reason_cta {
  margin-top: auto;
  color: #82c780;
  font-family: "MaisonNeue-Demi";
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content .reason_cta:hover {
  color: #003d3b;
  text-decoration: underline;
}
#pilot_vs_mosh #why_mosh_over_pilot .single_reason .reason_content ul {
  padding-left: 14px;
}
#pilot_vs_mosh #why_mosh_over_pilot .cta_wrp {
  margin-top: 25px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #why_mosh_over_pilot .cta_wrp {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews {
  padding-bottom: 5px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews {
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews .review_text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 1px;
}
#pilot_vs_mosh #pilot_vs_mosh_reviews .reviewer_image {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-top: 0;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews .reviewer_image {
    margin-top: 20px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews .reviewer_name {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.19em;
}
#pilot_vs_mosh #pilot_vs_mosh_reviews .reviews_rounded_card {
  padding: 24px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews .reviews_rounded_card {
    padding: 35px !important;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews .reviewer_card_bottom {
  margin-top: auto;
}
#pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel {
  margin-top: 16px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel {
    margin-top: 60px;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: height ease 200ms;
  transition: height ease 200ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  height: 365px;
}
@media (max-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel.is-selected {
    -webkit-transform: scale(1);
            transform: scale(1);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    max-width: 60%;
  }
}
@media (min-width: 500px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    width: 60%;
  }
}
@media (min-width: 768px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    width: 42%;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    width: 36%;
  }
}
@media (min-width: 1300px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    width: 23%;
  }
}
@media (min-width: 2000px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    width: 23%;
  }
}
#pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .reviews_rounded_card {
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 61, 59, 0.25);
          box-shadow: 0px 0px 16px rgba(0, 61, 59, 0.25);
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .reviews_rounded_card {
    padding-bottom: 80px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #pilot_vs_mosh #pilot_vs_mosh_reviews #pilot_vs_mosh_reviews_carousel .pilot_vs_mosh_reviews_carousel .reviews_rounded_card {
    margin-left: 20px !important;
  }
}
#pilot_vs_mosh #how_it_works {
  padding-top: 40px;
  padding-bottom: 62px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#pilot_vs_mosh #how_it_works h3 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works h3 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment#step_2,
  #pilot_vs_mosh #how_it_works .how_it_works_segment#step_3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works #step_2 p,
  #pilot_vs_mosh #how_it_works #step_2 h4 {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works #pilot_vs_mosh #how_it_works .how_it_works_steps h4 {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works #step_3 h4 {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  #pilot_vs_mosh #how_it_works .how_it_works_header_2 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment#step_1 {
    margin-top: 0;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_header_2 p {
  font-size: 16px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_header_2 p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_header_2 p {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works #step_3 {
    margin-top: 16px;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_text {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #pilot_vs_mosh #how_it_works .how_it_works_text {
    margin-left: auto;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_segment {
  padding-top: 36px;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pilot_vs_mosh #how_it_works .how_it_works_segment > .how_it_works_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pilot_vs_mosh #how_it_works .how_it_works_segment > .how_it_works_text .how_it_works_steps {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0;
  }
  #pilot_vs_mosh #how_it_works .how_it_works_segment > .how_it_works_text .how_it_works_steps + p {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment#step_1 {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment#step_2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_segment#step_3 {
    padding-left: 60px;
  }
}
#pilot_vs_mosh #how_it_works #pilot_vs_mosh #how_it_works #step_2 p,
#pilot_vs_mosh #how_it_works #pilot_vs_mosh #how_it_works #step_2 h4 {
  text-align: left;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works #step_2 {
    margin-top: 48px;
  }
}
#pilot_vs_mosh #how_it_works .number {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .number {
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 17px;
  }
}
#pilot_vs_mosh #how_it_works .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .scroller_card {
    padding-left: 0;
    padding-right: 0;
  }
}
#pilot_vs_mosh #how_it_works.light-sand {
  background-color: #f5f5ea;
}
@media (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_feature_wrp {
    display: none !important;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_steps {
  max-width: 100%;
}
@media (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_steps h4 {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_steps h4 {
    margin-left: 0;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_steps + p {
  font-size: 14px;
}
@media (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_steps + p {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_steps + p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  #pilot_vs_mosh #how_it_works #step_2 .how_it_works_icon {
    right: -115px;
  }
  #pilot_vs_mosh #how_it_works #step_3 .how_it_works_icon {
    bottom: -275px;
  }
  #pilot_vs_mosh #how_it_works #step_1 .how_it_works_arrow {
    bottom: 110px;
    right: -100px;
  }
  #pilot_vs_mosh #how_it_works #step_3 .how_it_works_arrow {
    left: -90px;
    top: 50px;
  }
}
#pilot_vs_mosh #how_it_works #step_1 .how_it_works_arrow {
  background-image: url(/assets/hair/pilot_vs_mosh/mosh_promise/arrow-1-2-b09a50893c3bf1f334b86337ce93d89e055737717a27f282683646ed18223513.svg);
}
#pilot_vs_mosh #how_it_works #step_3 .how_it_works_arrow {
  background-image: url(/assets/hair/pilot_vs_mosh/mosh_promise/arrow-2-3-aba5204b126a07ce34f92a069b76d26235c5822d9ca038f87e332794534635f3.svg);
}
#pilot_vs_mosh #how_it_works .how_it_works_feature_wrp {
  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;
  margin-top: 22px;
}
@media (min-width: 768px) and (max-width: 1190px) {
  #pilot_vs_mosh #how_it_works .how_it_works_feature_wrp.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pilot_vs_mosh #how_it_works .how_it_works_feature_wrp.wrap .how_it_works_single_feature:last-of-type:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .how_it_works_feature_wrp.flex_end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #pilot_vs_mosh #how_it_works .how_it_works_feature_wrp.flex_start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#pilot_vs_mosh #how_it_works .how_it_works_feature_wrp .how_it_works_single_feature {
  padding: 6px 25px 6px 12px;
  background: #d3e7ca;
  text-align: left;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pilot_vs_mosh #how_it_works .how_it_works_feature_wrp .how_it_works_single_feature:last-of-type:not(:first-of-type) {
  margin-left: 10px;
}
#pilot_vs_mosh #how_it_works .how_it_works_feature_wrp .how_it_works_single_feature img {
  margin-right: 10px;
}
#pilot_vs_mosh #how_it_works .how_it_works_feature_wrp .how_it_works_single_feature > .feature_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pilot_vs_mosh #how_it_works .how_it_works_feature_wrp .how_it_works_single_feature p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #pilot_vs_mosh #how_it_works .btn_style_3_wrp {
    margin-top: 40px;
  }
}
#pilot_vs_mosh #get_thicker {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #pilot_vs_mosh #get_thicker {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#pilot_vs_mosh #get_thicker h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #get_thicker h3 {
    margin-bottom: 32px;
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }
}
#pilot_vs_mosh #get_thicker .cta_wrp {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #get_thicker .cta_wrp {
    padding-left: 0;
    padding-right: 0;
  }
}
#pilot_vs_mosh #get_thicker .left_image_col {
  padding-right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 52px;
}
@media (min-width: 768px) {
  #pilot_vs_mosh #get_thicker .left_image_col {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #get_thicker .left_image_col {
    padding-right: 64px;
  }
}
#pilot_vs_mosh #get_thicker .left_image_col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#pilot_vs_mosh #get_thicker .col,
#pilot_vs_mosh #get_thicker .get_thinker_cta_content,
#pilot_vs_mosh #get_thicker .left_image_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #get_thicker .col,
  #pilot_vs_mosh #get_thicker .get_thinker_cta_content,
  #pilot_vs_mosh #get_thicker .left_image_col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#pilot_vs_mosh #mosh_promise {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#pilot_vs_mosh #mosh_promise .right_col {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  #pilot_vs_mosh #mosh_promise .right_col {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 25px;
  }
}
#pilot_vs_mosh #mosh_promise .promise_view_more {
  display: block;
}
#pilot_vs_mosh #mosh_promise .promise_view_more.collapsed {
  padding-top: 0 !important;
}
#pilot_vs_mosh #mosh_promise h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
#pilot_vs_mosh #mosh_promise .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}
#pilot_vs_mosh #mosh_promise .container-fluid > .row {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  #pilot_vs_mosh #mosh_promise .container-fluid > .row:not(.row_2) {
    margin-bottom: 80px;
  }
}
#pilot_vs_mosh #mosh_promise .container-fluid .row_2 > div:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise .container-fluid .row_2 > div:first-of-type {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
#pilot_vs_mosh #mosh_promise .container-fluid .row_2 .right_col {
  padding-left: 25px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise .container-fluid .row_2 .right_col {
    padding-left: 40px;
  }
}
#pilot_vs_mosh #mosh_promise .container-fluid .row_2 .row_img {
  margin-top: 36px;
}
@media (min-width: 768px) {
  #pilot_vs_mosh #mosh_promise .container-fluid .row_2 .row_img {
    margin-top: 0;
  }
}
#pilot_vs_mosh #mosh_promise .left_col {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise .left_col {
    padding-right: 40px;
  }
}
#pilot_vs_mosh #mosh_promise .left_col a[data-toggle=collapse] {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise .left_col a[data-toggle=collapse] {
    font-size: 18px;
  }
}
#pilot_vs_mosh #mosh_promise .text_img {
  margin-bottom: 14px;
  display: none;
  max-height: 73px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise .text_img {
    display: block;
  }
}
#pilot_vs_mosh #mosh_promise .row_img {
  border-radius: 20px;
  height: auto;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#pilot_vs_mosh #mosh_promise p {
  font-size: 16px;
  line-height: 24px;
}
#pilot_vs_mosh #mosh_promise .accordion {
  margin-top: 6px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_promise .accordion {
    margin-top: 16px;
  }
}
#pilot_vs_mosh #mosh_promise .accordion .single_item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #003d3b;
}
#pilot_vs_mosh #mosh_promise .accordion .single_item > a {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  padding-right: 18px;
}
#pilot_vs_mosh #mosh_promise .accordion .single_item > a .expand {
  position: absolute;
  right: 0;
  font-size: 16px;
  -webkit-transition: -webkit-transform ease 100ms;
  transition: -webkit-transform ease 100ms;
  transition: transform ease 100ms;
  transition: transform ease 100ms, -webkit-transform ease 100ms;
  top: 50%;
  width: 10px;
  height: 10px;
  background-image: url(/assets/icons/expand-a6b316c14f6f5ca56ea0c958fc3c41c46cf876b782014df36d6ff804b3db5321.svg);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#pilot_vs_mosh #mosh_promise .accordion .single_item > a.collapsed .expand {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#pilot_vs_mosh #mosh_results {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_results {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#pilot_vs_mosh #mosh_results .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
#pilot_vs_mosh #mosh_results h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) and (max-width: 1190px) {
  #pilot_vs_mosh #mosh_results h3 br {
    display: none;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_results h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
#pilot_vs_mosh #mosh_results p {
  font-size: 16px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_results p {
    font-size: 18px;
  }
}
#pilot_vs_mosh #mosh_results .left_col {
  position: relative;
  z-index: 2;
  background-color: #003d3b;
  padding-right: 49px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_results .left_col {
    margin-bottom: 0;
  }
}
#pilot_vs_mosh #mosh_results .left_col:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #003d3b;
  display: block;
}
#pilot_vs_mosh #mosh_results .left_col + .col.results_slider-wrap {
  position: relative;
  min-height: 20rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #pilot_vs_mosh #mosh_results .left_col + .col.results_slider-wrap {
    min-height: 22rem;
  }
}
#pilot_vs_mosh #mosh_results .fineprint {
  color: #fff;
  opacity: 1;
  padding-top: 8px;
  font-size: 8px;
  line-height: 12px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh #mosh_results .fineprint {
    font-size: 12px;
    line-height: 16px;
    padding-top: 16px;
  }
}
#pilot_vs_mosh #mosh_results .results_slider {
  margin-top: 24px;
  min-height: 20rem;
  position: absolute;
  left: 0;
  width: 200%;
}
@media (min-width: 768px) {
  #pilot_vs_mosh #mosh_results .results_slider {
    margin-top: 0;
  }
}
#pilot_vs_mosh #mosh_results .results_slider .flickity-viewport {
  overflow: visible;
}
#pilot_vs_mosh #mosh_results .results_slider img {
  margin-right: 24px;
  border-radius: 12px;
  max-height: 320px;
  width: auto;
  width: 100%;
}
#pilot_vs_mosh #mosh_results .results_slider .time_ago {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 16px;
  color: #003d3b;
  background-color: #82c780;
  border-top-right-radius: 12px;
}
#pilot_vs_mosh #mosh_results .results_slider .results_image {
  width: 25rem;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  #pilot_vs_mosh #mosh_results .results_slider .results_image {
    margin-right: 16px;
  }
}
#pilot_vs_mosh #mosh_results .results_slider .results_image:after {
  content: "";
  background-image: url(/assets/hair/pilot_vs_mosh/results/after-mosh-ceaf693bb436c3a25f8067d2e4612dea8c95ce6e16b4b5d48a41a588914ad9e2.png);
  width: 67px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 24px;
  right: 41px;
}
#pilot_vs_mosh #mosh_results .results_slider_nav {
  position: absolute;
  bottom: 2px;
  right: 49px;
}
#pilot_vs_mosh #mosh_results .results_slider_nav_mob {
  position: relative;
  margin-top: 28px;
  text-align: center;
  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;
}
#pilot_vs_mosh #mosh_results .results_slider_nav_mob img {
  max-width: 8px;
}
#pilot_vs_mosh #mosh_results .results_slider_nav_mob .count {
  margin: 0 26px;
  font-size: 12px;
  line-height: 22px;
  opacity: 0.5;
}
#pilot_vs_mosh #mosh_results .results_slider_nav img {
  height: 22px;
  width: auto;
  cursor: pointer;
}
#pilot_vs_mosh #mosh_results .results_slider_nav img:first-of-type {
  margin-right: 42px;
}
#pilot_vs_mosh .footer_compact {
  padding: 16px 18px;
}
#pilot_vs_mosh .footer_compact .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
}
#pilot_vs_mosh .footer_compact .col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  #pilot_vs_mosh .footer_compact .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #pilot_vs_mosh .footer_compact .col:last-of-type {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
@media (min-width: 992px) {
  #pilot_vs_mosh .footer_compact .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#pilot_vs_mosh .footer_compact p,
#pilot_vs_mosh .footer_compact a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
#pilot_vs_mosh .footer_compact a:first-of-type {
  margin-right: 16px;
}
#pilot_vs_mosh .btn_style_3_wrp {
  display: inline-block;
  position: relative;
  max-width: 300px;
}
#pilot_vs_mosh .btn_style_3_wrp :not(.btn_no_shadow) {
  margin-top: 10px;
}
@media (max-width: 992px) {
  #pilot_vs_mosh .btn_style_3_wrp {
    width: calc(100% - 16px);
    margin-right: 25px;
  }
}
#pilot_vs_mosh .btn_style_3_wrp:not(.btn_no_shadow):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(12px, 12px);
          transform: translate(12px, 12px);
  background: #fff;
  border: 1px solid #003d3b;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#pilot_vs_mosh .btn_style_3_wrp:not(.btn_no_shadow):hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media (max-width: 992px) {
  #pilot_vs_mosh .btn_style_3_wrp .btn_primary {
    width: 100%;
  }
}
#pilot_vs_mosh .btn_style_3_wrp .btn_primary.btn_style_3 {
  margin-top: 0;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  #pilot_vs_mosh .btn_style_3_wrp .btn_primary.btn_style_3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.with-subtitle .col-8 {
  height: 40px;
}
.with-subtitle p {
  font-weight: 400;
  font-size: 12px;
  font-family: "MaisonNeue-Book";
}

.no-subtitle .col-8 {
  height: 40px;
}

.address-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.address-headers * {
  margin-top: 30px !important;
}
.address-headers .enter-manually {
  color: #414CB4;
  font-size: 14px;
  cursor: pointer;
}

.user_address-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user_address-headers .enter-manually {
  color: #414CB4;
  font-size: 14px;
  cursor: pointer;
}

#user_address_search {
  margin: 0;
  padding: 1rem 2.5rem;
  min-height: auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center left 10px;
  background-image: url(/assets/icons/search-grey-584dbe5cc5e3304e7b1ed8d20617402b8d2da745ffb1812e1649df8d94bbbd6f.svg);
}

#panel_checkout #apple-pay-button, #panel_checkout #gpay-button, #panel_checkout #paypal_btn, #panel_checkout #afterpay_btn, #plan_confirm #apple-pay-button, #plan_confirm #gpay-button, #plan_confirm #paypal_btn, #plan_confirm #afterpay_btn {
  margin-bottom: 15px;
  min-height: unset !important;
}
#panel_checkout #paypal_btn, #plan_confirm #paypal_btn {
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal_btn-83dbff890c0985ee5bd18511c1bbba05e79983baa02e911a68dccb61fc6a5012.svg);
  color: black !important;
}
#panel_checkout #afterpay_btn, #plan_confirm #afterpay_btn {
  background-color: black;
  background-image: url(/assets/illustrations/afterpay-checkout-5ae38258c525a6545be0126a27b3fa91e81c27981162f948251861c00df991b5.png) !important;
  background-size: clamp(200px, 70%, 15rem);
}
#panel_checkout #paypal_btn, #panel_checkout #afterpay_btn, #panel_checkout #apple-pay-button, #panel_checkout #apple_pay_btn_display, #panel_checkout #google_pay_btn_display, #panel_checkout #gpay-button, #plan_confirm #paypal_btn, #plan_confirm #afterpay_btn, #plan_confirm #apple-pay-button, #plan_confirm #apple_pay_btn_display, #plan_confirm #google_pay_btn_display, #plan_confirm #gpay-button {
  height: 60px;
  background-size: 300px;
  background-position: center !important;
  background-repeat: no-repeat;
  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;
  padding: 0;
}
#panel_checkout .payment-btn-group, #plan_confirm .payment-btn-group {
  font-size: 15px;
  line-height: 17px;
}
@media (min-width: 768px) {
  #panel_checkout .payment-btn-group, #plan_confirm .payment-btn-group {
    font-size: 17px;
    line-height: 19px;
  }
}
#panel_checkout #apple-pay-button, #panel_checkout #apple_pay_btn_display, #panel_checkout #google_pay_btn_display, #panel_checkout #gpay-button, #plan_confirm #apple-pay-button, #plan_confirm #apple_pay_btn_display, #plan_confirm #google_pay_btn_display, #plan_confirm #gpay-button {
  background-image: url(/assets/button-loading-a1f9845ec109c41a2cf23886c535b86d9b72f8ea39c17c5d1ba5cd31af7cff8c.gif);
  background-size: 100px !important;
  background-color: black;
}

@-webkit-keyframes blink {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}

@keyframes blink {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
    background: var(--border-bg);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
    background: var(--border-bg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    background: var(--border-bg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    background: var(--border-bg);
    opacity: 0;
  }
}
@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
    background: var(--border-bg);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
    background: var(--border-bg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    background: var(--border-bg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    background: var(--border-bg);
    opacity: 0;
  }
}
.rotating-border {
  --border-radius: 8px;
  --border-size: 2px;
  --border-bg: linear-gradient(rgba(130, 199, 128, 1),rgba(130, 199, 128, 1),rgba(130, 199, 128, 1), rgba(130, 199, 128, 0), rgba(235, 235, 212, 1), rgba(235, 235, 212, 1),rgba(235, 235, 212, 1));
  position: relative;
  overflow: hidden;
  font-size: 2rem;
  padding: calc(8px + var(--border-size)) calc(16px + var(--border-size));
  border-radius: var(--border-radius);
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rotating-border {
    padding: calc(8px + var(--border-size)) calc(10px + var(--border-size));
  }
}
.rotating-border::before {
  content: "";
  display: block;
  width: 141.421356237%;
  padding-bottom: 141.421356237%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -2;
  -webkit-animation: spin 3s linear;
          animation: spin 3s linear;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  opacity: 0.3;
}
.rotating-border--reverse::before {
  animation-direction: reverse;
}
.rotating-border::after {
  content: "";
  position: absolute;
  inset: var(--border-size);
  background: white;
  z-index: -1;
  border-radius: calc(var(--border-radius) - var(--border-size));
}

:root {
  --animate-duration: 500ms;
  --animate-delay: 0;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes slideInDown {
  0% {
    max-height: 0;
    visibility: visible;
  }
}
@keyframes slideInDown {
  0% {
    max-height: 0;
    visibility: visible;
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideOutUp {
  to {
    max-height: 0;
  }
}
@keyframes slideOutUp {
  to {
    max-height: 0;
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes mosh-benefits-infinite-auto-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-704px);
            transform: translateX(-704px); /* single slider width (including margin) * number of slides * direction - _mosh_benefits.scss - ln 32 */
  }
}

@keyframes mosh-benefits-infinite-auto-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-704px);
            transform: translateX(-704px); /* single slider width (including margin) * number of slides * direction - _mosh_benefits.scss - ln 32 */
  }
}
@-webkit-keyframes nudge {
  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes nudge {
  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes lazyLoading {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -100% 0px;
  }
}
@keyframes lazyLoading {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -100% 0px;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mobile-screen-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14rem);
            transform: translateY(-14rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mobile-screen-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14rem);
            transform: translateY(-14rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pop-back-to-top {
  70% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  85% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes pop-back-to-top {
  70% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  85% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

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

.pointer-events-none {
  pointer-events: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.text-transparent {
  color: transparent !important;
}

.visibility-hidden {
  visibility: hidden;
}

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

.overflow-hidden {
  overflow: hidden;
}

.prevent-ios-focus-scrolling {
  position: fixed;
  left: 0;
  right: 0;
}

@font-face {
  font-family: "Clearface-Bold";
  src: url(/assets/ClearfaceITCPro-Bold-5bb5b0d823351917c5d0299fc3661f06615da4286371d1df0a9a4efa87ea7610.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue-Book";
  src: url(/assets/MaisonNeue-Book-f0a3f3dc6c4fb5fd12830acf9620a26f04f6d7ad406e3650c92a9cf519a3fc3b.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue-Demi";
  src: url(/assets/MaisonNeue-Demi-e1f4c5c371d1eb29cd0509eed5b3c2788f3682c987ca98f53f49d9c29e83f620.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue-Bold";
  src: url(/assets/MaisonNeue-Bold-a2d3bb710bb4edb279a38ebd2f1a894913e25867a90d502985b7a2f3a30552e8.otf);
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeueMono-Bold";
  src: url(/assets/MaisonNeueMono-Bold-e64c5020c310a89fb1248f169dcae99811d91966da1f5d6b5da0a277efbbacd7.otf);
  font-display: swap;
}
html,
body {
  font-family: "MaisonNeue-Book";
  font-size: 16px;
  line-height: 1.5;
  color: #003d3b;
  background-color: white;
}

/*FONTS*/
.small,
small {
  font-size: 16px;
}

.xsmall,
.small_print {
  font-size: 14px;
}

h5.small {
  font-size: 12px;
}

.big,
.reg {
  font-size: 18px;
}

.big {
  font-size: 1.15em;
}

.xlarge {
  font-size: 24px;
}
@media (min-width: 768px) {
  .xlarge {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .xlarge {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .big {
    font-size: 1.2em;
  }
  .xsmall {
    font-size: 16px;
  }
}
p {
  margin-bottom: 1rem;
}

p:last-of-type {
  margin-bottom: 0;
}

.underline-text,
.underline_text {
  text-decoration: underline !important;
}

b,
strong,
h5,
.btn,
input[type=submit] {
  font-family: "MaisonNeue-Demi";
}

b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h6,
.h1,
.h2,
.h3,
.h4,
.h6 {
  font-family: "Clearface-Bold";
  color: #003d3b;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h1,
h2,
.h1,
.h2 {
  font-size: 40px;
}

.hero h1,
.hero .h1 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 26px;
}

h6 {
  font-size: 18px;
}

h5,
.btn,
input[type=submit],
input[type=button] {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 28px;
  }
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .hero h1,
  .hero .h1 {
    font-size: 100px;
  }
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  .blurb h3 {
    font-size: 60px;
  }
  .headerbar h4 {
    font-size: 38px;
  }
}
.checkout_subheading {
  margin-top: 35px;
  margin-bottom: 5px;
}

.checkout_subheading h5 {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer !important;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h5.underline {
  border-bottom: 2px solid #82c780;
  display: inline-block;
}

h5.underline,
h5.bb {
  padding-bottom: 3px;
}

.text-reg {
  font-size: 14px;
  line-height: 22px;
}

.text-h2 {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .text-h2 {
    font-size: 60px;
    line-height: 65px;
  }
}

.text-h3 {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .text-h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

.text-h5 {
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .text-h5 {
    font-size: 17px;
    line-height: 19px;
  }
}

.existingcard {
  padding-right: 13px;
}

.color-darkgreen {
  color: #003d3b;
}
.color-green {
  color: #82c780;
}
.color-green_50 {
  color: #badcb9;
}
.color-green_med {
  color: #bbdeb6;
}
.color-green_light {
  color: #daeed9;
}
.color-green_xlight {
  color: #e7f3e6;
}
.color-orange {
  color: #c54801;
}
.color-sand {
  color: #ebebd4;
}
.color-sand_light {
  color: #f9f9f2;
}
.color-sand_xlight {
  color: #f9f9f3;
}
.color-blue {
  color: #7ae5e5;
}
.color-purple {
  color: #8c368f;
}
.color-yellow {
  color: #fff07d;
}
.color-white {
  color: #fff;
}
.color-green_pale {
  color: #deeddb;
}
.color-grey {
  color: #BBBCBF;
}
.color-grey100 {
  color: #F6F6F6;
}
.color-grey200 {
  color: #e2e2e2;
}
.color-grey300 {
  color: #CBCBCB;
}
.color-grey400 {
  color: #6B6B6B;
}
.color-livegreen {
  color: #69C97C;
}
.color-lightsand {
  color: #F9F9F2;
}
.color-gray400 {
  color: #6B6B6B;
}
.color-darkgreen-important {
  color: #003d3b !important;
}
.color-green-important {
  color: #82c780 !important;
}
.color-green_50-important {
  color: #badcb9 !important;
}
.color-green_med-important {
  color: #bbdeb6 !important;
}
.color-green_light-important {
  color: #daeed9 !important;
}
.color-green_xlight-important {
  color: #e7f3e6 !important;
}
.color-orange-important {
  color: #c54801 !important;
}
.color-sand-important {
  color: #ebebd4 !important;
}
.color-sand_light-important {
  color: #f9f9f2 !important;
}
.color-sand_xlight-important {
  color: #f9f9f3 !important;
}
.color-blue-important {
  color: #7ae5e5 !important;
}
.color-purple-important {
  color: #8c368f !important;
}
.color-yellow-important {
  color: #fff07d !important;
}
.color-white-important {
  color: #fff !important;
}
.color-green_pale-important {
  color: #deeddb !important;
}
.color-grey-important {
  color: #BBBCBF !important;
}
.color-grey100-important {
  color: #F6F6F6 !important;
}
.color-grey200-important {
  color: #e2e2e2 !important;
}
.color-grey300-important {
  color: #CBCBCB !important;
}
.color-grey400-important {
  color: #6B6B6B !important;
}
.color-livegreen-important {
  color: #69C97C !important;
}
.color-lightsand-important {
  color: #F9F9F2 !important;
}
.color-gray400-important {
  color: #6B6B6B !important;
}

.background-darkgreen {
  background-color: #003d3b;
}
.background-green {
  background-color: #82c780;
}
.background-green_50 {
  background-color: #badcb9;
}
.background-green_med {
  background-color: #bbdeb6;
}
.background-green_light {
  background-color: #daeed9;
}
.background-green_xlight {
  background-color: #e7f3e6;
}
.background-orange {
  background-color: #c54801;
}
.background-sand {
  background-color: #ebebd4;
}
.background-sand_light {
  background-color: #f9f9f2;
}
.background-sand_xlight {
  background-color: #f9f9f3;
}
.background-blue {
  background-color: #7ae5e5;
}
.background-purple {
  background-color: #8c368f;
}
.background-yellow {
  background-color: #fff07d;
}
.background-white {
  background-color: #fff;
}
.background-green_pale {
  background-color: #deeddb;
}
.background-grey {
  background-color: #BBBCBF;
}
.background-grey100 {
  background-color: #F6F6F6;
}
.background-grey200 {
  background-color: #e2e2e2;
}
.background-grey300 {
  background-color: #CBCBCB;
}
.background-grey400 {
  background-color: #6B6B6B;
}
.background-livegreen {
  background-color: #69C97C;
}
.background-lightsand {
  background-color: #F9F9F2;
}
.background-gray400 {
  background-color: #6B6B6B;
}
.background-darkgreen-important {
  background-color: #003d3b !important;
}
.background-green-important {
  background-color: #82c780 !important;
}
.background-green_50-important {
  background-color: #badcb9 !important;
}
.background-green_med-important {
  background-color: #bbdeb6 !important;
}
.background-green_light-important {
  background-color: #daeed9 !important;
}
.background-green_xlight-important {
  background-color: #e7f3e6 !important;
}
.background-orange-important {
  background-color: #c54801 !important;
}
.background-sand-important {
  background-color: #ebebd4 !important;
}
.background-sand_light-important {
  background-color: #f9f9f2 !important;
}
.background-sand_xlight-important {
  background-color: #f9f9f3 !important;
}
.background-blue-important {
  background-color: #7ae5e5 !important;
}
.background-purple-important {
  background-color: #8c368f !important;
}
.background-yellow-important {
  background-color: #fff07d !important;
}
.background-white-important {
  background-color: #fff !important;
}
.background-green_pale-important {
  background-color: #deeddb !important;
}
.background-grey-important {
  background-color: #BBBCBF !important;
}
.background-grey100-important {
  background-color: #F6F6F6 !important;
}
.background-grey200-important {
  background-color: #e2e2e2 !important;
}
.background-grey300-important {
  background-color: #CBCBCB !important;
}
.background-grey400-important {
  background-color: #6B6B6B !important;
}
.background-livegreen-important {
  background-color: #69C97C !important;
}
.background-lightsand-important {
  background-color: #F9F9F2 !important;
}
.background-gray400-important {
  background-color: #6B6B6B !important;
}

.border-color-darkgreen {
  border-color: #003d3b;
}
.border-color-green {
  border-color: #82c780;
}
.border-color-green_50 {
  border-color: #badcb9;
}
.border-color-green_med {
  border-color: #bbdeb6;
}
.border-color-green_light {
  border-color: #daeed9;
}
.border-color-green_xlight {
  border-color: #e7f3e6;
}
.border-color-orange {
  border-color: #c54801;
}
.border-color-sand {
  border-color: #ebebd4;
}
.border-color-sand_light {
  border-color: #f9f9f2;
}
.border-color-sand_xlight {
  border-color: #f9f9f3;
}
.border-color-blue {
  border-color: #7ae5e5;
}
.border-color-purple {
  border-color: #8c368f;
}
.border-color-yellow {
  border-color: #fff07d;
}
.border-color-white {
  border-color: #fff;
}
.border-color-green_pale {
  border-color: #deeddb;
}
.border-color-grey {
  border-color: #BBBCBF;
}
.border-color-grey100 {
  border-color: #F6F6F6;
}
.border-color-grey200 {
  border-color: #e2e2e2;
}
.border-color-grey300 {
  border-color: #CBCBCB;
}
.border-color-grey400 {
  border-color: #6B6B6B;
}
.border-color-livegreen {
  border-color: #69C97C;
}
.border-color-lightsand {
  border-color: #F9F9F2;
}
.border-color-gray400 {
  border-color: #6B6B6B;
}
.border-color-darkgreen-important {
  border-color: #003d3b !important;
}
.border-color-green-important {
  border-color: #82c780 !important;
}
.border-color-green_50-important {
  border-color: #badcb9 !important;
}
.border-color-green_med-important {
  border-color: #bbdeb6 !important;
}
.border-color-green_light-important {
  border-color: #daeed9 !important;
}
.border-color-green_xlight-important {
  border-color: #e7f3e6 !important;
}
.border-color-orange-important {
  border-color: #c54801 !important;
}
.border-color-sand-important {
  border-color: #ebebd4 !important;
}
.border-color-sand_light-important {
  border-color: #f9f9f2 !important;
}
.border-color-sand_xlight-important {
  border-color: #f9f9f3 !important;
}
.border-color-blue-important {
  border-color: #7ae5e5 !important;
}
.border-color-purple-important {
  border-color: #8c368f !important;
}
.border-color-yellow-important {
  border-color: #fff07d !important;
}
.border-color-white-important {
  border-color: #fff !important;
}
.border-color-green_pale-important {
  border-color: #deeddb !important;
}
.border-color-grey-important {
  border-color: #BBBCBF !important;
}
.border-color-grey100-important {
  border-color: #F6F6F6 !important;
}
.border-color-grey200-important {
  border-color: #e2e2e2 !important;
}
.border-color-grey300-important {
  border-color: #CBCBCB !important;
}
.border-color-grey400-important {
  border-color: #6B6B6B !important;
}
.border-color-livegreen-important {
  border-color: #69C97C !important;
}
.border-color-lightsand-important {
  border-color: #F9F9F2 !important;
}
.border-color-gray400-important {
  border-color: #6B6B6B !important;
}

figure,
video {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure img,
video img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.pad {
  padding-left: 15px;
  padding-right: 15px;
}

section {
  padding-top: 65px;
  padding-bottom: 65px;
}

section.section_small {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .pad {
    padding-left: 30px;
    padding-right: 30px;
  }
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.section_small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .pad {
    padding-left: 40px;
    padding-right: 40px;
  }
  section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section.section_small {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
#hubspot-messages-iframe-container {
  z-index: 0 !important;
}

/* Footer */
footer {
  background-color: #003d3b;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 200px;
  color: #ebebd4;
  -webkit-box-shadow: 0 50vh 0 50vh #003d3b;
          box-shadow: 0 50vh 0 50vh #003d3b;
}
footer .green_text {
  color: #82c780;
}
footer .fineprint {
  padding-top: 10px;
  font-size: 12px;
  opacity: 0.5;
  line-height: 1.4;
}

@media (min-width: 768px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer .row {
  position: relative;
}

@media (min-width: 768px) {
  footer > .container-fluid > .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer_link {
  color: #ebebd4;
  text-decoration: none;
}

.footer .social_link a {
  margin-right: 10px;
  margin-left: -6px;
}

.footer_link:hover {
  color: #82c780;
}

footer .logo {
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}
footer .logo img {
  max-width: 100%;
}

@media (min-width: 768px) {
  footer .logo {
    width: 85px;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer_link,
.footer_link_2 {
  display: block;
  padding: 2px 0;
}

.footer_link_2 {
  margin-bottom: 20px;
  text-decoration: none;
}

footer .copyright {
  position: absolute;
  bottom: -170px;
  left: 0;
  right: 0;
  top: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  footer .copyright {
    margin-left: 0;
    right: auto;
    bottom: 0;
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  footer .copyright {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 260px;
  }
}
.footer_cards_icon {
  width: 165px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer_cards_icon {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  .footer_cards_icon {
    width: 165px;
  }
}

.footer_digitalid {
  width: 50px;
  margin-top: 30px;
}

.social_link {
  position: relative;
  top: 9px;
  left: -5px;
}

.social_link a {
  margin-right: 6px;
}

.social_link a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  cursor: pointer;
}

.social_link a:hover {
  background-position: 0 -20px;
}

.social_link a.insta {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_insta_sprite.svg");
}

.social_link a.fb {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_fb_sprite.svg");
}

.social_link.dark a.insta {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_insta_sprite_dark.svg");
}

.social_link.dark a.fb {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/social_fb_sprite_dark.svg");
}

pre {
  background: lavender;
  padding: 1rem;
  margin: 0 0 1rem 0;
  border-radius: 5px;
  display: table;
  max-width: 992px;
}

.style-guide h2:not(section h2) {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 2rem;
}
.style-guide section {
  max-width: 95%;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.style-guide section.padding-sides {
  padding: 1rem;
}
.style-guide .side-nav {
  position: sticky;
  top: 120px;
}

.treatment-pages-progress {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .treatment-pages-progress {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    max-width: 660px;
    margin: auto;
  }
}
.treatment-pages-progress__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
.treatment-pages-progress__dots > div {
  position: relative;
  width: 33.33%;
}
.treatment-pages-progress__dots > div::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #003d3b;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  display: block;
  background-color: white;
}
.treatment-pages-progress__dots > .complete::after {
  background-color: #003d3b;
}
.treatment-pages-progress__dots > .incomplete {
  color: rgba(0, 61, 59, 0.25);
}
.treatment-pages-progress__dots > .incomplete::after {
  border-color: rgba(0, 61, 59, 0.25);
}
.treatment-pages-progress__dots > div:first-child {
  text-align: left;
}
.treatment-pages-progress__dots > div:first-child::after {
  left: 0;
  right: auto;
}
.treatment-pages-progress__dots > div:last-child {
  text-align: right;
}
.treatment-pages-progress__dots > div:last-child::after {
  right: 0;
  left: auto;
}
.treatment-pages-progress__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.treatment-pages-progress__line > div {
  border-top: 3px solid #003d3b;
}
.treatment-pages-progress__line > div.inactive {
  border-color: rgba(0, 61, 59, 0.25);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.alert-txt {
  width: 100%;
  margin: 18px 0 9px;
  padding: 7px 25px;
  text-align: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .alert-txt {
    margin-bottom: 13px;
  }
}
.alert-txt.light-green {
  background-color: #deeddb;
}
.alert-txt.light-green__txt {
  color: #003d3b;
}
.alert-txt__txt {
  font-family: "MaisonNeue-Demi";
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .alert-txt__txt {
    font-size: 14px;
  }
}

:is(h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, span, p, a).heading {
  font-family: "Clearface-Bold";
  margin: 0 0 1rem 0;
  line-height: 120%;
  letter-spacing: -0.02em;
}

:is(.h1).heading {
  font-size: 3rem;
}

:is(.h2).heading {
  font-size: 2.5rem;
}

:is(.h3).heading {
  font-size: 2rem;
}

:is(.h4).heading {
  font-size: 1.5rem;
}

:is(.h5).heading {
  font-size: 1.25rem;
}

.font-size-xsmall {
  font-size: 0.75rem;
}
.font-size-small {
  font-size: 0.875rem;
}
.font-size-regular {
  font-size: 1rem;
}
.font-size-medium {
  font-size: 1.5rem;
}
.font-size-large {
  font-size: 2rem;
}
.font-size-xlarge {
  font-size: 2.5rem;
}
.font-size-huge {
  font-size: 3rem;
}
.font-size-display1 {
  font-size: 4rem;
}
.font-size-display2 {
  font-size: 5rem;
}
.font-size-display3 {
  font-size: 6rem;
}

a.button,
button.button,
input[type=submit].button {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-family: "MaisonNeue-Demi";
  padding: 1rem;
  background-color: #c54801;
  color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  margin-bottom: 1rem;
  text-decoration: none;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  min-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 768px) {
  a.button,
  button.button,
  input[type=submit].button {
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  a.button :not(:global(.moshy)):before,
  button.button :not(:global(.moshy)):before,
  input[type=submit].button :not(:global(.moshy)):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003d3b;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
a.button:hover:before, a.button.is-hovered:before, a.button:active:before, a.button.is-active:before, a.button:focus:before, a.button.is-focused:before,
button.button:hover:before,
button.button.is-hovered:before,
button.button:active:before,
button.button.is-active:before,
button.button:focus:before,
button.button.is-focused:before,
input[type=submit].button:hover:before,
input[type=submit].button.is-hovered:before,
input[type=submit].button:active:before,
input[type=submit].button.is-active:before,
input[type=submit].button:focus:before,
input[type=submit].button.is-focused:before {
  -webkit-transform: translate3d(0.5rem, 0.5rem, -1px);
          transform: translate3d(0.5rem, 0.5rem, -1px);
}
a.button.is-orange,
button.button.is-orange,
input[type=submit].button.is-orange {
  background-color: #c54801;
}
a.button.is-block,
button.button.is-block,
input[type=submit].button.is-block {
  width: 100%;
  display: block;
}
a.button.is-small,
button.button.is-small,
input[type=submit].button.is-small {
  padding: 0.5rem 1rem;
}
a.button.is-outline,
button.button.is-outline,
input[type=submit].button.is-outline {
  background-color: #f9f9f2;
  border-color: #003d3b;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
}
a.button.is-outline:active,
button.button.is-outline:active,
input[type=submit].button.is-outline:active {
  background-color: #003d3b;
  color: #f9f9f2;
}
a.button.is-outline.has-arrow:after,
button.button.is-outline.has-arrow:after,
input[type=submit].button.is-outline.has-arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50036 6.66715C7.50036 6.92302 7.40271 7.17902 7.2074 7.37402L2.2074 12.374C1.81677 12.7646 1.18396 12.7646 0.793335 12.374C0.40271 11.9834 0.40271 11.3506 0.793335 10.96L5.08786 6.66715L0.794115 2.3734C0.403491 1.98278 0.403491 1.34996 0.794115 0.959338C1.18474 0.568713 1.81755 0.568713 2.20818 0.959338L7.20818 5.95934C7.40349 6.15465 7.50036 6.4109 7.50036 6.66715Z' fill='%23003D3B'/%3E%3C/svg%3E%0A");
}
a.button.is-dark,
button.button.is-dark,
input[type=submit].button.is-dark {
  background-color: #003d3b;
  color: #fff;
}
a.button.is-dark:active,
button.button.is-dark:active,
input[type=submit].button.is-dark:active {
  border-color: #82c780;
}
a.button.is-dark:hover:before, a.button.is-dark:active:before,
button.button.is-dark:hover:before,
button.button.is-dark:active:before,
input[type=submit].button.is-dark:hover:before,
input[type=submit].button.is-dark:active:before {
  background-color: #82c780;
}
a.button.has-shadow-white:before, a.button.is-alt:before,
button.button.has-shadow-white:before,
button.button.is-alt:before,
input[type=submit].button.has-shadow-white:before,
input[type=submit].button.is-alt:before {
  background-color: #fff;
}
a.button.has-arrow:after,
button.button.has-arrow:after,
input[type=submit].button.has-arrow:after {
  content: "";
  background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50049 6.66715C7.50049 6.92302 7.40283 7.17902 7.20752 7.37402L2.20752 12.374C1.81689 12.7646 1.18408 12.7646 0.793457 12.374C0.402832 11.9834 0.402832 11.3506 0.793457 10.96L5.08799 6.66715L0.794238 2.3734C0.403613 1.98278 0.403613 1.34996 0.794237 0.959338C1.18486 0.568713 1.81767 0.568713 2.2083 0.959338L7.2083 5.95934C7.40361 6.15465 7.50049 6.4109 7.50049 6.66715Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  padding-left: 0.5rem;
  background-position: center;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}
a.button.has-arrow-left:before,
button.button.has-arrow-left:before,
input[type=submit].button.has-arrow-left:before {
  content: "";
  background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500366 6.66622C0.500366 6.41035 0.598022 6.15435 0.793335 5.95935L5.79333 0.95935C6.18396 0.568726 6.81677 0.568726 7.2074 0.959351C7.59802 1.34998 7.59802 1.98279 7.2074 2.37341L2.91287 6.66622L7.20662 10.96C7.59724 11.3506 7.59724 11.9834 7.20662 12.374C6.81599 12.7647 6.18318 12.7647 5.79255 12.374L0.792554 7.37404C0.597241 7.17872 0.500366 6.92247 0.500366 6.66622Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  background-position: center;
  -webkit-transition: margin-left 200ms ease;
  transition: margin-left 200ms ease;
  position: initial;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
a.button.has-arrow-left:after,
button.button.has-arrow-left:after,
input[type=submit].button.has-arrow-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003d3b;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  margin-left: 0;
}
a.button.has-arrow-left:hover:after, a.button.has-arrow-left:active:after,
button.button.has-arrow-left:hover:after,
button.button.has-arrow-left:active:after,
input[type=submit].button.has-arrow-left:hover:after,
input[type=submit].button.has-arrow-left:active:after {
  -webkit-transform: translate3d(0.5rem, 0.5rem, -1px);
          transform: translate3d(0.5rem, 0.5rem, -1px);
}
a.button.has-icon,
button.button.has-icon,
input[type=submit].button.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.button.has-icon img,
button.button.has-icon img,
input[type=submit].button.has-icon img {
  margin-right: 0.5rem;
}
a.button.is-small,
button.button.is-small,
input[type=submit].button.is-small {
  padding: 0.5rem 1rem;
}
a.button.is-disabled,
button.button.is-disabled,
input[type=submit].button.is-disabled {
  background-color: #e2e2e2;
  color: #6b6b6b !important;
  pointer-events: none;
}
a.button.is-disabled.has-arrow:after,
button.button.is-disabled.has-arrow:after,
input[type=submit].button.is-disabled.has-arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50036 6.66715C7.50036 6.92302 7.40271 7.17902 7.2074 7.37402L2.2074 12.374C1.81677 12.7646 1.18396 12.7646 0.793335 12.374C0.40271 11.9834 0.40271 11.3506 0.793335 10.96L5.08786 6.66715L0.794115 2.3734C0.403491 1.98278 0.403491 1.34996 0.794115 0.959338C1.18474 0.568713 1.81755 0.568713 2.20818 0.959338L7.20818 5.95934C7.40349 6.15465 7.50036 6.4109 7.50036 6.66715Z' fill='%236B6B6B'/%3E%3C/svg%3E%0A");
}
a.button.is-disabled:before,
button.button.is-disabled:before,
input[type=submit].button.is-disabled:before {
  display: none;
}
a.button.is-disabled:focus, a.button.is-disabled.is-focused, a.button.is-disabled:active, a.button.is-disabled.is-active,
button.button.is-disabled:focus,
button.button.is-disabled.is-focused,
button.button.is-disabled:active,
button.button.is-disabled.is-active,
input[type=submit].button.is-disabled:focus,
input[type=submit].button.is-disabled.is-focused,
input[type=submit].button.is-disabled:active,
input[type=submit].button.is-disabled.is-active {
  border-color: transparent;
}
a.button.back-to-top,
button.button.back-to-top,
input[type=submit].button.back-to-top {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50049 6.66715C7.50049 6.92302 7.40283 7.17902 7.20752 7.37402L2.20752 12.374C1.81689 12.7646 1.18408 12.7646 0.793457 12.374C0.402832 11.9834 0.402832 11.3506 0.793457 10.96L5.08799 6.66715L0.794238 2.3734C0.403613 1.98278 0.403613 1.34996 0.794237 0.959338C1.18486 0.568713 1.81767 0.568713 2.2083 0.959338L7.2083 5.95934C7.40361 6.15465 7.50049 6.4109 7.50049 6.66715Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  width: 3rem;
  height: 3rem;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding: 0;
  margin: auto;
}
a.button.back-to-top:before, a.button.back-to-top:after,
button.button.back-to-top:before,
button.button.back-to-top:after,
input[type=submit].button.back-to-top:before,
input[type=submit].button.back-to-top:after {
  display: none;
}
a.button.back,
button.button.back,
input[type=submit].button.back {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500366 6.6661C0.500366 6.41023 0.598022 6.15423 0.793335 5.95923L5.79333 0.959228C6.18396 0.568603 6.81677 0.568604 7.2074 0.959228C7.59802 1.34985 7.59802 1.98267 7.2074 2.37329L2.91287 6.6661L7.20662 10.9599C7.59724 11.3505 7.59724 11.9833 7.20662 12.3739C6.81599 12.7645 6.18318 12.7645 5.79255 12.3739L0.792554 7.37391C0.597241 7.1786 0.500366 6.92235 0.500366 6.6661Z' fill='%23003D3B'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
  padding: 1.5rem;
}
a.button.back:before, a.button.back:after,
button.button.back:before,
button.button.back:after,
input[type=submit].button.back:before,
input[type=submit].button.back:after {
  display: none;
}
a.button.back.is-disabled,
button.button.back.is-disabled,
input[type=submit].button.back.is-disabled {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500366 6.6661C0.500366 6.41023 0.598022 6.15423 0.793335 5.95923L5.79333 0.959228C6.18396 0.568603 6.81677 0.568604 7.2074 0.959228C7.59802 1.34985 7.59802 1.98267 7.2074 2.37329L2.91287 6.6661L7.20662 10.9599C7.59724 11.3505 7.59724 11.9833 7.20662 12.3739C6.81599 12.7645 6.18318 12.7645 5.79255 12.3739L0.792554 7.37391C0.597241 7.1786 0.500366 6.92235 0.500366 6.6661Z' fill='%236B6B6B'/%3E%3C/svg%3E%0A");
}

.list {
  margin: 0;
  padding: 0 0 1rem 0;
  display: block;
  width: 100%;
}
.list:is(ul) li {
  margin: 0;
  padding-bottom: 0.5rem;
}
.list:is(ul) li.list-heading {
  list-style-type: none;
  margin-left: -1rem;
}
.list-with-tick {
  padding: 1rem 1.5rem;
}
.list-with-tick li {
  position: relative;
  list-style-type: none;
}
.list-with-tick li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.35313 10.3531C7.15938 10.55 6.84062 10.55 6.64687 10.3531L4.64687 8.35312C4.45 8.15937 4.45 7.84062 4.64687 7.64687C4.84062 7.45 5.15938 7.45 5.35313 7.64687L7 9.29375L10.6469 5.64687C10.8406 5.45 11.1594 5.45 11.3531 5.64687C11.55 5.84062 11.55 6.15938 11.3531 6.35313L7.35313 10.3531ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1C4.13438 1 1 4.13438 1 8C1 11.8656 4.13438 15 8 15C11.8656 15 15 11.8656 15 8C15 4.13438 11.8656 1 8 1Z' fill='%23003D3B'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 4px;
  left: -1.25rem;
}

.video-container {
  position: relative;
}
.video-container:hover {
  cursor: pointer;
}
.video-container:hover .video-play-button {
  width: 3.5rem;
  height: 3.5rem;
}
.video-container .video-play-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='29.1892' stroke='white' stroke-width='1.62162'/%3E%3Cpath d='M39.06 28.3593C39.7447 28.7807 40.1613 29.5229 40.1613 30.3225C40.1613 31.1222 39.7447 31.8644 39.06 32.2426L25.2711 40.6701C24.5614 41.1441 23.6732 41.1633 22.9483 40.7563C22.2232 40.3492 21.7742 39.5831 21.7742 38.75V21.8951C21.7742 21.0639 22.2232 20.2973 22.9483 19.8903C23.6732 19.4837 24.5614 19.5005 25.2711 19.9338L39.06 28.3593Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.video-container .video:is(video, iframe) {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.switch {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.switch-button {
  min-width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  border-radius: 10rem;
  margin-right: 1rem;
  padding: 0.25rem 1rem;
  font-family: "MaisonNeue-Bold";
  background-color: transparent;
  color: #003d3b;
  cursor: pointer;
}
.switch-button:hover {
  background-color: #daeed9;
}
.switch-button.active {
  background-color: #daeed9;
}

[data-switch-content] {
  display: none;
}
@media (min-width: 992px) {
  [data-switch-content] {
    display: block;
  }
}

[data-switch-active="0"] [data-switch-value="0"] {
  background-color: #daeed9;
}
[data-switch-active="0"] [data-switch-content="0"] {
  display: block;
}

[data-switch-active="1"] [data-switch-value="1"] {
  background-color: #daeed9;
}
[data-switch-active="1"] [data-switch-content="1"] {
  display: block;
}

.card {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border-radius: 5px;
}
.card.card-with-header-image header {
  background: url(/assets/illustrations/home/hair-14e7bca85930328eaca8351aa5c0574f6f8c78ddd6f4f690c3ce9134d3b712ba.jpg) 0px -40px no-repeat;
  aspect-ratio: 335/154;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
}
.card .card-content {
  padding: 1rem 1.5rem;
  text-align: left;
}
.card .card-content p {
  margin-bottom: 0.5rem;
}
.card .card-content p:last-child {
  margin-bottom: 0.5rem;
}
.card[data-card-type=doctor-img-name-position] {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0rem 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  min-width: 16.875rem;
}
.card[data-card-type=doctor-img-name-position] .doctor-tile-image {
  width: 100%;
  max-height: 15.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card[data-card-type=doctor-img-name-position] .doctor-tile-name {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.card[data-card-type=doctor-img-name-position] .doctor-tile-position {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6b6b6b;
}
.card[data-card-type=doctor-img-name-position] .doctor-tile-content {
  padding: 1rem;
  font-family: "MaisonNeue-Demi";
}
.card[data-card-type=doctor-img-position-name] {
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  min-width: 16.875rem;
}
.card[data-card-type=doctor-img-position-name] .doctor-tile-image {
  width: 100%;
  max-height: 15.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card[data-card-type=doctor-img-position-name] .doctor-tile-name {
  font-family: "Clearface-Bold";
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card[data-card-type=doctor-img-position-name] .doctor-tile-name {
    font-size: 1.5rem;
  }
}
.card[data-card-type=doctor-img-position-name] .doctor-tile-position {
  color: #003d3b;
  opacity: 0.4;
  margin-bottom: 0.5rem;
}
.card[data-card-type=doctor-img-position-name] .doctor-tile-content {
  padding: 1rem;
  font-family: "MaisonNeue-Demi";
}
.card[data-card-type=card-mini] {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 10rem;
  width: 10rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card[data-card-type=card-mini] {
    min-width: unset;
    width: unset;
  }
}
@media (min-width: 992px) {
  .card[data-card-type=card-mini] {
    min-width: 13.25rem;
    width: 13.25rem;
  }
}
.card[data-card-type=card-mini] .card--trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: transparent;
  text-indent: -1000px;
}
.card[data-card-type=card-mini] .card--img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 120px;
}
@media (min-width: 992px) {
  .card[data-card-type=card-mini] .card--img {
    height: 190px;
  }
}
.card[data-card-type=card-mini] .card--content {
  padding: 0.5625rem 1rem;
  background: #003d3b;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 3.75rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card[data-card-type=card-mini] .card--content br {
    display: none;
  }
}
@media (min-width: 992px) {
  .card[data-card-type=card-mini] .card--content {
    height: unset;
    padding: 1.625rem 2.8125rem 1.625rem 1.125rem;
  }
  .card[data-card-type=card-mini] .card--content:after {
    content: url(/assets/home/treatments/green-arrow-44bd88bcd48c2bcba77bf0f0d3a08c10203858b10164bb3b462e483f7ef95421.svg);
    position: absolute;
    top: 1.875rem;
    right: 1.125rem;
  }
}

.m-card__header {
  padding: 8px 20px 8px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #003d3b;
  border-radius: 8px 8px 0px 0px;
}
.m-card__heading {
  font-size: 24px;
  line-height: 28px;
  color: #f9f9f2;
  margin-bottom: 0;
}
.m-card__hdesc {
  font-size: 14px;
  line-height: 21px;
  color: #f9f9f2;
}
.m-card__himg {
  margin-top: -15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.m-card__body {
  background: #f9f9f2;
  padding: 32px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 0px 8px 8px;
  border: 2px solid #003d3b;
}
.m-card__lst {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-card__lstItm {
  margin-bottom: 0;
  color: #003d3b;
  font-size: 14px;
  line-height: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-card__lstItm:not(:last-of-type):after {
  content: "";
  width: 20px;
  height: 2px;
  background: #ebebd4;
  display: block;
  margin: 10px auto;
}
.m-card__lstItm:before {
  content: "";
  height: 12px;
  width: 7px;
  background-image: url(/assets/icons/list-arrow-3b4269563a7db52b43314a050080445df4a35e0e083393a078f2ec2d9fc52f6e.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 8px;
}

.card[data-has-modal=true] .card-details {
  position: relative;
}
.card[data-has-modal=true] .card-details .modal-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.card[data-has-modal=true] .card-details .modal-trigger svg {
  width: 1.5rem;
  height: auto;
}
@media (min-width: 992px) {
  .card[data-has-modal=true] .card-details {
    position: initial;
  }
  .card[data-has-modal=true] .card-details .modal-trigger {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
  }
  .card[data-has-modal=true] .card-details .modal-trigger svg {
    display: none;
  }
}

.review-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .review-card {
    padding: 1rem;
  }
}
.review-card-title.heading {
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .review-card-title.heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.review-card-stars {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .review-card-stars {
    margin-bottom: 2rem;
  }
}
.review-card-content {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .review-card-content {
    font-size: 1.125rem;
  }
}
.review-card-reviewer {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
}
.review-card-reviewer-img {
  max-width: 100%;
  margin-bottom: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 15rem;
}
.review-card-content-wrap {
  padding: 0.5rem 1rem 1rem;
  height: 100%;
  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) {
  .review-card-content-wrap {
    padding: 1rem 2rem;
  }
}

.modal-open {
  height: 100%;
  overflow: hidden;
}

.m-modal {
  position: fixed;
  -webkit-transform: translate(0, 100vh);
          transform: translate(0, 100vh);
  max-height: 80vh;
  width: 100%;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1050;
  border-radius: 2rem 2rem 0px 0px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  bottom: 0;
}
.m-modal.m-modal-title-cta {
  text-align: center;
  bottom: 0;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: #fff;
  padding: 3.5rem 0 0.75rem;
}
@media (min-width: 768px) {
  .m-modal.m-modal-title-cta {
    border-radius: 1.25rem;
    padding: 3.5rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .m-modal {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
    max-width: 420px;
    height: 100%;
    max-height: 100%;
    left: unset;
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .m-modal.m-modal-title-cta {
    padding: 2rem 4rem;
    max-width: unset;
    max-height: unset;
    width: 30rem;
    height: auto;
    top: 50%;
    left: 50%;
    bottom: unset;
  }
}
.m-modal.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.m-modal.show + .m-modal-backdrop {
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 768px) {
  .m-modal.show.m-modal-title-cta {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.m-modal__header {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 24px 24px 0;
  border-radius: 32px 32px 0px 0px;
}
.m-modal-title-cta .m-modal__header {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .m-modal__header {
    border-radius: 0;
  }
}
.m-modal__header .modal-title {
  font-size: 1.5rem;
  color: #003d3b;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: "Clearface-Bold";
  display: block;
}
.m-modal-title-cta .m-modal__header .modal-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Book";
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .m-modal__header .modal-title {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .m-modal-title-cta .m-modal__header .modal-title {
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.m-modal .modal-price {
  font-size: 24px;
  line-height: 28px;
  color: #003d3b;
  margin-bottom: 0;
  margin-right: 8px;
  margin-top: 0;
  font-family: "Clearface-Bold";
}
@media (min-width: 768px) {
  .m-modal .modal-price {
    font-size: 28px;
    line-height: 34px;
  }
}
.m-modal .modal-img {
  max-width: 122px;
  height: auto;
  margin-bottom: 10px;
  height: 5.25rem;
  width: 5.25rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .m-modal .modal-img {
    margin-bottom: 16px;
  }
}
.m-modal__body {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 24px 210px;
  overflow-y: auto;
  padding-top: 8px;
  max-height: 100vh;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  min-height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-modal__body {
    padding-bottom: 493px;
  }
}
.m-modal__body::-webkit-scrollbar {
  display: none;
}
.m-modal__body p {
  font-size: 16px;
  line-height: 24px;
  color: #003d3b;
  text-align: left;
}
.m-modal__cta {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 1.5rem 1.5rem 2rem;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px -5px 16px #FFFFFF;
          box-shadow: 0px -5px 16px #FFFFFF;
}
.m-modal__cta .cta-add {
  margin: 0;
}
.m-modal-title-cta .m-modal__cta {
  padding: 0 !important;
  position: relative;
  bottom: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.m-modal-title-cta .m-modal__cta .m-modal__ctaWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  padding: 1.5rem 2rem 0;
}
@media (min-width: 768px) {
  .m-modal-title-cta .m-modal__cta .m-modal__ctaWrap {
    border-top: none;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.m-modal-title-cta .m-modal__cta .m-modal__ctaWrap button {
  margin-bottom: 0;
}
.m-modal-title-cta .m-modal__cta .m-modal__ctaWrap .cancel-cta {
  margin-right: 2rem;
  letter-spacing: unset;
}
@media (min-width: 768px) {
  .m-modal__cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.m-modal__cta .cta-back {
  margin-top: 1.5rem;
  letter-spacing: 1px;
  font-size: 0.875rem;
  font-family: "MaisonNeue-Demi";
}
.m-modal__cta .cta-back--header {
  position: absolute;
  top: 40px;
  left: 40px;
}
.m-modal .cta-back--header {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 99;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-modal .cta-back--header {
    height: 0.75rem;
    width: 0.75rem;
    right: 2rem;
    left: unset;
  }
}
.m-modal.m-modal-title-cta .cta-back--header {
  position: absolute;
  top: 1.5rem;
  left: unset;
  right: 1.5rem;
}

.m-modal-backdrop {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1040;
  display: none;
  -webkit-transform: translate(0, 100vh);
          transform: translate(0, 100vh);
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
@media (min-width: 768px) {
  .m-modal-backdrop {
    background: rgba(0, 61, 59, 0.45);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}

@media (min-width: 992px) {
  [data-modal-type=card-content]:is(.modal) {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  [data-modal-type=card-content]:is(.modal) .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    min-width: 768px;
    max-width: 992px;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-content {
  border-radius: 1rem;
  text-align: left;
  display: block;
  overflow-y: scroll;
}
@media (max-width: 599px) {
  [data-modal-type=card-content]:is(.modal) .modal-dialog {
    position: absolute;
    width: calc(100% - 1.5rem);
    margin: 0;
    bottom: 0;
    height: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  [data-modal-type=card-content]:is(.modal) .modal-dialog .modal-content {
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  min-width: auto;
  background-color: transparent;
  display: block;
  padding: 0.25rem;
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-close svg {
  width: 1rem;
  height: auto;
}
@media (min-width: 992px) {
  [data-modal-type=card-content]:is(.modal) .modal-dialog .modal-close {
    top: 2.5rem;
    right: 2.5rem;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body {
  padding: 0 2rem;
  overflow-y: scroll;
  height: 100%;
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body p, [data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  [data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body p, [data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body li {
    font-size: 1.25rem;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body p {
  margin-bottom: 1rem;
}
[data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body ul {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  [data-modal-type=card-content]:is(.modal) .modal-dialog .modal-body {
    padding: 0 2.5rem;
    max-height: 75vh;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-dialog p:is(.modal-title) {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
[data-modal-type=card-content]:is(.modal) .modal-therapist-name {
  font-family: "MaisonNeue-Demi";
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-top: 1rem;
  -webkit-box-shadow: 0px 5px 16px #fff;
          box-shadow: 0px 5px 16px #fff;
}
[data-modal-type=card-content]:is(.modal) .modal-therapist-name .modal-therapist-title {
  font-size: 0.875rem;
  font-family: "MaisonNeue-Book";
}
@media (min-width: 992px) {
  [data-modal-type=card-content]:is(.modal) .modal-therapist-name {
    padding-top: 2.5rem;
    font-size: 2rem;
  }
  [data-modal-type=card-content]:is(.modal) .modal-therapist-name .modal-therapist-title {
    font-size: 1rem;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-therapist-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 1rem auto;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  [data-modal-type=card-content]:is(.modal) .modal-therapist-thumbnail {
    width: 150px;
    height: 150px;
    margin: 1rem auto 2rem auto;
  }
}
[data-modal-type=card-content]:is(.modal) .modal-booking-button {
  position: sticky;
  bottom: 0;
  -webkit-box-shadow: 0px -5px 16px #fff;
          box-shadow: 0px -5px 16px #fff;
  background-color: white;
}
@media (min-width: 992px) {
  [data-modal-type=card-content]:is(.modal) .modal-booking-button {
    padding-bottom: 2.5rem;
  }
  [data-modal-type=card-content]:is(.modal) .modal-booking-button .button {
    margin-bottom: 0;
  }
}

.review__item {
  height: 100%;
  padding: 2rem;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: white;
  border-radius: 1rem;
  position: relative;
}
.review__item--title {
  margin-bottom: 1.25rem;
  font-size: 2rem;
}
.review__item--stars {
  width: 6.875rem;
  margin-bottom: 1.5rem;
}
.review__item--content {
  font-size: 1.125rem;
}
.review__item--author {
  font-size: 1.125rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.carousel3d {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.carousel3d .review__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  height: 400px;
  margin: 0 auto;
}
.carousel3d .review__inner .review__item {
  position: absolute;
  width: 24rem;
  min-height: 26rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel3d .review__inner .review__item-trigger-next {
  left: 15%;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.carousel3d .review__inner .review__item-trigger-previous {
  left: 85%;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.carousel3d .review__inner .review__item-selected {
  height: auto;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.3);
}
.carousel3d .review__inner .review__item-previous, .carousel3d .review__inner .review__item-next {
  opacity: 1;
  z-index: 1;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.carousel3d .review__inner .review__item-last, .carousel3d .review__inner .review__item-first {
  opacity: 0;
  z-index: 0;
}
.carousel3d .review__inner .review__item-previous {
  left: 30%;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.carousel3d .review__inner .review__item-next {
  left: 70%;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.carousel3d .review__inner .review__item-container {
  width: 100%;
  height: 100%;
}
.carousel3d .carousel3d__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .carousel3d .carousel3d__controls {
    display: none;
  }
}
.carousel3d .carousel3d__controls-previous, .carousel3d .carousel3d__controls-next {
  border: 0;
  cursor: pointer;
  font-size: 50px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
  padding: 0;
}
.carousel3d .carousel3d__controls-previous:focus, .carousel3d .carousel3d__controls-next:focus {
  outline: none;
}

[data-submenu-target] {
  cursor: pointer;
}
@media (min-width: 768px) {
  [data-submenu-target]:hover {
    text-decoration: underline;
  }
}

.m-nav {
  background-color: #fff;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 100;
  top: -60px;
}
@supports (-webkit-touch-callout: none) {
  .m-nav {
    position: -webkit-sticky;
  }
}
@supports not (-webkit-touch-callout: none) {
  .m-nav {
    position: sticky;
  }
}
.m-nav.bg-light-sand {
  background-color: #f9f9f2;
}
.m-nav.bg-light-sand .m-nav__wrp {
  background-color: transparent;
}
.m-nav.top-0 {
  top: 0;
}
.m-nav.m-nav--centered-logo .m-nav__navLinks, .m-nav.m-nav--centered-logo .m-nav__extraLinks {
  display: none;
}
.m-nav.m-nav--centered-logo .m-nav__mainNav {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}
.m-nav.m-nav--centered-logo.m-nav--show-portal-menu .m-nav__extraLinks {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.m-nav.m-nav--centered-logo.m-nav--show-portal-menu .m-nav__extraLinks li {
  display: none !important;
}
.m-nav.m-nav--centered-logo.m-nav--show-portal-menu .m-nav__extraLinks li:last-of-type {
  display: block !important;
}
.m-nav .m-nav__portalMenu {
  display: none;
}
.m-nav.m-nav--show-portal-menu .m-nav__portalMenu {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-nav__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-height: 5rem;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__wrp.container:before, .m-nav__wrp.container:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .m-nav__wrp {
    max-width: 1400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__wrp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-nav__wrp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .m-nav__wrp {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-nav[data-show-cart=false] .m-nav-cart, .m-nav[data-show-cart=false] .m-nav__linkCart, .m-nav[data-show-cart=false] .m-nav-cart--notificationsCount {
  display: none !important;
}
.m-nav[data-show-cart=true] .m-nav-cart, .m-nav[data-show-cart=true] .m-nav__linkCart {
  display: inline-block;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav[data-show-cart=true] .m-nav-cart {
    display: none;
  }
}
.m-nav[data-user-logged-in=false] .user-logged-in {
  display: none !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav[data-user-logged-in=false] .m-nav__linkLogin {
    display: none;
  }
}
.m-nav[data-user-logged-in=true] .user-logged-out {
  display: none !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav[data-user-logged-in=true] .user-logged-out-sm {
    display: none !important;
  }
}
.m-nav__mainNav, .m-nav__extraLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__extraLinks {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .m-nav__extraLinks {
    width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.m-nav__mainNav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__mainNav .m-nav__logo {
    max-height: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__mainNav {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .m-nav__mainNav {
    width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1076px) {
  .m-nav__mainNav {
    padding-right: 1.25rem;
  }
}
.m-nav__navLinks {
  margin-left: 1.5rem;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .m-nav__navLinks {
    margin-left: 2.5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.m-nav__navLinks > li {
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.m-nav__navLinks > li a {
  text-decoration: none;
  color: #003d3b;
}
@media (min-width: 768px) {
  .m-nav__navLinks > li a:hover:not(.button) {
    text-decoration: underline;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__navLinks > li {
    font-size: 0.75rem;
    line-height: 1.125rem;
    border: 0.125rem solid #003d3b;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
  }
}
.m-nav__navLinks > li:not(:last-of-type) {
  margin-right: 0.875rem;
}
@media (min-width: 768px) {
  .m-nav__navLinks > li:not(:last-of-type) {
    margin-right: 2.1875rem;
  }
}
@media (min-width: 992px) and (max-width: 1076px) {
  .m-nav__navLinks > li:not(:last-of-type) {
    margin-right: 1.25rem;
  }
}
.m-nav__navLinks > li.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.m-nav__navLinks > li.has-submenu.is-open {
  overflow: visible;
}
@media (min-width: 768px) {
  .m-nav__navLinks > li.has-submenu:after {
    content: "";
    margin-left: 0.5rem;
    width: 0.75rem;
    height: 0.4375rem;
    background-image: url(/assets/nav/submenu-arr-down-81a572773d0944f98ce85c039ef7faacbd2a1cb8caa0fdcd207e2abb5beccd77.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
    transition: transform ease 200ms, -webkit-transform ease 200ms;
  }
  .m-nav__navLinks > li.has-submenu.is-open:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__navLinks > li.has-submenu[data-submenu-target=verticals-menu].is-open {
    border: none;
    color: transparent;
  }
  .m-nav__navLinks > li.has-submenu[data-submenu-target=verticals-menu].is-open .m-nav__subMenu {
    color: #003d3b;
  }
}
.m-nav__extraLinks {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .m-nav__extraLinks {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.m-nav__extraLinks li {
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
.m-nav__extraLinks li a {
  text-decoration: none;
  color: #003d3b;
}
@media (min-width: 768px) {
  .m-nav__extraLinks li a:hover:not(.button) {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .m-nav__extraLinks li {
    position: relative;
  }
  .m-nav__extraLinks li:not(:last-of-type) {
    margin-right: 2.1875rem;
  }
}
@media (min-width: 992px) and (max-width: 1076px) {
  .m-nav__extraLinks li:not(:last-of-type) {
    margin-right: 1.25rem;
  }
}
.m-nav__extraLinks li a {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__extraLinks li.m-nav__linkAccount {
    font-size: 0.75rem;
    line-height: 1.125rem;
    border: 0.125rem solid #003d3b;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    margin-right: 1.5rem;
  }
}
.m-nav__extraLinks li.has-notification {
  position: relative;
  display: inline-block;
}
.m-nav__extraLinks li.has-notification:after {
  position: absolute;
  right: -0.9375rem;
  top: -0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  content: "";
  border-radius: 0.25rem;
  background-color: #c54801;
}
.m-nav__extraLinks > li {
  text-align: center;
}
.m-nav__extraLinksMenu {
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.m-nav__extraLinksMenu--notificationsCount {
  display: none;
  opacity: 0;
}
.m-nav__extraLinksMenu.menu-close {
  display: none;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__extraLinksMenu.menu-close.is-open {
    opacity: 1;
    display: block;
  }
  .m-nav__extraLinksMenu.menu-close.is-open + .menu-open {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  [data-show-cart=true] .m-nav-cart[data-notification=true] ~ li .m-nav__extraLinksMenu[data-notification=true] + .m-nav__extraLinksMenu--notificationsCount {
    position: absolute;
    top: 1.25rem;
    right: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.125rem;
    background: #c54801;
    width: 1.125rem;
    border-radius: 0.5625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  [data-show-cart=true] .m-nav-cart[data-notification=true] ~ li .m-nav__extraLinksMenu[data-notification=true] + .m-nav__extraLinksMenu--notificationsCount span {
    position: relative;
    left: 0.09375rem;
  }
}
.m-nav__extraLinks #extra-links-menu ul {
  padding: 0.875rem 0 0.1875rem 0;
}
.m-nav__extraLinks #extra-links-menu .m-nav__verticalsCTA {
  padding-left: 0;
  padding-top: 1.25rem;
}
.m-nav__extraLinks .m-nav__subMenu li {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .m-nav__extraLinks .m-nav__subMenu li {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0.6875rem;
  }
}
.m-nav-cart--notificationsCount {
  display: none;
}
.m-nav-cart[data-notification=true] .m-nav-cart--notificationsCount {
  position: absolute;
  top: -0.5625rem;
  right: -0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.125rem;
  background: #c54801;
  width: 1.125rem;
  border-radius: 0.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.m-nav-cart[data-notification=true] .m-nav-cart--notificationsCount span {
  position: relative;
  left: 0.09375rem;
}
.m-nav-cart[data-notification=true] ~ li .m-nav__linkCart:after {
  content: "";
}
.m-nav-cart[data-notification=false] ~ li .m-nav__linkCart:after {
  content: unset;
}
.m-nav--link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-nav--link--icon:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.m-nav--link--icon--login:after {
  background-image: url(/assets/nav/login-dd10861bbef3c7448664bce839368220b34964e6156e4f3c9d9f9efa2350552d.svg);
  position: relative;
  top: -1px;
}
.m-nav .cart_no {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: none;
  position: relative;
  right: unset;
  top: unset;
}
.m-nav .cart_no.active {
  background-color: transparent;
}
.m-nav__subMenu {
  position: absolute;
  top: 80px;
  overflow: hidden;
  list-style: none;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  border: none;
  left: 0;
  right: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2.125rem 2rem 0.125rem;
  background-color: #F9F9F2;
  z-index: -1;
  visibility: hidden;
  max-height: 150vh;
  cursor: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__subMenu {
    height: calc(100vh - 80px);
  }
}
.m-nav__subMenu.open {
  visibility: visible;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 1px);
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__subMenu.open {
    z-index: 99;
  }
  .m-nav__subMenu.open:not(.animate__animated) {
    min-height: calc(100vh - 80px);
  }
}
@media (min-width: 768px) {
  .m-nav__subMenu.open {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .m-nav__subMenu {
    border: 0.0625rem solid #cbcbcb;
    right: -0.75rem;
    left: unset;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1);
    padding: 0 2.375rem 0 1rem;
    width: auto;
    min-height: unset;
    right: -12px;
    top: 40px;
  }
}
.m-nav__subMenu--fullwidth {
  border: none;
  left: 0;
  right: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  visibility: hidden;
  top: 80px;
  max-width: calc(100 * var(--vw));
}
@media (min-width: 1200px) {
  .m-nav__subMenu--fullwidth {
    margin-left: calc(50% - 50 * var(--vw));
    margin-right: calc(50% - 50 * var(--vw));
  }
}
.m-nav__subMenu--fullwidth > .row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .m-nav__subMenu--fullwidth > .row {
    padding: 2rem 2rem;
  }
}
.m-nav__subMenu--fullwidth.open {
  visibility: visible;
}
.m-nav__verticalsMenu {
  padding: 0;
  background-color: #f9f9f2;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__verticalsMenu {
    margin-bottom: 2.125rem;
  }
  .m-nav__verticalsMenu > .row {
    padding: 1rem 0.5rem 7.5rem;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-nav__verticalsMenu > .row > .col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .m-nav__verticalsMenu > .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__verticalsMenu {
    padding: 0 0.625rem;
    background-color: #daeed9;
  }
  .m-nav__verticalsMenu.open:not(.animate__animated) {
    overflow: visible;
  }
  .m-nav__verticalsMenu > .row {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-nav__verticalsMenu > .row > .col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-nav__verticalsMenu {
    padding: 0 0.625rem;
    background-color: #daeed9;
  }
}
@media (min-width: 768px) {
  .m-nav__verticalsMenu .row .col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .m-nav__verticalsMenu {
    padding: 0 0 0;
    background-color: #daeed9;
  }
}
.m-nav__verticalsList {
  padding-left: 0;
}
.m-nav__singleVertical {
  text-decoration: none;
  padding: 0.75rem 3.125rem 0.75rem 6.25rem;
  -webkit-box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin: 0 0 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  height: 4.3125rem;
  border: 0.125rem solid transparent;
}
.m-nav__singleVertical a {
  text-decoration: none;
  color: #003d3b;
}
@media (min-width: 768px) {
  .m-nav__singleVertical a:hover:not(.button) {
    text-decoration: underline;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .m-nav__singleVertical {
    padding: 2.125rem 3.125rem 2.125rem 6.25rem;
    height: 5.625rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__singleVertical {
    margin: 0 0 1rem;
    padding: 2.125rem 3.125rem 2.125rem 6.25rem;
    height: 5.625rem;
  }
}
.m-nav__singleVertical-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  color: transparent !important;
}
.m-nav__singleVertical img {
  max-height: 2.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1.5rem;
  position: absolute;
  left: 1rem;
}
.m-nav__singleVertical:after {
  content: "";
  background-image: url(/assets/nav/menu-arr-right-ca77fc213461644a70d360304ccaa1e35edb0387365df0f6ae21c6317f9cb14a.svg);
  width: 1rem;
  height: 0.625rem;
  position: absolute;
  right: 1.8125rem;
}
.m-nav__singleVertical:hover {
  border: 0.125rem solid #82C780;
  -webkit-box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.m-nav__singleVertical:hover:after {
  background-image: url(/assets/nav/menu-arr-right-darkgreen-b828a7eea42a4895a91053fc5cc2ed6b2c35ebdc054a3b515e38fa523ae62ce9.svg);
}
.m-nav__verticalsCTA {
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1rem;
  height: 100%;
}
@media (min-width: 768px) {
  .m-nav__verticalsCTA {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__verticalsCTA {
    height: auto;
    margin-bottom: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.animate__animated .m-nav__verticalsCTA .button:before {
  content: unset;
}
.m-nav__verticalsCTACol {
  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) and (max-width: 991px) {
  .m-nav__verticalsCTACol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-nav__verticalsCTACol .m-nav__verticalsList {
    padding-right: 0.75rem;
  }
  .m-nav__verticalsCTACol > * {
    width: 50%;
  }
  .m-nav__verticalsCTACol .m-nav__singleVertical {
    margin-bottom: 0;
  }
}
.m-nav__verticalsCTA > p:last-of-type {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Book";
  letter-spacing: normal;
  text-transform: none;
}
.m-nav__verticalsCTA a {
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-nav__verticalsCTA a {
    width: auto;
    padding: 1rem 2.75rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #panel_checkout.open {
    left: 0;
    margin-left: 0;
  }
}

.nav-go-back {
  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;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "MaisonNeue-Demi";
  cursor: pointer;
}
.m-nav__wrp .nav-go-back {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-go-back img {
  margin-right: 0.75rem;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  position: relative;
  top: -1px;
}
.nav-go-back:hover img {
  -webkit-transform: translateX(-0.375rem);
          transform: translateX(-0.375rem);
}

.m-btn {
  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;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.m-btn--orange {
  background-color: #c54801;
  color: #f9f9f2;
}
.m-btn--orange:hover {
  color: #fff;
  -webkit-box-shadow: 8px 8px 0px #00403c;
          box-shadow: 8px 8px 0px #00403c;
}
.m-btn--outline {
  background-color: transparent;
  border: 2px solid;
  border-radius: 8px;
}
.m-btn--outline--darkgreen {
  border-color: #003d3b;
}
.m-btn--outline--darkgreen:hover {
  color: #003d3b;
  -webkit-box-shadow: 8px 8px 0px #00403c;
          box-shadow: 8px 8px 0px #00403c;
}
.m-btn--icon:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-btn--icon--login:after {
  background-image: url(/assets/nav/login-dd10861bbef3c7448664bce839368220b34964e6156e4f3c9d9f9efa2350552d.svg);
}
.m-btn:hover {
  text-decoration: none;
}

.mosh-faq .single-faq {
  position: relative;
}
.mosh-faq .single-faq__wrpAnchor {
  position: relative;
  display: block;
  height: 1px;
}
.mosh-faq small {
  font-size: 80%;
}
.mosh-faq .faq-question {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "MaisonNeue-Demi";
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 1rem 3rem 1rem 1rem;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: unset;
  letter-spacing: unset;
  border-radius: unset;
  color: #003d3b;
}
.mosh-faq .faq-question:focus {
  outline: none;
}
.mosh-faq .faq-question:after {
  position: absolute;
  right: 1rem;
  content: "";
  width: 1rem;
  height: 0.5rem;
  background-image: url(/assets/icons/faq-down-20e9fbf9d2f72a19b2fcae1090b492b2895576f809f942e7c6fa1867593dc79d.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .mosh-faq .faq-question:after {
    right: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky) {
    position: sticky;
    top: 5rem;
  }
  .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
    background: #daeed9;
    color: #003d3b;
    z-index: 97;
  }
}
.mosh-faq .faq-question[aria-expanded=true]:after {
  background-image: url(/assets/icons/faq-question-close-5173d982bcbe90ad531b3dfb01c04759ecf4d157e64d4b29cb188b60c0eae4f1.svg);
  height: 0.8rem;
}
.mosh-faq .faq-answer {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mosh-faq .faq-answer > .content {
  padding-top: 0.5rem;
  -webkit-transition: height ease 200ms;
  transition: height ease 200ms;
  padding-bottom: 1.25rem;
  word-break: break-word;
}
.mosh-faq .faq-answer > .content ol li {
  font-size: 100%;
  opacity: 1;
  margin-bottom: 0.375rem;
}
.mosh-faq .faq-answer > .content ol li::marker {
  font-size: 100%;
}
.mosh-faq .faq-answer > .content > p:last-of-type:not(:empty) {
  display: inline;
}
.mosh-faq .faq-answer > .content p:empty {
  display: none;
}
.mosh-faq .faq-answer .faq-readmore {
  font-family: "MaisonNeue-Demi";
  text-decoration: underline;
  cursor: pointer;
  margin-left: 0.25rem;
}
.mosh-faq .faq-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mosh-faq .faq-category > span {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #003d3b;
  background: #daeed9;
  padding: 0.1875rem 0.625rem;
  border-radius: 3.75rem;
}

/* FAQ */
.faq_answer {
  height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.faq_answer > div {
  padding-bottom: 1.25rem;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 1.25rem;
}

@media (min-width: 992px) {
  .faq_answer > div {
    padding-right: 3.125rem;
  }
}
.faq_answer.open > div {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.faq_item,
.faq_question,
.faq_answer {
  width: 100%;
}

.faq_item {
  border-bottom: 1px solid rgba(0, 61, 59, 0.15);
}

.faq_question {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.875rem;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: block !important;
}

.faq_question::after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(/assets/icons/expand-a6b316c14f6f5ca56ea0c958fc3c41c46cf876b782014df36d6ff804b3db5321.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem;
  -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;
  position: absolute;
  right: 0;
  top: 0.625rem;
}

.faq_question.open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.faq_item:last-child {
  border-bottom: 0;
}

.faq h6,
.faq_question h6 {
  margin-bottom: 0;
}

.faq_mini h5 {
  margin-bottom: 0;
}

.faq_mini .faq_question::after {
  top: 0;
  width: 0.625rem;
  bottom: 0;
  height: 0.625rem;
  left: auto;
  margin: auto;
}

.faq_mini .faq_answer > div {
  padding-top: 0;
}

.faq_mini .faq_item:last-child {
  border-bottom: 1px solid rgba(0, 61, 59, 0.15);
}

.faq {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: 310px;
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  padding-bottom: 230px;
}

@media (max-width: 992px) {
  .faq.nobgm {
    padding-bottom: 30px;
    background-image: none !important;
  }
}
.faq.nobgm .faq_question {
  font-size: 16px;
  font-family: "MaisonNeue-Demi";
  padding-right: 40px;
}
.faq.nobgm .faq_item {
  border-color: rgba(188, 188, 188, 0.2);
}
.faq.nobgm .faq_item:first-child {
  border-top: 1px solid rgba(188, 188, 188, 0.2);
}
.faq.nobgm .faq_question::after {
  background-image: url(/assets/icons/plus-small-dark-2afd6bf4f6db54ee5d96bbf61da40e6df9786ad7b2acb1d85ce1a6fb36338303.svg);
  background-size: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
@media (max-width: 991px) {
  .faq.nobgm .faq_header {
    font-size: 16px;
  }
}
.faq.nobgm h4 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faq.nobgm h4 {
    font-size: 40px;
  }
}
.faq.nobgm .faq_question,
.faq.nobgm .faq_answer {
  padding-left: 0;
}

@media (max-width: 575px) {
  #mhcp_faq .btn {
    width: 100%;
  }
}

.faq.faq_mh ul,
.faq.faq-wl ul {
  padding-left: 18px;
}

@media (min-width: 992px) {
  .faq {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .faq {
    background-size: 530px;
    background-position: bottom 20px right;
  }
  .faq.mh_faq {
    background-size: 440px;
    background-position: bottom 70px right 110px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .faq_mh,
  .faq-wl {
    background-position: bottom 20px right -110px;
  }
}
.faq_mh,
.faq-wl {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .faq_mh,
  .faq-wl {
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: 430px;
    background-position: bottom 70px right 80px;
  }
}

.crisis-support, :is(section).crisis-support {
  background-color: #daeed9;
  color: #003d3b;
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
}

.icon-tiles {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding: 1rem 0;
}
.icon-tiles > [class*=col-] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.icon-tile {
  border-radius: 5px;
  background-color: #f9f9f2;
  color: #003d3b;
  text-align: center;
  border: 1px solid #003d3b;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .icon-tile {
    margin-bottom: 0;
  }
}
.icon-tile img {
  width: 100%;
  max-width: 61px;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .icon-tile img {
    max-width: 53px;
  }
}
.icon-tile span {
  font-family: "Clearface-Bold";
  font-size: 1rem;
  display: block;
}

.select-checkbox {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 576px) {
  .select-checkbox {
    max-width: 320px;
  }
}
.select-checkbox input {
  display: none;
}
.select-checkbox label {
  border: 2px solid #CBCBCB;
  background-color: white;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
  min-height: 56px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-checkbox label::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #CBCBCB;
  background-image: url(/assets/icons/check-states-983a3c7b2ca5d005651f1484ec2d67892e6b51a474f49a2fb97c7aec6edf076e.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0 0;
}
.select-checkbox label:hover {
  border-color: #82c780;
}
.select-checkbox label:hover::after {
  background-position: 0 -40px;
  background-color: #daeed9;
  border-color: transparent;
}
.select-checkbox__title {
  font-family: "MaisonNeue-Demi";
}
.select-checkbox input:checked + label {
  border-color: #82c780;
}
.select-checkbox input:checked + label::after {
  background-position: 0 -80px;
  background-color: #82c780;
  border-color: transparent;
}

.btn-fixed {
  position: fixed;
  padding: 20px 15px 15px 15px;
  width: 100%;
  z-index: 97;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.btn-fixed .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-fixed[data-visiblity=hidden] {
  bottom: -107px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.btn-fixed[data-visiblity=hidden].reveal {
  opacity: 1;
  bottom: 0;
}
.btn-fixed[data-bg=darkgreen] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 61, 59, 0)), color-stop(19.27%, #003D3B));
  background: -webkit-linear-gradient(top, rgba(0, 61, 59, 0) 0%, #003D3B 19.27%);
  background: linear-gradient(180deg, rgba(0, 61, 59, 0) 0%, #003D3B 19.27%);
}
@media (min-width: 768px) {
  .btn-fixed[data-disable=md] {
    position: static;
    padding: 0;
  }
  .btn-fixed[data-disable=md] .btn {
    width: auto;
  }
}

.crisis-support, :is(section).crisis-support {
  background-color: #daeed9;
  color: #003d3b;
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
}

.horizontal-slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: auto;
  cursor: -webkit-grab;
  cursor: grab;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  -webkit-overflow-scrolling: auto;
}
.horizontal-slider:not(.show-scroll)::-webkit-scrollbar {
  display: none;
}
.horizontal-slider--wrp {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-slider {
    width: calc(100% + 1.625rem);
  }
}
.horizontal-slider.show-scroll {
  padding-bottom: 1.75rem;
}
.horizontal-slider.show-scroll::-webkit-scrollbar {
  height: 0.375rem;
  -webkit-transition: background-color ease 200ms;
  transition: background-color ease 200ms;
}
.horizontal-slider.show-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.horizontal-slider.show-scroll::-webkit-scrollbar-thumb {
  background-color: #82c780;
  border-radius: calc(0.375rem / 2);
}
.horizontal-slider.show-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #003d3b;
}
@media (min-width: 0) and (max-width: 767px) {
  .horizontal-slider.give-nudge.slider--initialized > div {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation: nudge 2s ease 1;
            animation: nudge 2s ease 1;
  }
}
.horizontal-slider--wrp {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.horizontal-slider > div {
  margin: 0 calc(1rem / 2);
}
.horizontal-slider > div.doctor-tile:last-of-type {
  margin-right: calc(1.625rem / 2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-slider > div.doctor-tile {
    margin: 0 1.25rem;
  }
  .horizontal-slider > div.doctor-tile:first-of-type {
    margin-left: 0;
  }
  .horizontal-slider > div.doctor-tile:first-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .horizontal-slider > div {
    margin: 0 calc(1.625rem / 2);
  }
}
@media (min-width: 992px) {
  .horizontal-slider > div:first-of-type {
    margin-left: 0;
  }
  .horizontal-slider > div:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .horizontal-slider:not(.sm-centered) > div:first-of-type {
    margin-left: 0;
  }
  .horizontal-slider:not(.sm-centered) > div:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-slider.md-wrap {
    margin: 0 calc(-1.625rem / 2 - 1.75rem);
    padding: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-slider.md-wrap > div {
    margin-bottom: 1.75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: calc(25% - 1.625rem);
        flex-basis: calc(25% - 1.625rem);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-slider.md-no-wrap {
    max-width: 100%;
    overflow: auto;
  }
}
.horizontal-slider.md-no-wrap > div:first-of-type {
  margin-left: 0;
}
.horizontal-slider.md-no-wrap > div:last-of-type {
  margin-right: 0;
}

.horizontal-slider.full-width.slider-draggable {
  width: calc(var(--vw, 1vw) * 100);
  margin-left: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-slider.full-width.slider-draggable.md-wrap {
    width: auto;
    margin: 0 calc(1.625rem / -2);
    padding: 0;
  }
}
.horizontal-slider.slider-centered {
  left: 50%;
  padding-right: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}

.info_content_collapse {
  background-color: #daeed9;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .info_content_collapse {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .info_content_collapse {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.info_content_collapse h1 {
  font-size: 3rem;
  margin-top: 2rem;
}
.info_content_collapse h2 {
  margin-top: 50px;
  font-size: 27px;
}
@media (min-width: 768px) {
  .info_content_collapse h2 {
    font-size: 35px;
  }
}
.info_content_collapse h3 {
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 35px;
}
.info_content_collapse .container {
  max-width: 800px;
}
.info_content_collapse .faq_item {
  text-align: center;
}
.info_content_collapse .faq_question {
  font-size: 18px;
}
@media (min-width: 992px) {
  .info_content_collapse .faq_question {
    font-size: 21px;
    padding-right: 50px;
    display: inline-block !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.info_content_collapse .faq_answer.open {
  margin-bottom: 30px;
}
.info_content_collapse .faq_question::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.info_content_collapse h1 {
  margin-top: 30px;
  font-size: 27px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info_content_collapse h1 {
    font-size: 35px;
    margin-top: 40px;
  }
}
.info_content_collapse h2 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .info_content_collapse h2 {
    font-size: 26px;
  }
}

.new-message-wrap {
  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: 100%;
  margin-top: 2rem;
}
.new-message-wrap .new-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-message-wrap .new-message > img {
  height: 4.5rem;
  width: 4.5rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  border-radius: 2.75rem;
}
.new-message-wrap .new-message-doctor {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
.new-message-wrap .new-message-txt {
  font-size: 1.125rem;
  color: #003d3b;
  margin-bottom: 0.5rem;
}
.new-message-wrap .new-message-time {
  font-size: 1.125rem;
  color: #6b6b6b;
  margin-bottom: 1.5rem;
}

.pdf-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  z-index: 1050;
  -webkit-transition: 300ms cubic-bezier(0.33, 1, 0.68, 1) all;
  transition: 300ms cubic-bezier(0.33, 1, 0.68, 1) all;
  pointer-events: none;
  padding-top: 0;
  background-color: #fff;
  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) {
  .pdf-modal {
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pdf-modal {
    width: 75vw;
    -webkit-transform: translateX(75vw);
            transform: translateX(75vw);
  }
}
@media (min-width: 992px) {
  .pdf-modal {
    width: 650px;
    -webkit-transform: translateX(650px);
            transform: translateX(650px);
  }
}
.pdf-modal.reveal {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
}
.pdf-modal.reveal .pdf-modal-body iframe {
  opacity: 1;
}
.pdf-modal-header {
  padding: 0.75rem 0.625rem;
  border-radius: 0.375rem 0.375rem 0 0;
  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;
  position: relative;
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
}
.pdf-modal-header a.pdf_back_arrow {
  position: static;
  background-size: 21px;
  background-position: center;
  width: 50px !important;
  margin-right: 11px;
  width: 21px;
  height: 21px;
  background-image: url(/assets/icons/arrow-left-tail-dark);
  background-repeat: no-repeat;
}
.pdf-modal-body {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.pdf-modal-body p {
  font-family: "MaisonNeue-Book";
  margin: 0;
}
.pdf-modal-body p.title {
  font-size: 1.125rem;
}
.pdf-modal-body p strong {
  font-family: "MaisonNeue-Demi";
}
.pdf-modal-body .section-break {
  margin-bottom: 3rem;
}
.pdf-modal-body .section-break-top {
  margin-top: 3rem;
}
.pdf-modal-body .pdf-long-letter > * {
  margin-bottom: 1rem;
}

.m-top-bar {
  background: #003d3b;
  color: #fff;
  text-align: center;
  width: 100%;
  max-height: 4rem;
}

.m-top-bar--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0.75rem;
  -webkit-animation: topBarRotation 10s infinite;
          animation: topBarRotation 10s infinite;
  overflow: hidden;
  width: 100%;
}
.m-top-bar--item img,
.m-top-bar--item svg {
  height: 2rem;
  width: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.m-top-bar--item img.m-top-bar--item--icon-after,
.m-top-bar--item svg.m-top-bar--item--icon-after {
  height: 1rem;
}
.m-top-bar--item > a {
  text-decoration: none;
}
.m-top-bar--item span {
  padding: 0 0.75rem;
  font-size: 0.8rem;
}
.m-top-bar--item p,
.m-top-bar--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.m-top-bar--item > ul {
  -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;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.m-top-bar--item > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-right: 1rem;
  min-height: 2rem;
}
.m-top-bar--item > ul > li > .no-underline {
  text-decoration: none;
}
.m-top-bar--item > ul > li:after {
  content: "|";
  padding-left: 1rem;
}
.m-top-bar--item > ul > li:last-child {
  padding-right: 0;
}
.m-top-bar--item > ul > li:last-child:after {
  padding-left: 1rem;
  content: "";
}
@media (min-width: 768px) {
  .m-top-bar--item > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-pill {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
  border-radius: 5.5rem;
}
.m-pill.is-dark {
  background-color: #003d3b;
  color: #fff;
}
.m-pill.is-grey {
  background-color: #f6f6f6;
  color: #6b6b6b;
}
.m-pill.is-light {
  background-color: #daeed9;
  color: #003d3b;
}

.heading-wrapper h2 {
  font-family: "Clearface-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (min-width: 0) and (max-width: 767px) {
  .heading-wrapper h2 {
    font-size: 1.5rem;
  }
}
.heading-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #406e6c;
}
@media (min-width: 0) and (max-width: 767px) {
  .heading-wrapper p {
    font-size: 1rem;
  }
}
.heading-wrapper img {
  margin: 1.5rem 0;
}

.bottom-wrapper {
  margin-top: 2rem;
}
.bottom-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #6b6b6b;
}

.stepper-container {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.stepper-container--sand {
  background-color: #f9f9f3;
}
.stepper-container--sand .is-active .stepper_item {
  background: #daeed9;
}
.stepper-container--green {
  background-color: #daeed9;
}
.stepper-container--green .is-active .stepper_item {
  background: #f9f9f3;
}
.stepper-container--green .is-active .stepper_item-vertical-separator {
  background: #fff;
}
.stepper-container--green .is-active .stepper_item-horizontal-separator-md {
  background: #fff;
}
.stepper-container--green .is-active .md-step-bar-right {
  border-top: 2px solid #fff !important;
}
.stepper-container .stepper_item {
  background-color: #003d3b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 8px;
}
.stepper-container .stepper_item img {
  width: 14px;
  height: auto;
}
.stepper-container .stepper_item-vertical-separator {
  height: 1.5rem;
  width: 2px;
  background: #003d3b;
  margin: 0 auto;
  border-radius: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .stepper-container .stepper_item-vertical-separator {
    background: #e2e2e2;
  }
}
.stepper-container .stepper_item-horizontal-separator-md {
  width: 1rem;
  height: 2px;
  background: #003d3b;
}
@media (min-width: 768px) {
  .stepper-container .stepper_item-horizontal-separator-md {
    display: none;
  }
}
.stepper-container .stepper-title {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}
.stepper-container .stepper-description {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-left: 0.625rem;
}
.stepper-container .stepper-title, .stepper-container .stepper-description {
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 767px) {
  .stepper-container .stepper_item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .stepper-container .stepper_item-vertical-separator {
    position: absolute;
    left: 0.45rem;
    height: 2.7em;
    margin-top: 4.5rem;
  }
  .stepper-container .stepper .separator-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.horizontal-separator {
  width: 136px;
}

.stepper-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -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: 0) and (max-width: 767px) {
  .stepper-horizontal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
  }
}
.stepper-horizontal .step {
  position: relative;
}
.stepper-horizontal .step:last-child {
  margin-left: -4rem;
}
.stepper-horizontal .step:last-child .md-step-bar-right {
  display: none;
}
.stepper-horizontal .step .md-step-circle {
  text-align: center;
}
.stepper-horizontal .step .md-step-bar-right {
  position: absolute;
  right: -1.5rem;
  left: 49%;
  margin-left: 20px;
  top: 50%;
  min-width: 8.5rem;
  border-top: 2px solid #e2e2e2;
  border-radius: 0.5rem;
  height: 1px;
}
.stepper-horizontal .step:nth-child(odd) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.stepper-horizontal .step:nth-child(odd) .separator-container {
  margin-top: -7px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .stepper-horizontal .step:nth-child(odd) .stepper_item {
    min-height: 6.5rem;
  }
}
.stepper-horizontal .step:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 4.8rem;
}
.stepper-horizontal .step:nth-child(even) .stepper_item-vertical-separator {
  margin-top: -7px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .stepper-horizontal .step:nth-child(even) {
    margin-top: 7.5rem;
  }
}
.stepper-horizontal .step:nth-child(2) {
  margin-left: -5rem;
}
.stepper-horizontal .step:nth-child(3) {
  margin-left: -7.5rem;
}
.stepper-horizontal .step .separator-container {
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .stepper-horizontal .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stepper-horizontal .step:not(:first-child) {
    margin-top: 0.5rem;
  }
  .stepper-horizontal .step:nth-child(even) {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .stepper-horizontal .step:nth-child(even) .stepper_item-vertical-separator {
    margin-top: 4.5rem;
  }
  .stepper-horizontal .step:nth-child(2), .stepper-horizontal .step:nth-child(3), .stepper-horizontal .step:last-child {
    margin-left: 0;
  }
  .stepper-horizontal .step .md-step-bar-right {
    display: none;
  }
  .stepper-horizontal .step:last-child .stepper_item-vertical-separator {
    display: none;
  }
  .stepper-horizontal .step:nth-child(odd) .separator-container {
    margin-top: 0;
  }
}

.is-active .stepper-title, .is-active .stepper-description {
  color: #003d3b;
}
.is-active .stepper_item-vertical-separator {
  background: #daeed9;
}
.is-active .stepper_item-horizontal-separator-md {
  background: #daeed9;
}
.is-active .md-step-bar-right {
  border-top: 2px solid #daeed9 !important;
}

.m-therapy {
  background-color: #f9f9f2;
}
.m-therapy .container {
  padding: 3rem 25px 2rem 25px;
}
.m-therapy section:not(.crisis-support) {
  padding: 0;
}
.m-therapy #therapy-reviews {
  padding-top: 3rem;
}
.m-therapy #m_health_reviews_carousel .flickity-page-dots {
  display: none;
}
.m-therapy .mh_medicare img {
  height: auto;
  width: 33.3333333333%;
}
@media (min-width: 992px) {
  .m-therapy .mh_medicare img {
    width: 100%;
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .m-therapy .mh_medicare p.font-size-xsmall {
    padding-right: 10rem;
  }
}
.m-therapy #our_pricing .mobile-pricing .mh_price {
  font-size: 1.5rem;
}
.m-therapy #our_pricing .mobile-pricing .big {
  font-size: 1.25rem;
}
.m-therapy .faq_mh {
  background-size: 20%;
}

.info_content_collapse {
  padding: 0;
}
.info_content_collapse .container {
  padding: 1rem 25px;
}
.info_content_collapse .faq_question {
  font-size: 1rem;
}
.info_content_collapse .faq_question:after {
  background-size: 1rem;
  background-image: url(/assets/icons/plus-small-dark-2afd6bf4f6db54ee5d96bbf61da40e6df9786ad7b2acb1d85ce1a6fb36338303.svg);
  right: 5px;
}

section:is(.hero) {
  padding: 0;
  background-color: #f9f9f2;
  background-image: none;
  min-height: 0;
}
@media (max-width: 599px) {
  section:is(.hero) .heading {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
section:is(.hero) .list-with-tick {
  padding: 1rem 1rem 1rem 1.25rem;
}
section:is(.hero) .button {
  display: block;
}
@media (min-width: 768px) {
  section:is(.hero) {
    background: url(/assets/therapy/therapy-hero-desktop-da17f3826a2562be9faac2a86301fa1d84fb7b7295337c8c6fcb72720074e653.png) no-repeat;
    aspect-ratio: 1440/499;
    background-size: cover;
  }
  section:is(.hero) .container,
  section:is(.hero) .row {
    height: 100%;
  }
  section:is(.hero) .hero-info {
    padding: 2rem 0;
    position: absolute;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section:is(.hero) .button {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section:is(.hero) .container {
    max-width: none;
  }
  section:is(.hero) .heading {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }
  section:is(.hero) .list-with-tick {
    padding: 0 0 0.5rem 1rem;
  }
  section:is(.hero) .list-with-tick li {
    font-size: 0.75rem;
    padding-bottom: 0.25rem;
  }
  section:is(.hero) .list-with-tick li:before {
    top: 3px;
    width: 0.75rem;
    height: 0.75rem;
    left: -1rem;
  }
  section:is(.hero) .button {
    padding: 0.75rem 1.25rem;
    font-size: 0.75rem;
  }
  section:is(.hero) .button.has-arrow:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media (min-width: 992px) {
  section:is(.hero) .hero-info {
    left: 0;
  }
  section:is(.hero) .heading {
    margin-bottom: 0.5rem;
  }
  section:is(.hero) .list-with-tick {
    padding: 0.25rem 1.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  section:is(.hero) .heading {
    font-size: 3rem;
  }
  section:is(.hero) .list-with-tick {
    padding-bottom: 1rem;
    font-size: 1rem;
  }
}
.find-a-therapist {
  background-color: #003d3b;
}
.find-a-therapist p,
.find-a-therapist .heading,
.find-a-therapist .list {
  color: #fff;
}
.find-a-therapist .list-with-tick {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.find-a-therapist .list-with-tick li {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: calc(50% - 1rem);
  margin-right: 0.5rem;
}
.find-a-therapist .list-with-tick li:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.35313 10.8531C7.15938 11.05 6.84062 11.05 6.64687 10.8531L4.64687 8.85312C4.45 8.65937 4.45 8.34062 4.64687 8.14687C4.84062 7.95 5.15938 7.95 5.35313 8.14687L7 9.79375L10.6469 6.14687C10.8406 5.95 11.1594 5.95 11.3531 6.14687C11.55 6.34062 11.55 6.65938 11.3531 6.85313L7.35313 10.8531ZM16 8.5C16 12.9187 12.4187 16.5 8 16.5C3.58125 16.5 0 12.9187 0 8.5C0 4.08125 3.58125 0.5 8 0.5C12.4187 0.5 16 4.08125 16 8.5ZM8 1.5C4.13438 1.5 1 4.63438 1 8.5C1 12.3656 4.13438 15.5 8 15.5C11.8656 15.5 15 12.3656 15 8.5C15 4.63438 11.8656 1.5 8 1.5Z' fill='%2382C780'/%3E%3C/svg%3E%0A");
}
.which-type-of-therapist {
  background-color: #fff;
}
.which-type-of-therapist .list {
  padding-right: 1rem;
  margin-left: 1rem;
}
.which-type-of-therapist .list li {
  padding-left: 0;
}
.which-type-of-therapist .list-heading {
  font-family: "MaisonNeue-Bold";
  display: none;
}
@media (min-width: 992px) {
  .which-type-of-therapist .list-heading {
    display: block;
  }
}

.meet-the-therapists .therapists {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .meet-the-therapists .therapists {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .meet-the-therapists .therapist-cards[data-slider=true] {
    padding: 1rem 0;
    width: calc(100% + 1rem);
  }
}
.meet-the-therapists .therapist-cards[data-slider=true] .card[data-card-type=therapist] {
  width: calc(75% + 1rem);
  margin-right: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  display: block;
}
@media (min-width: 768px) {
  .meet-the-therapists .therapist-cards[data-slider=true] .card[data-card-type=therapist] {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (min-width: 992px) {
  .meet-the-therapists .therapist-cards[data-slider=true] .card[data-card-type=therapist] {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 992px) {
  .meet-the-therapists .therapist-cards[data-slider=true] .card[data-card-type=therapist]:hover {
    background-size: 180%;
  }
}
@media (max-width: 599px) {
  .meet-the-therapists .therapist-cards[data-slider=true] .card[data-card-type=therapist].is-selected .card-image {
    background-size: 140%;
  }
}
.meet-the-therapists .therapist-cards[data-slider=true] .card-image {
  aspect-ratio: 222/137;
  background-size: 118%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@media (min-width: 992px) {
  .meet-the-therapists .therapist-cards[data-slider=true] .card-image {
    aspect-ratio: 291/241;
    background-size: 170%;
  }
}
.meet-the-therapists .therapist-cards[data-slider=true] .card-details {
  background-color: #fff;
  color: #003d3b;
  text-align: left;
  padding: 0.5rem;
}
.meet-the-therapists .therapist-cards[data-slider=true] .card-details p {
  margin: 0;
}
.meet-the-therapists .therapist-cards[data-slider=true] .card-name {
  font-family: "MaisonNeue-Demi";
}
.meet-the-therapists .therapist-cards[data-slider=true] .card-therapist-title {
  font-size: 0.75rem;
}
.meet-the-therapists .slider-controls {
  text-align: right;
}
.meet-the-therapists .slider-controls a, .meet-the-therapists .slider-controls span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.meet-the-therapists .slider-controls a {
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
  text-decoration: underline;
}
.meet-the-therapists .slider-controls a:hover {
  color: #82c780;
}
.meet-the-therapists .slider-controls span {
  cursor: pointer;
}
.meet-the-therapists .slider-controls span svg path {
  fill: #cdcdcd;
}
.meet-the-therapists .slider-controls span svg:hover path {
  fill: #003d3b;
}
.meet-the-therapists .slider-controls span:hover {
  opacity: 1;
}
.meet-the-therapists .slider-controls span#sliderPrev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 576px) {
  .meet-the-therapists .mobile-therapists-actions {
    padding: 1rem 0 2rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .meet-the-therapists .mobile-therapists-actions .button {
    max-width: 275px;
    margin-right: 1rem;
  }
  .meet-the-therapists .mobile-therapists-actions .button:last-child, .meet-the-therapists .mobile-therapists-actions .button:last-of-type {
    margin-right: 0;
  }
}
.meet-the-therapists .desktop-therapists-actions {
  padding: 2rem 0 5rem 0;
}
.meet-the-therapists .desktop-therapists-actions .therapist_mchp_info {
  margin-top: 0;
}
.meet-the-therapists .therapist_mhcp_info svg {
  margin-left: 3px;
}
.meet-the-therapists .therapist_mhcp_info:hover {
  color: #82c780;
  fill: #82c780;
}
.meet-the-therapists .therapist_mhcp_info:hover svg path {
  fill: #82c780;
}

.hl-treatment #twilio_tooltip, .weight-loss-plan--c #twilio_tooltip {
  display: none;
}
.hl-treatment section, .weight-loss-plan--c section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .hl-treatment section, .weight-loss-plan--c section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .hl-treatment section.section-md, .weight-loss-plan--c section.section-md {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .hl-treatment section.section-lg, .weight-loss-plan--c section.section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.hl-treatment .section-title, .weight-loss-plan--c .section-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .hl-treatment .section-title, .weight-loss-plan--c .section-title {
    font-size: 48px;
  }
}
.hl-treatment .section-title-sm, .weight-loss-plan--c .section-title-sm {
  font-size: 24px;
  line-height: 1.2;
}
.hl-treatment #your-treatment, .weight-loss-plan--c #your-treatment {
  background: #f9f9f2;
}
.hl-treatment #your-treatment .container, .weight-loss-plan--c #your-treatment .container {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.hl-treatment #your-treatment .treatment-img, .weight-loss-plan--c #your-treatment .treatment-img {
  max-width: 103px;
  margin: 0 auto;
}
.hl-treatment #your-treatment .treatment-name, .weight-loss-plan--c #your-treatment .treatment-name {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .hl-treatment #your-treatment .treatment-name, .weight-loss-plan--c #your-treatment .treatment-name {
    font-size: 32px;
    line-height: 48px;
  }
}
.hl-treatment #your-treatment .treatment-desc, .weight-loss-plan--c #your-treatment .treatment-desc {
  margin-bottom: 1.5rem;
}
.hl-treatment #doc-letter .doc-info-header .doc-img, .weight-loss-plan--c #doc-letter .doc-info-header .doc-img {
  width: 73px;
  height: 73px;
  margin: 0 auto 11px;
}
.hl-treatment #doc-letter .doc-info-header .doc-img img, .weight-loss-plan--c #doc-letter .doc-info-header .doc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.hl-treatment #doc-letter .doc-info-header .doc-name, .weight-loss-plan--c #doc-letter .doc-info-header .doc-name {
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  font-size: 18px;
  line-height: 27px;
}
.hl-treatment #doc-letter .doc-letter-txt, .weight-loss-plan--c #doc-letter .doc-letter-txt {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .hl-treatment #doc-letter .doc-letter-txt, .weight-loss-plan--c #doc-letter .doc-letter-txt {
    max-width: 768px;
  }
}
.hl-treatment #doc-letter .doc-letter-txt > p:first-of-type, .weight-loss-plan--c #doc-letter .doc-letter-txt > p:first-of-type {
  display: inline-block;
}
.hl-treatment #doc-letter .doc-info-footer, .weight-loss-plan--c #doc-letter .doc-info-footer {
  font-size: 18px;
  line-height: 27px;
  color: #003d3b;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
.hl-treatment #doc-letter .doc-info-footer-questions, .weight-loss-plan--c #doc-letter .doc-info-footer-questions {
  margin: 1.5rem 0;
  padding: 0.625rem 0.5rem 0.625rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
  border: 2px solid #003d3b;
  border-radius: 1.75rem;
  text-decoration: none;
}
.hl-treatment #doc-letter .doc-info-footer-questions img, .weight-loss-plan--c #doc-letter .doc-info-footer-questions img {
  margin-left: 0.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.hl-treatment #doc-letter .send-doctor-message, .weight-loss-plan--c #doc-letter .send-doctor-message {
  padding: 0 1rem;
}
.hl-treatment #doc-letter .new-message, .weight-loss-plan--c #doc-letter .new-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hl-treatment #doc-letter .new-message__txt, .weight-loss-plan--c #doc-letter .new-message__txt {
  font-size: 18px;
  line-height: 27px;
  color: #003d3b;
  margin-bottom: 8px;
}
.hl-treatment #doc-letter .new-message__time, .weight-loss-plan--c #doc-letter .new-message__time {
  font-size: 18px;
  line-height: 27px;
  color: #6b6b6b;
  margin-bottom: 24px;
}
.hl-treatment #mosh-guarantee, .weight-loss-plan--c #mosh-guarantee {
  background: #daeed9;
  padding-left: 9px;
  padding-right: 9px;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee, .weight-loss-plan--c #mosh-guarantee {
    padding-left: 0;
    padding-right: 0;
  }
}
.hl-treatment #mosh-guarantee .container, .weight-loss-plan--c #mosh-guarantee .container {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
}
.hl-treatment #mosh-guarantee .section-info, .weight-loss-plan--c #mosh-guarantee .section-info {
  position: absolute;
  top: 0;
  right: 15px;
}
.hl-treatment #mosh-guarantee .modal-body, .weight-loss-plan--c #mosh-guarantee .modal-body {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background: #003d3b;
  border-radius: 4px;
  text-align: center;
}
.hl-treatment #mosh-guarantee .modal-body a, .weight-loss-plan--c #mosh-guarantee .modal-body a {
  margin-top: 16px;
  display: block;
}
.hl-treatment #mosh-guarantee .modal-dialog, .weight-loss-plan--c #mosh-guarantee .modal-dialog {
  max-width: 90%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hl-treatment #mosh-guarantee .mosh-guarantee__wrp, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__wrp {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .mosh-guarantee__wrp, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__wrp {
    background: #fff;
    padding: 16px;
    height: 100%;
    border-radius: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.hl-treatment #mosh-guarantee .mosh-guarantee__img, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__img {
  width: 75px;
  margin-right: 32px;
  display: none;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .mosh-guarantee__img, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__img {
    display: block;
  }
}
.hl-treatment #mosh-guarantee .mosh-guarantee__lst, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hl-treatment #mosh-guarantee .mosh-guarantee__lstItm, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__lstItm {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  padding-left: 24px;
}
.hl-treatment #mosh-guarantee .mosh-guarantee__lstItm:not(:last-of-type), .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__lstItm:not(:last-of-type) {
  margin-bottom: 8px;
}
.hl-treatment #mosh-guarantee .mosh-guarantee__lstItm:before, .weight-loss-plan--c #mosh-guarantee .mosh-guarantee__lstItm:before {
  background-image: url(/assets/icons/filled-tick-e64c13c0756994b6c3495d42641a000a3fcb9091d591402747d6bc0a49584b46.svg);
  display: inline-block;
  margin-right: 8px;
  content: "";
  width: 17px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.hl-treatment #mosh-guarantee .doc-img, .weight-loss-plan--c #mosh-guarantee .doc-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 1.58215px 6.3286px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1.58215px 6.3286px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .doc-img, .weight-loss-plan--c #mosh-guarantee .doc-img {
    -webkit-filter: unset;
            filter: unset;
  }
}
.hl-treatment #mosh-guarantee .doc-img__wrp, .weight-loss-plan--c #mosh-guarantee .doc-img__wrp {
  min-width: 54px;
  width: 54px;
  height: 54px;
  aspect-ratio: 1;
  position: relative;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .doc-img__wrp, .weight-loss-plan--c #mosh-guarantee .doc-img__wrp {
    min-width: 96px;
    width: 96px;
    height: 96px;
    margin-right: 32px;
  }
}
.hl-treatment #mosh-guarantee .doc-img__wrp:after, .weight-loss-plan--c #mosh-guarantee .doc-img__wrp:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 2px solid #fff;
  background: #69c97c;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: none;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .doc-img__wrp:after, .weight-loss-plan--c #mosh-guarantee .doc-img__wrp:after {
    display: block;
  }
}
.hl-treatment #mosh-guarantee .any-questions, .weight-loss-plan--c #mosh-guarantee .any-questions {
  margin-right: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hl-treatment #mosh-guarantee .any-questions__wrp, .weight-loss-plan--c #mosh-guarantee .any-questions__wrp {
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .any-questions__wrp, .weight-loss-plan--c #mosh-guarantee .any-questions__wrp {
    padding: 16px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.hl-treatment #mosh-guarantee .any-questions__wrp .doc_img, .weight-loss-plan--c #mosh-guarantee .any-questions__wrp .doc_img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.hl-treatment #mosh-guarantee .any-questions__img, .weight-loss-plan--c #mosh-guarantee .any-questions__img {
  width: 48px;
  height: 48px;
  justify-self: flex-end;
  cursor: pointer;
}
.hl-treatment #mosh-guarantee .any-questions__img.mobile_only, .weight-loss-plan--c #mosh-guarantee .any-questions__img.mobile_only {
  margin-left: auto;
}
.hl-treatment #mosh-guarantee .any-questions .doc-question, .weight-loss-plan--c #mosh-guarantee .any-questions .doc-question {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  font-family: "MaisonNeue-Demi";
}
.hl-treatment #mosh-guarantee .any-questions .doc-question ~ p, .weight-loss-plan--c #mosh-guarantee .any-questions .doc-question ~ p {
  margin-bottom: 0;
}
.hl-treatment #mosh-guarantee .any-questions .doc-question ~ p.mobile_only, .weight-loss-plan--c #mosh-guarantee .any-questions .doc-question ~ p.mobile_only {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-guarantee .any-questions .doc-question, .weight-loss-plan--c #mosh-guarantee .any-questions .doc-question {
    font-size: 32px;
    line-height: 38px;
    font-family: "Clearface-Bold";
    margin-bottom: 8px;
  }
}
.hl-treatment #what-to-expect, .weight-loss-plan--c #what-to-expect {
  background-color: #f9f9f2;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect, .weight-loss-plan--c #what-to-expect {
    background-color: #fff;
  }
}
.hl-treatment #what-to-expect .section-title, .weight-loss-plan--c #what-to-expect .section-title {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .section-title, .weight-loss-plan--c #what-to-expect .section-title {
    margin-bottom: 55px;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp {
  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) {
  .hl-treatment #what-to-expect .what-to-expect__wrp, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 32px;
  }
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    border-left: 2px solid #003d3b;
    content: "";
  }
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:first-of-type:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:first-of-type:before {
    top: 29px;
  }
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:last-of-type:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:last-of-type:before {
    top: unset;
    bottom: 20px;
  }
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:last-of-type:after, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:last-of-type:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    border-left: 2px dashed #003d3b;
    content: "";
  }
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step.active .step-header:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step.active .step-header:before {
    background: #003d3b;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:last-of-type, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step {
    margin-bottom: 0;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header {
    display: block;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header > img, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header > img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header > img, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header > img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header .step-header__col, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header .step-header__col {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header .step-header__col, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header .step-header__col {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-header:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header:before {
    height: 16px;
    width: 16px;
    border: 2px solid #003d3b;
    border-radius: 50%;
    background: #f9f9f2;
    position: absolute;
    left: -7px;
    z-index: 1;
    content: "";
    top: 29px;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-img, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-img {
  max-height: 58px;
  width: auto;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-heading, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-heading {
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .step-desc, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-desc {
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .expect-list, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .expect-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .expect-list, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .expect-list {
    padding: 0 48px;
    margin-top: 0;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .expect-list li, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .expect-list li {
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  position: relative;
  padding-left: 15px;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .expect-list li:not(:last-of-type), .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .expect-list li:not(:last-of-type) {
  margin-bottom: 16px;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .expect-list li:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .expect-list li:before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(/assets/icons/arrow-right-green-ddd84e0f2d79c144b6bbc57464f3b170c9978fbd7925247554acd3cf2b3a6615.svg);
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider {
  height: 2px;
  width: 100%;
  position: relative;
  margin: 16px 0 32px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: none;
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #003d3b;
  content: "";
  display: block;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider:after, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  border-top: 2px dashed #003d3b;
  content: "";
  display: none;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider .divider-step, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .what-to-expect__divider .divider-step {
  height: 16px;
  width: 16px;
  border: 2px solid #003d3b;
  border-radius: 50%;
  background: #f9f9f2;
  position: relative;
  top: -7px;
  z-index: 1;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:first-of-type .what-to-expect__divider:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:first-of-type .what-to-expect__divider:before {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  width: 50%;
  border-top: 2px solid #003d3b;
  content: "";
  display: block;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:first-of-type .what-to-expect__divider:after, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:first-of-type .what-to-expect__divider:after {
  display: none;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:last-of-type .what-to-expect__divider:before, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:last-of-type .what-to-expect__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  border-top: 2px solid #003d3b;
  content: "";
  display: block;
}
.hl-treatment #what-to-expect .what-to-expect__wrp .expect-step:last-of-type .what-to-expect__divider:after, .weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step:last-of-type .what-to-expect__divider:after {
  display: block;
}
.hl-treatment #faq, .weight-loss-plan--c #faq {
  background: #f9f9f2;
  padding-bottom: 120px;
}
.hl-treatment #faq .faq-img, .weight-loss-plan--c #faq .faq-img {
  margin-top: auto;
  margin-left: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #faq .faq-img, .weight-loss-plan--c #faq .faq-img {
    max-height: 150px;
    margin-right: auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #faq .section-title, .weight-loss-plan--c #faq .section-title {
    margin-bottom: 22px;
  }
}
.hl-treatment #mosh-results, .weight-loss-plan--c #mosh-results {
  overflow-x: hidden;
  padding-left: 9px;
  padding-right: 9px;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-results, .weight-loss-plan--c #mosh-results {
    padding-left: 0;
    padding-right: 0;
  }
}
.hl-treatment #mosh-results .text-light-green, .weight-loss-plan--c #mosh-results .text-light-green {
  color: #daeed9;
}
.hl-treatment #mosh-results .text-sm, .weight-loss-plan--c #mosh-results .text-sm {
  font-size: 14px;
  line-height: 21px;
}
.hl-treatment #mosh-results .trustpilot-widget, .weight-loss-plan--c #mosh-results .trustpilot-widget {
  margin-top: 22px;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #mosh-results .trustpilot-widget, .weight-loss-plan--c #mosh-results .trustpilot-widget {
    margin-bottom: -10px;
  }
}
.hl-treatment #mosh-results .trustpilot-widget #reviews-summary, .weight-loss-plan--c #mosh-results .trustpilot-widget #reviews-summary {
  color: #fff;
}
.hl-treatment #mosh-results .trustpilot-widget .tp-logo__text, .weight-loss-plan--c #mosh-results .trustpilot-widget .tp-logo__text {
  fill: white;
}
@media (min-width: 768px) and (max-width: 1190px) {
  .hl-treatment #mosh-results h3 br, .weight-loss-plan--c #mosh-results h3 br {
    display: none;
  }
}
.hl-treatment #mosh-results .left_col, .weight-loss-plan--c #mosh-results .left_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #003d3b;
  padding-right: 49px;
  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;
}
@media (min-width: 992px) {
  .hl-treatment #mosh-results .left_col, .weight-loss-plan--c #mosh-results .left_col {
    margin-bottom: 0;
  }
}
.hl-treatment #mosh-results .left_col:before, .weight-loss-plan--c #mosh-results .left_col:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #003d3b;
  display: block;
}
.hl-treatment #mosh-results .results-slider, .weight-loss-plan--c #mosh-results .results-slider {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .hl-treatment #mosh-results .results-slider, .weight-loss-plan--c #mosh-results .results-slider {
    min-height: 240px;
  }
}
@media (min-width: 768px) {
  .hl-treatment #mosh-results .results-slider, .weight-loss-plan--c #mosh-results .results-slider {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.hl-treatment #mosh-results .results-slider .flickity-viewport, .weight-loss-plan--c #mosh-results .results-slider .flickity-viewport {
  overflow: visible;
}
.hl-treatment #mosh-results .results-slider .flickity-page-dots, .weight-loss-plan--c #mosh-results .results-slider .flickity-page-dots {
  display: none;
}
.hl-treatment #mosh-results .results-slider .results-itm, .weight-loss-plan--c #mosh-results .results-slider .results-itm {
  width: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2.8583px 2.8583px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.8583px 2.8583px rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 90%;
  border: 2px solid #f9f9f2;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hl-treatment #mosh-results .results-slider .results-itm, .weight-loss-plan--c #mosh-results .results-slider .results-itm {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .hl-treatment #mosh-results .results-slider .results-itm, .weight-loss-plan--c #mosh-results .results-slider .results-itm {
    margin-right: 1rem;
  }
}
.hl-treatment #mosh-results .results-slider .results-itm__body, .weight-loss-plan--c #mosh-results .results-slider .results-itm__body {
  padding: 0.75rem 1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.hl-treatment #mosh-results .results-slider .results-itm .result-img, .weight-loss-plan--c #mosh-results .results-slider .results-itm .result-img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.hl-treatment #mosh-results .results-slider .results-itm .result-img__wrp, .weight-loss-plan--c #mosh-results .results-slider .results-itm .result-img__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap, .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap {
  border-bottom: 1px solid #cbcbcb;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap:first-of-type, .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap:first-of-type {
  padding-top: 0;
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap:last-of-type, .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap:last-of-type {
  border-bottom: none;
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap > span:nth-of-type(2), .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap > span:nth-of-type(2) {
  font-family: "MaisonNeue-Demi";
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap span, .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap span {
  color: #6b6b6b;
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap.info-wrap-header, .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap.info-wrap-header {
  color: #003d3b;
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap.info-wrap-header span, .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap.info-wrap-header span {
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
}
.hl-treatment #mosh-results .results-slider .results-itm .info-wrap.info-wrap-header > span:nth-of-type(1), .weight-loss-plan--c #mosh-results .results-slider .results-itm .info-wrap.info-wrap-header > span:nth-of-type(1) {
  font-size: 1rem;
}
.hl-treatment .faq-info, .weight-loss-plan--c .faq-info {
  padding-top: 16px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment .faq-info, .weight-loss-plan--c .faq-info {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.hl-treatment .slider-pager, .weight-loss-plan--c .slider-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hl-treatment .slider-pager.mobile_only, .weight-loss-plan--c .slider-pager.mobile_only {
  margin-top: 14px;
  margin-bottom: 22px;
}
.hl-treatment .slider-pager > span, .weight-loss-plan--c .slider-pager > span {
  border: 1px solid #daeed9;
  height: 10px;
  width: 10px;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
}
.hl-treatment .slider-pager > span.is--active, .weight-loss-plan--c .slider-pager > span.is--active {
  background: #c54801;
}
.hl-treatment .floating-bar, .weight-loss-plan--c .floating-bar {
  position: fixed;
  bottom: 44px;
  right: 51px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  z-index: 50;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment .floating-bar, .weight-loss-plan--c .floating-bar {
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 16px 16px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19.27%, #F5F5EA));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #F5F5EA 19.27%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5EA 19.27%);
  }
}
.hl-treatment .floating-bar .doc-icon, .weight-loss-plan--c .floating-bar .doc-icon {
  display: none;
  border-radius: 50%;
}
.hl-treatment .floating-bar .continue_to_payment, .weight-loss-plan--c .floating-bar .continue_to_payment {
  width: 100%;
}
.hl-treatment .floating-bar .chat-icon, .hl-treatment .floating-bar .doc-icon, .weight-loss-plan--c .floating-bar .chat-icon, .weight-loss-plan--c .floating-bar .doc-icon {
  margin-right: 10px;
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.hl-treatment .quiz-progress__wrp, .weight-loss-plan--c .quiz-progress__wrp {
  background: #f9f9f2;
}
.hl-treatment .quiz-progress__wrp, .weight-loss-plan--c .quiz-progress__wrp {
  background: #f9f9f2;
}
.hl-treatment .treatment-pages-progress__line > div.inactive, .weight-loss-plan--c .treatment-pages-progress__line > div.inactive {
  border-top: 2px solid #003d3b;
}
.hl-treatment .treatment-pages-progress__dots > div::after, .weight-loss-plan--c .treatment-pages-progress__dots > div::after {
  border: 2px solid #003d3b;
}
.hl-treatment .treatment-pages-progress__dots > div, .weight-loss-plan--c .treatment-pages-progress__dots > div {
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #003d3b;
}
.hl-treatment .treatment-pages-progress__dots > div:first-child, .hl-treatment .treatment-pages-progress__dots > div:last-child, .weight-loss-plan--c .treatment-pages-progress__dots > div:first-child, .weight-loss-plan--c .treatment-pages-progress__dots > div:last-child {
  text-align: center;
}
.hl-treatment .treatment-pages-progress__dots > div:first-child::after, .hl-treatment .treatment-pages-progress__dots > div:last-child::after, .weight-loss-plan--c .treatment-pages-progress__dots > div:first-child::after, .weight-loss-plan--c .treatment-pages-progress__dots > div:last-child::after {
  left: 0;
  right: 0;
}
.hl-treatment .treatment-pages-progress__line, .weight-loss-plan--c .treatment-pages-progress__line {
  max-width: 76%;
  margin: 0 auto;
}
.hl-treatment .treatment-pages-progress, .weight-loss-plan--c .treatment-pages-progress {
  max-width: 820px;
  position: relative;
  top: unset;
  padding-bottom: 16px;
  margin-top: 0;
  padding-top: 7px;
  width: 100%;
}
.hl-treatment div.treatment-pages-progress__dots > .incomplete, .weight-loss-plan--c div.treatment-pages-progress__dots > .incomplete {
  color: #003d3b;
}
.hl-treatment div.treatment-pages-progress__dots > .incomplete.your-plan, .weight-loss-plan--c div.treatment-pages-progress__dots > .incomplete.your-plan {
  cursor: pointer;
}
.hl-treatment div.treatment-pages-progress__dots > .incomplete::after, .weight-loss-plan--c div.treatment-pages-progress__dots > .incomplete::after {
  border-color: #003d3b;
}

.hl-treatment button:not(.send-doctor-message-trigger):not(.request-a-change):not(.faq-question), .weight-loss-plan--c button:not(.send-doctor-message-trigger):not(.request-a-change):not(.faq-question) {
  padding: 16px;
  font-size: 14px;
  line-height: 21px;
  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;
  text-transform: uppercase;
  min-width: 230px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "MaisonNeue-Demi";
}
.hl-treatment button:not(.send-doctor-message-trigger):not(.request-a-change):not(.faq-question).m-primary, .weight-loss-plan--c button:not(.send-doctor-message-trigger):not(.request-a-change):not(.faq-question).m-primary {
  background-color: #c54801;
  color: #f9f9f2;
}
.hl-treatment button:not(.send-doctor-message-trigger):not(.request-a-change):not(.faq-question).m-green, .weight-loss-plan--c button:not(.send-doctor-message-trigger):not(.request-a-change):not(.faq-question).m-green {
  background-color: #daeed9;
  color: #003d3b;
}

#twilio_tooltip {
  display: none !important;
}

.m-header.m-header--checkout {
  padding: 20px 16px;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #f9f9f2;
}
.m-header.m-header--checkout .go-back {
  display: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  cursor: pointer;
}
.m-header.m-header--checkout .go-back img {
  margin-right: 12px;
}
.m-header.m-header--checkout .go-back.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-header.m-header--checkout .container {
  padding: 0;
}
@media (min-width: 768px) {
  .m-header.m-header--checkout .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .m-header.m-header--checkout {
    padding: 20px;
  }
}
.m-header.m-header--checkout .m-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header.m-header--checkout .m-logo {
  max-height: 40px;
}
.m-header.m-header--checkout .m-logo__wrp {
  height: 100%;
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-header.m-header--checkout .m-logo__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-header.m-header--checkout .m-logo__wrp.text-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-29px);
            transform: translateX(-29px);
  }
}
.m-header.m-header--checkout .nav_link.account {
  margin-right: auto;
}
.m-header.m-header--checkout .m-header__menu {
  position: relative;
}
.m-header.m-header--checkout .m-header__menu .menu__wrp {
  padding: 16px;
  background: #fff;
  border: 1px solid #CBCBCB;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50px;
}
.m-header.m-header--checkout .m-header__menu .menu__itm {
  font-size: 14px;
  line-height: 1.5;
  color: #003d3b;
}
.m-header.m-header--checkout .m-header__menu .menu__itm:not(:last-of-type) {
  margin-bottom: 11px;
}

.checkout-v2 {
  overflow: unset !important;
}
.checkout-v2 section {
  padding: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 section .container {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .checkout-v2 section {
    padding: 3rem 5.5rem;
  }
}
.checkout-v2 #dontwishtoproceed {
  display: none;
}
.checkout-v2 .section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .checkout-v2 .section-title {
    font-size: 3rem;
  }
}
.checkout-v2 .tnc-txt {
  font-size: 0.75rem;
  color: #6b6b6b;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .checkout-v2 .tnc-txt {
    padding-bottom: 2rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .h-addons {
    padding: 0;
  }
}
.checkout-v2 .h-addons .container {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.checkout-v2 .single-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.checkout-v2 .single-addon:not(:last-of-type) {
  margin-bottom: 1rem;
}
.checkout-v2 .single-addon.addon-added {
  margin-top: 2.5rem;
  overflow: visible;
}
.checkout-v2 .single-addon.addon-removed {
  margin-top: 2.5rem;
  overflow: visible;
}
.checkout-v2 .single-addon--mainPlan {
  border-width: 1px;
  border-color: #003d3b;
  border-style: solid;
}
.checkout-v2 .single-addon__header {
  padding: 1rem;
  background-color: #daeed9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.checkout-v2 .single-addon__header .addon-desc {
  text-align: left;
}
.checkout-v2 .single-addon__header .addon-desc .addon-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
.checkout-v2 .single-addon__header .addon-desc .addon-duration {
  font-size: 1rem;
  font-family: "Clearface-Bold";
}
.checkout-v2 .single-addon__header .addon-price {
  text-align: right;
}
.checkout-v2 .single-addon__header .addon-price-txt {
  font-size: 18px;
  line-height: 27px;
  color: #003d3b;
  margin-bottom: 0;
}
.checkout-v2 .single-addon__header .addon-price-duration {
  font-size: 0.75rem;
  color: #6b6b6b;
}
.checkout-v2 .single-addon .addon-added-message, .checkout-v2 .single-addon .addon-removed-message {
  font-size: 1rem;
  line-height: 1.5rem;
  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: 100%;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  margin-bottom: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-bottom: 1.5rem;
  padding-top: 0.25rem;
}
.checkout-v2 .single-addon .addon-added-message.show, .checkout-v2 .single-addon .addon-removed-message.show {
  top: -2rem;
}
.checkout-v2 .single-addon .addon-added-message {
  color: #003d3b;
  background: #daeed9;
}
.checkout-v2 .single-addon .addon-removed-message {
  color: #c54801;
  background: #f9f9f2;
}
.checkout-v2 .single-addon .addon-remove {
  width: 0;
  height: 100%;
  -webkit-transition: width ease 200ms;
  transition: width ease 200ms;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  overflow: hidden;
}
.checkout-v2 .single-addon .addon-remove.addon-removing {
  width: 200px;
}
.checkout-v2 .single-addon .addon-remove .addon-keep-btn, .checkout-v2 .single-addon .addon-remove .addon-remove-btn {
  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;
  color: #fff;
  font-size: 1rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  cursor: pointer;
}
.checkout-v2 .single-addon .addon-remove .addon-keep-btn {
  background-color: #82c780;
  padding-left: 1rem;
  -webkit-box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.checkout-v2 .single-addon .addon-remove .addon-remove-btn {
  background-color: #c54801;
}
.checkout-v2 .single-addon__body {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  background-color: #fff;
  z-index: 2;
  position: relative;
  border-radius: 1rem;
  border: 1px solid #e2e2e2;
}
.checkout-v2 .single-addon__body.addon-added {
  border-color: #82c780;
}
.checkout-v2 .single-addon__body--lg {
  padding: 1.25rem 1rem;
}
.checkout-v2 .single-addon__body.addon-removing {
  -webkit-transform: translateX(-184px);
          transform: translateX(-184px);
  z-index: 3;
  -webkit-box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.25);
}
.checkout-v2 .single-addon__body.addon-removed {
  border-color: #c54801;
}
.checkout-v2 .single-addon__body .addon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-v2 .single-addon__body .addon-item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.checkout-v2 .single-addon__body .addon-item .item-img {
  max-height: 4rem;
  margin-right: 1rem;
  cursor: pointer;
}
.checkout-v2 .single-addon__body .addon-item .item-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .desc-txt {
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .desc-subtitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block {
  border: none;
  padding: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block .tablet_amt {
  display: block;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block .dosage {
  margin-left: 0.25rem;
  padding-left: 0.5rem;
  border-left: 1px solid #ebebd4;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical {
  background-position: 0.5rem 0;
  background-size: contain;
  cursor: pointer;
  padding: 0 0 0 5rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet:not(:last-of-type), .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet:not(:last-of-type), .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical:not(:last-of-type) {
  margin-bottom: 3rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet h6, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet h6, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical h6 {
  font-size: 1rem !important;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem !important;
  color: #003d3b !important;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet > div, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet > div, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical > div {
  font-size: 0.875rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet > div.medical_details, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet > div.medical_details, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical > div.medical_details {
  display: inline-block;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet > div.medical_details > div, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet > div.medical_details > div, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical > div.medical_details > div {
  display: inline;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.tablet .medical_details, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet .medical_details, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical .medical_details {
  display: inline-block;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical {
  background-position: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet .medical_details, .checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.topical .medical_details {
  display: inline-block;
  padding: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet {
  background-position: -0.625rem 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet > .tablet {
  padding-left: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet > .tablet > .medical_details {
  display: inline;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block.combined_tablet > .tablet > .medical_details > div {
  display: inline;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block:not(.tablet) > div {
  background-position: 0.5rem 0;
  background-size: contain;
  cursor: pointer;
  padding: 0 0 0 5rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block:not(.tablet) > div:not(:last-of-type) {
  margin-bottom: 3rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block:not(.tablet) > div h6 {
  font-size: 1rem !important;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem !important;
  color: #003d3b !important;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .medical_block:not(.tablet) > div > div {
  font-size: 0.875rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .learn-more {
  text-decoration: underline;
  font-family: "MaisonNeue-Demi";
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e2e2;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits h6 {
  font-size: 1rem;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.75rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits img {
  max-height: 4rem;
  margin-right: 1rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits ul li {
  font-size: 0.875rem;
  color: #003d3b;
  padding-left: 1.25rem;
  position: relative;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits ul li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.checkout-v2 .single-addon__body .addon-item .item-desc .membership-benefits ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/icons/tick-dark-circle-f8da00ce5a00e3bbfadc897c3ba7458abd26787f6f9f4bde57844f97a757fe25.svg);
  display: inline-block;
  margin-right: 0.25rem;
  position: absolute;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
.checkout-v2 .single-addon__body .addon-item .item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-v2 .single-addon__body .addon-item .item-tags span {
  margin-right: 0.75rem;
  font-size: 0.875rem;
}
.checkout-v2 .single-addon__body .addon-item .addon-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-v2 .single-addon__body .addon-item .addon-add .addon-price {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.checkout-v2 .single-addon__body .addon-item .addon-add .add-icon {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.checkout-v2 .price-updated {
  background: #fff07d;
  padding: 8px 40px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .checkout-v2 .price-updated {
    margin-top: 0;
  }
}
.checkout-v2 .price-updated > div {
  padding-right: 30px;
}
.checkout-v2 .price-updated p {
  font-size: 13px;
  line-height: 18px;
}
.checkout-v2 .price-updated h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.checkout-v2 .plan-pricing__wrp {
  text-align: right;
}
.checkout-v2 .plan-pricing__wrp .pricing-breakdown {
  margin-bottom: 16px;
}
.checkout-v2 .plan-pricing__wrp .pricing-breakdown > .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .plan-pricing__wrp .pricing-breakdown {
    margin-top: 22px;
  }
}
.checkout-v2 .plan-pricing__wrp .pricing-breakdown p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  color: #6b6b6b;
  font-family: "MaisonNeue-Demi";
}
.checkout-v2 .plan-pricing__wrp .price {
  font-family: "MaisonNeue-Book" !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  color: #6B6B6B;
}
.checkout-v2 .plan-pricing__wrp .total-price__txt {
  font-size: 28px;
  line-height: 34px;
  font-family: "Clearface-Bold";
  margin-bottom: 0;
}
.checkout-v2 .plan-pricing__wrp .total-price span {
  display: inline-block;
  white-space: nowrap;
}
.checkout-v2 .plan-pricing__wrp .total-price .total-duration {
  font-size: 16px;
  line-height: 22px;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
.checkout-v2 .plan-pricing__wrp .total-price .total-duration + p {
  font-size: 14px;
  line-height: 21px;
  color: #82c780;
  margin-bottom: 0;
}
.checkout-v2 #mh_payment_form {
  padding-top: 16px;
  padding-bottom: 16px;
}
.checkout-v2 #mh_payment_form #confirm_fineprint {
  display: none;
}
@media (min-width: 768px) {
  .checkout-v2 #mh_payment_form {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.checkout-v2 #mh_payment_form > h5 {
  display: none;
}
.checkout-v2 #mh_payment_form .or {
  margin: 25px 0;
  border-top: 1px solid #bbbcbf;
  height: 0;
  z-index: 2;
  position: relative;
}
.checkout-v2 #mh_payment_form .or > span {
  position: absolute;
  padding: 0 23px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: -50%;
}
.checkout-v2 .pricing-col {
  position: sticky;
  top: 100px;
  height: 100%;
}
@media (min-width: 768px) {
  .checkout-v2 .pricing-col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.checkout-v2 .pricing-col .discount_input_row {
  margin-bottom: 24px;
}
.checkout-v2 .pricing-col .discount_code_link {
  margin-top: 16px;
  text-align: center;
}
.checkout-v2 .pricing-col .discount_code_link a {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-family: "MaisonNeue-Demi";
  color: #6b6b6b;
}
.checkout-v2 .pricing-col .discount_code_link a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.checkout-v2 .pricing-col .discount_code_link.reveal a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.checkout-v2 .pricing-col #check-coupon, .checkout-v2 .pricing-col #discount_code {
  border-radius: 10px !important;
}
.checkout-v2 #mh_payment_form #afterpay_btn, .checkout-v2 #mh_payment_form #afterpay_process_btn {
  background-image: url(/assets/illustrations/afterpay-checkout-5ae38258c525a6545be0126a27b3fa91e81c27981162f948251861c00df991b5.png) !important;
  background-size: clamp(200px, 70%, 15rem);
}
.checkout-v2 #mh_payment_form #payment_options #cc_btn {
  background-color: #c54801 !important;
  color: #f9f9f2 !important;
  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;
}
.checkout-v2 #mh_payment_form #payment_options #cc_btn:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url(/assets/icons/card-c20abb0b1365a8a03e40fb357491460341e88ded3def8a2f7029b8474a4ada26.svg);
  margin-right: 8px;
  border-radius: 0 !important;
}
.checkout-v2 #mh_payment_form #cc_dropdown.open .discount_code_link, .checkout-v2 #mh_payment_form #cc_dropdown.open .discount_input_row, .checkout-v2 #mh_payment_form #cc_dropdown.open .discount_approved, .checkout-v2 #mh_payment_form #cc_dropdown.open .discount_failed {
  display: none !important;
}
.checkout-v2 #mh_payment_form #cc_dropdown.open #paypal_process_btn, .checkout-v2 #mh_payment_form #cc_dropdown.open #afterpay_process_btn {
  background-image: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout-v2 .quiz-progress__wrp {
  background: #f9f9f2;
}
.checkout-v2 .treatment-pages-progress__line > div.inactive {
  border-top: 2px solid #003d3b;
}
.checkout-v2 .treatment-pages-progress__dots > div::after {
  border: 2px solid #003d3b;
}
.checkout-v2 .treatment-pages-progress__dots > div {
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #003d3b;
}
.checkout-v2 .treatment-pages-progress__dots > div:first-child, .checkout-v2 .treatment-pages-progress__dots > div:last-child {
  text-align: center;
}
.checkout-v2 .treatment-pages-progress__dots > div:first-child::after, .checkout-v2 .treatment-pages-progress__dots > div:last-child::after {
  left: 0;
  right: 0;
}
.checkout-v2 .treatment-pages-progress__line {
  max-width: 76%;
  margin: 0 auto;
}
.checkout-v2 .treatment-pages-progress {
  max-width: 820px;
  position: relative;
  top: unset;
  padding-bottom: 16px;
  margin-top: 0;
  padding-top: 7px;
  width: 100%;
}
.checkout-v2 div.treatment-pages-progress__dots > .incomplete {
  color: #003d3b;
}
.checkout-v2 div.treatment-pages-progress__dots > .incomplete::after {
  border-color: #003d3b;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .addons-col {
    margin-bottom: 1.5rem;
  }
}

div.treatment-pages-progress__dots > .incomplete.your-plan, div.treatment-pages-progress__dots > .incomplete.checkout {
  cursor: pointer;
}

.disable-opacity-25 {
  opacity: 0.25 !important;
  pointer-events: none !important;
}

.m-wl h1 {
  position: absolute;
  z-index: -100;
  top: -100%;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.m-wl .col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.m-wl .text-centered {
  text-align: center;
}
.m-wl .font-size-small {
  font-size: 0.75rem;
}
.m-wl #as_seen_in {
  padding: 2rem 0;
}
.m-wl #as_seen_in h5,
.m-wl #as_seen_in .flickity-page-dots {
  display: none;
}
.m-wl .flickity-button {
  position: absolute;
}
.m-wl .flickity-button.flickity-prev-next-button.previous {
  left: 0;
  right: auto;
}
.m-wl .flickity-button.flickity-prev-next-button.next {
  right: 0;
  left: auto;
}
.m-wl .btn:after,
.m-wl .btn_2:after {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.m-wl .btn:hover,
.m-wl .btn_2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m-wl .btn:hover:after,
.m-wl .btn_2:hover:after {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.m-wl .btn.wl_see_if_eligible_graph, .m-wl .btn#wl_see_if_eligible_cost,
.m-wl .btn_2.wl_see_if_eligible_graph,
.m-wl .btn_2#wl_see_if_eligible_cost {
  width: 210px;
}
.m-wl .btn.wl_see_if_eligible_graph::before, .m-wl .btn.wl_see_if_eligible_graph::after, .m-wl .btn#wl_see_if_eligible_cost::before, .m-wl .btn#wl_see_if_eligible_cost::after,
.m-wl .btn_2.wl_see_if_eligible_graph::before,
.m-wl .btn_2.wl_see_if_eligible_graph::after,
.m-wl .btn_2#wl_see_if_eligible_cost::before,
.m-wl .btn_2#wl_see_if_eligible_cost::after {
  width: 210px;
}
.m-wl .btn.wl_see_if_eligible_graph::before, .m-wl .btn#wl_see_if_eligible_cost::before,
.m-wl .btn_2.wl_see_if_eligible_graph::before,
.m-wl .btn_2#wl_see_if_eligible_cost::before {
  content: "See if eligible";
}
.m-wl svg {
  pointer-events: none;
  padding: 1rem;
  max-width: 100%;
}
@media (min-width: 992px) {
  .m-wl svg {
    padding: 0;
  }
}
.m-wl img {
  max-width: 100%;
}
.m-wl [data-toggle-option-id] [data-selected-0],
.m-wl [data-selected-1] {
  display: none !important;
}
.m-wl [data-toggle-option-id="0"] [data-selected-0] {
  display: revert !important;
}
.m-wl [data-toggle-option-id="1"] [data-selected-1] {
  display: revert !important;
}
.m-wl .toggle {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.m-wl .toggle-button {
  border-radius: inherit;
  text-transform: uppercase;
  min-width: auto;
  width: 48%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  -webkit-transition: left 100ms ease;
  transition: left 100ms ease;
  padding: 0.5rem 0.25rem;
  font-size: clamp(9px, 3vw, 0.75rem);
}
.m-wl .toggle:before {
  content: "";
  border-radius: inherit;
  position: absolute;
  width: 48%;
  height: 100%;
  background-color: #82c780;
  z-index: 1;
  -webkit-transition: left 100ms ease;
  transition: left 100ms ease;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-wl .toggle[data-option-id="0"]:before {
  bottom: 5px;
  left: -5px;
}
.m-wl .toggle[data-option-id="0"] [data-button-id="0"] {
  bottom: 5px;
  left: -5px;
}
.m-wl .toggle[data-option-id="1"]:before {
  bottom: 5px;
  left: calc(52% + 5px);
}
.m-wl .toggle[data-option-id="1"] [data-button-id="1"] {
  bottom: 5px;
  left: 5px;
}
.m-wl-hero {
  position: relative;
  padding: 0;
  background: transparent url(/assets/weight_loss/wl-hero-mobile-327f6e483171531156c92b0bfc84bdb43f0d77a055b9104470c30513008c2456.png) center center no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .m-wl-hero {
    background: transparent url(/assets/weight_loss/wl-hero-708579caecfdfd4b846b412ce75c1b32a6b038e94d51ea9d29b0a79d88050a2b.png) center center no-repeat;
    background-size: cover;
  }
}
.m-wl-hero .container {
  height: 100%;
  padding: 0 0 145% 0;
}
@media (min-width: 576px) {
  .m-wl-hero .container {
    padding: 0 0 50.5787037037% 0;
  }
}
@media (min-width: 0) and (max-width: 992px) {
  .m-wl-hero .container {
    max-width: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .m-wl-hero .container {
    max-width: 992px;
  }
}
.m-wl-hero .hero-content {
  position: absolute;
  top: 3rem;
  left: 0;
  padding: 0 2rem;
  color: #fff;
}
.m-wl-hero .hero-content p {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: clamp(1.75rem, 12vw, 2.5rem);
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .m-wl-hero .hero-content p {
    font-size: clamp(1rem, 6vw, 2.5rem);
  }
}
@media (min-width: 768px) {
  .m-wl-hero .hero-content p {
    font-size: clamp(1rem, 5vw, 3.5rem);
  }
}
@media (min-width: 576px) {
  .m-wl-hero .hero-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .m-wl-hero .hero-content {
    top: 39%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10%;
  }
}
@media (min-width: 1200px) {
  .m-wl-hero .hero-content {
    padding: 0 1rem;
  }
}
.m-wl-hero .hero-content ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.m-wl-hero .hero-content ul li {
  padding-left: 1.5rem;
  margin: 0.25rem 0;
  position: relative;
  font-size: clamp(0.75rem, 4vw, 1.5rem);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.m-wl-hero .hero-content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 20'%3E%3Cpath d='m6.621 10.144 1.44 2.879 4.462-5.758' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M9.5 18.06a7.917 7.917 0 1 0 0-15.833 7.917 7.917 0 0 0 0 15.834Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .m-wl-hero .hero-content ul li:before {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (min-width: 576px) {
  .m-wl-hero .hero-content ul li {
    font-size: clamp(0.75rem, 1vw, 1.5rem);
  }
}
@media (min-width: 768px) {
  .m-wl-hero .hero-content ul li {
    font-size: clamp(1rem, 2vw, 1.5rem);
  }
}
.m-wl-who-is-it-for p {
  max-width: 600px;
  margin: 1rem auto;
}
.m-wl-who-is-it-for .boxes {
  max-width: 800px;
  margin: 0 auto;
}
.m-wl-who-is-it-for .box {
  background-color: #DAE9D8;
  color: #003d3b;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 15px;
  margin-bottom: 1rem;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-wl-who-is-it-for .box p {
  font-size: 0.75rem;
  max-width: 90%;
  margin: 0 auto 2rem auto;
}
.m-wl-who-is-it-for .box p.h4 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.m-wl-who-is-it-for .box svg,
.m-wl-who-is-it-for .box img {
  width: 100%;
  display: block;
  max-width: 60%;
  margin: auto auto 0 auto;
}
.m-wl-who-is-it-for .cta .start {
  margin: 0 auto 2rem auto;
}
.m-wl-who-is-it-for .cta p {
  font-size: 0.75rem;
}
.m-wl-how-does-it-work {
  background-color: #f9f9f2;
}
@media (min-width: 768px) {
  .m-wl-how-does-it-work .steps-container {
    max-width: none;
    padding: 0 1rem;
  }
}
.m-wl-how-does-it-work .steps {
  text-align: left;
}
.m-wl-how-does-it-work .steps.flickity-enabled {
  display: block;
  width: 100%;
}
.m-wl-how-does-it-work .steps.flickity-enabled .col {
  max-width: 85%;
}
.m-wl-how-does-it-work .steps.flickity-enabled .step {
  position: relative;
  padding: 2rem 1rem;
}
.m-wl-how-does-it-work .steps svg,
.m-wl-how-does-it-work .steps img {
  width: 100%;
  display: block;
  padding: 0;
}
.m-wl-how-does-it-work .steps .icon-generic {
  max-width: 100px;
  display: block;
}
.m-wl-how-does-it-work .steps .icon-arrow-down,
.m-wl-how-does-it-work .steps .icon-arrow-up {
  display: none;
}
.m-wl-how-does-it-work .steps .step-1 .icon-generic,
.m-wl-how-does-it-work .steps .step-2 .icon-generic,
.m-wl-how-does-it-work .steps .step-3 .icon-generic,
.m-wl-how-does-it-work .steps .step-4 .icon-generic {
  position: absolute;
  top: 1rem;
  left: 5rem;
}
.m-wl-how-does-it-work .steps .icon-step {
  max-width: 3rem;
  margin: 2rem 0 2rem 0;
  display: block;
}
.m-wl-how-does-it-work .steps p {
  font-size: clamp(0.75rem, 1vw, 1rem);
}
.m-wl-how-does-it-work .steps p.h3 {
  font-size: clamp(1rem, 2vw, 2rem);
}
@media (min-width: 768px) {
  .m-wl-how-does-it-work .steps {
    padding: 2rem 0;
    text-align: center;
  }
  .m-wl-how-does-it-work .steps .icon-generic {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90px;
  }
  .m-wl-how-does-it-work .steps .icon-wrapper {
    position: relative;
  }
  .m-wl-how-does-it-work .steps .icon-step {
    margin: 0 auto 1rem auto;
  }
  .m-wl-how-does-it-work .steps .step-1,
  .m-wl-how-does-it-work .steps .step-3 {
    padding-bottom: 10%;
  }
  .m-wl-how-does-it-work .steps .step-2,
  .m-wl-how-does-it-work .steps .step-4 {
    padding-top: 10%;
  }
  .m-wl-how-does-it-work .steps .icon-arrow-down,
  .m-wl-how-does-it-work .steps .icon-arrow-up {
    position: absolute;
    right: -3rem;
    max-width: 64px;
    width: 100%;
    height: auto;
    display: block;
  }
  .m-wl-how-does-it-work .steps .icon-arrow-down {
    top: 2rem;
  }
  .m-wl-how-does-it-work .steps .icon-arrow-up {
    bottom: 3rem;
    right: -4rem;
  }
  .m-wl-how-does-it-work .steps .step-1 {
    padding-top: 3rem;
  }
  .m-wl-how-does-it-work .steps .step-1 .icon-generic {
    left: -6%;
    top: -100%;
    bottom: auto;
    max-width: 75px;
  }
  .m-wl-how-does-it-work .steps .step-1 .icon-generic img {
    max-width: 100%;
  }
  .m-wl-how-does-it-work .steps .step-2 .icon-generic,
  .m-wl-how-does-it-work .steps .step-4 .icon-generic {
    right: -10%;
    max-width: 75px;
    left: auto;
    top: -1rem;
  }
  .m-wl-how-does-it-work .steps .step-3 .icon-generic {
    right: 6%;
    bottom: 0;
    top: auto;
    left: auto;
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .m-wl-how-does-it-work .steps .step-2 .icon-generic,
  .m-wl-how-does-it-work .steps .step-4 .icon-generic {
    right: -2%;
    max-width: 90px;
    left: auto;
    top: -2rem;
  }
}
@media (min-width: 1200px) {
  .m-wl-how-does-it-work .steps .step {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .m-wl-how-does-it-work .steps .step-2 .icon-generic,
  .m-wl-how-does-it-work .steps .step-4 .icon-generic {
    right: -10%;
    max-width: 125px;
    left: auto;
    top: -3rem;
  }
  .m-wl-how-does-it-work .steps .step-4 .icon-generic {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .m-wl-how-does-it-work .slider-scroll-bar {
    display: none;
  }
}
.m-wl-how-does-it-work .slider-scroll-bar .progress {
  background-color: #003d3b;
  padding: 1px;
  height: 0.75rem;
  border-radius: 20px;
}
.m-wl-how-does-it-work .slider-scroll-bar .progress .progress-bar {
  background-color: #c54801;
  border-radius: 20px;
}
.m-wl-unsure {
  background-color: #daeed9;
}
.m-wl-unsure .icon-point-down {
  max-width: 60px;
  margin: 1rem auto;
  width: 100%;
  display: block;
}
.m-wl-unsure .icon-point-down img {
  max-width: 100%;
}
.m-wl-cost {
  color: #fff;
  background-color: #003d3b;
}
.m-wl-cost .h1 {
  color: #82c780;
}
.m-wl-cost .font-size-small {
  max-width: 600px;
  margin: 0.5rem auto;
}
.m-wl-cost .whats-included {
  border-radius: 20px;
}
.m-wl-cost .whats-included img {
  border-radius: inherit;
  max-width: 100%;
}
.m-wl-cost .title {
  color: #82c780;
  text-transform: uppercase;
  display: block;
  text-align: left;
  border-bottom: 1px solid #2F5957;
  margin-bottom: 0.5rem;
  font-family: "MaisonNeue-Demi";
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
}
.m-wl-cost .list {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.m-wl-cost .list.list-arrow-check li {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
.m-wl-cost .list.list-arrow-check li:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 20'%3E%3Cpath d='m6.621 10.144 1.44 2.879 4.462-5.758' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M9.5 18.06a7.917 7.917 0 1 0 0-15.833 7.917 7.917 0 0 0 0 15.834Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.m-wl-cost .list li {
  position: relative;
  font-size: 1rem;
}
.m-wl-cost[data-toggle-option-id="0"] .price [data-selected-0] {
  opacity: 1;
  height: auto;
  display: inline-block;
  display: inline;
}
.m-wl-cost[data-toggle-option-id="0"] .price [data-selected-1] {
  opacity: 0;
  height: 0;
  display: none;
}
.m-wl-cost[data-toggle-option-id="1"] .price [data-selected-0] {
  opacity: 0;
  height: 0;
  display: none;
}
.m-wl-cost[data-toggle-option-id="1"] .price [data-selected-1] {
  opacity: 1;
  height: auto;
  display: inline-block;
  display: inline;
}
.m-wl-cost .price {
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "MaisonNeue-Demi";
  margin-bottom: 3.5rem;
}
.m-wl-cost .price span.mini {
  font-size: 1rem;
  font-family: "MaisonNeue-Book";
}
.m-wl-cost .accordion .card {
  background-color: transparent;
  border: 0;
}
.m-wl-cost .accordion .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 2px solid #2F5957;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-wl-cost .accordion .card-header img,
.m-wl-cost .accordion .card-header button {
  display: inline-block;
  vertical-align: middle;
}
.m-wl-cost .accordion .card-header img {
  max-width: 3rem;
  max-height: 3rem;
  width: 100%;
  margin-right: 0.5rem;
  height: auto;
}
.m-wl-cost .accordion .card button {
  text-align: left;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 0;
  opacity: 0.8;
  position: relative;
  text-transform: none;
  font-family: "MaisonNeue-Book";
  letter-spacing: 0;
}
.m-wl-cost .accordion .card button:before {
  content: "";
}
.m-wl-cost .accordion .card button:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-wl-cost .accordion .card button:hover {
  opacity: 1;
  text-decoration: none;
}
.m-wl-cost .accordion .card button:focus {
  text-decoration: none;
}
.m-wl-cost .accordion .card button[aria-expanded=true] {
  text-decoration: none;
}
.m-wl-cost .accordion .card button[aria-expanded=true]:after {
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
.m-wl-cost .accordion .card .card-body {
  font-size: 0.75rem;
}
.m-wl-start-losing-start-winning {
  text-align: center;
  background-color: #f9f9f2;
}
@media (min-width: 992px) {
  .m-wl-start-losing-start-winning {
    text-align: left;
  }
}
.m-wl-start-losing-start-winning .container .row .col.left {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .m-wl-start-losing-start-winning .container .row .col.left {
    margin: 0;
  }
}
.m-wl-start-losing-start-winning .container .row .col.left p {
  margin-left: auto;
  margin-right: auto;
}
.m-wl-start-losing-start-winning .container .row .col.left p.h1 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .m-wl-start-losing-start-winning .container .row .col.left {
    margin-bottom: 0;
  }
  .m-wl-start-losing-start-winning .container .row .col.left p {
    max-width: 85%;
    margin-left: 0;
    margin-right: auto;
  }
}
.m-wl-start-losing-start-winning .container .row .col.right .graph {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
}
.m-wl-graphs {
  background-color: #003d3b;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .m-wl-graphs {
    text-align: left;
  }
}
.m-wl-graphs-info p {
  color: #fff;
}
@media (min-width: 1200px) {
  .m-wl-graphs-info p {
    max-width: 85%;
  }
  .m-wl-graphs-info p.h3 {
    font-size: 2.5rem;
  }
}
.m-wl-graphs .graph {
  margin: 2rem auto 3rem auto;
}
@media (min-width: 992px) {
  .m-wl-graphs .graph {
    margin: 0;
  }
}
.m-wl-graphs .references {
  font-size: 0.65rem;
  opacity: 0.5;
}
.m-wl-middle {
  padding: 0;
}
.m-wl-middle .left,
.m-wl-middle .right {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .m-wl-middle .left,
  .m-wl-middle .right {
    padding-bottom: 0;
  }
}
.m-wl-middle .small {
  max-width: 75%;
  margin: 2rem auto;
}
.m-wl-middle .link-inline {
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  text-decoration: none;
}
.m-wl-middle .link-inline:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (min-width: 576px) and (max-width: 1200px) {
  .m-wl-middle .container {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .m-wl-middle .h1 {
    font-size: 1.5rem;
  }
  .m-wl-middle .small {
    max-width: 85%;
  }
  .m-wl-middle .link-inline,
  .m-wl-middle .small {
    font-size: 0.65em;
  }
}
@media (min-width: 992px) {
  .m-wl-middle .h1 {
    font-size: 2.5rem;
  }
  .m-wl-middle .small {
    max-width: 85%;
    margin: 2rem auto;
  }
}
.m-wl-middle .doctor-image {
  margin: 0 -15px 0;
}
.m-wl-middle .doctor-image img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.m-wl-faqs {
  background-color: #f9f9f2;
  padding: 0;
}
.m-wl-faqs .row {
  position: relative;
  padding-bottom: 3rem;
  background-color: #f9f9f2;
}
.m-wl-faqs #weight_loss_burning_questions {
  margin: 2rem 0;
}
.m-wl-faqs #weight_loss_burning_questions .h1 {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .m-wl-faqs #weight_loss_burning_questions {
    margin: 0;
  }
}
.m-wl-faqs #weight_loss_burning_questions .faq_answer.open .content {
  padding-bottom: 2rem;
}
.m-wl-faqs .bathtub {
  margin: 0;
  mix-blend-mode: multiply;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  float: right;
  max-width: 75%;
}
.m-wl-faqs .bathtub img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .m-wl-faqs .bathtub {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
  }
}
.m-wl-reviews {
  background-color: #f9f9f3;
}
.m-wl-reviews #m_weightloss_reviews_carousel {
  margin: 2rem 0;
}
.m-wl-reviews #m_weightloss_reviews_carousel .m_health_reviews_carousel {
  width: 90%;
  text-align: center;
}
@media (min-width: 992px) {
  .m-wl-reviews #m_weightloss_reviews_carousel .m_health_reviews_carousel {
    width: 32%;
  }
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button {
  display: none;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(124, 124, 124, 0.2);
          box-shadow: 0px 0px 15px 1px rgba(124, 124, 124, 0.2);
  background: #fff !important;
}
@media (min-width: 768px) {
  .m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button {
    display: block;
  }
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button.previous {
  left: 2rem;
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button.previous:before {
  background-image: url(/assets/icons/arrow-left-tail-large-dark-de319ce79d380d2b9da07423db086491ba9330879ad9b23986504494c882287e.svg), url(/assets/icons/arrow-left-tail-large-green-b01bebdad76cec697d5503517a073319a87aa2f006f45bdc599dd8ace7b74b4f.svg) !important;
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button.next {
  right: 2rem;
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-button.flickity-prev-next-button.next:before {
  background-image: url(/assets/icons/arrow-right-tail-large-dark-ed4ce2da7e2dadd33e55bdf838a1b8fd531dec040fe8c7ec81818c30ce90d83a.svg), url(/assets/icons/arrow-right-tail-large-green-1c1c868f78ce7cffba29099e994a5f98ce8e72cb112b643c7a291032e27ac653.svg) !important;
}
.m-wl-reviews #m_weightloss_reviews_carousel .flickity-page-dots .dot {
  padding: 0.35rem;
}
.m-wl-reviews p.h3 {
  line-height: 1.25;
  font-size: 2.5rem;
}
.m-wl-reviews .author {
  padding: 0.5rem 1rem;
  font-family: "MaisonNeue-Demi";
}
.m-wl-reviews .btn {
  margin: 3rem auto 0 auto;
  max-width: 280px;
  display: block;
}
.m-wl-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/weight_loss/wl-bottom-bg-39a1e6e6455a7facb016081a4f8f685e50b724a0dbb58b1e4e0b3ef7bb6c8dab.jpg) no-repeat;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/weight_loss/wl-bottom-bg-39a1e6e6455a7facb016081a4f8f685e50b724a0dbb58b1e4e0b3ef7bb6c8dab.jpg) no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/weight_loss/wl-bottom-bg-39a1e6e6455a7facb016081a4f8f685e50b724a0dbb58b1e4e0b3ef7bb6c8dab.jpg) no-repeat;
  background-position: 14% 100%;
  background-size: 241%;
  padding: 7rem 0;
}
.m-wl-bottom .h1 {
  color: #fff;
  font-size: 1.75rem;
  max-width: 75%;
  margin: 0 auto;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .m-wl-bottom {
    background-position: center 55%;
    background-size: cover;
  }
  .m-wl-bottom .h1 {
    font-size: 2.5rem;
    max-width: none;
  }
}
.m-wl-bottom #wl_get_started_bottom {
  margin: 1em auto;
}

@media (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}

.m-nav__wrp .nav-go-back {
  display: none;
}
.m-nav__wrp .nav-go-back.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.weight-loss-plan {
  display: none;
}
.weight-loss-plan a:not(.button):hover {
  color: #82C780;
}
.weight-loss-plan.show {
  display: block;
}
.weight-loss-plan .hey-user {
  margin-bottom: 1.5rem;
}
.weight-loss-plan .cheers-doctor {
  margin-bottom: 1.5rem;
}
.weight-loss-plan .quiz-progress__wrp {
  background: #f9f9f2;
}
.weight-loss-plan .quiz-progress__wrp {
  background: #f9f9f2;
}
.weight-loss-plan .treatment-pages-progress__line > div.inactive {
  border-top: 2px solid #003d3b;
}
.weight-loss-plan .treatment-pages-progress__dots > div::after {
  border: 2px solid #003d3b;
}
.weight-loss-plan .treatment-pages-progress__dots > div {
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #003d3b;
}
.weight-loss-plan .treatment-pages-progress__dots > div:first-child, .weight-loss-plan .treatment-pages-progress__dots > div:last-child {
  text-align: center;
}
.weight-loss-plan .treatment-pages-progress__dots > div:first-child::after, .weight-loss-plan .treatment-pages-progress__dots > div:last-child::after {
  left: 0;
  right: 0;
}
.weight-loss-plan .treatment-pages-progress__line {
  max-width: 76%;
  margin: 0 auto;
}
.weight-loss-plan .treatment-pages-progress {
  max-width: 991px;
  position: relative;
  top: unset;
  padding-bottom: 1rem;
  margin-top: 0;
  padding-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .weight-loss-plan .treatment-pages-progress {
    position: relative;
    top: unset;
    padding-bottom: 1rem;
    margin-top: 0;
    padding-top: 0.5rem;
    width: 100%;
  }
}
.weight-loss-plan div.treatment-pages-progress__dots > .incomplete {
  color: #003d3b;
}
.weight-loss-plan div.treatment-pages-progress__dots > .incomplete.your-plan {
  cursor: pointer;
}
.weight-loss-plan div.treatment-pages-progress__dots > .incomplete::after {
  border-color: #003d3b;
}

.go-to-checkout {
  cursor: pointer;
}

div#panel_overlay.open {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.weight-loss-plan--c #mosh-guarantee .any-questions .any-questions__img {
  margin-left: auto;
}
.weight-loss-plan--c #what-to-expect .what-to-expect__wrp .expect-step .step-header > img {
  height: 4rem;
  width: auto;
}

.wl-doctors-note {
  padding: 2rem 1.25rem 3.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-doctors-note .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .wl-doctors-note {
    padding: 3rem 1.5rem;
  }
}
.wl-doctors-note .doctors-note {
  margin-bottom: 1.5rem;
}

.doctor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.125rem;
}
.doctor-card img {
  height: 4.5rem;
  width: 4.5rem;
  aspect-ratio: 1/1;
  margin-right: 1.5rem;
  border-radius: 2.75rem;
}
.weight-loss-plan--c .doctor-card {
  margin-bottom: 1.5rem;
}
.weight-loss-plan--c .doctor-card img {
  margin-right: 1rem;
}
.doctor-card .card-content .doctor-name {
  font-family: "MaisonNeue-Demi";
}
.doctor-card .card-content a {
  font-family: "MaisonNeue-Demi";
}

@media (min-width: 0) and (max-width: 767px) {
  .chart-container {
    margin-bottom: 2rem;
  }
}

.stats-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .stats-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.stats-wrap {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #daeed9;
  position: relative;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .stats-wrap {
    max-width: 20rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .stats-wrap {
    margin-bottom: 2rem;
  }
}
.stats-wrap .stats-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
}
.stats-wrap .stats-subtitle {
  font-size: 1.125rem;
  margin-bottom: 0.75ren;
}
.stats-wrap .stats-footer {
  font-size: 0.75rem;
}

#m_weightloss_reviews_carousel .flickity-button-icon {
  display: none;
}

.wl-the-mosh-guarantee {
  padding: 3.75rem 1.25rem;
  background: #daeed9;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-the-mosh-guarantee .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wl-the-mosh-guarantee {
    padding: 3.75rem 1.5rem;
  }
}
.wl-the-mosh-guarantee h3 {
  margin-bottom: 0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-the-mosh-guarantee h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .wl-the-mosh-guarantee h3 {
    margin-bottom: 2rem;
  }
}
.wl-the-mosh-guarantee .doc_any_questions .doc_any_questions_text {
  -webkit-transition: background-position ease 200ms;
  transition: background-position ease 200ms;
}
.wl-the-mosh-guarantee .doc_any_questions:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wl-the-mosh-guarantee .doc_any_questions:hover .doc_any_questions_text {
  background-position: center right 5px;
}

.guarantee-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .guarantee-points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .guarantee-points {
    max-width: 80%;
    margin: 0 auto 3rem;
  }
}
.guarantee-points > p {
  margin-bottom: 0.625rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .guarantee-points > p:last-of-type {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .guarantee-points > p {
    margin-bottom: 0;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
  .guarantee-points .left-point {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 768px) {
  .guarantee-points .right-point {
    position: absolute;
    right: 0;
  }
}

.tick-transparent:before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-image: url(/assets/icons/tick_v2-139429d10a50ce9f19eb6235920bca7d4872a1418e393378cf9a3fb8e8b269a1.svg);
  margin-right: 0.75rem;
  display: inline-block;
  position: relative;
  top: 0.25rem;
}

.wl-your-medication {
  padding: 3rem 1.25rem;
  background: #f9f9f2;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-your-medication .container {
    padding: 0;
  }
  .wl-your-medication h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .wl-your-medication {
    padding: 6.25rem 1.5rem;
  }
}
.wl-your-medication .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.wl-your-medication .faq-question:hover {
  border-bottom-color: #003d3b;
}
.wl-your-medication .mosh-faq .faq-question:after {
  right: 0;
}
.wl-your-medication .mosh-faq .faq-answer {
  padding: 0;
}
.wl-your-medication .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.wl-your-medication .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}
.wl-your-medication .faq-info {
  padding-top: 1rem;
  font-size: 0.875rem;
  opacity: 0.7;
  color: #003d3b;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-your-medication .faq-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

p.medication-subtitle {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  p.medication-subtitle {
    margin-bottom: 1rem;
  }
}

.medication-bottle-img {
  max-height: 7.5rem;
  max-width: 7.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .medication-bottle-img {
    margin-bottom: 1.5rem;
  }
}

.medication-title {
  margin-bottom: 0.5rem;
}

.wl-path-to-weightcare {
  background-color: #003d3b;
  padding: 3.75rem 1.25rem 6.75rem;
}
.wl-path-to-weightcare .large-container {
  max-width: 1399px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wl-path-to-weightcare {
    padding: 6.25rem 1.5rem;
  }
}

.path-to-weightcare-title {
  margin-bottom: 3.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .path-to-weightcare-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    padding: 0 1.25rem;
  }
}

@media (min-width: 768px) {
  .weightcare-path-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .weightcare-path-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.weightcare-path-steps .flickity-page-dots {
  bottom: unset;
  margin-top: 2rem;
}
.weightcare-path-steps .flickity-page-dots > li {
  height: 0.75rem !important;
  width: 0.75rem !important;
  background-color: #daeed9;
}
.weightcare-path-steps .flickity-page-dots > li.is-selected {
  background-color: #82c780;
}
.weightcare-path-steps .card {
  margin: 0 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .weightcare-path-steps .card {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .weightcare-path-steps .card {
    margin: 0 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .weightcare-path-steps .card {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .weightcare-path-steps.flickity-enabled .card {
    min-height: 100%;
  }
}

.card-lightgreen-header {
  border: none;
  border-radius: 0.75rem;
}
.card-lightgreen-header .card-header {
  background-color: #daeed9;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border: none;
}
.card-lightgreen-header .card-header h3 {
  margin-bottom: 0;
}
.card-lightgreen-header .card-content {
  padding: 1.5rem;
}
.card-lightgreen-header .card-content li {
  margin-bottom: 0.75rem;
}

.wl-faq {
  background-color: #f9f9f2;
  padding: 3.75rem 1.25rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-faq {
    padding-bottom: 6.25rem;
  }
  [sticky-cta-open=true] .wl-faq {
    padding-bottom: 9.25rem;
  }
  .wl-faq .container {
    padding: 0;
  }
  .wl-faq h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .wl-faq {
    padding: 6.25rem 1.5rem;
  }
}
.wl-faq .faq-header {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .wl-faq .faq-header {
    margin-bottom: 2rem;
  }
}
.wl-faq .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.wl-faq .faq-question:hover {
  border-bottom-color: #003d3b;
}
.wl-faq .mosh-faq .faq-question:after {
  right: 0;
}
.wl-faq .mosh-faq .faq-answer {
  padding: 0;
}
.wl-faq .faq-img-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .wl-faq .faq-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wl-faq .faq-img-wrap {
    margin-top: 2rem;
  }
}
.wl-faq .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.wl-faq .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}

.wl-over-12-months {
  background-color: #daeed9;
  padding: 3.75rem 1.25rem;
}
.wl-over-12-months .sm-container {
  max-width: 991px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wl-over-12-months .sm-container {
    max-width: 45rem;
    padding: 0 1rem;
  }
}
.wl-over-12-months .over-12-months-text {
  margin-bottom: 2.5rem;
  max-width: 80vw;
}
@media (min-width: 768px) {
  .wl-over-12-months .over-12-months-text {
    margin-bottom: 1rem;
  }
}
.wl-over-12-months .over-12-months-continue {
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .wl-over-12-months {
    padding: 6.25rem 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .over-12-months-title {
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .over-12-months-title {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .over-12-months-subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .over-12-months-subtitle {
    margin-bottom: 2.5rem;
  }
}

.references-wrap > a {
  font-size: 0.625rem;
  text-decoration: underline;
  display: block;
  margin-bottom: 0.25rem;
}

.mobile-frame {
  background-image: url(/assets/weight_loss/iphone-frame-28408a8c622e43b8c8232f299d1172ce11ce0252411d63aad8661ed58a631eef.png);
  width: 17rem;
  height: 37.5rem;
  background-size: calc(100% + 4rem) 100%;
  background-repeat: no-repeat;
  background-position: -2rem 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .mobile-frame {
    margin: 0 auto 2rem;
  }
}
.mobile-frame .mobile-inner-content {
  max-width: calc(100% - 2rem);
  margin: 0;
  position: relative;
  left: 1rem;
  top: 3rem;
  max-height: calc(100% - 6rem);
  overflow: hidden;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.mobile-frame .mobile-inner-content > img {
  width: 100%;
  -webkit-animation: mobile-screen-scroll ease 4s infinite;
          animation: mobile-screen-scroll ease 4s infinite;
}
.mobile-frame .mobile-inner-content:after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(/assets/weight_loss/mobile-plus-a5a9832cff58d9ef7f4a2854496ac8df065d9ffcb5ffd2014f681f2d9420b0b5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.mobile-frame .user-dashboard-underlay {
  position: absolute;
  top: 1.6rem;
  max-width: calc(100% - 2rem);
  left: 1rem;
}

.over-12-months-content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .over-12-months-content-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wl-extra-support {
  padding: 3.75rem 1.25rem;
  background-color: #003d3b;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-extra-support .container {
    padding: 0;
  }
  .wl-extra-support h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .wl-extra-support {
    padding: 6.25rem 1.5rem;
  }
}

.extra-support-title {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .extra-support-title {
    margin-bottom: 2rem;
  }
}

.extra-support-dietitian-image {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 100%;
}
.extra-support-dietitian-image-wrap {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-image: url(/assets/weight_loss/dietitian-3d8a78239fef4b9d6e511bd139cf4a1205942b43bec711596d4d5c49ade94ec3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .extra-support-dietitian-image-wrap {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
}

.extra-support-addon-col {
  padding: 1.5rem 1.25rem;
  background-color: #fff;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media (min-width: 768px) {
  .extra-support-addon-col {
    padding: 2.5rem 3rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.extra-support-addon-col h4 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .extra-support-addon-col h4 {
    margin-bottom: 0.75rem;
  }
}
.extra-support-addon-col .extra-support-addon-text {
  margin-bottom: 1.5rem;
}

.extra-support-your-dietitian {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.75rem;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .extra-support-your-dietitian {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .extra-support-your-dietitian > * {
    max-width: 50%;
  }
}

.single_treatment {
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single_treatment .addon-remove-wrapper {
  display: block;
}
.single_treatment .addon_plan_add {
  display: none;
}
.single_treatment.inactive {
  border-color: #bbbcbf;
  margin-left: 3.75rem;
}
.single_treatment.inactive .addon_plan_add {
  display: block;
}
.single_treatment.inactive .addon-remove-wrapper {
  display: none;
}
.single_treatment.inactive:hover {
  border-color: #003d3b;
}
.single_treatment p:not(.single_treatment_title) {
  font-size: 1rem;
}
.single_treatment > a {
  text-decoration: none !important;
}
.single_treatment_title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .single_treatment_title {
    font-size: 1.125rem;
  }
}
.single_treatment_desc {
  font-family: "MaisonNeue-Demi";
  font-size: 1.125rem;
  margin-bottom: 0;
}
.single_treatment .addon-remove-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  margin-top: 0.75rem;
  width: 100%;
  background-color: #daeed9;
  border-radius: 0.25rem;
}
.single_treatment .addon-controls-wrap {
  width: 100%;
}
.single_treatment .addon_plan_add {
  position: absolute;
  left: -3.125rem;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  height: 0;
  text-transform: uppercase;
  width: 2rem;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  font-family: "MaisonNeue-Demi";
}
.single_treatment .addon_plan_add::after {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #deeddb;
  background-image: url(/assets/weight_loss/addon-plus-c022398e98cffb869a4e4e7dbc7e6f3e12e1d93f88cc4e282a488e34ddab3e7d.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  margin-bottom: 0.25rem;
}
.single_treatment .addon_plan_remove {
  background-color: rgba(188, 188, 188, 0.7);
  border-radius: 0.25rem;
  display: inline-block;
  padding: 2px 0.5rem;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .single_treatment .addon_plan_remove {
    font-size: 0.625rem;
  }
}

.wl-thirty-days-guarantee {
  padding: 0;
}
.wl-thirty-days-guarantee .thirty-days-title {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-thirty-days-guarantee .thirty-days-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.wl-thirty-days-guarantee .thirty-days-subtitle {
  margin-bottom: 1rem;
}
.wl-thirty-days-guarantee .thirty-days-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .wl-thirty-days-guarantee .row {
    max-width: 100%;
  }
}

.thirty-days-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .thirty-days-image-wrap {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .thirty-days-image-wrap {
    background: url(/assets/weight_loss/30-days-bcd01d5a8f1abdfe428e1d459d63d8f2923a629e4b2eeb6064b9bcae22293f84.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.thirty-days-image-wrap img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0) and (max-width: 767px) {
  .thirty-days-image-wrap img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: auto;
  }
}
@media (min-width: 768px) {
  .thirty-days-image-wrap img {
    display: none;
  }
}

.thirty-days-content-wrap {
  padding: 2rem 1.25rem 3.75rem;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .thirty-days-content-wrap {
    padding: 3.5rem;
    width: calc(1199px / 2);
    max-width: calc(vw / 2);
  }
}
@media (min-width: 992px) {
  .thirty-days-content-wrap {
    padding: 7rem;
  }
}

.wl-still-unsure {
  background-color: #daeed9;
  padding: 2.25rem 1.25rem;
}
[sticky-cta-open=true] .wl-still-unsure {
  padding-bottom: 9.25rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-still-unsure .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wl-still-unsure {
    padding: 3.75rem 1.5rem;
  }
  [sticky-cta-open=true] .wl-still-unsure {
    padding-bottom: 8.25rem;
  }
}
.wl-still-unsure .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wl-still-unsure .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .wl-still-unsure .row {
    margin: 0 -4.25rem;
  }
}
.wl-still-unsure .row > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wl-still-unsure .row > * {
    margin: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .wl-still-unsure .row > * {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .wl-still-unsure .row > * {
    margin: 0 4.25rem;
  }
}
.wl-still-unsure a, .wl-still-unsure button {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-still-unsure a, .wl-still-unsure button {
    width: 100%;
  }
}
.wl-still-unsure .container {
  position: relative;
}
.wl-still-unsure .back-to-top:hover {
  -webkit-animation: pop-back-to-top ease 300ms 1;
          animation: pop-back-to-top ease 300ms 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wl-still-unsure .back-to-top-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-transform: translateY(calc(-50% - 3.75rem));
          transform: translateY(calc(-50% - 3.75rem));
  cursor: pointer;
}

.still-unsure-title, .ready-to-start-title {
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .still-unsure-title, .ready-to-start-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.still-unsure-col {
  margin-bottom: 4.25rem;
}
@media (min-width: 768px) {
  .still-unsure-col {
    margin-bottom: 0;
  }
}

.wl-sticky-cta {
  padding: 1rem 1.25rem;
  background-color: #003d3b;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
}
@media (min-width: 768px) {
  .wl-sticky-cta {
    padding: 1rem;
  }
}
.wl-sticky-cta.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wl-sticky-cta p {
  font-family: "MaisonNeue-Demi";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-sticky-cta p {
    font-size: 1.125rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wl-sticky-cta a {
  margin: 0.5rem 0 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-sticky-cta a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wl-sticky-cta a {
    margin: 0 0 0 1.25rem;
  }
}
.wl-sticky-cta .container {
  position: relative;
  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;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-sticky-cta .container {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.wl-sticky-cta .close-cta {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 0.75rem;
  width: auto;
}
@media (min-width: 768px) {
  .wl-sticky-cta .close-cta {
    top: unset;
    height: auto;
  }
}
.wl-sticky-cta .close-cta:hover {
  -webkit-animation: pop-back-to-top ease 300ms 1;
          animation: pop-back-to-top ease 300ms 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.weight-loss-checkout {
  display: none;
}
.weight-loss-checkout .dosage {
  display: none;
}
.modal-is-open .weight-loss-checkout {
  position: relative;
  z-index: 100;
}
.weight-loss-checkout.show {
  display: block;
}
@media (min-width: 992px) {
  .weight-loss-checkout .section_right {
    padding-left: 25px;
  }
}
.weight-loss-checkout .section_right #mh_payment_form {
  margin-top: 0px;
  padding-bottom: 1.5rm;
}
@media (min-width: 768px) {
  .weight-loss-checkout .section_right #mh_payment_form {
    padding-top: 2rem;
  }
}
.weight-loss-checkout .section_right #mh_payment_form > h5 {
  display: none;
}
.weight-loss-checkout .section_right #mh_payment_form .discount_code_link {
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
}
.weight-loss-checkout .section_right #mh_payment_form .discount_code_link a {
  text-decoration: none !important;
}
.weight-loss-checkout .section_right #mh_payment_form .discount_code_link a h5 {
  font-size: 0.875rem;
  color: #6b6b6b;
}
.weight-loss-checkout .section_right #mh_payment_form .discount_code_link a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.weight-loss-checkout .section_right #mh_payment_form .discount_code_link.reveal a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.weight-loss-checkout .section_right #mh_payment_form h3 {
  display: none;
}
.weight-loss-checkout .section_right #mh_payment_form .btn {
  height: 60px;
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0;
}
.weight-loss-checkout .section_right #mh_payment_form #paypal_btn, .weight-loss-checkout .section_right #mh_payment_form #afterpay_btn {
  margin-bottom: 15px;
}
.weight-loss-checkout .section_right #mh_payment_form #paypal_btn, .weight-loss-checkout .section_right #mh_payment_form #paypal_process_btn {
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal_btn-83dbff890c0985ee5bd18511c1bbba05e79983baa02e911a68dccb61fc6a5012.svg);
  color: black !important;
}
.weight-loss-checkout .section_right #mh_payment_form #afterpay_btn, .weight-loss-checkout .section_right #mh_payment_form #afterpay_process_btn {
  background-color: black;
  background-image: url(/assets/icons/checkout-afterpay-b636c0107dbf76744cad9c0727c668c50530a87c3b7a10cf798809ab02edaba4.svg);
  background-size: 216px auto;
}
.weight-loss-checkout .section_right #mh_payment_form #paypal_process_btn {
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
}
.weight-loss-checkout .section_right #mh_payment_form #afterpay_process_btn {
  background-image: url(/assets/icons/afterpay_logo-01db2261294b0ae55e44a9b5e74f3bba1edbc7913faff1693fff99d76ed205ed.svg);
}
.weight-loss-checkout .section_right #mh_payment_form #paypal_process_btn, .weight-loss-checkout .section_right #mh_payment_form #afterpay_process_btn {
  background-position: center right 15px;
  background-size: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .weight-loss-checkout .section_right #mh_payment_form #paypal_process_btn, .weight-loss-checkout .section_right #mh_payment_form #afterpay_process_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.weight-loss-checkout .section_right #mh_payment_form #payment_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.weight-loss-checkout .section_right #mh_payment_form #cc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c54801 !important;
  color: #fff !important;
}
.weight-loss-checkout .section_right #mh_payment_form #cc_btn:before {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url(/assets/icons/credit-card-7fadc6ee9269c488641123bd5ba6764ca7e0c3ac206bf5c1fb8280c6f2a5fe26.svg);
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  content: "";
  border-radius: 0 !important;
}
.weight-loss-checkout .section_right #mh_payment_form #cc_dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.weight-loss-checkout .section_right #mh_payment_form #cc_dropdown.open {
  opacity: 1;
  max-height: 3000px;
}
.weight-loss-checkout .section_right #mh_payment_form #process_form_btn {
  background-color: #c54801 !important;
  color: white !important;
}
.weight-loss-checkout .section_right #payment-section {
  margin-top: 1.25rem;
}
.mh-checkout--plan .weight-loss-checkout .section_right #payment-section {
  border-top: 0;
}
.mh-checkout--plan .weight-loss-checkout .section_right #payment-section > .container {
  padding-left: 0;
  padding-right: 0;
}
.weight-loss-checkout .section_right .overview_concerns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.weight-loss-checkout .section_right .overview_concerns .single_concern {
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.375rem 1rem;
  border: 1px solid #BBBCBF;
  color: #003D3B;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  border-radius: 3.125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  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;
}
.weight-loss-checkout #payment-section h5 {
  text-align: center;
  margin-bottom: 15px;
}
.weight-loss-checkout #payment-section .payment_forms_container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .weight-loss-checkout #payment-section .payment_forms_container {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
.weight-loss-checkout #payment-section.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .weight-loss-checkout #payment-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .weight-loss-checkout #payment-section > .payment_forms_container {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.weight-loss-checkout #payment-section #mh_payment_form #afterpay_btn {
  background-image: url(/assets/weight_loss/checkout-with-afterpay-3017389cda6bba1907075429389cd3e3adba7bbff19b62ee8cdec07273abda02.png);
  background-size: auto 23px;
}
.weight-loss-checkout #payment-section .or {
  margin: 25px 0;
  border-top: 1px solid #bbbcbf;
  height: 0;
  z-index: 2;
  position: relative;
}
.weight-loss-checkout #payment-section .or > span {
  position: absolute;
  padding: 0 23px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: -50%;
}
.weight-loss-checkout .quiz-progress__wrp {
  background: #f9f9f2;
}
.weight-loss-checkout .treatment-pages-progress__line > div.inactive {
  border-top: 2px solid #003d3b;
}
.weight-loss-checkout .treatment-pages-progress__dots > div::after {
  border: 2px solid #003d3b;
}
.weight-loss-checkout .treatment-pages-progress__dots > div {
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #003d3b;
}
.weight-loss-checkout .treatment-pages-progress__dots > div:first-child, .weight-loss-checkout .treatment-pages-progress__dots > div:last-child {
  text-align: center;
}
.weight-loss-checkout .treatment-pages-progress__dots > div:first-child::after, .weight-loss-checkout .treatment-pages-progress__dots > div:last-child::after {
  left: 0;
  right: 0;
}
.weight-loss-checkout .treatment-pages-progress__line {
  max-width: 76%;
  margin: 0 auto;
}
.weight-loss-checkout .treatment-pages-progress {
  max-width: 991px;
  position: relative;
  top: unset;
  padding-bottom: 1rem;
  margin-top: 0;
  padding-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .weight-loss-checkout .treatment-pages-progress {
    position: relative;
    top: unset;
    padding-bottom: 1rem;
    margin-top: 0;
    padding-top: 0.5rem;
    width: 100%;
  }
}
.weight-loss-checkout div.treatment-pages-progress__dots > .incomplete {
  color: #003d3b;
}
.weight-loss-checkout div.treatment-pages-progress__dots > .incomplete.your-plan {
  cursor: pointer;
}
.weight-loss-checkout div.treatment-pages-progress__dots > .incomplete::after {
  border-color: #003d3b;
}
.weight-loss-checkout .nav-go-back {
  font-family: "MaisonNeue-Book";
}
@media (min-width: 0) and (max-width: 767px) {
  .weight-loss-checkout .hero-col {
    margin-bottom: 1.5rem;
  }
}
.weight-loss-checkout .hero-col img {
  max-width: 100%;
  border-radius: 0.75rem;
}
.weight-loss-checkout .plan-pricing__wrp {
  margin-bottom: 1.5rem;
}
.weight-loss-checkout .total-price__txt {
  display: inline-block;
}
.weight-loss-checkout .flip_down {
  display: none;
}
.weight-loss-checkout .flip_down.reveal {
  display: block;
  height: auto;
}
.weight-loss-checkout .discount_approved, .weight-loss-checkout .discount_failed {
  padding-top: 0;
  padding-bottom: 2rem;
}
.weight-loss-checkout .pricing-col .discount_input_row {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #medical_assessed.wl-treatment, #medical_assessed.wl-treatment * {
    transition: all ease 100ms;
    -moz-transition: all ease 100ms;
    -webkit-transition: all ease 100ms;
  }
}
#medical_assessed.wl-treatment .treatment-pages-progress__line {
  max-width: 100%;
}
#medical_assessed.wl-treatment .wl-treatment__overview {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .wl-treatment__overview {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  #medical_assessed.wl-treatment .wl-treatment__overview {
    max-width: 1588px;
  }
}
#medical_assessed.wl-treatment .alert-txt {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 2px;
}
#medical_assessed.wl-treatment .congrats {
  margin-top: 30px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .congrats {
    margin: 51px auto 62px;
    text-align: center;
    max-width: 864px;
  }
}
#medical_assessed.wl-treatment .congrats h3 {
  margin-bottom: 0;
}
#medical_assessed.wl-treatment .congrats h3 > span {
  color: #82c780;
}
#medical_assessed.wl-treatment .treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#medical_assessed.wl-treatment .treatment__single {
  border: 1px solid #000;
  padding: 21px;
  margin-bottom: 14px;
  border-radius: 10px;
  padding-left: 82px;
  position: relative;
  min-height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#medical_assessed.wl-treatment .treatment__single .mh_plan_add {
  display: none;
}
#medical_assessed.wl-treatment .treatment__single.inactive {
  border-color: #BBBCBF;
  margin-left: 60px;
}
#medical_assessed.wl-treatment .treatment__single.inactive .mh_plan_add {
  display: block;
}
#medical_assessed.wl-treatment .treatment__single.inactive .mh_plan_remove {
  display: none !important;
}
#medical_assessed.wl-treatment .treatment__single p {
  font-size: 16px;
}
#medical_assessed.wl-treatment .treatment__single > a {
  text-decoration: none !important;
}
#medical_assessed.wl-treatment .treatment__single img {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
}
#medical_assessed.wl-treatment .treatment__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
#medical_assessed.wl-treatment .treatment__desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}
#medical_assessed.wl-treatment #wl_plan_total .total_price_plan {
  display: inline-block;
}
#medical_assessed.wl-treatment .plan-includes {
  border-top: 1px solid #bbbcbf;
  border-bottom: 1px solid #bbbcbf;
  margin-top: 10px;
  padding: 14px 0;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .plan-includes .circle_ticks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#medical_assessed.wl-treatment .plan-includes li {
  background-size: 18px;
  background-position: left top 3px;
  padding-left: 29px;
  margin-bottom: 4px;
  background-image: url(/assets/icons/tick-dark-circle-white-bg-27967b491344821c7cd008ab28faa8e996091e9ef425101cb0238b24149ade74.svg);
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .plan-includes li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  #medical_assessed.wl-treatment .plan-includes li:nth-of-type(n+3) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  #medical_assessed.wl-treatment .plan-includes li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #medical_assessed.wl-treatment .plan-includes li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#medical_assessed.wl-treatment .circle_ticks li {
  background-image: url(/assets/icons/tick-dark-circle-white-bg-27967b491344821c7cd008ab28faa8e996091e9ef425101cb0238b24149ade74.svg);
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .circle_ticks li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#medical_assessed.wl-treatment .section_left img {
  max-height: 175px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .section_left {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
@media (min-width: 992px) {
  #medical_assessed.wl-treatment .section_left img {
    margin-bottom: 0;
    max-height: unset;
  }
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .section_right {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #medical_assessed.wl-treatment .section_right {
    margin-bottom: 90px;
  }
}
#medical_assessed.wl-treatment .section_right h4 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .section_right h4 {
    margin-bottom: 3px;
    font-size: 60px;
  }
}
#medical_assessed.wl-treatment #payment-section h5 {
  text-align: center;
  margin-bottom: 15px;
}
#medical_assessed.wl-treatment #payment-section .payment_forms_container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment #payment-section .payment_forms_container {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
#medical_assessed.wl-treatment #payment-section.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment #payment-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #medical_assessed.wl-treatment #payment-section > .payment_forms_container {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
#medical_assessed.wl-treatment #payment-section #mh_payment_form #afterpay_btn {
  background-image: url(/assets/weight_loss/checkout-with-afterpay-3017389cda6bba1907075429389cd3e3adba7bbff19b62ee8cdec07273abda02.png);
  background-size: auto 23px;
}
#medical_assessed.wl-treatment #payment-section .or {
  margin: 25px 0;
  border-top: 1px solid #bbbcbf;
  height: 0;
  z-index: 2;
  position: relative;
}
#medical_assessed.wl-treatment #payment-section .or > span {
  position: absolute;
  padding: 0 23px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: -50%;
}
#medical_assessed.wl-treatment .medication-info section {
  padding-left: 9px;
  padding-right: 9px;
}
#medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee {
  padding-top: 32px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .circle_ticks {
    max-width: 970px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .circle_ticks {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .circle_ticks br {
    display: none;
  }
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .circle_ticks li {
    margin-right: 85px;
  }
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .circle_ticks li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .circle_ticks li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0;
  }
}
#medical_assessed.wl-treatment .medication-info section#the_mosh_guarantee .doc_any_questions img {
  -o-object-fit: cover;
     object-fit: cover;
}
#medical_assessed.wl-treatment .medication-info section.faq-medication {
  padding-top: 32px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section.faq-medication {
    padding-top: 93px;
    padding-bottom: 112px;
  }
  #medical_assessed.wl-treatment .medication-info section.faq-medication img {
    width: 176px;
    height: 176px;
  }
}
#medical_assessed.wl-treatment .medication-info section.faq-medication .info_block {
  border-color: rgba(188, 188, 188, 0.2);
  border-width: 2px;
}
#medical_assessed.wl-treatment .medication-info section.faq-medication .info_block .info_block_title {
  padding-top: 20px;
  padding-bottom: 20px;
}
#medical_assessed.wl-treatment .medication-info section.faq-medication .info_block .info_block_title h4 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section.faq-medication .info_block .info_block_title h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
#medical_assessed.wl-treatment .medication-info section.faq-medication .info_block .info_block_title h4:after {
  background-image: url(/assets/weight_loss/faq-arr-down-4cb0341da5697b4bf022c7492df2051bb37766f15088a4a61f375bad953de3c3.svg);
  width: 17px;
  height: 17px;
}
#medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section {
  padding-top: 44px;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section {
    padding-top: 102px;
    padding-bottom: 109px;
  }
  #medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section .consultation-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section .consultation-desc p, #medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section .consultation-desc .faq_question, #medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section .consultation-desc .faq_item {
    font-size: 18px;
    line-height: 22px;
    max-width: 514px;
  }
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .medication-info section#inpage_chatbox_section #inpage_chatbox {
    max-width: 428px;
    margin-left: auto;
    cursor: pointer;
  }
}
#medical_assessed.wl-treatment #inpage_chatbox_img:before {
  width: 23px;
  height: 23px;
}
#medical_assessed.wl-treatment #inpage_chatbox_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#medical_assessed.wl-treatment .query_message {
  padding: 12px;
}
#medical_assessed.wl-treatment #inpage_chatbox textarea {
  padding-top: 8px;
  padding-left: 16px;
  background-image: url(/assets/icons/send-grey-945a8f8a404dc635117f7abb0dc567e5df29ec9479d6ee4ee88c2df37637a07b.svg);
  background-size: 22px;
}
#medical_assessed.wl-treatment .payment-btn-group {
  font-size: 15px;
  line-height: 17px;
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .payment-btn-group {
    font-size: 17px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  #medical_assessed.wl-treatment .faq-left {
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  #medical_assessed.wl-treatment .faq-left {
    padding-right: 150px;
  }
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment {
  border: 1px solid #000;
  padding: 21px;
  border-radius: 10px;
  padding-left: 82px;
  position: relative;
  min-height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  margin: 0 20px 20px;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment .mh_plan_add {
  display: none;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment.inactive {
  border-color: #BBBCBF;
  margin-left: 70px;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment.inactive .mh_plan_add {
  display: block;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment.inactive .mh_plan_remove {
  display: none !important;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment p {
  font-size: 16px;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment > a {
  text-decoration: none !important;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment img {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
#medical_assessed.wl-treatment .m-wl-your-own-dietitian .single_treatment_desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .m-wl-reviews {
    padding: 3rem 1.25rem;
  }
  .m-wl-reviews p.h3 {
    font-size: 2rem;
  }
}
.m-wl-reviews .reviews_rounded_card {
  width: 100%;
}
.m-wl-reviews .reviews_rounded_card h4 {
  font-size: 1.75rem;
}

.wl-plan-includes {
  padding: 1rem 0 0.5rem;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .wl-plan-includes .align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.wl-plan-includes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}

.wl-addon-section {
  margin-bottom: 1.5rem;
}
.wl-addon-section .addon-details p {
  margin-bottom: 0;
}
.wl-addon-section .addon-image {
  max-height: 3.25rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: none;
}
@media (min-width: 992px) {
  .wl-addon-section .addon-image {
    display: block;
  }
}
.wl-addon-section .single_treatment {
  margin-bottom: 1rem;
}
.wl-addon-section .single_treatment .addon-notification {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #e2e2e2;
  font-family: "MaisonNeue-Demi";
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.wl-addon-section .single_treatment .addon-notification img {
  margin-right: 0.25rem;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.wl-addon-section .single_treatment_title {
  margin-bottom: 0;
}
.wl-addon-section .single_treatment_subtitle {
  margin-bottom: 0.25rem;
}
.wl-addon-section .single_treatment_learnmore {
  font-family: "MaisonNeue-Demi";
  text-decoration: underline;
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .wl-addon-section .single_treatment_learnmore {
    font-size: 1rem;
  }
}
.wl-addon-section .wl-single-addon .wl-single-addon-img {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .wl-addon-section .wl-single-addon .wl-single-addon-img {
    display: block;
  }
}
.wl-addon-section .wl-single-addon > .m-modal .modal-img {
  height: 5.25rem;
  width: 5.25rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.wl-addon-section .wl-single-addon > .m-modal .m-modal__header .modal-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .wl-addon-section .wl-single-addon > .m-modal .m-modal__header, .wl-addon-section .wl-single-addon > .m-modal .m-modal__body, .wl-addon-section .wl-single-addon > .m-modal .m-modal__cta {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.wl-addon-section .wl-single-addon > .m-modal .m-modal__body {
  padding-top: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .wl-addon-section .wl-single-addon > .m-modal .m-modal__body {
    padding-top: 1.5rem;
    padding-bottom: 13.25rem;
  }
}
.wl-addon-section .wl-single-addon > .m-modal .cta-add {
  margin: 0;
}

.weight-loss-checkout .wl-checkout-b .plan-pricing__wrp {
  padding: 1rem 0;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 0;
  text-align: right;
}
.weight-loss-checkout .wl-checkout-b .plan-pricing__wrp .total-price {
  margin-bottom: 0;
}
.weight-loss-checkout .wl-checkout-b .plan-pricing__wrp .total-price .total-price__txt {
  font-family: "Clearface-Bold";
  font-size: 2rem;
}
@media (min-width: 768px) {
  .weight-loss-checkout .wl-checkout-b .plan-pricing__wrp {
    padding: 1.5rem 0;
  }
}
.weight-loss-checkout .wl-checkout-b .h-addons {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .weight-loss-checkout .wl-checkout-b section .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.weight-loss-checkout .wl-checkout-b .pricing-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .weight-loss-checkout .wl-checkout-b .pricing-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.weight-loss-checkout .wl-checkout-b .total-price {
  margin-bottom: 0.5rem;
}
.weight-loss-checkout .wl-checkout-b .afterpay_price_plan img {
  max-height: 2rem;
}
.weight-loss-checkout .wl-checkout-b .hero-col {
  margin-bottom: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(/assets/weight_loss/wl-checkout-ad79d5c4512b60cce90cdd858fdb06a6d65f57c926eb18b4460a32048ddd26d7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
  background-position: center;
}
.weight-loss-checkout .wl-checkout-b .hero-col.shakes-bg {
  background-image: url(/assets/weight_loss/shakes-checkout-89bd4301c81d794767b46e08d16f6573876e93e4101e9119cc76425cac43278e.png);
}
@media (min-width: 0) and (max-width: 767px) {
  .weight-loss-checkout .wl-checkout-b .hero-col {
    width: 100%;
    height: 12.5rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wl-treatment-prices {
  margin-bottom: 1rem;
}
.wl-treatment-prices .treatment-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wl-treatment-prices .treatment-price-wrap.hidden {
  display: none;
}
.wl-treatment-prices .treatment-price-wrap .treatment-price-heading {
  font-family: "MaisonNeue-Demi";
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .wl-treatment-prices .treatment-price-wrap .treatment-price-heading {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    font-size: 1rem;
  }
}
.wl-treatment-prices .treatment-price-wrap .treatment-price-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .wl-treatment-prices .treatment-price-wrap .treatment-price-value {
    font-size: 1rem;
  }
}

.wl-addons-wrap .wl-addons-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.wl-addons-wrap .assigned-treatment {
  margin-bottom: 1.5rem;
}
.wl-addons-wrap .addon-remove-wrapper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: auto;
  background-color: transparent;
  padding: 0;
}
.wl-addons-wrap .single_treatment .addon_plan_remove {
  background-color: transparent;
  padding: 0;
}
.wl-addons-wrap .single_treatment .addon_plan_add::after {
  background-image: url(/assets/icons/addon-plus-noborder-16c9dc4152b097e3c8a7b394ac581c3950534adbb78575ec16bffb25d4c535c8.svg);
  border: none;
}
.wl-addons-wrap .single_treatment_saleprice {
  font-family: "MaisonNeue-Book";
  text-decoration: line-through;
  margin-right: 0.75rem;
  color: #003d3b;
}
.wl-addons-wrap .single_treatment_price.sale-price {
  color: #82c780;
}
.wl-addons-wrap .single_treatment.inactive {
  margin-left: 2.75rem;
}
.wl-addons-wrap .single_treatment .addon_plan_add {
  left: -2.75rem;
}

.checkout-v2 .pricing-col {
  position: relative;
  top: unset;
}

.shakes-faqs {
  padding: 2.5rem 1rem;
  background: #f9f9f2;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .shakes-faqs {
    padding: 4.75rem 1.5rem;
  }
}
.shakes-faqs .shakes-faqs-title {
  font-family: "Clearface-Bold";
  margin-bottom: 2.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .shakes-faqs-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
.shakes-faqs .doctor-tile {
  margin-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .shakes-faqs .row .col:first-of-type {
    max-width: 30rem;
    width: unset;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .shakes-faqs .row .col:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shakes-faqs .row .col:last-of-type {
    padding-left: 4rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .various-studies {
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .shakes-faqs .various-studies {
    margin-bottom: 1.5rem;
  }
}
.shakes-faqs .various-studies .various-studies-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .various-studies .various-studies-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.shakes-faqs .various-studies .studies-stat-title {
  color: #82c780;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .shakes-faqs .various-studies .studies-stat-title {
    font-size: 1.125rem;
  }
}
.shakes-faqs .various-studies .studies-stat-content {
  margin-bottom: 1rem;
}
.shakes-faqs .shakes-stat-references {
  color: #6b6b6b;
  word-wrap: break-word;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .shakes-faq-wrap {
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 0.5rem 1rem;
  }
}
.shakes-faqs .faq-section-title {
  display: none;
}
.shakes-faqs .faq-header {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .shakes-faqs .faq-header {
    margin-bottom: 2rem;
  }
}
.shakes-faqs .single-faq:first-of-type .faq-question {
  border-top: 1px solid #cbcbcb;
}
.shakes-faqs .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.shakes-faqs .faq-question:hover {
  border-bottom-color: #003d3b;
}
.shakes-faqs .shakes-dietitian-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 2.5rem 1rem 1rem;
}
.shakes-faqs .shakes-dietitian-card img {
  width: 4.5rem;
  height: 4.5rem;
  border: 0.5rem solid #fff;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shakes-faqs .reference-number {
  font-size: 0.75rem;
}
.shakes-faqs .mosh-faq {
  margin-bottom: 2rem;
}
.shakes-faqs .mosh-faq .faq-question:after {
  right: 0;
}
.shakes-faqs .mosh-faq .faq-answer {
  padding: 0;
}
.shakes-faqs .faq-img-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .shakes-faqs .faq-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-faqs .faq-img-wrap {
    margin-top: 2rem;
  }
}
.shakes-faqs .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.shakes-faqs .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}

.shakes-steps {
  padding: 3.75rem 0.5rem;
}
@media (min-width: 768px) {
  .shakes-steps {
    padding: 6.25rem 1.5rem;
  }
}
.shakes-steps > .container {
  width: 991px;
}
@media (min-width: 768px) {
  .shakes-steps > .container {
    max-width: calc(100vw - 3rem);
  }
}
.shakes-steps .shakes-steps-title {
  margin-bottom: 1rem;
  font-family: "Clearface-Bold";
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-steps .shakes-steps-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
@media (min-width: 768px) {
  .shakes-steps .shakes-steps-title {
    margin-bottom: 4.25rem;
  }
}
.shakes-steps .shakes-step-number {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
.shakes-steps .steps-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shakes-steps .steps-col .steps-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shakes-steps .shakes-steps-carousel.flickity-enabled {
  display: block;
}
.shakes-steps .shakes-steps-carousel.flickity-enabled .shakes-step-number {
  display: none;
}
.shakes-steps .shakes-steps-carousel.flickity-enabled .flickity-page-dots {
  bottom: -2rem;
}
.shakes-steps .shakes-steps-carousel.flickity-enabled .flickity-page-dots > li {
  width: 0.75rem !important;
  height: 0.75rem !important;
  background: transparent !important;
}
.shakes-steps .shakes-steps-carousel.flickity-enabled .flickity-page-dots > li.is-selected {
  background-color: #003d3b !important;
}

.steps-card {
  padding: 2.5rem;
  text-align: center;
  background-color: #f9f9f2;
  border-radius: 0.75rem;
  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) and (max-width: 991px) {
  .steps-card {
    padding: 2.5rem 1rem;
  }
}
.steps-card .steps-card-header-image {
  margin-bottom: 1rem;
  max-height: 7.75rem;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.steps-card .steps-card-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
.steps-card .steps-card-desc {
  margin-bottom: 1rem;
}
.steps-card .steps-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #d3e7ca;
  border-radius: 0.75rem;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.steps-card .steps-card-footer > img {
  margin-right: 0.75rem;
  max-height: 2.25rem;
  width: auto;
}

.shakes-benefits {
  padding: 2.5rem 0.5rem;
  background-color: #daeed9;
}
@media (min-width: 768px) {
  .shakes-benefits {
    padding: 6.25rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .shakes-benefits {
    padding: 6.25rem;
  }
}
.shakes-benefits .shakes-benefits-title {
  margin-bottom: 4rem;
  font-family: "Clearface-Bold";
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .shakes-benefits-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
    margin-bottom: 2.5rem;
  }
}
.shakes-benefits .shakes-benefits-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shakes-benefits .shake-benefit-single {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .shakes-benefits .shake-benefit-single {
    margin-bottom: 2.75rem;
  }
  .shakes-benefits .shake-benefit-single:last-of-type {
    margin-bottom: 0;
  }
}
.shakes-benefits .shake-benefit-single .shake-benefit-single-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .shake-benefit-single .shake-benefit-single-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .shake-images-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    min-height: 12.5rem;
    margin-bottom: 2.5rem;
  }
}
.shakes-benefits .shake-images-col img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform ease 100ms;
  transition: -webkit-transform ease 100ms;
  transition: transform ease 100ms;
  transition: transform ease 100ms, -webkit-transform ease 100ms;
}
@media (min-width: 768px) {
  .shakes-benefits .shake-images-col img {
    max-width: calc(100% - 5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shakes-benefits .shake-images-col img {
    max-width: calc(100% - 3rem);
  }
}
.shakes-benefits .shake-images-col img.shake-1-image {
  -webkit-transform: translate(calc(-50% - 3rem), calc(-50% - 1.5rem));
          transform: translate(calc(-50% - 3rem), calc(-50% - 1.5rem));
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-benefits .shake-images-col img.shake-1-image {
    -webkit-transform: translate(calc(-50% - 1.5rem), calc(-50% - 1.5rem));
            transform: translate(calc(-50% - 1.5rem), calc(-50% - 1.5rem));
  }
}
.shakes-benefits .shake-images-col img.shake-2-image {
  -webkit-transform: translate(calc(-50% + 3rem), calc(-50% + 1.5rem));
          transform: translate(calc(-50% + 3rem), calc(-50% + 1.5rem));
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-benefits .shake-images-col img.shake-2-image {
    -webkit-transform: translate(calc(-50% + 1.5rem), calc(-50% + 1.5rem));
            transform: translate(calc(-50% + 1.5rem), calc(-50% + 1.5rem));
  }
}
.shakes-benefits .shake-images-col:hover .shake-1-image {
  -webkit-transform: translate(calc(-50% - 4rem), calc(-50% - 1.5rem));
          transform: translate(calc(-50% - 4rem), calc(-50% - 1.5rem));
}
.shakes-benefits .shake-images-col:hover .shake-2-image {
  -webkit-transform: translate(calc(-50% + 4rem), calc(-50% + 1.5rem));
          transform: translate(calc(-50% + 4rem), calc(-50% + 1.5rem));
}
.shakes-benefits .shakes-benefits-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .shakes-benefits .shakes-benefits-wrap {
    margin-bottom: 3rem;
  }
}
.shakes-benefits .view-nutrition-information {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .shakes-benefits .view-nutrition-information {
    margin-bottom: 3.25rem;
  }
}
.shakes-benefits .shakes-benefits-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single img {
  margin-bottom: 0.5rem;
}
.shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single:not(:last-of-type) {
    margin-right: 5rem;
  }
}

.shake-modal {
  padding-right: 0 !important;
}
.shake-modal .modal-content {
  background-color: transparent;
}
.shake-modal .modal-body {
  padding: 0;
  text-align: center;
}
.shake-modal img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .shake-modal img {
    max-width: 70%;
  }
}
.shake-modal .modal-content-wrap {
  position: relative;
  display: inline-block;
}
.shake-modal .modal-content .modal-body .close {
  background-image: url(/assets/icons/close-white-b718a365a50219a5a68c7d50ccaf00c58c02186e6e2eb127a0a9cc5e6a711e65.svg);
  padding: 0.75rem;
  top: 0;
  right: 15%;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: unset;
  -webkit-transform: translate(calc(100% + 0.5rem), calc(-100% - 1rem));
          transform: translate(calc(100% + 0.5rem), calc(-100% - 1rem));
}
@media (min-width: 768px) and (max-width: 991px) {
  .shake-modal .modal-content .modal-body .close {
    right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .shake-modal .modal-content .modal-body .close {
    position: absolute;
    z-index: 100;
    float: right;
    font-family: "MaisonNeue-Book";
    border-radius: unset;
    top: -2rem;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.shake-modal#chocolate-shake-modal .close {
  background-image: url(/assets/icons/close-white-b718a365a50219a5a68c7d50ccaf00c58c02186e6e2eb127a0a9cc5e6a711e65.svg);
}

.wl-faq-shakes {
  position: relative;
}

.back-to-top-wrap {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 99;
  cursor: pointer;
}

.shakes-as-seen-in {
  padding: 1.25rem 0;
}
.shakes-as-seen-in img {
  max-height: 3.125rem;
}
@media (min-width: 768px) {
  .shakes-as-seen-in img {
    margin: 0 4rem;
  }
}

.free-shaker-bottle {
  padding: 1rem;
  border: 1px solid #003d3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
.free-shaker-bottle .shaker-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
.free-shaker-bottle .shaker-info span {
  color: #82c780;
}

.product-plan-image {
  max-height: 3.25rem;
  margin-bottom: 0.25rem;
  display: block;
}
@media (min-width: 768px) {
  .product-plan-image {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

#mosh-results {
  overflow-x: hidden;
  padding: 2.5rem 0.5rem;
}
@media (min-width: 768px) {
  #mosh-results {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #mosh-results {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
#mosh-results .section-title {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  #mosh-results .section-title {
    margin-bottom: 0.75rem;
  }
}
#mosh-results .text-light-green {
  color: #daeed9;
}
#mosh-results .text-sm {
  font-size: 0.875rem;
}
#mosh-results .trustpilot-widget {
  margin-top: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #mosh-results .trustpilot-widget {
    margin-bottom: -0.625rem;
  }
}
#mosh-results .trustpilot-widget #reviews-summary {
  color: #fff;
}
#mosh-results .trustpilot-widget .tp-logo__text {
  fill: #fff;
}
@media (min-width: 768px) and (max-width: 1190px) {
  #mosh-results h3 br {
    display: none;
  }
}
#mosh-results .left_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #003d3b;
  padding-right: 3rem;
  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;
}
@media (min-width: 992px) {
  #mosh-results .left_col {
    margin-bottom: 0;
  }
}
#mosh-results .left_col:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #003d3b;
  display: block;
}
#mosh-results .results-slider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #mosh-results .results-slider {
    min-height: 15rem;
  }
}
@media (min-width: 768px) {
  #mosh-results .results-slider {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
#mosh-results .results-slider .flickity-viewport {
  overflow: visible;
}
#mosh-results .results-slider .flickity-page-dots {
  display: none;
}
#mosh-results .results-slider .results-itm {
  width: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2.8583px 2.8583px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.8583px 2.8583px rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 90%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #mosh-results .results-slider .results-itm {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  #mosh-results .results-slider .results-itm {
    margin-right: 1rem;
  }
}
#mosh-results .results-slider .results-itm__body {
  padding: 1rem 0.75rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
@media (min-width: 768px) {
  #mosh-results .results-slider .results-itm__body {
    padding: 2rem 3.5rem;
  }
}
#mosh-results .results-slider .results-itm__bodyContent {
  color: #003d3b;
}
#mosh-results .results-slider .results-itm__bodyTitle {
  color: #003d3b;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Demi";
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #mosh-results .results-slider .results-itm__bodyTitle {
    color: #82c780;
  }
}
#mosh-results .results-slider .results-itm .result-img {
  max-width: 100%;
}
#mosh-results .results-slider .results-itm .result-img__wrp {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
#mosh-results .results-slider .play-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  max-width: 4rem;
  height: auto;
  cursor: pointer;
}
#mosh-results .results-slider .play-video.hidden {
  display: none;
}
@media (min-width: 768px) {
  #mosh-results .section-subtitle {
    margin-bottom: 4.5rem;
  }
}
#mosh-results .slider-arrows {
  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;
}
#mosh-results .slider-arrows .results-prev, #mosh-results .slider-arrows .results-next {
  cursor: pointer;
}
#mosh-results .slider-arrows .results-prev {
  margin-right: 1.75rem;
}
#mosh-results .slider-pager {
  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;
}
#mosh-results .slider-pager > span {
  height: 0.75rem;
  width: 0.75rem;
  display: inline-block;
  margin-right: 0.75rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
#mosh-results .slider-pager > span.is--active {
  background-color: #fff;
}
#mosh-results .slider-pager > span:last-of-type {
  margin-right: 0;
}
#mosh-results video {
  display: block;
}

.free-shaker-bottle {
  padding: 1rem;
  border: 1px solid #003d3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.75rem;
}
.free-shaker-bottle .shaker-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
.free-shaker-bottle .shaker-info span {
  color: #82c780;
}

.np_key_benefits {
  margin-bottom: 1rem;
}

.shakes-extrasupport {
  padding: 3.75rem 0.5rem;
  background-color: #003d3b;
}
@media (min-width: 768px) {
  .shakes-extrasupport {
    padding: 4.25rem 1.5rem;
  }
}
.shakes-extrasupport .extrasupport-title {
  margin-bottom: 2rem;
  font-family: "Clearface-Bold";
  color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-extrasupport .extrasupport-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
.shakes-extrasupport .extrasupport-content-title {
  font-family: "Clearface-Bold";
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.shakes-extrasupport .extrasupport-content-text {
  margin-bottom: 1.5rem;
}
.shakes-extrasupport .row {
  border-radius: 12px;
  max-width: 768px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .shakes-extrasupport .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.shakes-extrasupport .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shakes-extrasupport .row .col:first-of-type {
  background-image: url(/assets/weight_loss/extra-support-image-e49398bad031068567133b08644bc5cdc9b90d3790af0ad3628f2d8a27a427f0.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
  min-height: 9rem;
  background-position: center center;
}
@media (min-width: 768px) {
  .shakes-extrasupport .row .col:first-of-type {
    border-radius: 12px 0 0 12px;
  }
}
.shakes-extrasupport .row .col:last-of-type {
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media (min-width: 768px) {
  .shakes-extrasupport .row .col:last-of-type {
    padding: 2.5rem 1.5rem;
    border-radius: 0 12px 12px 0;
  }
}

.shakes-faqs {
  padding: 2.5rem 1rem;
  background: #f9f9f2;
}
@media (min-width: 768px) {
  .shakes-faqs {
    padding: 4.75rem 1.5rem;
  }
}
.shakes-faqs .shakes-faqs-title {
  font-family: "Clearface-Bold";
  margin-bottom: 2.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .shakes-faqs-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
.shakes-faqs .doctor-tile {
  margin-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .shakes-faqs .row .col:first-of-type {
    max-width: 30rem;
    width: unset;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .shakes-faqs .row .col:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shakes-faqs .row .col:last-of-type {
    padding-left: 4rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .various-studies {
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .shakes-faqs .various-studies {
    margin-bottom: 2rem;
  }
}
.shakes-faqs .various-studies .various-studies-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .various-studies .various-studies-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.shakes-faqs .various-studies .studies-stat-title {
  color: #82c780;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .shakes-faqs .various-studies .studies-stat-title {
    font-size: 1.125rem;
  }
}
.shakes-faqs .various-studies .studies-stat-content {
  margin-bottom: 1rem;
}
.shakes-faqs .shakes-stat-references {
  color: #6b6b6b;
  word-wrap: break-word;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-faqs .shakes-faq-wrap {
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 0.5rem 1rem;
  }
}
.shakes-faqs .faq-section-title {
  display: none;
}
.shakes-faqs .faq-header {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .shakes-faqs .faq-header {
    margin-bottom: 2rem;
  }
}
.shakes-faqs .single-faq:first-of-type .faq-question {
  border-top: 1px solid #cbcbcb;
}
.shakes-faqs .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.shakes-faqs .faq-question:hover {
  border-bottom-color: #003d3b;
}
.shakes-faqs .shakes-dietitian-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 2.5rem 1rem 1rem;
}
.shakes-faqs .shakes-dietitian-card img {
  width: 4.5rem;
  height: 4.5rem;
  border: 0.5rem solid #fff;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shakes-faqs .reference-number {
  font-size: 0.75rem;
}
.shakes-faqs .mosh-faq {
  margin-bottom: 2rem;
}
.shakes-faqs .mosh-faq .faq-question:after {
  right: 0;
}
.shakes-faqs .mosh-faq .faq-answer {
  padding: 0;
}
.shakes-faqs .faq-img-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .shakes-faqs .faq-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-faqs .faq-img-wrap {
    margin-top: 2rem;
  }
}
.shakes-faqs .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.shakes-faqs .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}

#individual_product .shakes-steps {
  padding: 3.75rem 0.5rem;
}
@media (min-width: 768px) {
  #individual_product .shakes-steps {
    padding: 6.25rem 1.5rem;
  }
}
#individual_product .shakes-steps > .container {
  width: 991px;
  max-width: 100%;
}
@media (min-width: 768px) {
  #individual_product .shakes-steps > .container {
    max-width: calc(100vw - 3rem);
  }
}
#individual_product .shakes-steps .shakes-steps-title {
  margin-bottom: 1rem;
  font-family: "Clearface-Bold";
}
@media (min-width: 0) and (max-width: 767px) {
  #individual_product .shakes-steps .shakes-steps-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
@media (min-width: 768px) {
  #individual_product .shakes-steps .shakes-steps-title {
    margin-bottom: 4.25rem;
  }
}
#individual_product .shakes-steps .shakes-step-number {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
#individual_product .shakes-steps .steps-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#individual_product .shakes-steps .steps-col .steps-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#individual_product .shakes-steps .flickity-enabled.is-draggable .steps-col {
  height: 100%;
}
#individual_product .shakes-steps .shakes-steps-carousel.flickity-enabled {
  display: block;
}
#individual_product .shakes-steps .shakes-steps-carousel.flickity-enabled .shakes-step-number {
  display: none;
}
#individual_product .shakes-steps .shakes-steps-carousel.flickity-enabled .flickity-page-dots {
  bottom: -2rem;
}
#individual_product .shakes-steps .shakes-steps-carousel.flickity-enabled .flickity-page-dots > li {
  width: 0.75rem !important;
  height: 0.75rem !important;
  background: transparent !important;
}
#individual_product .shakes-steps .shakes-steps-carousel.flickity-enabled .flickity-page-dots > li.is-selected {
  background-color: #003d3b !important;
}

.steps-card {
  padding: 2.5rem;
  text-align: center;
  background-color: #f9f9f2;
  border-radius: 0.75rem;
  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) and (max-width: 991px) {
  .steps-card {
    padding: 2.5rem 1rem;
  }
}
.steps-card .steps-card-header-image {
  margin-bottom: 1rem;
  max-height: 7.75rem;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.steps-card .steps-card-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
.steps-card .steps-card-desc {
  margin-bottom: 1rem;
}
.steps-card .steps-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #d3e7ca;
  border-radius: 0.75rem;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.steps-card .steps-card-footer > img {
  margin-right: 0.75rem;
  max-height: 2.25rem;
  width: auto;
}

.shakes-benefits {
  padding: 2.5rem 1rem;
  background-color: #daeed9;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .shakes-benefits {
    padding: 6.25rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .shakes-benefits {
    padding: 6.25rem;
  }
}
.shakes-benefits .shakes-benefits-title {
  margin-bottom: 4rem;
  font-family: "Clearface-Bold";
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .shakes-benefits-title {
    font-size: 2rem;
    letter-spacing: -0.08rem;
    margin-bottom: 2.5rem;
  }
}
.shakes-benefits .shakes-benefits-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shakes-benefits .shake-benefit-single {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .shakes-benefits .shake-benefit-single {
    margin-bottom: 2.75rem;
  }
  .shakes-benefits .shake-benefit-single:last-of-type {
    margin-bottom: 0;
  }
}
.shakes-benefits .shake-benefit-single .shake-benefit-single-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .shake-benefit-single .shake-benefit-single-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-benefits .shake-images-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    min-height: 12.5rem;
    margin-bottom: 2.5rem;
  }
}
.shakes-benefits .shake-images-col img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform ease 100ms;
  transition: -webkit-transform ease 100ms;
  transition: transform ease 100ms;
  transition: transform ease 100ms, -webkit-transform ease 100ms;
}
@media (min-width: 768px) {
  .shakes-benefits .shake-images-col img {
    max-width: calc(100% - 5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shakes-benefits .shake-images-col img {
    max-width: calc(100% - 3rem);
  }
}
.shakes-benefits .shake-images-col img.shake-1-image {
  -webkit-transform: translate(calc(-50% - 3rem), calc(-50% - 1.5rem));
          transform: translate(calc(-50% - 3rem), calc(-50% - 1.5rem));
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-benefits .shake-images-col img.shake-1-image {
    -webkit-transform: translate(calc(-50% - 1.5rem), calc(-50% - 1.5rem));
            transform: translate(calc(-50% - 1.5rem), calc(-50% - 1.5rem));
  }
}
.shakes-benefits .shake-images-col img.shake-2-image {
  -webkit-transform: translate(calc(-50% + 3rem), calc(-50% + 1.5rem));
          transform: translate(calc(-50% + 3rem), calc(-50% + 1.5rem));
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-benefits .shake-images-col img.shake-2-image {
    -webkit-transform: translate(calc(-50% + 1.5rem), calc(-50% + 1.5rem));
            transform: translate(calc(-50% + 1.5rem), calc(-50% + 1.5rem));
  }
}
.shakes-benefits .shake-images-col:hover .shake-1-image {
  -webkit-transform: translate(calc(-50% - 4rem), calc(-50% - 1.5rem));
          transform: translate(calc(-50% - 4rem), calc(-50% - 1.5rem));
}
.shakes-benefits .shake-images-col:hover .shake-2-image {
  -webkit-transform: translate(calc(-50% + 4rem), calc(-50% + 1.5rem));
          transform: translate(calc(-50% + 4rem), calc(-50% + 1.5rem));
}
.shakes-benefits .shakes-benefits-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .shakes-benefits .shakes-benefits-wrap {
    margin-bottom: 3rem;
  }
}
.shakes-benefits .view-nutrition-information {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .shakes-benefits .view-nutrition-information {
    margin-bottom: 3.25rem;
  }
}
.shakes-benefits .shakes-benefits-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single img {
  margin-bottom: 0.5rem;
}
.shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .shakes-benefits .shakes-benefits-meta .shakes-benefits-meta-single:not(:last-of-type) {
    margin-right: 5rem;
  }
}

.shake-modal {
  padding-right: 0 !important;
}
.shake-modal .modal-content {
  background-color: transparent;
}
.shake-modal .modal-body {
  padding: 0;
  text-align: center;
}
.shake-modal img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .shake-modal img {
    max-width: 70%;
  }
}
.shake-modal .modal-content-wrap {
  position: relative;
  display: inline-block;
}
.shake-modal .modal-content .modal-body .close {
  background-image: url(/assets/icons/close-white-b718a365a50219a5a68c7d50ccaf00c58c02186e6e2eb127a0a9cc5e6a711e65.svg);
  padding: 0.75rem;
  top: 0;
  right: 15%;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: unset;
  -webkit-transform: translate(calc(100% + 0.5rem), calc(-100% - 1rem));
          transform: translate(calc(100% + 0.5rem), calc(-100% - 1rem));
}
@media (min-width: 768px) and (max-width: 991px) {
  .shake-modal .modal-content .modal-body .close {
    right: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .shake-modal .modal-content .modal-body .close {
    position: absolute;
    z-index: 100;
    float: right;
    font-family: "MaisonNeue-Book";
    border-radius: unset;
    top: -2rem;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.shake-modal#chocolate-shake-modal .close {
  background-image: url(/assets/icons/close-white-b718a365a50219a5a68c7d50ccaf00c58c02186e6e2eb127a0a9cc5e6a711e65.svg);
}

.cart-free-shaker-bottle {
  padding: 0.5rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #daeed9;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
.cart-free-shaker-bottle img {
  margin-right: 0.5rem;
}

.community-insta a {
  text-decoration: none;
}
.community-insta a:hover {
  text-decoration: underline;
}

#product_hero_weight-loss-shake.np_product_hero .product_hero_text {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.shakes-success-stories {
  background-color: #003d3b;
  padding: 2rem 0 0;
  margin-top: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-success-stories .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .shakes-success-stories {
    padding: 4rem 1rem;
  }
}
.shakes-success-stories-title.heading {
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-success-stories-title.heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.shakes-success-stories-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-success-stories-card-wrap {
    padding: 0 1rem 2rem;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .shakes-success-stories-card-wrap:after {
    content: "";
    min-width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shakes-success-stories-card-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
  }
}
.shakes-success-stories-card-wrap .shakes-success-stories-card:not(:last-of-type) {
  margin-right: 1.25rem;
}
.shakes-success-stories-card {
  border-radius: 1rem;
  border-top-left-radius: 0rem;
  overflow: hidden;
  width: min(80vw, 25rem);
  min-width: min(80vw, 25rem);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shakes-success-stories-card-img {
  height: 20rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 101%;
}
@media (min-width: 768px) {
  .shakes-success-stories-card-img {
    height: 25.25rem;
  }
}
.shakes-success-stories-card-content {
  background-color: #f6f6f6;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .shakes-success-stories-card-content {
    padding: 1rem;
  }
}
.shakes-success-stories-card-stat {
  color: #003d3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.25rem;
  line-height: 1.2;
}
.shakes-success-stories-card-stat:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .shakes-success-stories-card-stat:not(:last-of-type) {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.shakes-success-stories-card-stat-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-success-stories-card-stat-title {
    font-size: 0.875rem;
  }
}
.shakes-success-stories-card-stat-title img {
  height: 1rem;
  width: 1rem;
  margin-right: 0.75rem;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .shakes-success-stories-card-stat-title img {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.shakes-success-stories-card-stat-value {
  font-family: "Clearface-Bold";
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .shakes-success-stories-card-stat-value {
    font-size: 2rem;
  }
}
.shakes-success-stories-card-duration {
  text-align: right;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-success-stories-card-duration {
    font-size: 0.75rem;
  }
}
.shakes-success-stories-card-quote {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}
.shakes-success-stories-card-name {
  padding: 0.75rem;
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
  text-align: center;
  background-color: #fff;
  margin-top: auto;
}
@media (min-width: 768px) {
  .shakes-success-stories-card-name {
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.weight-loss-plan #mosh-results {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #daeed9;
}
.weight-loss-plan #mosh-results h2.heading {
  margin-bottom: 1.5rem;
}
.weight-loss-plan #mosh-results div.results-slider .results-itm {
  border: none;
}
.weight-loss-plan #mosh-results div.results-slider .results-itm .results-itm__body {
  padding: 0;
}
.weight-loss-plan #mosh-results div.results-slider .results-itm .results-itm__body .info-wrap {
  padding: 0.75rem 0;
  margin: 0 1rem;
  border-bottom-color: #E4E4E4;
}
.weight-loss-plan #mosh-results div.results-slider .results-itm .results-itm__body .info-wrap.info-wrap-header {
  margin: 0;
  padding: 0.5rem 1rem;
  background: #f6f6f6;
  border: none;
}

.weight-loss-plan .what-to-expect-disclaimer {
  padding: 1rem 0;
  text-align: center;
}
.weight-loss-plan .what-to-expect-disclaimer p {
  color: #6b6b6b;
  font-size: 0.875rem;
}

.start-container {
  padding-top: 100px;
  padding-bottom: 70px;
  min-height: 100vh;
  background-color: #003d3b;
}
@media (min-width: 768px) {
  .start-container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .start-container .h3 {
    font-size: 48px;
  }
}

#question_list_section .hl-answer-treatment-routine .quiz_button {
  border: 1px solid #003d3b;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
#question_list_section .hl-answer-treatment-routine .quiz_button:last-of-type {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
  min-height: unset;
  padding: 1rem;
}
#question_list_section .hl-answer-treatment-routine .quiz_button > p {
  padding-top: 2.75rem;
  padding-bottom: 0.375rem;
}
#question_list_section .hl-answer-treatment-routine .hl-answer-btn-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.625rem;
  background: #003d3b;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#question_list_section .hl-answer-treatment-routine .hl-answer-btn-price {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.625rem;
  color: #82c780;
  font-family: "MaisonNeue-Demi";
}
#question_list_section .hl-answer-treatment-routine .treatment-type {
  font-family: "MaisonNeue-Demi";
  border-right: 2px solid #003d3b;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
#question_list_section .hl-answer-treatment-routine label.quiz_button {
  background-image: none !important;
}

#question_list_section .hl-answer-treatment-routine .quiz_button {
  border: 1px solid #003d3b;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
#question_list_section .hl-answer-treatment-routine .quiz_button:last-of-type {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
  min-height: unset;
  padding: 1rem;
}
#question_list_section .hl-answer-treatment-routine .quiz_button > p {
  padding-top: 2.75rem;
  padding-bottom: 0.375rem;
}
#question_list_section .hl-answer-treatment-routine .hl-answer-btn-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.625rem;
  background: #003d3b;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#question_list_section .hl-answer-treatment-routine .hl-answer-btn-price {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.625rem;
  color: #82c780;
  font-family: "MaisonNeue-Demi";
}
#question_list_section .hl-answer-treatment-routine .treatment-type {
  font-family: "MaisonNeue-Demi";
  border-right: 2px solid #003d3b;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
#question_list_section .hl-answer-treatment-routine label.quiz_button {
  background-image: none !important;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

.booking .hamburger_container, .booking .account_container, .plans .hamburger_container, .plans .account_container {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking #psych_counsellor_modal .modal-body, .plans #psych_counsellor_modal .modal-body {
    padding: 32px;
  }
}
.booking #psych_counsellor_modal .close, .plans #psych_counsellor_modal .close {
  top: 57px;
  right: 20px;
  background-color: transparent;
  display: inline-block;
  min-width: unset;
  padding: 7.5px;
}
@media (min-width: 768px) {
  .booking #psych_counsellor_modal .close, .plans #psych_counsellor_modal .close {
    right: 44px;
  }
}
.booking .mhtp_section .back_arrow, .booking #create_account_page .back_arrow, .booking .mh-checkout .back_arrow, .plans .mhtp_section .back_arrow, .plans #create_account_page .back_arrow, .plans .mh-checkout .back_arrow {
  background-image: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
  width: 72px;
  height: 72px;
  left: 5px;
  top: 0;
  background-size: 0.875rem;
  z-index: 100;
  position: fixed;
}
@media (min-width: 992px) {
  .booking .mhtp_section .back_arrow, .booking #create_account_page .back_arrow, .booking .mh-checkout .back_arrow, .plans .mhtp_section .back_arrow, .plans #create_account_page .back_arrow, .plans .mh-checkout .back_arrow {
    background-image: url(/assets/icons/arrow-left-tail-dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
    top: 87px;
    left: 40px;
    width: 71px;
    height: 80px;
    background-size: 22px;
    background-position: center left;
    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;
    text-decoration: none;
  }
  .booking .mhtp_section .back_arrow::after, .booking #create_account_page .back_arrow::after, .booking .mh-checkout .back_arrow::after, .plans .mhtp_section .back_arrow::after, .plans #create_account_page .back_arrow::after, .plans .mh-checkout .back_arrow::after {
    content: "Back";
  }
  .booking .mhtp_section .back_arrow:hover, .booking #create_account_page .back_arrow:hover, .booking .mh-checkout .back_arrow:hover, .plans .mhtp_section .back_arrow:hover, .plans #create_account_page .back_arrow:hover, .plans .mh-checkout .back_arrow:hover {
    color: #82c780;
    background-image: url(/assets/icons/arrow-left-green-7cfc0ef3d0506991d1c15c126f3ae88e2a0fedaffed28e89495573a7d7cc5509.svg);
  }
}
.booking #select-psycologists-section #select-therapists-back, .plans #select-psycologists-section #select-therapists-back {
  background-image: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
  width: 72px;
  height: 72px;
  left: 5px;
  top: 0;
  background-size: 15px;
  z-index: 100;
}
.booking #mhtp_upload #mhtp_upload_btn, .booking #mhtp_upload .file_upload_container, .plans #mhtp_upload #mhtp_upload_btn, .plans #mhtp_upload .file_upload_container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .booking #mhtp_upload .file_upload_container, .plans #mhtp_upload .file_upload_container {
    max-width: 470px;
  }
}
.booking .m-hover-shadow--darkgreen:not(.disabled), .plans .m-hover-shadow--darkgreen:not(.disabled) {
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -webkit-box-shadow: 8px 8px 0px transparent;
          box-shadow: 8px 8px 0px transparent;
}
.booking .m-hover-shadow--darkgreen:not(.disabled):hover, .plans .m-hover-shadow--darkgreen:not(.disabled):hover {
  -webkit-box-shadow: 8px 8px 0px #00403C;
          box-shadow: 8px 8px 0px #00403C;
}
.booking .m-hover-shadow--lightgreen:not(.disabled), .plans .m-hover-shadow--lightgreen:not(.disabled) {
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -webkit-box-shadow: 8px 8px 0px transparent;
          box-shadow: 8px 8px 0px transparent;
}
.booking .m-hover-shadow--lightgreen:not(.disabled):hover, .plans .m-hover-shadow--lightgreen:not(.disabled):hover {
  -webkit-box-shadow: 8px 8px 0px #82c780;
          box-shadow: 8px 8px 0px #82c780;
}
@media (min-width: 992px) {
  .booking #mhtp_faqs #mhtp_faq_container, .plans #mhtp_faqs #mhtp_faq_container {
    margin-left: -70px;
    margin-right: -70px;
  }
}
@media (min-width: 768px) {
  .booking #mhtp_faqs .mhtp_section_wrap, .plans #mhtp_faqs .mhtp_section_wrap {
    display: block;
    padding-top: 25vh;
  }
}
.booking .mhtp_section_wrap, .plans .mhtp_section_wrap {
  background-color: #f9f9f2;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.booking .mhtp_section_wrap .container, .plans .mhtp_section_wrap .container {
  max-width: 576px !important;
}
.booking .mhtp_section_wrap h3, .booking .mhtp_section_wrap .xlarge, .plans .mhtp_section_wrap h3, .plans .mhtp_section_wrap .xlarge {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1.5rem;
  text-align: center;
}
.booking .mhtp_section_wrap .faq_item, .plans .mhtp_section_wrap .faq_item {
  border-bottom: 1px solid #82c780;
}
.booking .mhtp_section_wrap .faq_question, .plans .mhtp_section_wrap .faq_question {
  font-family: "MaisonNeue-Demi";
}
.booking .mhtp_section_wrap .faq_question::after, .plans .mhtp_section_wrap .faq_question::after {
  top: 1rem;
  background-size: 0.875rem;
}
.booking .mhtp_section_wrap .mhtp_btn, .plans .mhtp_section_wrap .mhtp_btn {
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .booking .mhtp_section_wrap .mhtp_btn, .plans .mhtp_section_wrap .mhtp_btn {
    width: 100%;
    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;
  }
}
.booking .mhtp_section_wrap .btn_ghost, .plans .mhtp_section_wrap .btn_ghost {
  border: 2px solid #003d3b;
}
.booking .mhtp_section_wrap .input_wrap, .plans .mhtp_section_wrap .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 26px;
}
@media (min-width: 992px) {
  .booking .mhtp_section_wrap .input_wrap, .plans .mhtp_section_wrap .input_wrap {
    margin-top: 45px;
  }
}
.booking .mhtp_section_wrap .input_wrap input, .plans .mhtp_section_wrap .input_wrap input {
  display: none;
}
.booking #without_mhtp_faqs .mhtp_section_wrap, .plans #without_mhtp_faqs .mhtp_section_wrap {
  position: relative;
}
.booking #bulkbill_select_section label .label_desc, .plans #bulkbill_select_section label .label_desc {
  font-family: "MaisonNeue-Book";
  display: block;
  font-size: 14px;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .booking #bulkbill_select_section label .label_desc, .plans #bulkbill_select_section label .label_desc {
    margin-top: 8px;
  }
}
.booking #bulkbill_select_section .bulkbill_select_section_img, .plans #bulkbill_select_section .bulkbill_select_section_img {
  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;
  margin-top: 11px;
}
@media (min-width: 992px) {
  .booking #bulkbill_select_section .bulkbill_select_section_img, .plans #bulkbill_select_section .bulkbill_select_section_img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.booking #bulkbill_select_section label[for=most-suitable] .bulkbill_select_section_img img, .plans #bulkbill_select_section label[for=most-suitable] .bulkbill_select_section_img img {
  border: 2px solid #f9f9f2;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-left: -13px;
  border-radius: 50%;
}
.booking #bulkbill_select_section label[for=bulk-billed] .bulkbill_select_section_img img, .plans #bulkbill_select_section label[for=bulk-billed] .bulkbill_select_section_img img {
  width: 100px;
  margin: 8px 0;
}
.booking .file_upload, .booking .file_upload_active, .plans .file_upload, .plans .file_upload_active {
  display: none;
}
.booking .file_upload.active, .booking .file_upload_active.active, .plans .file_upload.active, .plans .file_upload_active.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .file_upload.active, .booking .file_upload_active.active, .plans .file_upload.active, .plans .file_upload_active.active {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.booking .file_upload.active > span, .booking .file_upload_active.active > span, .plans .file_upload.active > span, .plans .file_upload_active.active > span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking .file_upload, .plans .file_upload {
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  padding: 14px 0;
  border-radius: 25px;
  border: 2px solid #003d3b;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.booking .file_upload input, .plans .file_upload input {
  display: none;
}
.booking .file_upload::after, .plans .file_upload::after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 17px;
  display: inline;
  background-image: url(/assets/icons/upload-dark-4e022052bbdbb382de42ec6ee9824ffe33c708edfae01d6cda1f7426ce74cf53.svg);
}
.booking .file_upload_active, .plans .file_upload_active {
  background-color: white;
  background-image: url(/assets/icons/file-uploaded-0791d18ad577479e2cc6331d27994ffd38f582578b852fdff0d5f6246ab3bfc3.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center left 16px;
  padding-left: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  min-height: 53px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
}
.booking .file_upload_active .file_upload_remove, .plans .file_upload_active .file_upload_remove {
  cursor: pointer;
  margin-left: auto;
}
.booking .file_upload_active .file_upload_remove:hover, .plans .file_upload_active .file_upload_remove:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(39%) saturate(1832%) hue-rotate(142deg) brightness(93%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(39%) saturate(1832%) hue-rotate(142deg) brightness(93%) contrast(102%);
}
.booking .therapist-no-pref, .plans .therapist-no-pref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  overflow: hidden;
}
.booking .therapist-no-pref .therapist-no-pref__body, .plans .therapist-no-pref .therapist-no-pref__body {
  z-index: 2;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .booking .therapist-no-pref.selected .therapist-no-pref__body, .plans .therapist-no-pref.selected .therapist-no-pref__body {
    background: #f6f6f6;
  }
}
.booking .therapist-no-pref:hover, .plans .therapist-no-pref:hover {
  background: #f6f6f6;
}
.booking .therapist-no-pref:hover .therapist-no-pref__body, .plans .therapist-no-pref:hover .therapist-no-pref__body {
  background-color: #f6f6f6;
}
.booking .therapist-no-pref h4, .plans .therapist-no-pref h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 768px) {
  .booking .therapist-no-pref h4, .plans .therapist-no-pref h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 4px;
  }
}
.booking .therapist-no-pref p, .plans .therapist-no-pref p {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .booking .therapist-no-pref p, .plans .therapist-no-pref p {
    font-size: 16px;
    line-height: 24px;
  }
}
.booking .therapist-no-pref .therapists-img__wrp, .plans .therapist-no-pref .therapists-img__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-family: "MaisonNeue-Demi";
}
.booking .therapist-no-pref .therapists-img__wrp img, .plans .therapist-no-pref .therapists-img__wrp img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 52px;
  width: auto;
  margin-right: 4px;
}
.booking .therapist-no-pref .book-therapist-no-pref, .booking .therapist-no-pref .cancel-book-therapist-no-pref, .plans .therapist-no-pref .book-therapist-no-pref, .plans .therapist-no-pref .cancel-book-therapist-no-pref {
  position: absolute;
  top: 16px;
  right: 16px;
}
.booking .therapist-no-pref .cancel-book-therapist-no-pref, .plans .therapist-no-pref .cancel-book-therapist-no-pref {
  display: none;
}
.booking .therapist-no-pref .book-now-no-pref-therapist, .plans .therapist-no-pref .book-now-no-pref-therapist {
  position: absolute;
  right: -123px;
  top: -2px;
  width: 139px;
  height: calc(100% + 2px);
  background: #82c780;
  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: 16px;
  line-height: 24px;
  color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-transform: translateX(139px);
          transform: translateX(139px);
  -webkit-transition: -webkit-transform ease 50ms;
  transition: -webkit-transform ease 50ms;
  transition: transform ease 50ms;
  transition: transform ease 50ms, -webkit-transform ease 50ms;
  border: 2px solid #82c780;
  font-family: "MaisonNeue-Demi";
}
.booking .therapist-no-pref.booking-therapist, .plans .therapist-no-pref.booking-therapist {
  overflow: visible;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .therapist-no-pref.booking-therapist, .plans .therapist-no-pref.booking-therapist {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    font-size: 14px;
    line-height: 21px;
    font-family: "MaisonNeue-Book";
  }
  .booking .therapist-no-pref.booking-therapist .book-now-no-pref-therapist, .plans .therapist-no-pref.booking-therapist .book-now-no-pref-therapist {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .booking .therapist-no-pref.booking-therapist .cancel-book-therapist-no-pref, .plans .therapist-no-pref.booking-therapist .cancel-book-therapist-no-pref {
    display: block;
  }
  .booking .therapist-no-pref.booking-therapist .book-therapist-no-pref, .plans .therapist-no-pref.booking-therapist .book-therapist-no-pref {
    display: none;
  }
}
.booking .single-therapist, .plans .single-therapist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 2px solid #cbcbcb;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  overflow: hidden;
}
.booking .single-therapist.show-read-more, .plans .single-therapist.show-read-more {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .booking .single-therapist.show-read-more, .plans .single-therapist.show-read-more {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .booking .single-therapist.selected, .plans .single-therapist.selected {
    background: #f6f6f6;
  }
}
@media (min-width: 768px) {
  .booking .single-therapist, .plans .single-therapist {
    padding: 16px;
  }
}
.booking .single-therapist.booking-therapist, .plans .single-therapist.booking-therapist {
  overflow: visible;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist.booking-therapist, .plans .single-therapist.booking-therapist {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  .booking .single-therapist.booking-therapist .book-now-therapist, .plans .single-therapist.booking-therapist .book-now-therapist {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .booking .single-therapist.booking-therapist .cancel-book-therapist, .plans .single-therapist.booking-therapist .cancel-book-therapist {
    display: block;
  }
  .booking .single-therapist.booking-therapist .book-therapist, .plans .single-therapist.booking-therapist .book-therapist {
    display: none;
  }
}
@media (min-width: 768px) {
  .booking .single-therapist:hover, .plans .single-therapist:hover {
    background: #f6f6f6;
  }
}
.booking .single-therapist .book-now-therapist, .plans .single-therapist .book-now-therapist {
  position: absolute;
  right: -123px;
  top: -2px;
  width: 139px;
  height: calc(100% + 4px);
  background: #82c780;
  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: 16px;
  line-height: 24px;
  color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-transform: translateX(139px);
          transform: translateX(139px);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  border: 2px solid #82c780;
  font-family: "MaisonNeue-Demi";
}
.booking .single-therapist__img, .plans .single-therapist__img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist__img, .plans .single-therapist__img {
    margin-left: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .booking .single-therapist__img, .plans .single-therapist__img {
    height: 84px;
    width: 84px;
  }
}
.booking .single-therapist__body, .plans .single-therapist__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist__body, .plans .single-therapist__body {
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 45px;
    background-color: #fff;
    border-radius: 16px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .booking .single-therapist__body, .plans .single-therapist__body {
    padding-right: 0;
  }
}
.booking .single-therapist__body .book-therapist, .booking .single-therapist__body .cancel-book-therapist, .plans .single-therapist__body .book-therapist, .plans .single-therapist__body .cancel-book-therapist {
  position: absolute;
  top: 16px;
  right: 16px;
}
.booking .single-therapist__body .cancel-book-therapist, .plans .single-therapist__body .cancel-book-therapist {
  display: none;
}
.booking .single-therapist__name, .plans .single-therapist__name {
  font-family: "MaisonNeue-Demi";
  font-size: 1rem;
  line-height: 1.5rem;
  color: #003d3b;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .booking .single-therapist__name, .plans .single-therapist__name {
    font-size: 18px;
    line-height: 27px;
  }
}
.booking .single-therapist__desc, .plans .single-therapist__desc {
  display: none;
}
@media (min-width: 768px) {
  .booking .single-therapist__desc, .plans .single-therapist__desc {
    display: block;
  }
}
.booking .single-therapist__desc p, .plans .single-therapist__desc p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}
.booking .single-therapist__footer, .plans .single-therapist__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .booking .single-therapist__footer, .plans .single-therapist__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.booking .single-therapist__footer div, .booking .single-therapist__footer span, .plans .single-therapist__footer div, .plans .single-therapist__footer span {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .booking .single-therapist__footer div, .booking .single-therapist__footer span, .plans .single-therapist__footer div, .plans .single-therapist__footer span {
    font-size: 16px;
    line-height: 24px;
  }
}
.booking .single-therapist__footer .available, .plans .single-therapist__footer .available {
  font-family: "MaisonNeue-Demi";
}
.booking .single-therapist__footer .available.available_yes, .plans .single-therapist__footer .available.available_yes {
  color: #82c780;
  text-decoration: underline !important;
}
.booking .single-therapist__disclaimer, .plans .single-therapist__disclaimer {
  color: #6b6b6b;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.booking .single-therapist.own-therapist .single-therapist__body, .plans .single-therapist.own-therapist .single-therapist__body {
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist.own-therapist .single-therapist__body, .plans .single-therapist.own-therapist .single-therapist__body {
    padding: 1rem;
    padding-right: 3rem;
  }
}
.booking .single-therapist.own-therapist .single-therapist__body:after, .plans .single-therapist.own-therapist .single-therapist__body:after {
  content: "";
  background-image: url(/assets/icons/tick-disabled-d65e65aa2b8a8fe93b0ab8c3a46f63db2d0e770d083c0e4f49f506925e4326e1.svg);
  position: absolute;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist.own-therapist .single-therapist__body:after, .plans .single-therapist.own-therapist .single-therapist__body:after {
    right: 1rem;
  }
}
.booking .single-therapist [class*=__readMore], .plans .single-therapist [class*=__readMore] {
  margin-top: 8px;
  padding: 8px;
  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-family: "MaisonNeue-Demi";
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  background: #cbcbcb;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
@media (min-width: 768px) {
  .booking .single-therapist__bookBtn, .plans .single-therapist__bookBtn {
    margin-top: 4px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist__bookBtn, .plans .single-therapist__bookBtn {
    width: 100%;
    position: sticky;
    bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .single-therapist__bookBtnWrp, .plans .single-therapist__bookBtnWrp {
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 12px 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px -5px 16px #FFFFFF;
            box-shadow: 0px -5px 16px #FFFFFF;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .booking .single-therapist__bookBtnWrp > a, .plans .single-therapist__bookBtnWrp > a {
    margin-top: 0 !important;
  }
}
.booking .select-therapist__listWrp, .plans .select-therapist__listWrp {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .booking .select-therapist__listWrp, .plans .select-therapist__listWrp {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.booking .select-therapist__wrp, .plans .select-therapist__wrp {
  height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #f9f9f2;
  padding-top: 72px;
}
.plans .booking .select-therapist__wrp, .plans .plans .select-therapist__wrp {
  padding-top: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__wrp, .plans .select-therapist__wrp {
    overflow: unset;
    height: unset;
    max-height: unset;
    background-color: #fff;
    padding-bottom: 2rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__wrp .our-therapist-filter_wrp, .plans .select-therapist__wrp .our-therapist-filter_wrp {
    position: relative;
    padding-bottom: 3rem;
  }
  .booking .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar, .plans .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    overflow-x: auto;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-left: 1.5rem;
    background-color: #daeed9;
    border: none;
    overflow-y: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
  .booking .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar::-webkit-scrollbar, .plans .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar::-webkit-scrollbar {
    display: none;
  }
  .booking .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar a, .booking .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar div, .plans .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar a, .plans .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar div {
    white-space: nowrap;
    font-size: 0.75rem;
  }
  .booking .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar a strong, .booking .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar div strong, .plans .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar a strong, .plans .select-therapist__wrp .our-therapist-filter_wrp > #our_therapist_filter_bar div strong {
    font-size: 0.875rem;
  }
}
.booking .select-therapist__wrp #our_therapist_filter_bar, .plans .select-therapist__wrp #our_therapist_filter_bar {
  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;
  margin-bottom: 0;
  background-color: #fff;
  padding: 16px 56px;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.booking .select-therapist__wrp #our_therapist_filter_bar .filter_tag, .plans .select-therapist__wrp #our_therapist_filter_bar .filter_tag {
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking .select-therapist__wrp #our_therapist_filter_bar .filter_tag, .plans .select-therapist__wrp #our_therapist_filter_bar .filter_tag {
    margin-right: 4px;
  }
}
.booking .select-therapist__wrp #our_therapist_filter_bar .filter_tag:not(.filter_tag_clear):hover, .plans .select-therapist__wrp #our_therapist_filter_bar .filter_tag:not(.filter_tag_clear):hover {
  background-color: #003d3b;
  color: #f9f9f2;
}
@media (min-width: 768px) {
  .booking .select-therapist__wrp #our_therapist_filter_bar .filter_tag:not(.filter_tag_clear):hover, .plans .select-therapist__wrp #our_therapist_filter_bar .filter_tag:not(.filter_tag_clear):hover {
    background-image: url(/assets/icons/angle-down-light-03a7ddc9f6cfe8b6064a1fb2820931f3cd0cd9eed918d2616776c5ede1451103.svg);
  }
}
.booking .select-therapist__wrp #our_therapist_filter_bar .filter_tag.highlight, .plans .select-therapist__wrp #our_therapist_filter_bar .filter_tag.highlight {
  display: none;
}
.booking .select-therapist__wrp #our_therapist_filter_bar .filter_tag.highlight + .filter_tag_clear, .plans .select-therapist__wrp #our_therapist_filter_bar .filter_tag.highlight + .filter_tag_clear {
  display: block;
  background-image: url(/assets/icons/badge-close-white-75d6d7ed238922fe9eca8d345a7e0fcef49a612e5119220d04637bb63578a838.svg);
  background-size: 16px;
  padding-right: 40px;
}
.booking .select-therapist__wrp #our_therapist_filter_bar .back_arrow, .plans .select-therapist__wrp #our_therapist_filter_bar .back_arrow {
  background-image: url(/assets/icons/arrow-left-tail-dark-1c4305d8e0cc8fa1224b3b8bda8ee109d7908d94f17c1b7bf37f0c50579eccf5.svg);
  top: 0;
  left: 40px;
  width: 71px;
  height: 80px;
  background-size: 22px;
  background-position: center left;
  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;
  left: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking .select-therapist__wrp #our_therapist_filter_bar .back_arrow, .plans .select-therapist__wrp #our_therapist_filter_bar .back_arrow {
    width: 50px;
    font-size: 14px;
    background-size: 16px;
    padding-left: 20px;
    left: 20px;
  }
}
.booking .select-therapist__wrp #our_therapist_filter_bar .back_arrow:hover, .plans .select-therapist__wrp #our_therapist_filter_bar .back_arrow:hover {
  color: #82c780;
  background-image: url(/assets/icons/arrow-left-green-7cfc0ef3d0506991d1c15c126f3ae88e2a0fedaffed28e89495573a7d7cc5509.svg);
}
.booking .select-therapist__wrp #psych_counsellor_link, .plans .select-therapist__wrp #psych_counsellor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "MaisonNeue-Demi";
  text-decoration: underline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .booking .select-therapist__wrp #psych_counsellor_link, .plans .select-therapist__wrp #psych_counsellor_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.booking .select-therapist__wrp #psych_counsellor_link:after, .plans .select-therapist__wrp #psych_counsellor_link:after {
  display: none;
}
.booking .select-therapist__wrp #psych_counsellor_link img, .plans .select-therapist__wrp #psych_counsellor_link img {
  margin-left: 4px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.booking .select-therapist__wrp #psych_counsellor_link:hover, .plans .select-therapist__wrp #psych_counsellor_link:hover {
  color: #82c780;
}
.booking .select-therapist__wrp #psych_counsellor_link:hover img, .plans .select-therapist__wrp #psych_counsellor_link:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(12%) saturate(1196%) hue-rotate(70deg) brightness(92%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(77%) sepia(12%) saturate(1196%) hue-rotate(70deg) brightness(92%) contrast(88%);
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__wrp #psych_counsellor_content, .plans .select-therapist__wrp #psych_counsellor_content {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms;
    max-height: 80vh;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 65px 36px 53px;
    overflow-y: auto;
  }
  .booking .select-therapist__wrp #psych_counsellor_content .psych_counsellor_content, .plans .select-therapist__wrp #psych_counsellor_content .psych_counsellor_content {
    padding: 0;
  }
  .booking .select-therapist__wrp #psych_counsellor_content.reveal, .plans .select-therapist__wrp #psych_counsellor_content.reveal {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1050;
  }
  .booking .select-therapist__wrp #psych_counsellor_content.reveal + .psych_counsellor_contentBackdrop, .plans .select-therapist__wrp #psych_counsellor_content.reveal + .psych_counsellor_contentBackdrop {
    background: rgba(0, 61, 59, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040;
  }
  .booking .select-therapist__wrp #psych_counsellor_content.reveal .close-modal, .plans .select-therapist__wrp #psych_counsellor_content.reveal .close-modal {
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-block;
  }
  .booking .select-therapist__wrp #psych_counsellor_content.reveal .close-modal img, .plans .select-therapist__wrp #psych_counsellor_content.reveal .close-modal img {
    max-height: 12px;
    max-width: 12px;
    height: 12px;
  }
}
.booking .select-therapist__therapists, .plans .select-therapist__therapists {
  background: #fff;
  padding-left: 18px;
  padding-right: 18px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__therapists, .plans .select-therapist__therapists {
    min-height: calc(100vh - 72px);
  }
}
@media (min-width: 768px) {
  .booking .select-therapist__therapists, .plans .select-therapist__therapists {
    height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}
@media (min-width: 768px) {
  .booking .select-therapist__therapists, .plans .select-therapist__therapists {
    padding: 2rem 2rem 7.5rem;
  }
}
@media (min-width: 992px) {
  .booking .select-therapist__therapists, .plans .select-therapist__therapists {
    padding: 2rem 90px 7.5rem;
  }
}
.booking .select-therapist__therapists::-webkit-scrollbar, .plans .select-therapist__therapists::-webkit-scrollbar {
  display: none;
}
.booking .select-therapist__infoCol, .plans .select-therapist__infoCol {
  padding: 56px 90px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol, .plans .select-therapist__infoCol {
    height: calc(100vh - 190px);
    max-height: calc(100vh - 190px);
    padding: 32px 32px 80px;
  }
}
@media (min-width: 992px) {
  .booking .select-therapist__infoCol, .plans .select-therapist__infoCol {
    padding: 32px 90px 80px;
  }
}
.booking .select-therapist__infoCol::-webkit-scrollbar, .plans .select-therapist__infoCol::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__infoCol, .plans .select-therapist__infoCol {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms;
    max-height: 80vh;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0 36px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1050;
    height: 400px;
    max-height: 100vh;
    overflow: auto;
  }
  .booking .select-therapist__infoCol .default-therapist-info, .booking .select-therapist__infoCol .single-therapist-info, .plans .select-therapist__infoCol .default-therapist-info, .plans .select-therapist__infoCol .single-therapist-info {
    padding-bottom: 20px;
  }
  .booking .select-therapist__infoCol .close-modal, .plans .select-therapist__infoCol .close-modal {
    position: sticky;
    top: 18px;
    right: 0;
    left: 100%;
    float: right;
    display: block;
    padding: 6.5px;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 9;
    width: 13px;
    height: 13px;
    background-image: url(/assets/icons/modal-x-0fb779aa60d842879c61782f3463656ded6b14feffb97d818c777facce4ca16b.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .booking .select-therapist__infoCol.show, .plans .select-therapist__infoCol.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .booking .select-therapist__infoCol.show + .select-therapist__infoColBackdrop, .plans .select-therapist__infoCol.show + .select-therapist__infoColBackdrop {
    background: rgba(0, 61, 59, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040;
    display: block;
  }
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol, .plans .select-therapist__infoCol {
    display: block;
  }
}
.booking .select-therapist__infoCol .therapists-img, .plans .select-therapist__infoCol .therapists-img {
  height: 97px;
  width: auto;
  max-width: 100%;
  margin-bottom: 24px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .therapists-img, .plans .select-therapist__infoCol .therapists-img {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.booking .select-therapist__infoCol .info-title, .plans .select-therapist__infoCol .info-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .info-title, .plans .select-therapist__infoCol .info-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.booking .select-therapist__infoCol .info-desc, .plans .select-therapist__infoCol .info-desc {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .info-desc, .plans .select-therapist__infoCol .info-desc {
    font-size: 18px;
    line-height: 27px;
  }
}
.booking .select-therapist__infoCol .therapists-specialty__title, .plans .select-therapist__infoCol .therapists-specialty__title {
  font-size: 16px;
  line-height: 24px;
  color: #003d3b;
  margin-bottom: 14px;
  font-family: "MaisonNeue-Demi";
}
.booking .select-therapist__infoCol .therapists-specialty__list, .plans .select-therapist__infoCol .therapists-specialty__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .therapists-specialty__list, .plans .select-therapist__infoCol .therapists-specialty__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.booking .select-therapist__infoCol .therapists-specialty__list > p, .plans .select-therapist__infoCol .therapists-specialty__list > p {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking .select-therapist__infoCol .therapists-specialty__list > p, .plans .select-therapist__infoCol .therapists-specialty__list > p {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.booking .select-therapist__infoCol .therapists-specialty__list > p:before, .plans .select-therapist__infoCol .therapists-specialty__list > p:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(/assets/icons/circle-tick-green-6e28706bb1c4b733bd9166a6ce6661e8e9d7be974c3a52c60ba0a971e9cc7b04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
  position: relative;
  top: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__infoCol .single-therapist-info, .plans .select-therapist__infoCol .single-therapist-info {
    margin-top: -13px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__header, .plans .select-therapist__infoCol .single-therapist-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__header, .plans .select-therapist__infoCol .single-therapist-info__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .select-therapist__infoCol .single-therapist-info__details, .plans .select-therapist__infoCol .single-therapist-info__details {
    text-align: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    padding-top: 12px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__img, .plans .select-therapist__infoCol .single-therapist-info__img {
  height: 80px;
  width: 80px;
  max-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__img, .plans .select-therapist__infoCol .single-therapist-info__img {
    height: 140px;
    width: 140px;
    max-width: 140px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__name, .plans .select-therapist__infoCol .single-therapist-info__name {
  font-size: 24px;
  line-height: 36px;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__name, .plans .select-therapist__infoCol .single-therapist-info__name {
    font-size: 32px;
    line-height: 48px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__type, .plans .select-therapist__infoCol .single-therapist-info__type {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__type, .plans .select-therapist__infoCol .single-therapist-info__type {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
  }
}
.booking .select-therapist__infoCol .single-therapist-info hr, .plans .select-therapist__infoCol .single-therapist-info hr {
  margin: 24px 0;
  background: #82c780;
  height: 1px;
  width: 100%;
  border: none;
  display: none;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info hr, .plans .select-therapist__infoCol .single-therapist-info hr {
    display: block;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__desc, .plans .select-therapist__infoCol .single-therapist-info__desc {
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__desc, .plans .select-therapist__infoCol .single-therapist-info__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__features, .plans .select-therapist__infoCol .single-therapist-info__features {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.booking .select-therapist__infoCol .single-therapist-info__features > div, .plans .select-therapist__infoCol .single-therapist-info__features > div {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__features, .plans .select-therapist__infoCol .single-therapist-info__features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .booking .select-therapist__infoCol .single-therapist-info__features > div, .plans .select-therapist__infoCol .single-therapist-info__features > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__features h6, .plans .select-therapist__infoCol .single-therapist-info__features h6 {
  font-size: 14px;
  line-height: 21px;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__features h6, .plans .select-therapist__infoCol .single-therapist-info__features h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__features p, .plans .select-therapist__infoCol .single-therapist-info__features p {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .booking .select-therapist__infoCol .single-therapist-info__features p, .plans .select-therapist__infoCol .single-therapist-info__features p {
    font-size: 16px;
    line-height: 24px;
  }
}
.booking .select-therapist__infoCol .single-therapist-info__features p:before, .plans .select-therapist__infoCol .single-therapist-info__features p:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #003d3b;
  position: relative;
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
}
.booking .dietitian-booking .single-therapist__bookBtnWrp, .plans .dietitian-booking .single-therapist__bookBtnWrp {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.booking .dietitian-booking + #single-therapist-booking-modal .booking-modal-back, .plans .dietitian-booking + #single-therapist-booking-modal .booking-modal-back {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .dietitian-booking + #single-therapist-booking-modal, .plans .dietitian-booking + #single-therapist-booking-modal {
    position: fixed;
    top: unset;
    bottom: env(safe-area-inset-top);
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .booking .dietitian-booking + #single-therapist-booking-modal.show, .plans .dietitian-booking + #single-therapist-booking-modal.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}
.booking #single-therapist-booking-modal, .plans #single-therapist-booking-modal {
  margin-top: 32px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal, .plans #single-therapist-booking-modal {
    margin-top: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: env(safe-area-inset-top);
    width: 100%;
    max-height: 100%;
    overflow: auto;
  }
  .booking #single-therapist-booking-modal.show, .plans #single-therapist-booking-modal.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}
.booking #single-therapist-booking-modal .modal-dialog, .plans #single-therapist-booking-modal .modal-dialog {
  max-width: 1180px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .modal-dialog, .plans #single-therapist-booking-modal .modal-dialog {
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    max-height: 100%;
  }
}
.booking #single-therapist-booking-modal .modal-body, .plans #single-therapist-booking-modal .modal-body {
  padding: 40px;
  max-height: 700px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .modal-body, .plans #single-therapist-booking-modal .modal-body {
    padding: 0;
    max-height: 100vh;
  }
  .booking #single-therapist-booking-modal .modal-body .close, .plans #single-therapist-booking-modal .modal-body .close {
    background-image: url(/assets/icons/modal-x-0fb779aa60d842879c61782f3463656ded6b14feffb97d818c777facce4ca16b.svg);
    padding: 6.5px;
    top: 18px;
    right: 28px;
    width: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: unset;
  }
}
@media (min-width: 0) and (max-width: 767px) and (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .modal-body .close, .plans #single-therapist-booking-modal .modal-body .close {
    position: sticky;
    z-index: 100;
    float: right;
    font-family: "MaisonNeue-Book";
    border-radius: unset;
  }
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .modal-body .close, .plans #single-therapist-booking-modal .modal-body .close {
    top: 57px;
    right: 44px;
    background-color: transparent;
    display: inline-block;
    min-width: unset;
    padding: 7.5px;
  }
}
.booking #single-therapist-booking-modal .therapist-avail-cal, .plans #single-therapist-booking-modal .therapist-avail-cal {
  min-height: 284px;
}
.booking #single-therapist-booking-modal #psych_counsellor_modal_header, .plans #single-therapist-booking-modal #psych_counsellor_modal_header {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal #psych_counsellor_modal_header strong, .plans #single-therapist-booking-modal #psych_counsellor_modal_header strong {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal #psych_counsellor_modal_header, .plans #single-therapist-booking-modal #psych_counsellor_modal_header {
    border-bottom: 1px solid #82c780;
    margin-bottom: 21px;
    text-align: left;
    padding-bottom: 9px;
    padding-top: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal #psych_counsellor_modal_header, .plans #single-therapist-booking-modal #psych_counsellor_modal_header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }
}
.booking #single-therapist-booking-modal .booking-info__therapistDD, .plans #single-therapist-booking-modal .booking-info__therapistDD {
  display: none;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__therapistDD, .plans #single-therapist-booking-modal .booking-info__therapistDD {
    display: block;
  }
}
.booking #single-therapist-booking-modal .booking-info__meta .row, .plans #single-therapist-booking-modal .booking-info__meta .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.booking #single-therapist-booking-modal .booking-info__meta .row:first-of-type, .plans #single-therapist-booking-modal .booking-info__meta .row:first-of-type {
  margin-bottom: 13px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .booking-info__meta, .plans #single-therapist-booking-modal .booking-info__meta {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: height ease 300ms;
    transition: height ease 300ms;
  }
  .booking #single-therapist-booking-modal .booking-info__meta.show, .plans #single-therapist-booking-modal .booking-info__meta.show {
    max-height: 122px;
    background-color: #f6f6f6;
  }
  .booking #single-therapist-booking-modal .booking-info__meta .row, .plans #single-therapist-booking-modal .booking-info__meta .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }
  .booking #single-therapist-booking-modal .booking-info__meta .row:first-of-type, .plans #single-therapist-booking-modal .booking-info__meta .row:first-of-type {
    padding-top: 14px;
    margin-bottom: 13px;
  }
  .booking #single-therapist-booking-modal .booking-info__meta .row:last-of-type, .plans #single-therapist-booking-modal .booking-info__meta .row:last-of-type {
    padding-bottom: 14px;
  }
}
.booking #single-therapist-booking-modal .booking-info__metaToggle, .plans #single-therapist-booking-modal .booking-info__metaToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 25px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}
.booking #single-therapist-booking-modal .booking-info__metaToggle.open p img, .plans #single-therapist-booking-modal .booking-info__metaToggle.open p img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.booking #single-therapist-booking-modal .booking-info__metaToggle p, .plans #single-therapist-booking-modal .booking-info__metaToggle p {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.booking #single-therapist-booking-modal .booking-info__metaToggle p img, .plans #single-therapist-booking-modal .booking-info__metaToggle p img {
  display: inline-block;
  margin-left: 6px;
  height: 15px;
  width: 15px;
  -webkit-transition: -webkit-transform ease 100ms;
  transition: -webkit-transform ease 100ms;
  transition: transform ease 100ms;
  transition: transform ease 100ms, -webkit-transform ease 100ms;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .booking-info__calWrp, .plans #single-therapist-booking-modal .booking-info__calWrp {
    position: sticky;
    top: 51px;
  }
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__calWrp, .plans #single-therapist-booking-modal .booking-info__calWrp {
    min-width: 304px;
    max-width: 304px;
  }
}
.booking #single-therapist-booking-modal .booking-info__calWrp label, .plans #single-therapist-booking-modal .booking-info__calWrp label {
  font-family: "MaisonNeue-Demi";
  font-size: 18px;
  line-height: 27px;
  color: #003d3b;
  margin-bottom: 0;
}
.booking #single-therapist-booking-modal .booking-info__calWrp > .row, .plans #single-therapist-booking-modal .booking-info__calWrp > .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 13px;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker {
  border-radius: 12px;
  overflow: hidden;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-year, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-year {
  display: none;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar thead, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar thead {
  display: none;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody {
  padding: 0 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 8px 0;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr:first-of-type, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr:first-of-type {
  padding-top: 0;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr:last-of-type, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr:last-of-type {
  padding-bottom: 0;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td {
  border: 2px solid #82c780;
  border-radius: 50%;
  padding: 6px 12px;
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  width: 32px;
  -webkit-transition: background-color ease 100ms;
  transition: background-color ease 100ms;
  background-color: transparent;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td:first-of-type, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td:first-of-type {
  margin-left: 0;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td span, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td a, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td span, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td a {
  font-size: 14px;
  line-height: 1;
  color: #82c780;
  width: auto;
  display: inline-block;
  max-height: 100%;
  position: relative;
  top: 1px;
  font-family: "MaisonNeue-Demi";
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  border: none;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled a, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled a {
  color: #cbcbcb;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled), .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) {
  background-color: #82c780;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) span, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) a, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) span, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) a {
  color: #000;
  background-color: #82c780;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-inline, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td a, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-inline, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td a, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td {
  background: #fff;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-inline, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td a, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-inline, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td a, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td {
    background: #f6f6f6;
  }
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header {
  padding: 16px 16px 16px;
  position: relative;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev, .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-next, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-next {
  top: 16px;
  background-size: 24px 14px;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 34px;
  background-image: url(/assets/icons/arrow-left-green-7cfc0ef3d0506991d1c15c126f3ae88e2a0fedaffed28e89495573a7d7cc5509.svg);
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled {
  background-image: url(/assets/icons/arrow-left-cal-38c9770c322f6d7174a7594f1c54ab8c3789bd1ebc850e6cc49cbf5bac84407f.svg);
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-prev {
    left: 16px;
  }
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-next, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 34px;
  background-image: url(/assets/icons/arrow-right-cal-9ffa262fcffe77f2cbe2c104aaa0cd605e260402ecab9b3da9f3129533768a08.svg);
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-next, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-header a.ui-datepicker-next {
    right: 16px;
  }
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-title, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-title {
  padding: 0;
  text-align: center;
}
.booking #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td, .plans #single-therapist-booking-modal .booking-info__calWrp #psych_datepicker .ui-datepicker-calendar td {
  height: unset;
}
.booking #single-therapist-booking-modal .booking-info__wrp, .plans #single-therapist-booking-modal .booking-info__wrp {
  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) {
  .booking #single-therapist-booking-modal .booking-info__wrp, .plans #single-therapist-booking-modal .booking-info__wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.booking #single-therapist-booking-modal .booking-info__cal, .plans #single-therapist-booking-modal .booking-info__cal {
  margin-top: 0;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__cal, .plans #single-therapist-booking-modal .booking-info__cal {
    margin-top: 19px;
  }
}
.booking #single-therapist-booking-modal .booking-info__timeWrp, .plans #single-therapist-booking-modal .booking-info__timeWrp {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  overflow-y: auto;
  display: none;
  max-height: 100%;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__timeWrp, .plans #single-therapist-booking-modal .booking-info__timeWrp {
    display: block;
    padding-left: 58px;
    padding-top: 0;
    max-height: 541px;
  }
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .selected-day, .plans #single-therapist-booking-modal .booking-info__timeWrp .selected-day {
  font-size: 18px;
  line-height: 27px;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__timeWrp .selected-day, .plans #single-therapist-booking-modal .booking-info__timeWrp .selected-day {
    font-size: 24px;
    line-height: 36px;
  }
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .time-zone, .plans #single-therapist-booking-modal .booking-info__timeWrp .time-zone {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__timeWrp .time-zone, .plans #single-therapist-booking-modal .booking-info__timeWrp .time-zone {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times {
  margin-top: 24px;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times > p, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times > p {
  margin-bottom: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times > p strong, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times > p strong {
    font-size: 14px;
    line-height: 21px;
  }
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp .time_selection, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp .time_selection {
  display: none;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp > p, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp > p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 6px;
  margin-top: 12px;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp input:checked + .timebtn, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn-wrp input:checked + .timebtn {
  background-color: #82c780;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #daeed9;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #003d3b;
  padding: 8px 12px;
  margin-right: 12px;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn:not(.all-booked), .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn:not(.all-booked) {
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn {
    margin-bottom: 12px;
  }
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn:hover, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn:hover {
  background: #82c780;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn.all-booked, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn.all-booked {
  background: #e2e2e2;
  color: #6b6b6b;
  pointer-events: none;
  min-width: unset;
  text-transform: unset;
  font-family: "MaisonNeue-Book";
  letter-spacing: unset;
}
.booking #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn.all-booked:hover, .plans #single-therapist-booking-modal .booking-info__timeWrp .avail-times .timebtn.all-booked:hover {
  background: #e2e2e2;
}
.booking #single-therapist-booking-modal .booking-info__selectTherapist, .plans #single-therapist-booking-modal .booking-info__selectTherapist {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cbcbcb;
  border-radius: 6px !important;
  padding: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #003d3b;
  background-image: url(/assets/icons/arrow-down-select-11cf57f632a3ec059ab86242e4b957be24a739f9554e63715bb069e492ee4532.svg);
  background-position: calc(100% - 10px) center;
  min-height: unset;
  margin-bottom: 32px;
}
.booking #single-therapist-booking-modal .label-col, .plans #single-therapist-booking-modal .label-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
}
.booking #single-therapist-booking-modal .label-img, .plans #single-therapist-booking-modal .label-img {
  max-height: 24px;
  margin-right: 16px;
  display: inline-block;
}
.booking #single-therapist-booking-modal .booking-modal-back, .plans #single-therapist-booking-modal .booking-modal-back {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  position: absolute;
  top: 16px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking #single-therapist-booking-modal .booking-modal-back, .plans #single-therapist-booking-modal .booking-modal-back {
    min-width: unset;
    padding: 0;
    position: sticky;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 100;
    float: left;
  }
}
.booking #single-therapist-booking-modal .therapist-type, .plans #single-therapist-booking-modal .therapist-type {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
.booking #single-therapist-booking-modal .therapist-type::first-letter, .plans #single-therapist-booking-modal .therapist-type::first-letter {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .booking .modal.psych_filter_tags_2 .psych_filter_tags_body, .plans .modal.psych_filter_tags_2 .psych_filter_tags_body {
    max-height: 500px !important;
    overflow-y: auto !important;
  }
  .booking .modal.psych_filter_tags_2 .psych_filter_tags_body .filter_tag, .plans .modal.psych_filter_tags_2 .psych_filter_tags_body .filter_tag {
    cursor: pointer;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .modal.psych_filter_tags_2, .plans .modal.psych_filter_tags_2 {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms;
    opacity: 1;
    overflow: hidden;
  }
  .booking .modal.psych_filter_tags_2.show, .plans .modal.psych_filter_tags_2.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .booking .modal.psych_filter_tags_2 .modal-dialog, .plans .modal.psych_filter_tags_2 .modal-dialog {
    max-height: calc(100vh - 100px);
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .booking .modal.psych_filter_tags_2 .modal-content, .plans .modal.psych_filter_tags_2 .modal-content {
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .booking .modal.psych_filter_tags_2 .modal-body, .plans .modal.psych_filter_tags_2 .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 100%;
  }
  .booking .modal.psych_filter_tags_2 .psych_filter_tags_header, .plans .modal.psych_filter_tags_2 .psych_filter_tags_header {
    position: sticky;
    top: 0;
  }
  .booking .modal.psych_filter_tags_2 .psych_filter_tags_footer, .plans .modal.psych_filter_tags_2 .psych_filter_tags_footer {
    position: sticky;
    bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
  }
  .booking .modal.psych_filter_tags_2 .psych_filter_tags_body, .plans .modal.psych_filter_tags_2 .psych_filter_tags_body {
    max-height: calc(100% - 78px) !important;
    height: calc(100% - 78px);
    overflow-y: auto !important;
    margin-bottom: auto;
  }
}

div.m-loading {
  position: relative;
}
div.m-loading:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #82c780;
  opacity: 0.4;
  pointer-events: none;
  content: "";
}

.mosh-cal-v1 .fc-widget-header {
  display: none;
}
.mosh-cal-v1 td.fc-today {
  background: transparent !important;
}
.mosh-cal-v1 td, .mosh-cal-v1 th {
  border-style: none !important;
}
@media (min-width: 768px) {
  .mosh-cal-v1 table, .mosh-cal-v1 .fc-content-skeleton table {
    width: auto !important;
  }
}
.mosh-cal-v1 .fc-toolbar {
  position: relative;
  padding: 16px 16px 6px !important;
  background: #fff;
  margin-bottom: 0 !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  .mosh-cal-v1 .fc-toolbar {
    background: #f6f6f6;
  }
}
.mosh-cal-v1 .fc-toolbar .fc-today-button {
  display: none !important;
}
.mosh-cal-v1 .fc-toolbar h2 {
  font-size: 18px;
  line-height: 27px;
  font-family: "MaisonNeue-Demi";
  color: #003d3b;
}
.mosh-cal-v1 .fc-toolbar .fc-left, .mosh-cal-v1 .fc-toolbar .fc-left h2 {
  width: 100%;
  text-align: center;
  float: unset;
}
.mosh-cal-v1 .fc-toolbar .fc-center {
  display: none !important;
}
.mosh-cal-v1 .fc-toolbar .fc-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-button {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background-image: none !important;
  width: 24px;
  height: 15px;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-button:before {
  display: inline-block;
  width: 24px;
  height: 15px;
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-button span {
  display: none;
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-prev-button {
  left: 16px;
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-prev-button:before {
  content: url(/assets/icons/arrow-left-cal-38c9770c322f6d7174a7594f1c54ab8c3789bd1ebc850e6cc49cbf5bac84407f.svg);
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-next-button {
  right: 16px;
}
.mosh-cal-v1 .fc-toolbar .fc-right .fc-button-group .fc-next-button:before {
  content: url(/assets/icons/arrow-right-cal-9ffa262fcffe77f2cbe2c104aaa0cd605e260402ecab9b3da9f3129533768a08.svg);
}
.mosh-cal-v1 .fc-day-grid-container {
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 4px 16px 16px;
  height: auto !important;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .mosh-cal-v1 .fc-day-grid-container {
    background: #f6f6f6;
  }
}
.mosh-cal-v1 .fc-row {
  border: none !important;
  min-height: 32px !important;
  padding: 8px 0;
}
.mosh-cal-v1 .fc-row:first-of-type {
  padding-top: 0;
}
.mosh-cal-v1 .fc-row:nth-of-type(5) {
  padding-bottom: 0;
}
.mosh-cal-v1 .fc-row:last-of-type {
  display: none;
}
.mosh-cal-v1 .fc-day-number {
  border: 2px solid #82c780;
  border-radius: 50%;
  font-size: 14px;
  line-height: 21px;
  height: 32px;
  width: 32px;
  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-family: "MaisonNeue-Demi";
  color: #82c780;
}
.mosh-cal-v1 .fc-day-top {
  padding: 0 4px;
}
.mosh-cal-v1 .fc-day-top:first-of-type {
  padding-left: 0;
}
.mosh-cal-v1 .fc-day-top:last-of-type {
  padding-right: 0;
}
.mosh-cal-v1 .fc-today > span {
  background: #82c780;
  color: #000;
}

@media (min-width: 0) and (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}

.mobile_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}

.modal-backdrop.show {
  background: rgba(0, 61, 59, 0.75);
  opacity: 1;
}

#psych_datepicker .ui-datepicker-inline {
  position: relative;
  width: 100% !important;
}
#psych_datepicker .ui-datepicker-inline .ui-datepicker-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mh-checkout {
  min-height: 100vh;
  padding-top: 79px;
}
@media (min-width: 768px) {
  .mh-checkout {
    background: #f9f9f2;
  }
}
.mh-checkout #twilio {
  display: block !important;
}
.mh-checkout #mh_payment_form {
  margin-top: 0;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .mh-checkout #mh_payment_form {
    padding-top: 32px;
  }
}
.mh-checkout #mh_payment_form > h5 {
  display: none;
}
.mh-checkout--plan .mh-checkout #mh_payment_form #payment_options {
  margin-top: 0;
}
.mh-checkout #mh_payment_form .discount_code_link {
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
}
.mh-checkout #mh_payment_form .discount_code_link a {
  text-decoration: none !important;
}
.mh-checkout #mh_payment_form .discount_code_link a h5 {
  font-size: 14px;
  line-height: 21px;
  color: #6b6b6b;
}
.mh-checkout #mh_payment_form .discount_code_link a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh-checkout #mh_payment_form .discount_code_link.reveal a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh-checkout #mh_payment_form form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mh-checkout #mh_payment_form h3 {
  display: none;
}
.mh-checkout #mh_payment_form .btn {
  height: 60px;
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0;
}
.mh-checkout #mh_payment_form #paypal_btn, .mh-checkout #mh_payment_form #afterpay_btn, .mh-checkout #mh_payment_form #apple_pay_display {
  margin-bottom: 15px;
}
.mh-checkout #mh_payment_form #paypal_btn, .mh-checkout #mh_payment_form #paypal_process_btn {
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal_btn-83dbff890c0985ee5bd18511c1bbba05e79983baa02e911a68dccb61fc6a5012.svg);
  color: black !important;
}
.mh-checkout #mh_payment_form #afterpay_btn, .mh-checkout #mh_payment_form #afterpay_process_btn {
  background-color: black;
  background-image: url(/assets/icons/checkout-afterpay-b636c0107dbf76744cad9c0727c668c50530a87c3b7a10cf798809ab02edaba4.svg);
  background-size: 216px auto;
}
.mh-checkout #mh_payment_form #paypal_process_btn {
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
}
.mh-checkout #mh_payment_form #afterpay_process_btn {
  background-image: url(/assets/icons/afterpay_logo-01db2261294b0ae55e44a9b5e74f3bba1edbc7913faff1693fff99d76ed205ed.svg);
}
.mh-checkout #mh_payment_form #paypal_process_btn, .mh-checkout #mh_payment_form #afterpay_process_btn {
  background-position: center right 15px;
  background-size: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .mh-checkout #mh_payment_form #paypal_process_btn, .mh-checkout #mh_payment_form #afterpay_process_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mh-checkout #mh_payment_form #cc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mh-checkout #mh_payment_form #cc_btn:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(/assets/icons/credit-card-7fadc6ee9269c488641123bd5ba6764ca7e0c3ac206bf5c1fb8280c6f2a5fe26.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
  content: "";
  border-radius: 0 !important;
}
.mh-checkout #mh_payment_form #cc_dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mh-checkout #mh_payment_form #cc_dropdown.open {
  opacity: 1;
  max-height: 3000px;
  overflow: visible;
}
.mh-checkout #mh_payment_form #process_form_btn {
  background-color: #c54801 !important;
  color: white !important;
}
.mh-checkout #payment-section {
  margin-top: 0;
}
.mh-checkout--plan .mh-checkout #payment-section {
  border-top: 0;
}
.mh-checkout--plan .mh-checkout #payment-section > .container {
  padding-left: 0;
  padding-right: 0;
}
.mh-checkout .checkout-title {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 39px;
}
@media (min-width: 768px) {
  .mh-checkout .checkout-title {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
.mh-checkout .checkout-banner {
  border-radius: 20px;
  display: none;
}
@media (min-width: 768px) {
  .mh-checkout .checkout-banner {
    display: block;
    max-width: 100%;
  }
}
.mh-checkout .recommended_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mh-checkout .recommended_treatment .single_treatment {
  border: 1px solid #000;
  padding: 21px;
  margin-bottom: 14px;
  border-radius: 10px;
  padding-left: 82px;
  position: relative;
  min-height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.mh-checkout .recommended_treatment .single_treatment .mh_plan_add {
  display: none;
}
.mh-checkout .recommended_treatment .single_treatment.inactive {
  border-color: #BBBCBF;
  margin-left: 60px;
}
.mh-checkout .recommended_treatment .single_treatment.inactive .mh_plan_add {
  display: block;
}
.mh-checkout .recommended_treatment .single_treatment.inactive .mh_plan_remove {
  display: none !important;
}
.mh-checkout .recommended_treatment .single_treatment p {
  font-size: 16px;
}
.mh-checkout .recommended_treatment .single_treatment > a {
  text-decoration: none !important;
}
.mh-checkout .recommended_treatment .single_treatment img {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
}
.mh-checkout .recommended_treatment .single_treatment_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.mh-checkout .recommended_treatment .single_treatment_desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}
.mh-checkout .booking-info {
  padding-left: 96px;
  position: relative;
  margin-bottom: 20px;
}
.mh-checkout--plan .mh-checkout .booking-info {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mh-checkout .booking-info--med {
    border: 1px solid #000;
    padding: 21px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mh-checkout .booking-info--med .booking-info__img {
  position: relative;
  margin-right: 12px;
}
.mh-checkout .booking-info__col {
  padding-bottom: 3rem;
}
.mh-checkout .booking-info__col .referral img {
  margin-right: 0.5rem;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(2978%) hue-rotate(134deg) brightness(98%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(2978%) hue-rotate(134deg) brightness(98%) contrast(104%);
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-checkout .booking-info__col {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-checkout .booking-info {
    border: 1px solid #003d3b;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mh-checkout .booking-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mh-checkout .booking-info__body .booking-type {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .mh-checkout .booking-info__body .booking-type {
    font-size: 24px;
    line-height: 36px;
  }
}
.mh-checkout .booking-info__body .booking-time, .mh-checkout .booking-info__body .booking-therapist {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  font-family: "MaisonNeue-Book";
}
@media (min-width: 768px) {
  .mh-checkout .booking-info__body .booking-time, .mh-checkout .booking-info__body .booking-therapist {
    font-size: 18px;
    line-height: 27px;
  }
}
.mh-checkout .booking-info__body .booking-edit {
  font-size: 16px;
  line-height: 24px;
  font-family: "MaisonNeue-Demi";
  margin-top: 12px;
  display: none;
}
@media (min-width: 768px) {
  .mh-checkout .booking-info__body .booking-edit {
    display: block;
  }
}
.mh-checkout .total-price {
  padding-bottom: 20px;
  text-align: right;
  padding-top: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-checkout--plan .mh-checkout .total-price {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mh-checkout .total-price {
    border-top: 1px solid #bbbcbf;
    border-bottom: 1px solid #bbbcbf;
    padding-top: 20px;
  }
}
.mh-checkout .total-price h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0;
}
.mh-checkout .total-price .total-duration {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-family: "MaisonNeue-Book";
  display: none;
}
@media (min-width: 768px) {
  .mh-checkout .total-price .total-duration {
    display: block;
  }
}
.mh-checkout .booking-includes {
  margin-bottom: 24px;
  margin-top: 10px;
}
.mh-checkout .booking-includes .includes-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "MaisonNeue-Demi";
  color: #82C780;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mh-checkout .booking-includes ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.mh-checkout .booking-includes ul li {
  color: #003d3b;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Book";
}
.mh-checkout .booking-includes ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.mh-checkout .booking-includes ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/icons/tick_v2-139429d10a50ce9f19eb6235920bca7d4872a1418e393378cf9a3fb8e8b269a1.svg);
  margin-right: 10px;
}
.mh-checkout .mhcp-upload-info {
  padding: 12px 16px;
  background: #daeed9;
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  border-radius: 12px;
  font-family: "MaisonNeue-Book";
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .mh-checkout .mhcp-upload-info {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
.mh-checkout .mhcp-upload-info + .tnc-txt {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}

.discount_approved span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

.discount_approved span::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/angled_tick_green.svg);
  margin: auto;
}

.discount_applied span {
  font-size: inherit;
}

.form_row_discount > div:last-child button {
  height: 53px;
  padding-left: 15px;
  padding-right: 15px;
}

#twilio {
  display: none !important;
}

.modal-content .modal-body .close {
  background-image: url(/assets/icons/modal-x-0fb779aa60d842879c61782f3463656ded6b14feffb97d818c777facce4ca16b.svg);
  padding: 0.5rem;
  background-size: contain;
}
.modal-content .modal-body .psych_filter_tags_header .close {
  height: 10px;
  width: 10px;
  padding: 5px;
  right: 30px;
  top: 26px;
  background-size: 10px;
}

.plans .select-therapist__wrp {
  padding-top: 0;
}

#create_account_page {
  min-height: 100vh;
  padding-top: 72px;
}
@media (min-width: 768px) {
  #create_account_page {
    background-color: #f9f9f2;
  }
}
#create_account_page .container {
  padding-top: 64px;
  max-width: 400px;
}
@media (min-width: 0) and (max-width: 767px) {
  #create_account_page .container {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 39px;
  }
}
#create_account_page .container h3 {
  font-size: 32px;
  line-height: 38px;
  color: #003d3b;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #create_account_page .container h3 {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 48px;
  }
}
#create_account_page .container .form_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#create_account_page .container .form_row.form_input_row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#create_account_page .container .form_row.password_row {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  #create_account_page .container .form_row.password_row {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#create_account_page .container .form_row.google-signin-row {
  margin-bottom: 24px;
}
#create_account_page .container .form_row label {
  font-size: 14px;
  line-height: 21px;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
  padding: 0 4px;
}
#create_account_page .container .form_row input.form-control {
  border: 1px solid #cbcbcb;
  border-radius: 4px !important;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  min-height: unset;
  background-position: 9px center !important;
  padding-left: 32px;
  background-size: 14px !important;
  background-repeat: no-repeat;
}
#create_account_page .container .form_row input.form-control::-webkit-input-placeholder {
  color: #cbcbcb;
}
#create_account_page .container .form_row input.form-control::-moz-placeholder {
  color: #cbcbcb;
}
#create_account_page .container .form_row input.form-control:-ms-input-placeholder {
  color: #cbcbcb;
}
#create_account_page .container .form_row input.form-control::-ms-input-placeholder {
  color: #cbcbcb;
}
#create_account_page .container .form_row input.form-control::placeholder {
  color: #cbcbcb;
}
#create_account_page .container .form_row input.form-control.input-email {
  background-image: url(/assets/icons/person-input-6038c46d94f1dad648b31c211da056926f20510379aa1bffb73e376d017d992d.svg) !important;
}
#create_account_page .container .form_row input.form-control.input-password {
  background-image: url(/assets/icons/password-input-b12e6e8b276b32bb5b40b8419492720a9cde861b61ad9ab5e11236ef451aff77.svg) !important;
}
#create_account_page .container .separator {
  background: #e2e2e2;
  height: 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 33px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #create_account_page .container .separator {
    margin: 40px 0;
  }
}
#create_account_page .container .separator > span {
  font-size: 14px;
  line-height: 21px;
  color: #003d3b;
  padding: 0 12px;
  background: #f9f9f2;
}
#create_account_page .container .g-signin2 {
  width: 100%;
}
#create_account_page .container .g-signin2 .abcRioButtonLightBlue {
  width: 100% !important;
  position: relative;
  height: 58px !important;
  -webkit-box-shadow: 0px 1.48171px 5.92685px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1.48171px 5.92685px rgba(0, 0, 0, 0.15);
}
#create_account_page .container .g-signin2 .abcRioButtonContentWrapper {
  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;
}
#create_account_page .container .g-signin2 .abcRioButtonContentWrapper .abcRioButtonContents span {
  font-size: 12px;
  line-height: 14px;
  color: #020203;
}
@media (min-width: 768px) {
  #create_account_page .container .g-signin2 .abcRioButtonContentWrapper .abcRioButtonContents span {
    font-size: 18px;
    line-height: 22px;
  }
}
#create_account_page .container .g-signin2 .abcRioButtonContentWrapper .abcRioButtonIcon {
  position: absolute;
  left: 28px;
}
#create_account_page .container .g-signin2 .abcRioButtonContentWrapper .abcRioButtonIconImage svg {
  display: none;
}
#create_account_page .container .g-signin2 .abcRioButtonContentWrapper .abcRioButtonIconImage:before {
  content: url(/assets/icons/google-g-51b3b3c64d5d024c88b596c96f052989e0f4cf506db6921ab138d4b262d111ad.png);
  display: inline-block;
  position: relative;
  top: -6px;
}
#create_account_page .container #loginSubmit {
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #create_account_page .container #loginSubmit {
    width: 100%;
  }
}
#create_account_page .container .quiz_fineprint {
  margin-bottom: 24px;
}
#create_account_page .container .quiz_fineprint p {
  font-size: 14px;
  line-height: 21px;
}
#create_account_page .container #signin_btn {
  font-family: "MaisonNeue-Demi";
}
#create_account_page .container .trustpilot-reviews {
  font-size: 12px;
  line-height: 18px;
  color: #82c780;
  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;
}
@media (min-width: 768px) {
  #create_account_page .container .trustpilot-reviews {
    font-size: 14px;
    line-height: 21px;
  }
}
#create_account_page .container .trustpilot-reviews img {
  display: inline-block;
}
#create_account_page .container .trustpilot-reviews img:last-of-type {
  margin-right: 4px;
}

.m-mental-health section {
  scroll-margin-top: 100px;
}
.m-mental-health section:not(.crisis-support) {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .m-mental-health section:not(.crisis-support) {
    padding: 3.75rem 0;
  }
}
.m-mental-health .faq_mh {
  background-size: 20%;
}

.mh-medication-info .faq-header {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .mh-medication-info .faq-header {
    margin-bottom: 2rem;
  }
}
.mh-medication-info .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.mh-medication-info .faq-question:hover {
  border-bottom-color: #003d3b;
}
.mh-medication-info .mosh-faq .faq-question:after {
  right: 0;
}
.mh-medication-info .mosh-faq .faq-answer {
  padding: 0;
}
.mh-medication-info .faq-img-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .mh-medication-info .faq-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mh-medication-info .faq-img-wrap {
    margin-top: 2rem;
  }
}
.mh-medication-info .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.mh-medication-info .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}
.mh-medication-info .faq-category {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .mh_medications .medication-title-wrap {
    padding-bottom: 10rem;
  }
}

.mh-lp-hero {
  background-color: #f9f9f2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .mh-lp-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mh-lp-hero .mh-lp-hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 1.5rem;
}
.mh-lp-hero .mh-lp-hero-title h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .mh-lp-hero .mh-lp-hero-title h1 {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .mh-lp-hero .mh-lp-hero-title {
    text-align: center;
    margin-bottom: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .mh-lp-hero .mh-lp-hero-title {
    text-align: left;
    margin-bottom: 0;
  }
}

.mh-lp-features-wrap {
  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) and (max-width: 991px) {
  .mh-lp-features-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mh-lp-features-wrap > .mh-lp-single-feature {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mh-lp-features-wrap > .mh-lp-single-feature:first-of-type {
    padding-right: 1rem;
  }
  .mh-lp-features-wrap > .mh-lp-single-feature:last-of-type {
    padding-left: 1rem;
  }
}

.mh-lp-single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mh-lp-single-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mh-lp-single-feature:last-of-type {
  margin-bottom: 0;
}
.mh-lp-single-feature .mh-lp-single-feature-image-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .mh-lp-single-feature .mh-lp-single-feature-image-wrap {
    margin-right: 2rem;
    margin-bottom: 0;
    max-width: 20.5rem;
  }
}
.mh-lp-single-feature .mh-lp-single-feature-image-wrap img {
  max-width: 100%;
  max-height: 8.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 1.25rem;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 992px) {
  .mh-lp-single-feature .mh-lp-single-feature-image-wrap img {
    max-height: unset;
    height: 100%;
  }
}
.mh-lp-single-feature .mh-lp-single-feature-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
  padding-right: 2rem;
  position: relative;
}
.mh-lp-single-feature .mh-lp-single-feature-title:after {
  content: "";
  height: 0.5rem;
  width: 0.75rem;
  background-image: url(/assets/icons/arr-down-bold-5bf848dc057f33a8f2735e6eb8d1c56da3a7ec916e280548a7264b6e4c436808.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  display: block;
}
@media (min-width: 992px) {
  .mh-lp-single-feature .mh-lp-single-feature-title:after {
    display: none;
  }
}
.mh-lp-single-feature.is-open .mh-lp-single-feature-title:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.mh-lp-single-feature .mh-lp-single-feature-points-wrap ul {
  padding-left: 0;
  margin: 0;
  max-height: 0;
  -webkit-transition: max-height ease 300ms;
  transition: max-height ease 300ms;
  overflow: hidden;
}
@media (min-width: 992px) {
  .mh-lp-single-feature .mh-lp-single-feature-points-wrap ul {
    max-height: unset !important;
    display: block;
    margin-bottom: 0.5rem;
    overflow: unset;
  }
}
.mh-lp-single-feature .mh-lp-single-feature-points-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.mh-lp-single-feature .mh-lp-single-feature-points-wrap ul li:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url(/assets/icons/check-outline-f6526cd4f937c081a2c9b8cc48c7abdb7c860883496bf30be1eb93b89262f251.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mh-lp-single-feature .mh-lp-single-feature-points-wrap ul li:last-of-type {
  margin-bottom: 1rem;
}
.mh-lp-single-feature .mh-lp-single-feature-cta {
  width: 100%;
  margin-bottom: 0;
}
.mh-lp-single-feature .mh-lp-single-feature-cta:focus {
  color: #fff;
  border-color: transparent;
}
@media (min-width: 992px) {
  .mh-lp-single-feature .mh-lp-single-feature-cta {
    width: auto;
  }
}

.mh_crisis_message {
  background-color: #daeed9;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}

.we-can-help-support-you {
  background-color: #daeed9;
  text-align: center;
}
.we-can-help-support-you p {
  font-family: "MaisonNeue-Demi";
}

.mh-checkout--plan .med-remove-wrapper {
  display: none;
}

.mh-doctors-note {
  padding: 2rem 1.25rem;
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-doctors-note .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .mh-doctors-note {
    padding: 3rem 1.5rem;
  }
}
.mh-doctors-note .doctors-note {
  margin-bottom: 1.5rem;
}
.mh-doctors-note .cheers-doctor {
  margin-bottom: 2rem;
}

.mh-next-steps {
  background-color: #f9f9f2;
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mh-next-steps {
    padding: 4rem 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-next-steps .container {
    padding: 0;
  }
}
.mh-next-steps-title.heading {
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-next-steps-title.heading {
    font-size: 1.5rem;
    margin: 0 1rem 2rem;
  }
}
.mh-next-steps-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-next-steps-card-wrap {
    overflow: auto;
    padding: 0 1rem 1rem;
  }
}
.mh-next-steps-card {
  margin: 0 0.75rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 1rem 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-next-steps-card {
    min-width: 70vw;
  }
}
@media (min-width: 768px) {
  .mh-next-steps-card {
    -ms-flex-preferred-size: calc(25% - 1.5rem);
        flex-basis: calc(25% - 1.5rem);
  }
}
.mh-next-steps-card-image {
  max-width: 100%;
  max-height: 7.5rem;
  margin-bottom: 1.25rem;
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-next-steps-card-image {
    max-width: 7.5rem;
  }
}
.mh-next-steps-card-number {
  background-color: #003d3b;
  border-radius: 2rem;
  color: #fff;
  padding: 0.25rem 1rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
  display: inline-block;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-next-steps-card-number {
    font-size: 0.875rem;
  }
}

.mh-why-mhp {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mh-why-mhp {
    padding: 4rem 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-why-mhp .container {
    padding: 0;
  }
}
.mh-why-mhp-title.heading {
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-why-mhp-title.heading {
    font-size: 1.5rem;
    margin: 0 1rem 2rem;
  }
}
.mh-why-mhp-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-why-mhp-card-wrap {
    overflow: auto;
    padding: 0 1rem 1rem;
  }
}
.mh-why-mhp-card {
  margin: 0 0.75rem;
  background-color: #daeed9;
  border-radius: 1rem;
  padding: 1rem 1rem 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-why-mhp-card {
    min-width: 70vw;
  }
}
@media (min-width: 768px) {
  .mh-why-mhp-card {
    -ms-flex-preferred-size: calc(25% - 1.5rem);
        flex-basis: calc(25% - 1.5rem);
  }
}
.mh-why-mhp-card-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .mh-why-mhp-card-title {
    font-size: 1.125rem;
  }
}
.mh-why-mhp-card-image {
  max-width: 100%;
  margin-bottom: 1.25rem;
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-why-mhp-card-image {
    max-width: 7.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-why-mhp-card-desc {
    font-size: 0.875rem;
  }
}

.mh-your-medications {
  padding: 4rem 1rem;
}
.mh-your-medications-img {
  max-width: 8rem;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .mh-your-medications-img {
    max-width: 12.5rem;
  }
}
.mh-your-medications-title {
  margin-bottom: 1rem;
}
.mh-your-medications-subtitle.small {
  margin-bottom: 1.5rem;
}
.mh-your-medications .row > div:not(.medication-title-wrap):not(.therapy-title-wrap) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mh-your-medications .row > div:not(.medication-title-wrap):not(.therapy-title-wrap) .mosh-faq {
  width: 100%;
}
.mh-your-medications .container {
  -webkit-transform: unset !important;
          transform: unset !important;
}

@media (min-width: 0) and (max-width: 767px) {
  .mh-faqs-general .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mh-faqs-general .mh-faq-image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .mh-faqs-general .mh-faq-image-col {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mh-faqs-general .mh-faq-image-col img {
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-faqs-general .mh-medication-info .faq-category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #mh_reviews .sp-details-reviews-title.heading {
    margin-bottom: 2rem;
  }
}

.mh-review-booking {
  padding: 3rem 1rem;
  background-color: #f9f9f2;
  display: none;
}
.mh-review-booking.active {
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .mh-review-booking {
    padding: 4rem 1.5rem;
  }
  .plans .mh-review-booking#plan_confirm {
    padding-top: 0;
  }
}
.mh-review-booking-title.heading {
  margin-bottom: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking-title.heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.mh-review-booking-image {
  max-width: 100%;
  border-radius: 1rem;
}
.mh-review-booking-own-therapist-content {
  margin-bottom: 1.5rem;
}
.mh-review-booking-own-therapist-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking-own-therapist-title {
    font-size: 1rem;
  }
}
.mh-review-booking-own-therapist-info {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.mh-review-booking-own-therapist-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mh-review-booking-selected-therapist-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mh-checkout .mh-review-booking-selected-therapist-header img {
  margin-right: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}
.mh-review-booking-selected-therapist-title {
  font-family: "MaisonNeue-Demi";
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.mh-review-booking-selected-therapist-time {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.mh-review-booking-selected-therapist-name {
  font-size: 0.875rem;
}
.mh-review-booking-selected-therapist-content {
  margin-bottom: 1.5rem;
}
.mh-review-booking-selected-therapist-content p {
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.mh-review-booking-selected-therapist-content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.mh-review-booking-selected-therapist-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .mh-review-booking-selected-therapist-content ul li {
    font-size: 1rem;
  }
}
.mh-review-booking-selected-therapist-content ul li:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url(/assets/icons/tick_v2-139429d10a50ce9f19eb6235920bca7d4872a1418e393378cf9a3fb8e8b269a1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
  display: inline-block;
}
.mh-review-booking-selected-therapist-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mh-review-booking-medication {
  padding-left: 10rem;
}
.mh-review-booking-medication ul {
  margin-bottom: 0;
}
.mh-review-booking-medication ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.mh-review-booking-medication p {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.mh-review-booking-medication-footer .mh-review-booking-card-remove {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.mh-review-booking-card {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  -webkit-transition: margin-left ease 300ms;
  transition: margin-left ease 300ms;
}
.mh-review-booking-card.is-available {
  margin-left: 3.5rem;
}
.mh-review-booking-card.is-available .mh-review-booking-card-add {
  opacity: 1;
  z-index: 1;
}
.mh-review-booking-card-add.button {
  font-size: 0.75rem;
  letter-spacing: 2px;
  width: 2rem;
  background-color: transparent;
  border: none;
  color: #003d3b;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -1.25rem;
  -webkit-transform: translate3d(calc(-100% - 1.5rem), -50%, 0);
          transform: translate3d(calc(-100% - 1.5rem), -50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.mh-review-booking-card-add.button:hover:before, .mh-review-booking-card-add.button:focus:before {
  -webkit-transform: none;
          transform: none;
}
.mh-review-booking-card-add.button:before {
  content: "";
  margin: auto;
  position: relative;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #deeddb;
  background-image: url(/assets/weight_loss/addon-plus-c022398e98cffb869a4e4e7dbc7e6f3e12e1d93f88cc4e282a488e34ddab3e7d.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  margin-bottom: 0.25rem;
  -webkit-transform: none;
          transform: none;
}
.mh-review-booking-card-remove.button {
  background-color: transparent;
  border: none;
  color: #c54801;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking-card-remove.button {
    text-indent: -300vh;
  }
}
.mh-review-booking-card-remove.button:hover {
  color: #003d3b;
}
.mh-review-booking-card-remove.button:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(1549%) hue-rotate(130deg) brightness(100%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(1549%) hue-rotate(130deg) brightness(100%) contrast(105%);
}
.mh-review-booking-card-remove.button:before {
  display: none;
  text-indent: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking-card-edit.button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mh-review-booking-card button.button {
  margin: 0;
}
.mh-review-booking-card button.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #e2e2e2;
  opacity: 1 !important;
}
.mh-review-booking-card button.button.disabled img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(785%) hue-rotate(209deg) brightness(116%) contrast(77%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(785%) hue-rotate(209deg) brightness(116%) contrast(77%);
}
.mh-review-booking-card button.button.hidden {
  display: none !important;
}
.mh-review-booking .single_treatment {
  margin-bottom: 1.5rem;
  background: #fff;
  border: 2px solid #cbcbcb;
}
.mh-review-booking .single_treatment .mh_plan_add::after {
  border: none;
}
.mh-review-booking .single_treatment .addon-remove-wrapper {
  background-color: transparent;
}
.mh-review-booking .single_treatment .addon-remove-message {
  display: none;
}
.mh-review-booking .single_treatment .addon_plan_remove {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  color: #c54801;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mh-review-booking .single_treatment .addon_plan_remove:before {
  content: url(/assets/icons/bin-orange-f133c746eb56cbf7eb72ccc7ada6910ba70f58d52340aa1bbf9b3754009e641c.svg) !important;
  display: inline-block !important;
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking .single_treatment .addon_plan_remove {
    text-indent: -300vh;
  }
}
.mh-review-booking .single_treatment .addon_plan_remove:hover {
  color: #003d3b;
}
.mh-review-booking .single_treatment .addon_plan_remove:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(1549%) hue-rotate(130deg) brightness(100%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(1549%) hue-rotate(130deg) brightness(100%) contrast(105%);
}
.mh-review-booking .single_treatment .addon_plan_remove:before {
  display: none;
  text-indent: 0;
}
.mh-review-booking .single_treatment .addon-notification {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #e2e2e2;
  font-family: "MaisonNeue-Demi";
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.mh-review-booking .single_treatment .addon-notification img {
  margin-right: 0.25rem;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.mh-review-booking .single_treatment_title {
  margin-bottom: 0;
}
.mh-review-booking .single_treatment_subtitle {
  margin-bottom: 0.25rem;
}
.mh-review-booking .single_treatment_learnmore {
  font-family: "MaisonNeue-Demi";
  text-decoration: underline;
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mh-review-booking .single_treatment_learnmore {
    font-size: 1rem;
  }
}
.mh-review-booking-price-summary {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.mh-review-booking-price-summary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mh-review-booking-price-summary-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.mh-review-booking-price-summary .pricing-wrap-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking-price-summary .pricing-wrap-title {
    display: none;
  }
}
.mh-review-booking-price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Clearface-Bold";
  font-size: 1.5rem;
}
.mh-review-booking-price-total p {
  margin-bottom: 0;
}
.mh-review-booking-price-total + .mh-review-booking-price-total-subtitle {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1.5rem;
}
.mh-review-booking #mh_payment_form {
  margin-top: 0px;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
.mh-review-booking #mh_payment_form .or > span {
  background-color: #f9f9f2;
}
.mh-review-booking #mh_payment_form > h5 {
  display: none;
}
.mh-review-booking #mh_payment_form .discount_input_row.reveal {
  margin-bottom: 1rem;
}
.mh-review-booking #mh_payment_form .discount_approved.reveal, .mh-review-booking #mh_payment_form .discount_failed.reveal {
  padding-bottom: 2rem;
}
.mh-review-booking #mh_payment_form .discount_code_link {
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .mh-review-booking #mh_payment_form .discount_code_link {
    margin-bottom: 2rem;
  }
}
.mh-review-booking #mh_payment_form .discount_code_link a {
  text-decoration: none !important;
}
.mh-review-booking #mh_payment_form .discount_code_link a h5 {
  font-size: 0.875rem;
  color: #6b6b6b;
}
.mh-review-booking #mh_payment_form .discount_code_link a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh-review-booking #mh_payment_form .discount_code_link.reveal a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh-review-booking #mh_payment_form h3 {
  display: none;
}
.mh-review-booking #mh_payment_form .btn {
  height: 3.75rem;
  background-size: 19rem;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0;
}
.mh-review-booking #mh_payment_form #paypal_btn, .mh-review-booking #mh_payment_form #afterpay_btn, .mh-review-booking #mh_payment_form #apple_pay_display {
  margin-bottom: 1rem;
}
.mh-review-booking #mh_payment_form #paypal_btn, .mh-review-booking #mh_payment_form #paypal_process_btn {
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal_btn-83dbff890c0985ee5bd18511c1bbba05e79983baa02e911a68dccb61fc6a5012.svg);
  color: #000 !important;
}
.mh-review-booking #mh_payment_form #afterpay_btn, .mh-review-booking #mh_payment_form #afterpay_process_btn {
  background-color: black;
  background-image: url(/assets/icons/checkout-afterpay-b636c0107dbf76744cad9c0727c668c50530a87c3b7a10cf798809ab02edaba4.svg);
  background-size: 13.5rem auto;
}
.mh-review-booking #mh_payment_form #paypal_process_btn {
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
}
.mh-review-booking #mh_payment_form #afterpay_process_btn {
  background-image: url(/assets/icons/afterpay_logo-01db2261294b0ae55e44a9b5e74f3bba1edbc7913faff1693fff99d76ed205ed.svg);
}
.mh-review-booking #mh_payment_form #paypal_process_btn, .mh-review-booking #mh_payment_form #afterpay_process_btn {
  background-position: center right 1rem;
  background-size: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .mh-review-booking #mh_payment_form #paypal_process_btn, .mh-review-booking #mh_payment_form #afterpay_process_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mh-review-booking #mh_payment_form #payment_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.mh-review-booking #mh_payment_form #cc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c54801 !important;
  color: #fff !important;
}
.mh-review-booking #mh_payment_form #cc_btn:before {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url(/assets/icons/credit-card-7fadc6ee9269c488641123bd5ba6764ca7e0c3ac206bf5c1fb8280c6f2a5fe26.svg);
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  content: "";
  border-radius: 0 !important;
}
.mh-review-booking #mh_payment_form #cc_dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mh-review-booking #mh_payment_form #cc_dropdown.open {
  opacity: 1;
  max-height: 3000px;
  overflow: visible;
}
.mh-review-booking #mh_payment_form #process_form_btn {
  background-color: #c54801 !important;
  color: #fff !important;
}
.mh-review-booking #payment-section {
  margin-top: 1.25rem;
}
.mh-checkout--plan .mh-review-booking #payment-section {
  border-top: 0;
}
.mh-checkout--plan .mh-review-booking #payment-section > .container {
  padding-left: 0;
  padding-right: 0;
}
.mh-review-booking-medicare {
  margin-bottom: 1rem;
}
.mh-review-booking-medicare-title {
  letter-spacing: 2px;
  font-size: 0.875rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.mh-review-booking-medicare input {
  border: 1px solid #cbcbcb;
  padding: 0.75rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem !important;
}
.mh-review-booking-medicare input::-webkit-input-placeholder {
  color: #cbcbcb;
}
.mh-review-booking-medicare input::-moz-placeholder {
  color: #cbcbcb;
}
.mh-review-booking-medicare input:-ms-input-placeholder {
  color: #cbcbcb;
}
.mh-review-booking-medicare input::-ms-input-placeholder {
  color: #cbcbcb;
}
.mh-review-booking-medicare input::placeholder {
  color: #cbcbcb;
}
.mh-review-booking .review-booking-pricing-wrap {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 1rem 0;
}
.mh-review-booking .review-booking-pricing-wrap .mh-review-booking-price-total-subtitle {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

@-webkit-keyframes grow-width {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% + 2px);
  }
}

@keyframes grow-width {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% + 2px);
  }
}
.quizzes .quiz_slider .auto_continue:before {
  border-radius: 5px;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
}

.mental_q165b {
  position: relative;
}

section .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  section .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section .container {
    max-width: 1400px;
  }
}

.m-woo--banner {
  background-color: #82c780;
  padding: 0.5rem;
}
.m-woo--hero {
  background-image: url(/assets/weight_loss/woo/stadium-8cab58a7ed07f2374b7438e83e4913de651a1b3819eb6d1c2d849553d546dcaf.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 18.75rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
@media (min-width: 992px) {
  .m-woo--hero {
    height: 28rem;
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-woo--hero {
    height: 31.25;
  }
}
.m-woo--hero-player {
  position: absolute;
  top: 2rem;
  width: 11.25rem;
}
.m-woo--hero-player#gordy {
  right: auto;
  left: -2.5rem;
}
@media (min-width: 768px) {
  .m-woo--hero-player#gordy {
    -webkit-transform: translateX(calc(-6.25rem - 14vw));
            transform: translateX(calc(-6.25rem - 14vw));
    left: 0;
    right: 0;
    margin: auto;
    top: 4.25rem;
    width: clamp(11.25rem, 24vw, 18.75rem);
  }
}
.m-woo--hero-player#hindy {
  left: auto;
  right: -2.5rem;
}
@media (min-width: 768px) {
  .m-woo--hero-player#hindy {
    -webkit-transform: translateX(calc(6.25rem + 14vw));
            transform: translateX(calc(6.25rem + 14vw));
    left: 0;
    right: 0;
    margin: auto;
    top: 4.25rem;
    width: clamp(11.25rem, 24vw, 18.75rem);
  }
}
.m-woo--hero-badge {
  width: 17.5rem;
  margin: auto;
}
@media (min-width: 768px) {
  .m-woo--hero-badge {
    width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .m-woo--hero-badge {
    width: 25rem;
    margin-bottom: 1rem;
  }
}
.m-woo--hero-tagline {
  width: 15rem;
  display: none;
  margin: auto;
}
@media (min-width: 992px) {
  .m-woo--hero-tagline {
    display: block;
  }
}
.m-woo--explainer {
  background-color: #003d3b;
  padding: 2rem 0;
}
.m-woo--explainer .container {
  max-width: 37.5rem;
}
.m-woo--explainer .heading {
  max-width: 13ch;
}
@media (min-width: 576px) {
  .m-woo--explainer .heading {
    max-width: none;
  }
}
.m-woo--explainer * {
  color: white;
}
.m-woo--stats {
  padding: 0;
  overflow: hidden;
}
.m-woo--stats .container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .m-woo--stats .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.m-woo--stats-player {
  display: none;
  position: absolute;
  bottom: 0;
  width: 17rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .m-woo--stats-player {
    display: block;
  }
}
.m-woo--stats-player#gordy-illustration {
  left: -5rem;
}
.m-woo--stats-player#hindy-illustration {
  right: -5rem;
}
.m-woo--stats-box > div {
  background-color: #f9f9f2;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .m-woo--stats-box > div {
    border-radius: 0.75rem;
  }
}
.m-woo--stats-box > div img {
  width: 6rem;
}
.m-woo--stats h2.heading {
  margin-bottom: 2rem;
}
.m-woo--stats h3.heading {
  color: #82c780;
  margin-bottom: 0.3rem;
}
.m-woo--stats p {
  max-width: 24ch;
  margin: 0 auto 1rem auto;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .m-woo--stats .col-12 {
    display: block !important;
  }
  .m-woo--stats .toggle {
    opacity: 0;
    height: 0;
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .m-woo--stats [data-selected-0] h2.heading {
    color: #a90533;
  }
  .m-woo--stats [data-selected-1] h2.heading {
    color: #669fd5;
  }
}
.m-woo--win {
  background-color: #daeed9;
  padding: 2rem 0;
}
.m-woo--win .container {
  max-width: 40rem;
}
.m-woo--win .heading {
  max-width: 29ch;
}
.m-woo--info {
  background-color: #f9f9f2;
  padding: 3rem 0;
  position: relative;
}
.m-woo--info .col-12 {
  position: relative;
}
@media (min-width: 768px) {
  .m-woo--info .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
@media (min-width: 768px) {
  .m-woo--info {
    padding: 6rem 0;
  }
}
.m-woo--info .button {
  margin-top: 2.5rem;
}
.m-woo--info .heading {
  max-width: 17ch;
}
.m-woo--info-banner-container {
  position: absolute;
  top: 2rem;
  left: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .m-woo--info-banner-container {
    top: 0;
  }
}
.m-woo--info-banner {
  background-color: #82c780;
  padding: 0.25rem;
  width: 17rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: absolute;
  top: 3rem;
  left: -4.5rem;
  font-size: 0.65rem;
  text-align: center;
}
@media (min-width: 576px) {
  .m-woo--info-banner {
    top: 3.5rem;
    left: -4rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .m-woo--info-banner {
    top: 4rem;
    left: -3.5rem;
    font-size: 0.9rem;
  }
}
.m-woo--info-header {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.m-woo--info-icons {
  width: 100%;
  max-width: 35rem;
  margin: 4rem auto 0 auto;
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
}
.m-woo--info-icons-container {
  height: 2rem;
  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;
  margin-bottom: 0.5rem;
}
.m-woo--info-icons img {
  width: 2rem;
}
.m-woo--info-icons-star img {
  width: 1rem;
  margin: auto 0.1rem auto;
}
.m-woo--info-image {
  border-radius: 0.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .m-woo--info-image {
    height: 34rem;
    margin-top: 0;
  }
}
.m-woo--info .heading {
  margin-bottom: 2rem;
}
.m-woo--content {
  background-color: #003d3b;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .m-woo--content {
    padding: 4rem 0;
  }
  .m-woo--content .horizontal-slider--wrp {
    max-width: 1400px;
  }
}
.m-woo--content .heading {
  color: white;
}
.m-woo--content .horizontal-slider--wrp {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .m-woo--content .horizontal-slider--wrp {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.m-woo--content .slider-child {
  min-width: calc(100vw - 4rem);
}
@media (min-width: 576px) {
  .m-woo--content .slider-child {
    min-width: 50vw;
  }
}
@media (min-width: 768px) {
  .m-woo--content .slider-child {
    min-width: 35vw;
  }
}
@media (min-width: 992px) {
  .m-woo--content .slider-child {
    min-width: 18rem;
  }
}
.m-woo--content .slider-child > div {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  height: 100%;
  width: 100%;
  position: relative;
}
.m-woo--content .slider-child > div img, .m-woo--content .slider-child > div video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .m-woo--content .slider-child:hover .media-play {
    opacity: 0.8;
  }
}
.m-woo--content .media-play {
  background-image: url(/assets/icons/play-36a786dcd0703215d185d0f67e48fa50744b352cbd244fbe00acfbe22f22a4ee.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #82c780;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.m-woo--footer {
  background-color: #f9f9f2;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .m-woo--footer {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.m-woo--footer .back-to-top {
  position: absolute;
  bottom: -1.5rem;
  right: 2rem;
}
@media (min-width: 768px) {
  .m-woo--footer .back-to-top {
    right: 6rem;
  }
}
.m-woo--footer .heading {
  max-width: 19ch;
}
@media (min-width: 768px) {
  .m-woo--footer .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.m-woo--footer .button {
  margin-top: 2.5rem;
}
.m-woo--footer-image {
  border-radius: 0.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .m-woo--footer-image {
    height: 34rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-woo--footer-image {
    -o-object-position: center left;
       object-position: center left;
  }
}
.m-woo--modal .modal-dialog {
  border-radius: 0.75rem;
}
.m-woo--modal .modal-content {
  background-color: #f9f9f2;
}
@media (min-width: 0) and (max-width: 767px) {
  .m-woo--modal .modal-body {
    padding: 2rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .m-woo--modal .modal-body .button {
    width: 100%;
  }
}
.m-woo--modal-badge {
  width: 5.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .m-woo--modal-badge {
    width: 7rem;
  }
}
.m-woo--modal .heading {
  max-width: 30ch;
  margin-bottom: 1.5rem;
}
.m-woo--modal-step {
  display: none;
}
.m-woo--modal-step-field > div {
  position: relative;
}
.m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field {
  max-width: 12.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field > div:last-child {
  margin-left: 0.5rem;
}
.m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field-label {
  display: block;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field-label {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field {
    max-width: 18.75rem;
  }
}
.m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field-unit {
  position: absolute;
  right: 1px;
  margin: auto;
  pointer-events: none;
  background-color: white;
  top: 0;
  bottom: 0;
  height: 2rem;
  width: 2.5rem;
  text-align: right;
  padding-right: 0.75rem;
  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;
}
.m-woo--modal-step#woo--modal-step-1 .m-woo--modal-step-field input {
  color: #82c780;
  width: 7rem;
}
.m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field-container {
  text-align: left;
}
@media (min-width: 768px) {
  .m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field-container .m-woo--modal-step-field {
    width: calc(50% - 1rem);
  }
}
.m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field {
  margin-bottom: 1rem;
}
.m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field strong {
  display: block;
  padding-left: 1rem;
}
.m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field-at {
  color: #82c780;
  position: absolute;
  left: 0.75rem;
  top: 1.3rem;
  margin: auto;
  pointer-events: none;
}
.m-woo--modal-step#woo--modal-step-2 .m-woo--modal-step-field #instagram_handle {
  padding-left: 2rem;
}

#shakes--modal img {
  margin-top: -10px;
}
@media (min-width: 768px) {
  #shakes--modal img {
    margin-top: -20px;
    width: 100px;
    height: 100px;
  }
}

[data-toggle-option-id] [data-selected-0],
[data-selected-1] {
  display: none !important;
}

[data-toggle-option-id="0"] [data-selected-0] {
  display: revert !important;
}

[data-toggle-option-id="1"] [data-selected-1] {
  display: revert !important;
}

.toggle {
  background-color: #fff;
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 5px solid #E2E2E2;
}
.toggle-button {
  border-radius: inherit;
  min-width: auto;
  width: 50%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  cursor: pointer;
  z-index: 2;
  position: relative;
  -webkit-transition: left 100ms ease;
  transition: left 100ms ease;
  padding: 1rem 0;
}
.toggle:before {
  content: "";
  border-radius: inherit;
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: #a90533;
  z-index: 1;
  -webkit-transition: left 100ms ease;
  transition: left 100ms ease;
  left: 0;
  right: 0;
  bottom: -5px;
}
.toggle[data-option-id="1"]:before {
  left: 50%;
  background-color: #669fd5;
}

#woo-timer {
  font-family: "MaisonNeue-Demi";
  font-size: 1.5rem;
  padding: 0.5rem;
  border: 2px solid #82c780;
  border-radius: 0.45rem;
  margin-bottom: 2.25rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #woo-timer {
    max-width: 15rem;
  }
}

.np-landingpage-hero {
  background-image: url(/assets/non_prescription/np-store-hero-9e5ac6ca5bfb6157b6f8c8d3aec9264ebb20ef0509a0d18044e190f664f25266.jpg);
  padding: 6.75rem 0 0.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 200%;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-hero {
    position: sticky;
    top: 80px;
    background-position: 7% 15%;
    padding: 2rem 0 5rem;
  }
}
@media (min-width: 768px) {
  .np-landingpage-hero {
    background-image: url(/assets/non_prescription/np-store-hero-9e5ac6ca5bfb6157b6f8c8d3aec9264ebb20ef0509a0d18044e190f664f25266.jpg);
    padding: 8rem 1.5rem 12rem;
    background-position: 0 37%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .np-landingpage-hero {
    padding: 2.5rem 1rem 6rem;
    background-position: 0 27%;
    background-size: 150%;
  }
}
.np-landingpage-hero-title.heading {
  margin-bottom: 0;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .np-landingpage-hero-title.heading {
    font-size: 3.75rem;
  }
}
.np-landingpage-hero-subtitle {
  margin-bottom: 0.25rem !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-hero-subtitle {
    font-size: 0.875rem;
    margin-bottom: 2rem !important;
  }
  .np-landingpage-hero-subtitle span {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .np-landingpage-hero-subtitle {
    margin-bottom: 1rem !important;
    font-size: 1.2rem;
  }
}
.np-landingpage-hero-subtitle a {
  font-size: 0.875rem;
}

.np-landingpage-bundles-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.np-landingpage-bundles-modal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  overflow: auto;
  height: 90vh;
  opacity: 0;
  z-index: -1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.np-landingpage-bundles-modal::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .np-landingpage-bundles-modal {
    width: 95vw;
  }
}
@media (min-width: 768px) {
  .np-landingpage-bundles-modal {
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    max-width: 992px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    height: auto;
    padding: 1.5rem 2rem 0.5rem;
    border-radius: 1.5rem;
    display: none;
    opacity: 1;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-wrap {
    position: absolute;
    background-color: #fff;
    padding: 0 0 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.np-landingpage-bundles-modal.show-bundles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 101;
}
@media (min-width: 768px) and (max-width: 991px) {
  .np-landingpage-bundles-modal.show-bundles .np-landingpage-bundles-modal-wrap {
    margin: 1rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal.show-bundles .np-landingpage-bundles-modal-wrap {
    margin: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.np-landingpage-bundles-modal.show-bundles + .np-landingpage-bundles-modal-backdrop {
  display: block;
}
.np-landingpage-bundles-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 1rem;
    z-index: 2;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .np-landingpage-bundles-modal-header {
    margin-bottom: 1rem;
  }
}
.np-landingpage-bundles-modal-title {
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-title {
    font-size: 1.5rem;
  }
}
.np-landingpage-bundles-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-content {
    padding: 0.5rem 1rem;
  }
}
.np-landingpage-bundles-modal-content .single-product {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin: 0 0.75rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  border: 1px solid #f6f6f6;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 1.5rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-content .single-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .np-landingpage-bundles-modal-content .single-product {
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.np-landingpage-bundles-modal-content .single-product-learn-more {
  display: none;
}
.np-landingpage-bundles-modal-content .single-product-price {
  font-family: "MaisonNeue-Demi";
  color: #003d3b;
}
.np-landingpage-bundles-modal-content .single-product-image-wrap {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-content .single-product-image-wrap img {
    height: 5.5rem;
  }
}
@media (min-width: 768px) {
  .np-landingpage-bundles-modal-content .single-product-image-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-content .single-product-content {
    height: auto;
    max-width: calc(50% - 0.5rem);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-bundles-modal-content .single-product .button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.np-landingpage-bundles-modal-close {
  cursor: pointer;
}

@media (min-width: 768px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters {
    position: sticky;
    top: 5rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters {
    top: 7rem;
  }
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-title {
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 768px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters-title {
    margin-bottom: 1rem;
  }
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-title[data-active=true] {
  position: relative;
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-title[data-active=true]:after {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #c54801;
  display: block;
}
@media (min-width: 768px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters-title[data-active=true]:after {
    left: 1rem;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-title img {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters-title img {
    margin-right: 0.5rem;
  }
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 99;
    padding: 0 0.5rem;
    margin: 0;
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .np-landingpage-productlistwrap .np-landingpage-productfilters-wrap-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "MaisonNeue-Demi";
    padding: 1rem 0.5rem;
    width: 100%;
  }
  .np-landingpage-productlistwrap .np-landingpage-productfilters-wrap.show-filters {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .np-landingpage-productlistwrap .np-landingpage-productfilters-wrap.show-filters + .np-landingpage-productfilters-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-button {
  -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
  border: 2px solid #e2e2e2;
  border-radius: 3.75rem;
  padding: 0.5rem 1rem;
  color: #003d3b;
  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;
  background-color: #fff;
  margin: 0 0.5rem 1rem;
  cursor: pointer;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters-button {
    font-size: 0.75rem;
    font-family: "MaisonNeue-Demi";
  }
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-button:hover {
  border-color: #003d3b;
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-button.filter-all-products {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.np-landingpage-productlistwrap .np-landingpage-productfilters-button.active {
  background-color: #003d3b;
  border-color: #003d3b;
  color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-productlistwrap .np-landingpage-productfilters-col {
    z-index: 90;
    top: 4.25rem;
    background-color: #fff;
    padding: 1rem;
  }
  @supports (-webkit-touch-callout: none) {
    .np-landingpage-productlistwrap .np-landingpage-productfilters-col {
      position: -webkit-sticky;
    }
  }
  @supports not (-webkit-touch-callout: none) {
    .np-landingpage-productlistwrap .np-landingpage-productfilters-col {
      position: sticky;
    }
  }
  .np-landingpage-productlistwrap .np-landingpage-productfilters-col.add-shadow {
    -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
  .np-landingpage-productlistwrap .np-landingpage-productfilters-col.bring-top {
    z-index: 99;
  }
}

.np-landingpage-productlistwrap {
  padding: 0;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .np-landingpage-productlistwrap {
    padding: 3rem 1.5rem 0;
  }
}

.np-landingpage-productslist-featured {
  border: 4px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f2), to(#f9f9f2)) padding-box, -webkit-gradient(linear, left top, right top, from(#daeed9), to(#fff9c9)) border-box;
  background: -webkit-linear-gradient(#f9f9f2, #f9f9f2) padding-box, -webkit-linear-gradient(left, #daeed9, #fff9c9) border-box;
  background: linear-gradient(#f9f9f2, #f9f9f2) padding-box, linear-gradient(to right, #daeed9, #fff9c9) border-box;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.np-landingpage-productslist-featured.hidden {
  display: none !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-productslist-featured .single-product:nth-of-type(n + 4) {
    display: none !important;
  }
  .np-landingpage-productslist-featured .single-product-price {
    display: none;
  }
}
@media (min-width: 768px) {
  .np-landingpage-productslist-featured {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-productslist-featured.single-product-horizontal-layout.single-product-horizontal-layout-reverse .single-product-image-wrap {
    margin-bottom: 0;
  }
  .np-landingpage-productslist-featured.single-product-horizontal-layout.single-product-horizontal-layout-reverse .np-landingpage-productslist-products {
    margin: 0;
  }
  .np-landingpage-productslist-featured.single-product-horizontal-layout.single-product-horizontal-layout-reverse .single-product:nth-of-type(n + 3) {
    display: none !important;
  }
  .np-landingpage-productslist-featured.single-product-horizontal-layout.single-product-horizontal-layout-reverse .single-product-image-wrap {
    margin-bottom: 0;
  }
}
.np-landingpage-productslist .productslist-featured-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 768px) {
  .np-landingpage-productslist .productslist-featured-title {
    margin-bottom: 1.5rem;
  }
}
.np-landingpage-productslist-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product-horizontal-layout .np-landingpage-productslist-products {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .np-landingpage-productslist-products {
    margin: 0 -1rem;
  }
}
@media (min-width: 992px) {
  .np-landingpage-productslist-products {
    margin: 0 -3rem;
  }
}
.np-landingpage-productslist-productswrap {
  margin-bottom: 3rem;
}
.np-landingpage-productslist-productswrap[data-filter=true] {
  margin-bottom: 0;
}
.np-landingpage-productslist-productswrap[data-filter=true] + .np-landingpage-productslist-featured {
  margin-bottom: 4rem;
}
.np-landingpage-productslist-productswrap.align-center .np-landingpage-productslist-products {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.np-landingpage-productslist .np-landingpage-productslist-lifestyle {
  width: calc(100% - 1rem);
  margin: 0 auto 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .np-landingpage-productslist .np-landingpage-productslist-lifestyle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 2rem);
    margin: 0 auto 3rem;
  }
}
@media (min-width: 992px) {
  .np-landingpage-productslist .np-landingpage-productslist-lifestyle {
    width: calc(100% - 6rem);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-productslist.single-product-horizontal-layout .np-landingpage-productslist-lifestyle {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.np-landingpage-productslist-lifestyle {
  border-radius: 0.5rem;
  background-color: #daeed9;
  border: 2px solid #daeed9;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .np-landingpage-productslist-lifestyle {
    min-height: 12rem;
  }
}
.np-landingpage-productslist-lifestyle-img {
  background-image: url(/assets/non_prescription/lifestyle-banner-673b1708fe10990973417d992e7a3cb8480ff745b4e717fd65b77d8d46d0bad3.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 6.5rem;
  background-position: top center;
}
@media (min-width: 768px) {
  .np-landingpage-productslist-lifestyle-img {
    height: auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
  }
}
.np-landingpage-productslist-lifestyle-img.hair {
  background-image: url(/assets/non_prescription/lifestyle-banner-hair-5cf8403203c906fc2ed5702c644abd226449983811086e1662f0c54edd91d9e6.jpg);
}
.np-landingpage-productslist-lifestyle-img.sex {
  background-image: url(/assets/non_prescription/lifestyle-banner-sex-ea7210513145130a8417f210ea89f4ced3714e37041064f3a28e0acff9f074cf.jpg);
}
.np-landingpage-productslist-lifestyle-img.skin {
  background-image: url(/assets/non_prescription/lifestyle-banner-skin-a74ff36488127119455a7acb580ee3e21aa3e07989eb6fdfcb4e0f99359395a5.jpg);
}
.np-landingpage-productslist-lifestyle-img.sleep {
  background-image: url(/assets/non_prescription/lifestyle-banner-sleep-883799d695dcac488e98c2ab5e55b20aab28c2e004426f51f0cec70b3d594f12.jpg);
}
.np-landingpage-productslist-lifestyle-img.mental-health {
  background-image: url(/assets/non_prescription/lifestyle-banner-stress-34b467af10287be3f88eb72394af30b967d9aa43f0298e4e52e246f8586ee549.jpg);
}
.np-landingpage-productslist-lifestyle-img.weight-loss {
  background-image: url(/assets/non_prescription/lifestyle-banner-weight-loss-708579caecfdfd4b846b412ce75c1b32a6b038e94d51ea9d29b0a79d88050a2b.png);
}
.np-landingpage-productslist-lifestyle-img.non_prescription {
  background-image: url(/assets/non_prescription/lifestyle-banner-non-prescription-faec573c08585fffe3875c48f630b07706b08b664c87c0bfb269842e6485434f.jpg);
  background-position: center;
}
.np-landingpage-productslist-lifestyle-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .np-landingpage-productslist-lifestyle-content {
    padding: 2rem 1.5rem;
    font-size: 1.125rem;
  }
}

.np-landingpage-interestedincta {
  background-color: #ebebd4;
  padding: 1.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .np-landingpage-interestedincta {
    padding: 4rem 1.5rem;
  }
}
.np-landingpage-interestedincta-wrap {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  max-width: 991px;
  margin: 0 auto;
}
.np-landingpage-interestedincta-img {
  background-image: url(/assets/non_prescription/interested-in-cta-c85aa42cdec8ec6dc4beac2e21eb205b006fde7f30ecd6a347fd1f45e164a4c4.png);
  background-size: cover;
  background-position: center;
  min-height: 9.25rem;
}
@media (min-width: 768px) {
  .np-landingpage-interestedincta-img {
    min-height: unset;
  }
}
.np-landingpage-interestedincta-content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .np-landingpage-interestedincta-content {
    padding: 1.5rem;
  }
}
.np-landingpage-interestedincta-content .button {
  margin-bottom: 0;
}
.np-landingpage-interestedincta-title {
  font-family: "Clearface-Bold";
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 0) and (max-width: 767px) {
  .np-landingpage-interestedincta-title {
    font-size: 1.5rem;
  }
}
.np-landingpage-interestedincta .np-landingpage-interestedincta-subtitle {
  margin-bottom: 1.5rem;
}

#np_community {
  position: relative;
}
#np_community #community_carousel {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #np_community #community_carousel {
    margin-bottom: 2rem;
  }
}
#np_community #community_carousel img {
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  #np_community #community_carousel img {
    border-radius: 2rem;
  }
}
#np_community .button {
  display: inline-block;
}

.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 1rem);
  -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
  margin: 0 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product {
    min-height: 100%;
  }
  .single-product-horizontal-layout .single-product {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .single-product-horizontal-layout .single-product.single-product-horizontal-layout-reverse {
    -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;
  }
  .single-product-horizontal-layout .single-product.single-product-horizontal-layout-reverse .single-product-image-wrap {
    margin-right: 1rem;
  }
  .single-product-horizontal-layout .single-product .single-product-button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-product-horizontal-layout .single-product .single-product-image-wrap {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 1rem;
    max-width: calc(50% - 1rem);
  }
  .single-product-horizontal-layout .single-product .single-product-image-wrap img {
    height: 6.25rem;
  }
  .single-product-horizontal-layout .single-product .single-product-content {
    height: auto;
    max-width: calc(50% - 1rem);
  }
  .single-product-horizontal-layout .single-product .single-product-best-seller {
    left: unset;
    right: 0;
  }
}
@media (min-width: 768px) {
  .single-product {
    max-width: calc(33.33% - 2rem);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 1rem;
  }
}
@media (min-width: 992px) {
  .single-product {
    max-width: calc(33.33% - 6rem);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 3rem;
  }
}
.single-product.variant-white-bg-centered {
  background-color: #fff;
  padding: 1.5rem;
  border: 1rem;
  text-align: center;
  border-radius: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product.variant-white-bg-centered {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product.variant-white-bg-centered .single-product-learn-more {
  -ms-flex-item-align: center;
      align-self: center;
}
.single-product.variant-white-bg-centered .single-product-button {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product.variant-white-bg-centered .single-product-button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.single-product.variant-white-bg-centered .single-product-learn-more {
  font-family: "MaisonNeue-Book";
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product.variant-white-bg-centered .single-product-content {
    height: auto;
    text-align: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product.variant-white-bg-centered .single-product-image-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product.variant-white-bg-centered .single-product-price {
    font-family: "MaisonNeue-Book";
  }
}
.np-landingpage-productslist-productswrap .single-product {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .np-landingpage-productslist-productswrap .single-product {
    margin-bottom: 3rem;
  }
}
.single-product-image-wrap {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}
.single-product-image-wrap img {
  height: 5rem;
  width: auto;
}
@media (min-width: 1200px) {
  .single-product-image-wrap img {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .single-product-image-wrap {
    margin-bottom: 1rem;
  }
}
.single-product-best-seller {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #82c780;
  color: #003d3b;
  padding: 0.25rem 0.5rem;
  font-family: "MaisonNeue-Demi";
  z-index: 2;
  border-radius: 3.75rem;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .single-product-best-seller {
    color: #fff;
    background-color: #003d3b;
    border: 1px solid #f9f9f2;
    font-size: 1rem;
  }
}
.single-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.single-product-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-product-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.single-product-price {
  color: #6b6b6b;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .single-product-price {
    font-family: "MaisonNeue-Demi";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-price span.single-product-quantity {
    font-family: "MaisonNeue-Book";
    border-right: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.single-product-price-sale {
  color: #c54801;
  text-decoration: line-through;
  font-family: "MaisonNeue-Book";
  margin-left: 0.25rem;
}
.single-product-price .single-product-quantity {
  padding-right: 0.5rem;
  margin-right: 0.25rem;
  border-right: 1px solid #6b6b6b;
}
.single-product-learn-more {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6b6b6b;
  text-decoration: none;
}
.np-landingpage-productslist-featured .single-product-learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product-learn-more img {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .single-product-learn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "MaisonNeue-Demi";
  }
}
.single-product.show-add-to-cart .single-product-learn-more {
  margin-bottom: 1.5rem;
}
.single-product-button.button {
  margin-bottom: 0;
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
.np-landingpage-bundles-modal-content .single-product-button.button {
  width: auto;
}

@media (min-width: 0) and (max-width: 767px) {
  .non-prescription-store-wrap .container {
    width: 100%;
    max-width: 100%;
  }
}
.non-prescription-store-wrap section .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .non-prescription-store-wrap section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart_summary-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 0.875rem;
  font-family: "MaisonNeue-Demi";
}

.sp-details-customers-also-bought {
  background-color: #f9f9f2;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .sp-details-customers-also-bought {
    padding: 4rem 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-customers-also-bought .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sp-details-customers-also-bought-title.heading {
  margin-bottom: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-customers-also-bought-title.heading {
    font-size: 1.5rem;
    margin: 0 1rem 1rem;
  }
}
.sp-details-customers-also-bought-products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-customers-also-bought-products-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sp-details-customers-also-bought-products-wrap .single-product {
    min-width: 80vw;
  }
}

.sp-details-faqs {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .sp-details-faqs {
    padding: 4rem 1.5rem;
  }
}
.sp-details-faqs .container {
  padding-left: 0;
  padding-right: 0;
}
.sp-details-faqs-list-wrap {
  margin-bottom: 1rem;
}
.sp-details-faqs-disclaimer {
  font-size: 0.75rem;
  color: #6b6b6b;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-faqs-disclaimer {
    margin-bottom: 1rem !important;
  }
}
.sp-details-faqs-whats-in-it-content {
  margin-bottom: 1rem;
}
.sp-details-faqs-extra-info {
  margin-bottom: 0.5rem;
}
.sp-details-faqs-ingredients-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-details-faqs-ingredients-list-title {
  margin-bottom: 1rem !important;
  font-family: "MaisonNeue-Demi";
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.sp-details-faqs-ingredients-list .sp-details-ingredients-text {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #f9f9f2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media (min-width: 768px) {
  .sp-details-faqs-ingredients-list .sp-details-ingredients-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .sp-details-faqs-ingredients-list .sp-details-ingredients-text:after {
    content: "";
    height: 1.5rem;
    width: 0.875rem;
    background-image: url(/assets/icons/arr-right-light-05a2d652982327cb8b376d63f7a852f11c449a30cbd48c785e4403d0c4219a1b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -3rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.sp-details-faqs-ingredients-list .secondary_ingredients {
  margin: -0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .sp-details-faqs-ingredients-list .secondary_ingredients {
    padding-left: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sp-details-faqs-ingredients-list .secondary_ingredients .ingredient {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin: 0.25rem;
  background-color: #f9f9f2;
  border: 2px solid #ebebd4;
  border-radius: 0.5rem;
  padding: 0.625rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.75rem;
  color: #000;
}
.sp-details-faqs-ingredients-list .secondary_ingredients .ingredient img {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .sp-details-faqs-ingredients-list .secondary_ingredients .ingredient {
    -ms-flex-preferred-size: calc(50% - 0.5rem);
        flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
.sp-details-faqs-ingredients-list .secondary_ingredients .ingredient img {
  max-width: 100%;
  max-height: 3.5rem;
  max-width: 3.5rem;
  background: transparent;
  margin-bottom: 0;
}
.sp-details-faqs-multiple-ingredients-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sp-details-faqs-multiple-ingredients-block p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.sp-details-faqs-ingredients-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-faqs-ingredients-tabs {
    overflow: auto;
    padding-bottom: 0.5rem;
    min-width: 100%;
  }
}
.sp-details-faqs-ingredients-tabs .single-tab {
  margin-right: 2rem;
  font-size: 1rem;
  font-family: "MaisonNeue-Book";
  opacity: 0.5;
  -webkit-transition: opacity ease 100ms;
  transition: opacity ease 100ms;
  color: #003d3b;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-faqs-ingredients-tabs .single-tab {
    white-space: nowrap;
  }
}
.sp-details-faqs-ingredients-tabs .single-tab.active {
  opacity: 1;
  font-family: "MaisonNeue-Demi";
}
.sp-details-faqs-ingredients-tabs-details {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-details-faqs-ingredients-tabs-details.show-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-details-faqs .np-landingpage-productslist-lifestyle {
  margin-bottom: 0;
}
.sp-details-faqs .np-landingpage-productslist-lifestyle:nth-of-type(n + 2) {
  margin: 1rem 0;
}
.sp-details-faqs .np-landingpage-productslist-lifestyle:last-of-type {
  margin-bottom: 0;
}
.sp-details-faqs .faq-header {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .sp-details-faqs .faq-header {
    margin-bottom: 2rem;
  }
}
.sp-details-faqs .single-faq:first-of-type .faq-question {
  border-top: 1px solid #cbcbcb;
}
.sp-details-faqs .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.sp-details-faqs .faq-question:hover {
  border-bottom-color: #003d3b;
}
.sp-details-faqs .mosh-faq .faq-question:after {
  right: 0;
}
.sp-details-faqs .mosh-faq .faq-answer {
  padding: 0;
}
.sp-details-faqs .faq-img-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .sp-details-faqs .faq-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-details-faqs .faq-img-wrap {
    margin-top: 2rem;
  }
}
.sp-details-faqs .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.sp-details-faqs .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}
.sp-details-faqs .faq-section-title {
  display: none;
}
.sp-details-faqs .faq-answer {
  color: #6b6b6b;
}

#individual_product {
  scroll-behavior: smooth;
}

.anchor-link {
  position: relative;
  top: -80px;
}

.sp-details-quantity {
  font-family: "MaisonNeue-Demi";
  padding: 0.5rem 1rem;
  border: 2px solid #e2e2e2;
  border-radius: 3.75rem;
  display: inline-block;
  margin-right: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-quantity {
    font-size: 0.875rem;
    border: none;
    background-color: #daeed9;
    margin-bottom: 1.5rem !important;
  }
}
.product_hero_text .sp-details-quantity {
  margin-bottom: 2rem;
}

.sp-details-description p, .sp-details-benefits p {
  margin-bottom: 0.5rem;
}
.sp-details-description ul, .sp-details-benefits ul {
  padding: 0;
}
.sp-details-description ul li, .sp-details-benefits ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.125rem;
}
.sp-details-description ul li:before, .sp-details-benefits ul li:before {
  content: "";
  min-height: 0.625rem;
  min-width: 0.625rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: #82c780;
  position: relative;
  top: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-description ul li:before, .sp-details-benefits ul li:before {
    margin-left: 0.5rem;
  }
}

.sp-details-back-to-store {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 2rem;
}
.sp-details-back-to-store:hover {
  text-decoration: underline;
}
.sp-details-back-to-store:before {
  content: "";
  width: 1rem;
  height: 0.75rem;
  background-image: url(/assets/icons/arr-left-darkgreen-0193d1d2bc290227095058ee57db9a71615bc12e7529d6ed75c55b845a360288.svg);
  margin-right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .sp-details-back-to-store:before {
    width: 2rem;
    height: 1.25rem;
  }
}

.sp-details-hero {
  padding: 1rem;
}
@media (min-width: 768px) {
  .sp-details-hero {
    padding: 2rem 1.5rem;
  }
}
.sp-details-hero .container {
  padding-left: 0;
  padding-right: 0;
}
.sp-details-hero .product_hero_thumbnails {
  display: none;
}
.sp-details-hero .flickity-page-dots {
  bottom: -2.5rem;
}
.sp-details-hero .flickity-page-dots .dot {
  height: 0.625rem !important;
  width: 0.625rem !important;
  background-color: #e2e2e2;
  border: none;
  margin: 0 0.25rem;
}
@media (min-width: 768px) {
  .sp-details-hero .flickity-page-dots .dot {
    height: 1rem !important;
    width: 1rem !important;
  }
}
.sp-details-hero .flickity-page-dots .dot.is-selected {
  background-color: #6b6b6b;
}
.sp-details-hero .product_hero_carousel .product_hero_slide {
  text-align: center;
}
.sp-details-hero .product_hero_carousel .product_hero_slide img {
  border-radius: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-hero-title.heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-hero-images-col {
    text-align: center;
    margin-bottom: 4rem;
  }
}

.sp-details-description, .sp-details-benefits {
  margin-bottom: 1.75rem;
}
.sp-details-description-title, .sp-details-benefits-title {
  font-family: "MaisonNeue-Demi";
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.sp-details-packaging-may-vary {
  font-size: 0.875rem;
  color: #6b6b6b;
  text-align: center;
}
@media (min-width: 768px) {
  .sp-details-packaging-may-vary {
    text-align: left;
  }
}

.sp-details-hero-reviews {
  color: #82c780;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .sp-details-hero-reviews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
}
.sp-details-hero-reviews:before {
  content: "";
  background-image: url(/assets/icons/green-stars-5c4d3b8d26149fc7681a6b5504d54683e516ed033ffcca071174f643c5b04380.svg);
  background-size: contain;
  margin-right: 0.5rem;
  height: 1rem;
  width: 6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .sp-details-hero-reviews:before {
    margin-bottom: 0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .sp-details-benefits {
    padding: 1rem;
    background-color: #daeed9;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
  }
  .sp-details-benefits-title, .sp-details-benefits ul li {
    font-size: 1rem;
  }
  .sp-details-benefits ul {
    margin-bottom: 0;
  }
  .sp-details-benefits ul li:before {
    min-height: 0.25rem;
    min-width: 0.25rem;
    background-color: #003d3b;
    border-radius: 2px;
    position: relative;
    top: 0.6rem;
  }
}

#product_hero_weight-loss-shake .product_hero_images {
  margin-bottom: 3rem;
}
#product_hero_weight-loss-shake .product_hero_thumbnails {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  #product_hero_weight-loss-shake .product-hero-title {
    font-size: 2rem;
  }
}
#product_hero_weight-loss-shake .np_key_benefits .text_bubble {
  margin-top: 0;
}

.shakes-benefit-hero-points-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0 1.5rem;
}
@media (min-width: 768px) {
  .shakes-benefit-hero-points-wrap {
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .shakes-benefit-hero-points-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.shakes-benefit-hero-points-wrap p {
  padding: 0.5rem 1rem;
  background: #daeed9;
  margin-bottom: 0.5rem;
  border-radius: 3.75rem;
  font-size: 0.875rem;
  -ms-flex-item-align: center;
      align-self: center;
  width: 16rem;
  text-align: center;
}
@media (min-width: 992px) {
  .shakes-benefit-hero-points-wrap p {
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
  }
}
.shakes-benefit-hero-points-wrap p:first-of-type {
  margin-right: 0.5rem;
}

.sp-details-reviews {
  padding: 1.5rem 0;
  background: #daeed9;
}
@media (min-width: 768px) {
  .sp-details-reviews {
    padding: 3rem 0;
  }
}
.sp-details-reviews-title.heading {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-reviews-title.heading {
    font-size: 1.5rem;
  }
}
.sp-details-reviews-subtitle {
  margin-bottom: 3rem !important;
  font-size: 1.125rem;
  text-align: center;
}
.sp-details-reviews-footer {
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .sp-details-reviews-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sp-details-reviews-trustpilot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sp-details-reviews-trustpilot {
    margin: 0 0 2rem;
  }
}
.sp-details-reviews-trustpilot > * {
  margin: 0 0.5rem;
}
.sp-details-reviews .horizontal-slider--wrp {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sp-details-reviews .horizontal-slider--wrp {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.sp-details-reviews .horizontal-slider--wrp .review-card {
  min-width: 70vw;
  margin-right: 2rem;
  height: 100%;
}
@media (min-width: 768px) {
  .sp-details-reviews .horizontal-slider--wrp .review-card {
    min-width: 26rem;
  }
}
.sp-details-reviews .horizontal-slider--wrp .review-card-reviewer {
  margin-top: auto;
}
.sp-details-reviews .horizontal-slider--wrp .horizontal-slider.full-width.slider-draggable {
  min-width: calc(var(--vw, 1vw) * 100);
}

.sp-details-sticky-cta {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.sp-details-sticky-cta-header {
  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;
}
.sp-details-sticky-cta-price {
  font-family: "MaisonNeue-Demi";
  font-size: 1.125rem;
  margin-right: 1.5rem;
}
.sp-details-sticky-cta .button {
  margin-bottom: 0;
}
.sp-details-sticky-cta-header p {
  font-size: 0.8rem;
  margin: 1rem 0 0 0;
}

.np-product-modal .sp-details-benefits ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shakes-hero {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .shakes-hero {
    padding: 5rem 0;
  }
}
.shakes-hero-section-title.heading {
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
}
.shakes-hero-program-type {
  margin-bottom: 1.5rem;
}
.shakes-hero-program-type .program-types-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem;
}
.shakes-hero-program-type .program-types-wrap .single-type {
  border-radius: 0.5rem;
  border: 1px solid #e2e2e2;
  padding: 1rem;
  color: #003d3b;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  margin: 0 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-hero-program-type .program-types-wrap .single-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shakes-hero-program-type .program-types-wrap .single-type input {
  display: none;
}
.shakes-hero-program-type .program-types-wrap .single-type .type-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
.shakes-hero-program-type .program-types-wrap .single-type .type-subtitle {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.shakes-hero-program-type .program-types-wrap .single-type .type-price {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.shakes-hero-program-type .program-types-wrap .single-type.active {
  color: #fff;
  background-color: #003d3b;
  border-color: #003d3b;
}
.shakes-hero-frequency .single-frequency {
  padding: 1.75rem 1rem;
  font-family: "MaisonNeue-Demi";
  position: relative;
  border: 2px solid #e2e2e2;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
  cursor: pointer;
}
.shakes-hero-frequency .single-frequency.has-offer {
  padding: 0;
  background-color: #e2e2e2;
}
.shakes-hero-frequency .single-frequency.has-offer .frequency-content {
  padding: 1rem 1rem;
  background-color: #fff;
}
.shakes-hero-frequency .single-frequency.has-offer .frequency-content:before, .shakes-hero-frequency .single-frequency.has-offer .frequency-content:after {
  right: 1rem;
}
.shakes-hero-frequency .single-frequency input {
  display: none;
}
.shakes-hero-frequency .single-frequency .frequency-content {
  position: relative;
}
.shakes-hero-frequency .single-frequency .frequency-content:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #e2e2e2;
}
.shakes-hero-frequency .single-frequency .frequency-content:after {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background: #003d3b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.shakes-hero-frequency .single-frequency label {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
  cursor: pointer;
}
.shakes-hero-frequency .single-frequency label span {
  font-family: "MaisonNeue-Book";
  display: block;
}
.shakes-hero-frequency .single-frequency .frequency-offer {
  display: block;
  padding: 0.5rem 1rem;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
}
.shakes-hero-frequency .single-frequency.active {
  border-color: #003d3b;
}
.shakes-hero-frequency .single-frequency.active.has-offer {
  background-color: #003d3b;
}
.shakes-hero-frequency .single-frequency.active.has-offer .frequency-offer {
  color: #fff;
}
.shakes-hero-frequency .single-frequency.active .frequency-content:after {
  opacity: 1;
}
.shakes-hero-free-shaker {
  padding: 0.75rem 1rem;
  background-color: #daeed9;
  color: #003d3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.shakes-hero-free-shaker img {
  max-width: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-hero-slider {
    margin-bottom: 3rem;
  }
}
.shakes-hero-slider img {
  max-width: 100%;
}
.shakes-hero-slider .flickity-page-dots .dot {
  width: 0.625rem !important;
  height: 0.625rem !important;
  border-color: #e2e2e2;
  background-color: transparent;
}
.shakes-hero-slider .flickity-page-dots .dot.is-selected {
  background-color: #f9f9f2;
}
@media (min-width: 768px) {
  .shakes-hero-slider .flickity-page-dots .dot {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
}
.shakes-hero-product-name.heading {
  margin-bottom: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-hero-product-name.heading {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
.shakes-hero-key-benefits ul {
  padding: 0;
  margin: 0;
}
.shakes-hero-key-benefits ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.shakes-hero-key-benefits ul li:before {
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  content: "";
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
  background-color: #003d3b;
  display: block;
}
.shakes-hero .shakes-benefit-hero-points-wrap {
  margin: 0;
}
.shakes-hero .shakes-benefit-hero-points-wrap p {
  width: auto;
}
@media (min-width: 768px) {
  .shakes-hero .shakes-benefit-hero-points-wrap {
    margin-bottom: 1rem;
  }
}
.shakes-hero .sp-details-sticky-cta {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 0) and (max-width: 767px) {
  .shakes-hero .sp-details-sticky-cta {
    border-radius: 1rem 1rem 0 0;
  }
}

.hl-treatment #what-to-expect.sex-for-best-results {
  background-color: #fff;
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp {
  margin-bottom: 0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp {
    border-top: 1px solid rgba(188, 188, 188, 0.2);
    margin-bottom: 1.5rem;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step {
  margin: 5px;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step {
    border-bottom: 1px solid rgba(188, 188, 188, 0.2);
    padding: 1rem 0;
  }
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step:before {
    display: none;
  }
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step:after {
    display: none;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-img {
  margin-bottom: 0.5rem;
  max-height: 5rem;
  height: 5rem;
  max-width: 5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-img {
    max-height: 3rem;
    width: auto;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-header:before {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-header:before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 0.75rem;
    width: 0.75rem;
    background-image: url(/assets/hair/pilot_vs_mosh/arrow-down-462db2a970acee46a9295a8d569d6480dcd222dde20a21193df58291f0bbcb29.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: unset;
    border: none;
    display: block;
    background-color: transparent;
    border-radius: unset;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-desc {
  font-family: "MaisonNeue-Demi";
  color: #6b6b6b;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-desc {
    font-size: 0.75rem;
    font-family: "MaisonNeue-Book";
    color: #003d3b;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-header__col {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-header__col {
    margin-bottom: 0;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-text {
  font-size: 0.875rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-text {
    max-height: 0;
    -webkit-transition: max-height ease 300ms;
    transition: max-height ease 300ms;
    overflow: hidden;
  }
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-text.show-text {
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-text {
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step.showing-text .step-header {
    margin-bottom: 1rem;
  }
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step.showing-text .step-header:before {
    background-image: url(/assets/icons/modal-x-0fb779aa60d842879c61782f3463656ded6b14feffb97d818c777facce4ca16b.svg);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect__wrp .expect-step .step-heading {
    font-family: "MaisonNeue-Demi";
    font-size: 1rem;
    margin-top: 0;
  }
}
.hl-treatment #what-to-expect.sex-for-best-results .what-to-expect-footer-subtitle {
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .hl-treatment #what-to-expect.sex-for-best-results .what-to-expect-footer-subtitle {
    font-size: 0.75rem;
  }
}

.sex-plan .async_header {
  padding: 8rem 0 2.5rem;
}

.sex-checkout .addon-item .dosage {
  display: none;
}

.checkout-v2 .thearapy-details-modal .modal-body {
  padding: 1rem;
}
.checkout-v2 .thearapy-details-modal .modal-dialog {
  margin: 1rem;
  -webkit-transform: translate(calc(-50% - 1rem), -50%);
          transform: translate(calc(-50% - 1rem), -50%);
  top: 50%;
  left: 50%;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .thearapy-details-modal .modal-dialog {
    max-width: calc(100% - 2rem);
  }
}
.checkout-v2 .thearapy-details-modal .modal-content {
  border-radius: 1rem !important;
}
.checkout-v2 .thearapy-details-modal-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 768px) {
  .checkout-v2 .thearapy-details-modal-title {
    font-size: 1.5rem;
  }
}
.checkout-v2 .thearapy-details-modal-text {
  margin-bottom: 1rem;
}
.checkout-v2 .thearapy-details-modal-confirm {
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .thearapy-details-modal-confirm {
    width: 100%;
  }
}

body .modal-backdrop {
  background: rgba(0, 61, 59, 0.45);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.checkout-v2 .therapy-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #003d3b;
  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;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  z-index: 97;
}
.checkout-v2 .therapy-confirmation.show-confirmation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.checkout-v2 .therapy-confirmation-doc-img {
  margin-bottom: 1rem;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 768px) {
  .checkout-v2 .therapy-confirmation-doc-img {
    margin-bottom: 1.5rem;
    height: 5rem;
    width: 5rem;
  }
}
.checkout-v2 .therapy-confirmation-content {
  max-width: 100%;
  margin: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-v2 .therapy-confirmation-content {
    max-width: 576px;
  }
}
.checkout-v2 .therapy-confirmation-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .checkout-v2 .therapy-confirmation-title {
    font-size: 2rem;
  }
}
.checkout-v2 .therapy-confirmation-subtitle {
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .therapy-confirmation-subtitle {
    font-size: 0.875rem;
  }
}
.checkout-v2 .therapy-confirmation-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .therapy-confirmation-cta-wrap {
    position: fixed;
    width: calc(100% - 2rem);
    bottom: 0.5rem;
  }
}
.checkout-v2 .therapy-confirmation-cta-wrap .button {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-v2 .therapy-confirmation-cta-wrap .button:first-of-type {
    margin-right: 0.5rem;
  }
  .checkout-v2 .therapy-confirmation-cta-wrap .button:last-of-type {
    margin-left: 0.5rem;
  }
  .checkout-v2 .therapy-confirmation-cta-wrap .button:last-of-type:before {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2 .therapy-confirmation-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-v2 .therapy-confirmation-cta-wrap .button {
    width: 100%;
  }
}

.checkout-v2.sex-checkout .single-addon__body--lg {
  padding-bottom: 1.5rem;
}
.checkout-v2.sex-checkout #custom_frequency {
  display: none;
}
.checkout-v2.sex-checkout .frequency-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3rem;
  background-color: #daeed9;
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2.sex-checkout .frequency-picker {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .checkout-v2.sex-checkout .frequency-picker {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.checkout-v2.sex-checkout .frequency-picker > .frequency-picker-option {
  padding: 0.5rem 1rem;
  opacity: 0.5;
  color: #003d3b;
  font-size: 0.875rem;
  font-family: "MaisonNeue-Demi";
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .checkout-v2.sex-checkout .frequency-picker > .frequency-picker-option {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.checkout-v2.sex-checkout .frequency-picker > .frequency-picker-option.active {
  background-color: #003d3b;
  color: #fff;
  opacity: 1;
  border-radius: 2.5rem;
}
.checkout-v2.sex-checkout .frequency-picker > .frequency-picker-option:hover {
  background-color: #003d3b;
  color: #fff;
  border-radius: 2.5rem;
}
.checkout-v2.sex-checkout .frequency-picker-wrap {
  padding: 0 1rem;
}
.checkout-v2.sex-checkout .frequency-picker-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
}

.portal-verticals-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .portal-verticals-list {
    margin: 0 -0.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.portal-verticals-list-title.heading {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-verticals-list-title.heading {
    font-size: 1.5rem;
  }
}
.portal-verticals-list .portal-single-vertical {
  border-radius: 1rem;
  padding: 1rem;
  background: #fff;
  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-preferred-size: calc(33% - 1.25rem);
      flex-basis: calc(33% - 1.25rem);
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .portal-verticals-list .portal-single-vertical {
    margin: 0.625rem;
  }
}
.portal-verticals-list .portal-single-vertical .button.is-dark {
  background-color: #c54801;
  letter-spacing: -0.01em;
  font-family: "MaisonNeue-Book";
  font-size: 16px;
  padding: 16px 24px;
  line-height: 20px;
  text-transform: inherit;
  height: 95%;
  vertical-align: text-top;
}
.portal-verticals-list .portal-single-vertical .button.is-dark:before {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .portal-verticals-list .portal-single-vertical .button.is-dark {
    font-size: 0.875rem;
    padding: 0.55rem !important;
  }
}
.portal-verticals-list .portal-single-vertical-col {
  text-align: left;
  margin: auto;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .portal-verticals-list .portal-single-vertical-col {
    text-align: center;
  }
}
.portal-verticals-list .portal-single-vertical-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  font-family: "Clearface-Bold";
  font-size: 1.5rem;
}
.portal-verticals-list .portal-single-vertical-header span {
  margin-right: 1rem;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  font-size: 18px;
}
.portal-verticals-list .portal-single-vertical-header img {
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.portal-verticals-list .portal-single-vertical-content {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-verticals-list .portal-single-vertical-content {
    font-size: 0.875rem;
  }
}
.portal-verticals-list .portal-single-vertical-content p {
  color: #003d3b;
}
.portal-verticals-list .portal-single-vertical-desc {
  margin-bottom: 0.5rem;
}
.portal-verticals-list .portal-single-vertical-learn-more {
  text-decoration: none;
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
  color: #003d3b;
}
.portal-verticals-list .portal-single-vertical-footer {
  margin-top: auto;
}
.portal-verticals-list .portal-single-vertical-footer .button {
  margin: 0;
}
.portal-verticals-list .portal-single-vertical-footer .button.disable-link {
  cursor: default;
  pointer-events: none;
}
.portal-verticals-list .portal-single-vertical-footer .button.disable-link:after, .portal-verticals-list .portal-single-vertical-footer .button.disable-link:before {
  display: none;
}

.portal-referral-invite-friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .portal-referral-invite-friend {
    margin-bottom: 3rem;
  }
}
.portal-referral-invite-friend-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .portal-referral-invite-friend-content {
    padding-right: 2rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-invite-friend-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
}
.portal-referral-invite-friend-header .portal-referral-invite-friend-title-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
}
.portal-referral-invite-friend-header img {
  max-width: 3.125rem;
}
.portal-referral-invite-friend-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.portal-referral-invite-friend-image img {
  max-height: 12.5rem;
}
.portal-referral-invite-friend-title.heading {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-invite-friend-title.heading {
    font-size: 2rem;
  }
}
.portal-referral-invite-friend-title.heading.text-orange {
  color: #c54801;
  margin-bottom: 0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-invite-friend-subtitle {
    font-size: 0.875rem;
  }
}

.portal-referral .portal-referral-how {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .portal-referral .portal-referral-how {
    margin-bottom: 3rem;
  }
}
.portal-referral .portal-referral-how-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .portal-referral .portal-referral-how-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral .portal-referral-how-steps {
    font-size: 0.875rem;
  }
}
.portal-referral .portal-referral-how-steps:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .portal-referral .portal-referral-how-steps:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.portal-referral .portal-referral-how-steps-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .portal-referral .portal-referral-how-steps-title {
    font-size: 1.125rem;
  }
}

.portal-referral .portal-referral-your-referrals {
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: #daeed9;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .portal-referral .portal-referral-your-referrals {
    padding: 1rem 1.25rem;
    max-width: 19rem;
    margin-bottom: 3rem;
  }
}
.portal-referral .portal-referral-your-referrals-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .portal-referral .portal-referral-your-referrals-title {
    font-size: 1.125rem;
  }
}
.portal-referral .portal-referral-your-referrals-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portal-referral .portal-referral-your-referrals-stat p {
  margin-bottom: 0;
}
.portal-referral .portal-referral-your-referrals-stat-value {
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
}
.portal-referral .portal-referral-your-referrals-stat-wrap {
  margin-bottom: 1rem;
}
.portal-referral .portal-referral-your-referrals-subtitle {
  font-size: 0.75rem;
}

.portal-referral-share {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .portal-referral-share {
    margin-bottom: 3rem;
  }
}
.portal-referral-share-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .portal-referral-share-header {
    margin-bottom: 0.75rem;
  }
}
.portal-referral-share-header img {
  max-width: 2.5rem;
  height: auto;
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .portal-referral-share-header img {
    max-width: 3.25rem;
  }
}
.portal-referral-share-header-title {
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 768px) {
  .portal-referral-share-header-title {
    font-size: 1.5rem;
  }
}
.portal-referral-share-link-wrap {
  border-radius: 0.5rem;
  background-color: #daeed9;
  padding: 0.75rem;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .portal-referral-share-link-wrap {
    font-size: 1.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.portal-referral-share-link-wrap span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem;
  text-overflow: ellipsis;
}
.portal-referral-share-link-wrap button {
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-share-link-wrap button {
    padding: 0.25rem 0.5rem;
  }
}
.portal-referral-share-link-copied {
  opacity: 0;
  position: absolute;
  right: 0;
  background: #003d3b;
  color: #fff;
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 0.25rem;
  -webkit-transform: translateX(calc(100% + 0.75rem));
          transform: translateX(calc(100% + 0.75rem));
  border: 1px solid #003d3b;
}
.portal-referral-share-link-copied.show {
  opacity: 1;
}
.portal-referral-share-link-copied:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #003d3b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.portal-referral {
  padding-top: 4.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral {
    padding: 4.5rem 1.5rem 1.5rem;
  }
}
.portal-referral.hide-portal-content {
  display: none;
}
.portal-referral .back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
}

.tnc-open .profile_container.nav_links {
  left: 2.5rem;
}

.portal-referral-tnc {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
}
.portal-referral-tnc-wrap {
  display: none;
  padding-top: 4.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-tnc-wrap.container {
    padding: 4.5rem 1.5rem 1.5rem;
  }
}
.portal-referral-tnc-wrap.show-tnc {
  display: block;
}
.portal-referral-tnc-wrap .back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
}
.portal-referral-tnc-title.heading {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .portal-referral-tnc-title.heading {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-tnc-content {
    font-size: 0.875rem;
  }
}
.portal-referral-tnc-back {
  background-image: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
  width: 1.5rem;
  height: 1.5rem;
  left: 1rem;
  top: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  display: none;
  position: absolute;
  cursor: pointer;
}
.portal-referral-tnc-back.show-back {
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .portal-referral-tnc-back {
    top: 1.5rem;
  }
}

.subscription-cycle {
  padding: 1rem 1rem 1.5rem;
  border-bottom: 1px solid #e2e2e2;
}
.subscription-cycle-content {
  max-width: 40rem;
  margin: 0 auto;
}
.subscription-cycle-title {
  margin-bottom: 0.5rem;
  font-family: "MaisonNeue-Demi";
}
.subscription-cycle-subtitle {
  color: #406e6c;
  font-size: 0.875rem;
  margin-bottom: 2rem;
  display: block;
}
.subscription-cycle-progress {
  height: 2px;
  width: 100%;
  background: #e2e2e2;
  margin-bottom: 1.5rem;
  border: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .subscription-cycle-progress {
    height: auto;
    width: 2px;
    margin-bottom: 0;
    margin-right: 2rem;
    margin-left: 0.5rem;
  }
  .subscription-cycle-progress-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.subscription-cycle-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .subscription-cycle-steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.subscription-cycle-step {
  background: #003d3b;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
}
@media (min-width: 0) and (max-width: 767px) {
  .subscription-cycle-step:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.subscription-cycle-step-title {
  margin-bottom: 0;
  font-family: "MaisonNeue-Demi";
  font-size: 0.875rem;
  color: white;
}
.subscription-cycle-step-date {
  font-size: 0.75rem;
  color: #99b1b1;
}
.subscription-cycle-step:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background-image: url(/assets/icons/dark-green-time-71cd77a322e672ccc79f429918eab8d727460a3596cf931f6cff42c8524608ae.svg);
  background-color: white;
  z-index: 1;
  border: 0.5rem solid white;
  background-size: contain;
}
@media (min-width: 0) and (max-width: 767px) {
  .subscription-cycle-step:before {
    top: 50%;
    left: -3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.subscription-cycle-step.done {
  background: #f6f6f6;
}
.subscription-cycle-step.done .subscription-cycle-step-title {
  color: #6b6b6b;
}
.subscription-cycle-step.done .subscription-cycle-step-date {
  color: #6b6b6b;
}
.subscription-cycle-step.done:before {
  background: url(/assets/icons/light-green-tick-69b0d901b938b4deb403e71fe42064d2efb540a9e56d33ffa5579c75061e655a.svg);
}
.subscription-cycle-step:first-of-type:after, .subscription-cycle-step:last-of-type:after {
  content: "";
  position: absolute;
  width: calc(50% - 1rem);
  background-color: #fff;
  left: 0;
  top: -2.5rem;
  height: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .subscription-cycle-step:first-of-type:after, .subscription-cycle-step:last-of-type:after {
    top: 0;
    left: -3rem;
    height: calc(50% - 1rem);
    width: 2rem;
  }
}
.subscription-cycle-step:last-of-type:after {
  left: unset;
  right: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .subscription-cycle-step:last-of-type:after {
    top: unset;
    bottom: 0;
    left: -3rem;
  }
}

.flexible-billing-cancellation-modal .modal-dialog {
  width: clamp(240px, 100%, 24rem);
  margin-left: auto;
  margin-right: auto;
}
.flexible-billing-cancellation-modal .modal-content {
  border-radius: 1rem !important;
}
.flexible-billing-cancellation-modal .modal-body {
  padding: 1rem;
}
.flexible-billing-cancellation-modal .modal-content .modal-body .close {
  padding: 0.375rem;
}
.flexible-billing-cancellation-modal-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "MaisonNeue-Demi";
}
.flexible-billing-cancellation-modal-subtitle {
  margin-bottom: 1.5rem;
  display: block;
}
.flexible-billing-cancellation-modal button.receive-pre-paid-orders {
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.flexible-billing-cancellation-modal button.cancel-all-orders {
  margin: 0 auto;
  border: none;
  background: white;
}

.not-satisfied-with-treatment {
  padding: 1rem;
  border: 2px solid #82c780;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  background-color: #fff;
  margin-bottom: 4rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow ease 100ms;
  transition: -webkit-box-shadow ease 100ms;
  transition: box-shadow ease 100ms;
  transition: box-shadow ease 100ms, -webkit-box-shadow ease 100ms;
}
.not-satisfied-with-treatment:hover {
  -webkit-box-shadow: 0 0.25rem 1.25rem -0.675rem rgba(19, 40, 18, 0.3);
          box-shadow: 0 0.25rem 1.25rem -0.675rem rgba(19, 40, 18, 0.3);
}
@media (min-width: 0) and (max-width: 767px) {
  .not-satisfied-with-treatment {
    margin-bottom: 2.5rem;
  }
}
.not-satisfied-with-treatment-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.not-satisfied-with-treatment img {
  margin-right: 1rem;
}
.not-satisfied-with-treatment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.not-satisfied-with-treatment-content .not-satisfied-with-treatment-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.not-satisfied-with-treatment-content a {
  text-decoration: none;
  color: #6b6b6b;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.not-satisfied-with-treatment-content a:hover {
  text-decoration: underline;
  color: #003d3b;
}
.not-satisfied-with-treatment-content a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(39%) saturate(1832%) hue-rotate(142deg) brightness(93%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(39%) saturate(1832%) hue-rotate(142deg) brightness(93%) contrast(102%);
}
.not-satisfied-with-treatment-content a img {
  margin-left: 0.5rem;
}

.notifications-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .notifications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .notifications-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.notifications-grid a.button,
.notifications-grid input[type=submit] {
  text-transform: inherit;
  letter-spacing: -0.01em;
  font-family: "MaisonNeue-Book";
  font-size: 16px;
  padding: 16px 24px !important;
  border-radius: 8px;
  height: 52px;
  line-height: 20px;
}
.notifications-grid a.button:before,
.notifications-grid input[type=submit]:before {
  background-color: transparent;
}
.notifications-grid-item {
  min-width: 0;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
          box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
  border-radius: 16px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .notifications-grid-item {
    max-width: 20rem;
  }
}
.notifications-grid-item.is-expanded {
  z-index: 202;
}
.notifications-grid-item.is-expanded .close-see-more-modal.button {
  display: block;
}
.notifications-grid-item.is-expanded .notifications-cta.button,
.notifications-grid-item.is-expanded .notifications-contact-mosh {
  display: none;
}
.notifications-grid-item.is-expanded ~ .notifications-grid-item-backdrop {
  opacity: 1;
  z-index: 201;
}
.notifications-grid-item.is-expanded .notifications-desc .notifications-doctor-name {
  font-family: "MaisonNeue-Book";
  cursor: text;
  text-decoration: none;
}
.notifications-grid-item .notifications-grid-item-doctor-name,
.notifications-grid-item .notifications-grid-item-doctor-info {
  display: none;
}
.notifications-grid-item.doctor-info-modal-open .notifications-date,
.notifications-grid-item.doctor-info-modal-open .notifications-title,
.notifications-grid-item.doctor-info-modal-open .notifications-desc {
  display: none;
}
.notifications-grid-item.doctor-info-modal-open .notifications-grid-item-doctor-name,
.notifications-grid-item.doctor-info-modal-open .notifications-grid-item-doctor-info {
  display: block;
}
.notifications-grid-item.doctor-info-modal-open .notifications-img {
  width: 4rem;
  height: 4rem;
}
.notifications-grid-item.doctor-info-modal-open .close-see-more-modal.button {
  display: block;
}
.notifications-grid-item.doctor-info-modal-open .notifications-cta.button {
  display: none;
}
.notifications-grid-item.doctor-info-modal-open ~ .notifications-grid-item-backdrop {
  opacity: 1;
  z-index: 201;
}
.notifications-grid-item-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 61, 59, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.notifications-grid-item .notifications-date {
  font-size: 0.75rem;
  color: #6b6b6b;
}
.notifications-grid-item .notifications-title {
  font-size: 1.125rem;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.notifications-grid-item .notifications-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.notifications-grid-item .notifications-img-square {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  border-radius: 0px;
}
.notifications-grid-item .notifications-desc {
  margin-bottom: 1rem;
  word-break: break-word;
}
@media (min-width: 768px) {
  .notifications-grid-item .notifications-desc {
    margin-bottom: 4rem;
  }
}
.notifications-grid-item .notifications-desc.hidden {
  display: none;
}
.notifications-grid-item .notifications-desc .notifications-doctor-name {
  text-decoration: underline;
  cursor: pointer;
  font-family: "MaisonNeue-Demi";
}
.notifications-grid-item .notifications-desc .notifications-desc-see-more {
  font-family: "MaisonNeue-Demi";
  cursor: pointer;
  text-decoration: underline;
}
.notifications-grid-item .notifications-grid-item-doctor-info {
  margin-bottom: 0.5rem;
}
.notifications-grid-item .notifications-cta {
  margin-top: auto;
}
.notifications-grid-item .close-see-more-modal.button {
  display: none;
}
.notifications-grid-item .notifications-text {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
.notifications-grid-item .notifications-contact-mosh {
  text-align: center;
  padding: 1rem;
  font-family: "MaisonNeue-Demi";
  text-decoration: none;
  margin-top: auto;
}
.notifications-grid-item .notifications-contact-mosh:hover {
  text-decoration: underline;
}

.notifications-wrap-title.heading {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .notifications-wrap-title.heading {
    font-size: 1.5rem;
  }
}

.notifications-up-to-date {
  color: #003d3b;
}

body.notifications {
  padding-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  body.notifications {
    padding-top: calc(72px + 1.5rem);
  }
}

.need-medical-support {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .need-medical-support {
    padding: 1rem 1rem 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .need-medical-support-title.heading {
    font-size: 1.5rem;
  }
}
.need-medical-support-cards {
  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) {
  .need-medical-support-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.need-medical-support-cards .medical-support-card {
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.need-medical-support-cards .medical-support-card:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .need-medical-support-cards .medical-support-card {
    width: clamp(8rem, 100%, 320px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .need-medical-support-cards .medical-support-card:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.need-medical-support-cards .medical-support-card-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: transparent;
}
.need-medical-support-cards .medical-support-card-overlay:hover ~ .medical-support-card-link {
  color: #406e6c;
}
.need-medical-support-cards .medical-support-card-overlay:hover ~ .medical-support-card-link img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(6%) saturate(1966%) hue-rotate(128deg) brightness(95%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(6%) saturate(1966%) hue-rotate(128deg) brightness(95%) contrast(96%);
}
.need-medical-support-cards .medical-support-card > img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .need-medical-support-cards .medical-support-card > img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.need-medical-support-cards .medical-support-card-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.5rem;
}
.need-medical-support-cards .medical-support-card-link {
  color: #6b6b6b;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: color ease 100ms;
  transition: color ease 100ms;
}
@media (min-width: 0) and (max-width: 767px) {
  .need-medical-support-cards .medical-support-card-link {
    font-size: 0.875rem;
  }
}
.need-medical-support-cards .medical-support-card-link span {
  margin-right: 0.5rem;
}
.need-medical-support-cards .medical-support-card-link img {
  max-width: 1rem;
  height: auto;
}

.communications {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #daeed9;
}
.communications #panel_portal_login {
  display: none;
}
.communications .portal_logo {
  left: 0 !important;
  right: 0 !important;
}
.communications html,
.communications .loading_overlay {
  background-color: #daeed9;
}
.communications .nav {
  background: #daeed9;
}
.communications .hamburger_container,
.communications .notifications_container,
.communications .account_container {
  display: none !important;
}

.communication-preferences {
  padding: 2.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.communication-preferences p,
.communication-preferences label,
.communication-preferences button,
.communication-preferences .back-btn {
  letter-spacing: -0.01em;
}
.communication-preferences .update-preferences,
.communication-preferences .back-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: unset;
  padding: 1rem 1.5rem !important;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  color: #f9f9f3;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .communication-preferences .update-preferences,
  .communication-preferences .back-btn {
    width: 100%;
  }
}
.communication-preferences .email-field-wrapper {
  padding: 1rem;
  background: #f6f6f6;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.communication-preferences .email-field-wrapper p {
  font-family: "MaisonNeue-Demi";
  font-weight: 600;
  font-size: 1rem;
}
.communication-preferences .email-field-wrapper input[type=text] {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 8px !important;
}
.communication-preferences .communication-preferences-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  width: 457px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
          box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
  border-radius: 16px;
}
@media (min-width: 0) and (max-width: 767px) {
  .communication-preferences .communication-preferences-wrapper {
    width: 100%;
  }
}
.communication-preferences .communication-preferences-wrapper h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.communication-preferences .communication-preferences-wrapper label {
  font-size: 1rem;
}
.communication-preferences .communication-preferences-wrapper label,
.communication-preferences .communication-preferences-wrapper input[type=radio],
.communication-preferences .communication-preferences-wrapper input[type=checkbox] {
  cursor: pointer;
}
.communication-preferences .communication-preferences-wrapper input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px;
  background-clip: content-box;
  border: 1px solid #bbbbbb;
  background-color: transparent;
  border-radius: 50%;
  margin-top: -5px;
}
.communication-preferences .communication-preferences-wrapper input[type=radio]:checked {
  background-color: #39ce8f;
}
.communication-preferences .communication-preferences-wrapper input[type=checkbox] {
  background-color: #003d3b;
  accent-color: #003d3b;
  width: 20px;
  height: 20px;
  position: relative;
}
.communication-preferences .communication-preferences-wrapper input[type=checkbox]:indeterminate::before {
  content: " ━ ";
  background: #003d3b;
  color: white;
  top: 0;
  left: 0;
  position: absolute;
  height: inherit;
  width: inherit;
  background-clip: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}
.communication-preferences .communication-preferences-wrapper input[type=checkbox]:checked {
  background-color: #003d3b;
  accent-color: #003d3b;
  border-color: #cbcbcb;
}
.communication-preferences .communication-preferences-wrapper .communication-pref-note {
  font-size: 0.75rem;
  color: #6b6b6b;
}
.communication-preferences .communication-preferences-wrapper .communication-desc {
  color: #406e6c;
}
.communication-preferences .communication-preferences-wrapper .comm-pref-btm {
  border-top: 1px solid #e2e2e2;
  margin-top: 1rem;
}
.communication-preferences .communication-preferences-wrapper .subscribe-push,
.communication-preferences .communication-preferences-wrapper .subscribe-email,
.communication-preferences .communication-preferences-wrapper .subscribe-sms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.communication-preferences .communication-preferences-wrapper .subscribe-push input[type=checkbox],
.communication-preferences .communication-preferences-wrapper .subscribe-email input[type=checkbox],
.communication-preferences .communication-preferences-wrapper .subscribe-sms input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: -5px;
}
.communication-preferences .communication-preferences-wrapper .manage-individual {
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.communication-preferences .communication-preferences-wrapper .push-subscription-items,
.communication-preferences .communication-preferences-wrapper .sms-subscription-items,
.communication-preferences .communication-preferences-wrapper .email-subscription-items {
  margin-left: 2rem;
}
.communication-preferences .communication-preferences-wrapper .push-subscription-items label,
.communication-preferences .communication-preferences-wrapper .sms-subscription-items label,
.communication-preferences .communication-preferences-wrapper .email-subscription-items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.communication-preferences .communication-preferences-wrapper .push-subscription-items input[type=checkbox],
.communication-preferences .communication-preferences-wrapper .sms-subscription-items input[type=checkbox],
.communication-preferences .communication-preferences-wrapper .email-subscription-items input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: -5px;
}
.communication-preferences .thank-you-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
          box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
  border-radius: 16px;
  width: 288px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin: 40% 0 45% 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .communication-preferences .thank-you-wrapper {
    width: 100%;
    margin: 30% 0 25% 0;
  }
}
.communication-preferences .thank-you-wrapper .thank-you-header {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
}
.communication-preferences .thank-you-wrapper img {
  width: 50%;
}
.communication-preferences .font-weight-semibold {
  font-weight: 600;
}

.custom-notification-wrapper {
  background: #003d3b;
  padding: 1rem;
  padding: 24px 16px;
  border: 1px solid #406e6c;
  -webkit-box-shadow: 0px 25px 40px -15px rgba(19, 40, 18, 0.15);
          box-shadow: 0px 25px 40px -15px rgba(19, 40, 18, 0.15);
  border-radius: 0.5rem;
}
.custom-notification-wrapper h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: white;
}
.custom-notification-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #f6f6f6;
  margin-top: 1rem;
}
.custom-notification-wrapper .content-box {
  padding-right: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .custom-notification-wrapper .content-box h4 {
    padding-right: 0;
  }
  .custom-notification-wrapper .content-box h4 span {
    display: none;
  }
}
.custom-notification-wrapper .section-content-box {
  padding-right: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .custom-notification-wrapper .section-content-box {
    padding-right: 0;
  }
}
.custom-notification-wrapper .section-content-box span {
  font-family: "MaisonNeue-Demi";
  font-weight: 600;
  font-size: 1rem;
}
.custom-notification-wrapper .transparent-button {
  background-color: transparent;
}
.custom-notification-wrapper .non-clickable {
  pointer-events: none;
}
.custom-notification-wrapper .heading-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .custom-notification-wrapper .heading-with-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.custom-notification-wrapper .heading-with-icon h4 {
  margin-right: 2rem;
}
.custom-notification-wrapper .heading-with-icon img {
  margin-top: -2px;
}
@media (min-width: 0) and (max-width: 767px) {
  .custom-notification-wrapper .heading-with-icon img {
    margin-top: 0;
  }
}
.custom-notification-wrapper .shortage-desc span {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.custom-notification-wrapper .eligibility-btn,
.custom-notification-wrapper .note-btn {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #f9f9f3;
}
.custom-notification-wrapper .eligibility-btn {
  text-transform: unset !important;
}
.custom-notification-wrapper .note-btn {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f9f9f3;
}

#medical-team-letter {
  padding-bottom: calc(72px + 0.5rem);
}
@media (max-width: 599px) {
  #medical-team-letter {
    padding-bottom: calc(82px + 1rem);
  }
}
#medical-team-letter .medical-letter-wrapper {
  padding: 1.5rem;
}
#medical-team-letter .medical-letter-wrapper h2 {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: -0.01em;
}
@media (max-width: 599px) {
  #medical-team-letter .medical-letter-wrapper h2 {
    font-size: 1.125rem;
  }
  #medical-team-letter .medical-letter-wrapper h2 span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #medical-team-letter .medical-letter-wrapper h2 {
    max-width: 44rem;
  }
}
#medical-team-letter .medical-letter-wrapper h3 {
  font-family: "MaisonNeue-Book";
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 2.5rem;
}
@media (max-width: 599px) {
  #medical-team-letter .medical-letter-wrapper h3 {
    margin-top: 2rem;
  }
}
#medical-team-letter .medical-letter-wrapper h3,
#medical-team-letter .medical-letter-wrapper #next-to-btns, #medical-team-letter .medical-letter-wrapper .next-to-btns {
  margin-top: 2rem;
}
#medical-team-letter .medical-letter-wrapper .button {
  text-transform: unset !important;
  font-family: "MaisonNeue-Book";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #f9f9f3;
}
#medical-team-letter .medical-letter-wrapper .medical-team-link {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
#medical-team-letter .medical-letter-wrapper .medical-team-link::after {
  content: "";
  width: 100%;
  background: #003d3b;
  height: 2px;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#medical-team-letter .medical-letter-wrapper .apology-text {
  margin-top: 2rem;
}
@media (max-width: 599px) {
  #medical-team-letter .medical-letter-wrapper .apology-text {
    margin-top: 2rem;
  }
}
@media (max-width: 599px) {
  #medical-team-letter .medical-letter-wrapper ul {
    padding-left: 1.5rem;
  }
  #medical-team-letter .medical-letter-wrapper ul li {
    font-size: 0.875rem;
  }
}
#medical-team-letter .medical-letter-wrapper .new-program-wrapper {
  background: #daeed9;
  padding: 1rem;
  border-radius: 0.5rem;
}
#medical-team-letter .medical-letter-wrapper .new-program-wrapper span {
  font-weight: 600;
}
@media (max-width: 599px) {
  #medical-team-letter .sticky {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  #medical-team-letter .btn-container {
    padding: 12px 16px;
    width: 100%;
    background: white;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: 0px 25px 40px -15px rgba(19, 40, 18, 0.15);
            box-shadow: 0px 25px 40px -15px rgba(19, 40, 18, 0.15);
  }
  #medical-team-letter .btn-container #next-to-btns {
    margin-top: 0;
  }
}

.legibility-check-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .legibility-check-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.legibility-check-wrapper .left-content-box {
  padding: 1.5rem;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .legibility-check-wrapper .left-content-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.legibility-check-wrapper .right-content-box {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .legibility-check-wrapper .right-content-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.legibility-check-wrapper .right-content-box .desktop-img {
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10%;
     object-position: 10%;
}
@media only screen and (max-width: 1024px) {
  .legibility-check-wrapper .right-content-box .desktop-img {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .legibility-check-wrapper .right-content-box .mobile-img-container {
    display: none;
  }
}
.legibility-check-wrapper .right-content-box .mobile-img-container img {
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10%;
     object-position: 10%;
}
.legibility-check-wrapper h2 {
  margin-top: 1.5rem;
  font-family: "Clearface-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
}
@media (min-width: 0) and (max-width: 767px) {
  .legibility-check-wrapper h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.legibility-check-wrapper .separator {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
  width: 21.5rem;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  .legibility-check-wrapper .separator {
    width: 100%;
  }
}
.legibility-check-wrapper .eligibility-check {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.legibility-check-wrapper .eligibility-desc {
  color: #406e6c;
}
@media (min-width: 0) and (max-width: 767px) {
  .legibility-check-wrapper .eligibility-desc {
    width: 100%;
  }
}
.legibility-check-wrapper .eligibility-desc span {
  font-weight: 600;
}
.legibility-check-wrapper .get-notified-heading {
  font-family: "MaisonNeue-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin: 1rem 0;
  color: #406e6c;
}
.legibility-check-wrapper .btn-with-img-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;
  padding: 0.5rem 1rem;
  width: 21.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 599px) {
  .legibility-check-wrapper .btn-with-img-container {
    width: 100%;
  }
}
.legibility-check-wrapper .btn-with-img-container a {
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.legibility-check-wrapper .btn-with-img-container span {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-left: 0.5rem;
}
.legibility-check-wrapper .btn-with-img-container img {
  width: 3.5rem;
}
.legibility-check-wrapper .btn-with-img-container:hover {
  -webkit-box-shadow: 0 0.25rem 1.25rem -0.675rem rgba(19, 40, 18, 0.3);
          box-shadow: 0 0.25rem 1.25rem -0.675rem rgba(19, 40, 18, 0.3);
}

.note {
  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;
  padding: 0.5rem 1rem;
  width: 21.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  position: relative;
  background-color: #daeed9;
}
@media (max-width: 599px) {
  .note {
    width: 100%;
  }
}

#btn-page {
  padding-bottom: calc(72px + 0.5rem);
}
#btn-page .back-btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
#btn-page .back-btn-wrapper a {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #003d3b;
}
#btn-page .back-btn-wrapper img {
  width: 0.5rem;
  margin-top: 4px;
}

.legibility-check-wrapper,
.medical-letter-wrapper {
  background: white;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
          box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
  border-radius: 1rem;
}
@media (max-width: 599px) {
  .legibility-check-wrapper p,
  .medical-letter-wrapper p {
    font-size: 0.875rem;
  }
}

.addons .free_addon .portal_addon_name {
  margin-bottom: 0.5rem;
}
.addons .free_addon .price-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addons .free_addon .price-free span:first-child {
  display: inline-block;
  text-decoration: line-through;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #6b6b6b;
  margin-right: 0.5rem;
}
.addons .free_addon .price-free span:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #406e6c;
}
.addons .free_addon .addon_info {
  margin-top: 0.5rem;
}
.addons .free_addon .btn {
  padding: 16px 24px;
  width: 170px !important;
  height: 53px;
  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: 0) and (max-width: 767px) {
  .addons .free_addon .portal_addon_image {
    margin-top: 2.5rem;
  }
}
.addons #portal_addon_link_free {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #406e6c;
  background: #f9f9f3;
  border: 1px solid #99b1b1;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
          box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
  border-radius: 8px;
}
.addons #portal_addon_link_free h5 {
  padding-bottom: 0;
}
.addons #portal_addon_link_free.active {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #003d3b;
  padding: 8px 16px;
  background: #daeed9;
  border: 1px solid #99b1b1;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
          box-shadow: 0px 5px 20px -10px rgba(19, 40, 18, 0.1);
  border-radius: 8px;
}
.addons #portal_addon_link_free.active h5 {
  color: #003d3b;
  border: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .addons #portal_addon_link_free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem;
  }
}
.addons .portal_addon_free_container .free_addon_description {
  margin: 1.5rem 0;
}
.addons .portal_addon_free_container .free_addon_description p {
  background: #daeed9;
  border-radius: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  padding: 1rem;
}
.addons .portal_addon_free_container .free_addon_description p span {
  font-weight: 600;
}
@media (min-width: 0) and (max-width: 767px) {
  .addons #portal_addon_container {
    margin-top: calc(0.5rem + 100px);
  }
}
.addons #create_addon {
  color: #406e6c;
}
.addons #free_addon_modal .modal-dialog {
  margin-top: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addons #free_addon_modal .modal-content {
  max-width: 350px;
}
.addons #free_addon_modal .modal-content .modal-body {
  padding: 1.5rem;
}
.addons #free_addon_modal #confirm-purchase {
  width: 100%;
}

.deactivate-info {
  margin: 2rem 0 0 0;
}

.pre-quiz-referral .pre-quiz-referral-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 2.5rem;
}
@media (min-width: 768px) {
  .pre-quiz-referral .pre-quiz-referral-header {
    padding: 1rem 0 2.5rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .pre-quiz-referral .pre-quiz-referral-header-content {
    padding-right: 6rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-header-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.875rem;
  }
  .pre-quiz-referral .pre-quiz-referral-header-title-wrap .heading {
    padding-right: 2rem;
  }
  .pre-quiz-referral .pre-quiz-referral-header-title-wrap img {
    max-width: 3.125rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-title.heading {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pre-quiz-referral .pre-quiz-referral-header-title.heading {
    font-size: 3rem;
    margin-bottom: 1.75rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-subtitle {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pre-quiz-referral .pre-quiz-referral-header-subtitle {
    font-size: 1.5rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.pre-quiz-referral .pre-quiz-referral-header-text a:hover {
  color: #82c780;
}
@media (min-width: 768px) {
  .pre-quiz-referral .pre-quiz-referral-header-text {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .pre-quiz-referral .pre-quiz-referral-header-text a {
    font-size: 1.125rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-code {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  background-color: #daeed9;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre-quiz-referral .pre-quiz-referral-header-code img {
  max-height: 2.5rem;
}
@media (min-width: 768px) {
  .pre-quiz-referral .pre-quiz-referral-header-code {
    font-size: 1.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-code-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
}
.pre-quiz-referral .pre-quiz-referral-header-code .referral-code-title {
  color: #6b6b6b;
  margin-bottom: 0;
}
.pre-quiz-referral .pre-quiz-referral-header-code .referral-code-value {
  color: #003d3b;
  margin-bottom: 0;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-header-code .referral-code-value {
    font-size: 1rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-header-image img {
  max-width: 7.5rem;
}

.pre-quiz-referral {
  background-color: #f9f9f2;
  padding: 1rem 0 3rem;
}
@media (min-width: 768px) {
  .pre-quiz-referral {
    padding: 3rem 0 6rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pre-quiz-referral .container {
    max-width: 100%;
  }
}

.pre-quiz-referral .pre-quiz-referral-offers-title {
  font-size: 1.5rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-offers-title {
    padding: 0 1rem;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-offers .verticals-mini-card-wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-offers .verticals-mini-card-wrap {
    margin-bottom: 0.5rem;
    padding: 0 1rem 1rem;
  }
}

.verticals-mini-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25rem;
  max-width: 100%;
  overflow: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .verticals-mini-card-wrap {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .verticals-mini-card-wrap {
    margin: 0 -0.5rem;
  }
}
.verticals-mini-card-wrap .verticals-mini-card {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "MaisonNeue-Demi";
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  margin: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color ease 300ms;
  transition: border-color ease 300ms;
  border: 2px solid transparent;
  position: relative;
  min-width: 8.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .verticals-mini-card-wrap .verticals-mini-card {
    font-size: 0.875rem;
    margin: 0.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.verticals-mini-card-wrap .verticals-mini-card img {
  margin-bottom: 0.5rem;
  max-height: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .verticals-mini-card-wrap .verticals-mini-card img {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.verticals-mini-card-wrap .verticals-mini-card a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.verticals-mini-card-wrap .verticals-mini-card:hover {
  border-color: #82c780;
}

@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-otc-range {
    padding: 0 1rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-otc-range-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 0.25rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-otc-range-title {
    font-size: 0.875rem;
  }
}
.pre-quiz-referral .pre-quiz-referral-otc-range-title:hover {
  color: #82c780;
}
.pre-quiz-referral .pre-quiz-referral-otc-range-subtitle {
  font-size: 0.875rem;
  color: #6b6b6b;
}
@media (min-width: 0) and (max-width: 767px) {
  .pre-quiz-referral .pre-quiz-referral-otc-range-subtitle {
    font-size: 0.75rem;
  }
}

.referral-terms-and-conditions {
  background-color: #f9f9f2;
  padding: 1rem;
}
@media (min-width: 768px) {
  .referral-terms-and-conditions {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .referral-terms-and-conditions {
    padding: 6rem 1rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .referral-terms-and-conditions .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .referral-terms-and-conditions .container {
    max-width: 100%;
  }
}
.referral-terms-and-conditions .referral-terms-and-conditions-content {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
}
@media (min-width: 992px) {
  .referral-terms-and-conditions .referral-terms-and-conditions-content {
    padding: 1rem 1.25rem;
  }
}

.discount_code_link.credit-applied a {
  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;
  padding-right: 0;
}
.discount_code_link.credit-applied a:after {
  display: none !important;
}
.discount_code_link.credit-applied a:before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  background-image: url(/assets/icons/tick-grey-0e0ade5879a6628b9a7a4dcc0b9b03b435b83317a2d2d61703671851dcf661f5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: -1px;
}
.discount_code_link.credit-applied a h5 {
  margin-bottom: 0;
}

.pricing-breakdown .referral img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.pricing-breakdown .referral .referral-friend-code {
  font-family: "MaisonNeue-Book";
}

.discount_row.referral img {
  margin-right: 0.5rem;
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(12%) saturate(1175%) hue-rotate(70deg) brightness(97%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(73%) sepia(12%) saturate(1175%) hue-rotate(70deg) brightness(97%) contrast(91%);
}

.quiz-referral-applied {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #daeed9;
  color: #003d3b;
  z-index: 99;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
}
.quiz-referral-applied.show-banner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 0) and (max-width: 767px) {
  .quiz-referral-applied {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }
}
.quiz-referral-applied span {
  color: #003d3b;
}
.quiz-referral-applied-coupon {
  font-family: "MaisonNeue-Demi";
}
.quiz-referral-applied-coupon img {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -1px;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(5899%) hue-rotate(138deg) brightness(95%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(5899%) hue-rotate(138deg) brightness(95%) contrast(103%);
  margin: 0 0.25rem 0 0.75rem;
}

.booking .mhtp_section_wrap {
  padding-bottom: 10rem;
  padding-top: 6rem;
}
.booking .mhtp_section_wrap-title.heading {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .mhtp_section_wrap-title.heading {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.booking .mhtp_section_wrap .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.booking .mhcp-cta-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .mhcp-cta-buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.booking .mhcp-cta-buttons-wrap input {
  display: none;
}
.booking .mhcp-cta-buttons-wrap label {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.booking .mhcp-cta-buttons-wrap .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .mhcp-cta-buttons-wrap .button {
    width: 100%;
  }
}

button.what-is-mhcp-modal-trigger {
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #003d3b;
  padding: 0.625rem 1rem;
  border-radius: 1.75rem;
  color: #003d3b;
  font-family: "MaisonNeue-Demi";
  cursor: pointer;
  background-color: #f9f9f2;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 767px) {
  button.what-is-mhcp-modal-trigger {
    font-size: 0.875rem;
  }
  .mental_q165b button.what-is-mhcp-modal-trigger {
    position: absolute;
    bottom: 3rem;
  }
  #without_mhtp_faqs button.what-is-mhcp-modal-trigger {
    position: absolute;
    bottom: 6rem;
  }
}
@media (min-width: 768px) {
  button.what-is-mhcp-modal-trigger {
    padding: 1rem;
    bottom: 4rem;
    right: 4rem;
  }
}
button.what-is-mhcp-modal-trigger img {
  margin-left: 1rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.what-is-mhcp-modal {
  position: fixed;
  padding: 1.5rem;
  width: 32rem;
  background-color: #f9f9f2;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .what-is-mhcp-modal {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .what-is-mhcp-modal {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    border: 2px solid #003d3b;
    border-radius: 1rem;
    opacity: 0;
    -webkit-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
    z-index: -99;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}
.what-is-mhcp-modal.is-open {
  display: block;
  opacity: 1;
  z-index: 101;
}
@media (min-width: 0) and (max-width: 767px) {
  .what-is-mhcp-modal.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .what-is-mhcp-modal.is-open + .what-is-mhcp-modal-backdrop {
    opacity: 1;
    z-index: 100;
  }
}
.what-is-mhcp-modal-title {
  font-family: "MaisonNeue-Demi";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
}
.what-is-mhcp-modal-subtitle {
  margin-bottom: 1.5rem;
}
.what-is-mhcp-modal-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
}
.what-is-mhcp-modal-backdrop {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 59, 0.4);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  z-index: -10;
}
.what-is-mhcp-modal .faq-header {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .what-is-mhcp-modal .faq-header {
    margin-bottom: 2rem;
  }
}
.what-is-mhcp-modal .faq-question {
  border-bottom: 1px solid #cbcbcb;
  padding-left: 0;
}
.what-is-mhcp-modal .faq-question:hover {
  border-bottom-color: #003d3b;
}
.what-is-mhcp-modal .mosh-faq .faq-question:after {
  right: 0;
}
.what-is-mhcp-modal .mosh-faq .faq-answer {
  padding: 0;
}
.what-is-mhcp-modal .faq-img-wrap {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .what-is-mhcp-modal .faq-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .what-is-mhcp-modal .faq-img-wrap {
    margin-top: 2rem;
  }
}
.what-is-mhcp-modal .mosh-faq .faq-answer > .content {
  padding-top: 1rem;
}
.what-is-mhcp-modal .mosh-faq .faq-question[aria-expanded=true]:not(.no-sticky).sticky {
  background-color: #f9f9f2;
}

.booking .file_upload.button {
  background-color: #c54801;
  border-color: #c54801;
  color: #fff;
  font-family: "MaisonNeue-Demi";
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  padding: 1rem 1.5rem;
}
.booking .file_upload.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003d3b;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.booking .file_upload.button:hover:before {
  -webkit-transform: translate3d(0.5rem, 0.5rem, -1px);
          transform: translate3d(0.5rem, 0.5rem, -1px);
}
.booking .file_upload.button:after {
  background-image: none;
  content: url(/assets/icons/upload-dark-4e022052bbdbb382de42ec6ee9824ffe33c708edfae01d6cda1f7426ce74cf53.svg);
  margin-left: 0.5rem;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(257deg) brightness(107%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(257deg) brightness(107%) contrast(101%);
}
.booking .mhcp-upload-later-button {
  display: block;
  width: 100%;
}
.booking .mhcp-upload-later-button.hidden {
  display: none !important;
}
.booking .file_upload_active {
  margin-bottom: 3rem;
}
.booking #mhtp_upload_btn.disabled {
  display: none !important;
}

.book-mhcp-consult .mhtp_section_wrap-title.heading {
  margin-bottom: 1rem;
}
.book-mhcp-consult-info {
  padding: 1rem 1.5rem;
  background: #daeed9;
  border-radius: 1rem;
  display: inline-block;
  margin: 0 auto 1.5rem;
}
.book-mhcp-consult-info p {
  margin-bottom: 0;
  text-align: left;
}
.quiz_item_question .book-mhcp-consult-info p {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-consult-info {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
  .book-mhcp-consult-info p {
    margin-bottom: 0;
  }
}
.book-mhcp-consult-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-mhcp-consult-info-doc-ok {
  height: 2.5rem;
  width: auto;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .book-mhcp-consult-info-doc-ok {
    height: 4rem;
  }
}
.book-mhcp-consult-info-subtitle {
  text-align: center;
  margin-bottom: 3rem;
}
.quiz_item_body .book-mhcp-consult-info-subtitle {
  margin-bottom: 0;
}
.quiz_item_body .book-mhcp-consult-info-subtitle p {
  margin-bottom: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-consult-info-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .book-mhcp-consult-info-subtitle img {
    margin-right: 1rem;
  }
}
.book-mhcp-consult .book-mhcp-consult-info-save {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .book-mhcp-consult .book-mhcp-consult-info-save {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.book-mhcp-consult .mhcp-cta-buttons-wrap {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .book-mhcp-consult .mhcp-cta-buttons-wrap {
    margin-bottom: 0.5rem;
  }
}
.book-mhcp-consult-disclaimer {
  color: #6b6b6b;
  font-size: 0.75rem;
}
.quiz_item_body .book-mhcp-consult-disclaimer {
  margin-top: 1.5rem;
  max-width: min(21rem, 100%);
}

.choose-own-therapist-modal {
  position: fixed;
  padding: 1.5rem;
  width: 32rem;
  background-color: #f9f9f2;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .choose-own-therapist-modal {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .choose-own-therapist-modal {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    border: 2px solid #003d3b;
    border-radius: 1rem;
    opacity: 0;
    -webkit-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
    z-index: -99;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}
.choose-own-therapist-modal.is-open {
  display: block;
  opacity: 1;
  z-index: 101;
}
@media (min-width: 0) and (max-width: 767px) {
  .choose-own-therapist-modal.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .choose-own-therapist-modal.is-open + .choose-own-therapist-modal-backdrop {
    opacity: 1;
    z-index: 100;
  }
}
.choose-own-therapist-modal-title {
  font-family: "MaisonNeue-Demi";
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.choose-own-therapist-modal-content {
  margin-bottom: 1rem;
}
.choose-own-therapist-modal-mosh-cta {
  width: 100%;
  margin: 0 0 0.75rem;
}
.choose-own-therapist-modal-own-cta {
  width: 100%;
  margin: 0;
}
.choose-own-therapist-modal-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
}
.choose-own-therapist-modal-backdrop {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 59, 0.4);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  z-index: -10;
}

.book-mhcp-select-doctor {
  padding-top: 72px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.book-mhcp-select-doctor-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.book-mhcp-select-doctor-wrap .row {
  min-height: 100%;
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-cant-find-time {
    text-align: center;
  }
}
.book-mhcp-select-doctor-cant-find-time p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.book-mhcp-select-doctor-cant-find-time .doc-more-options {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-cant-find-time .doc-more-options {
    display: block;
  }
}
.book-mhcp-select-doctor-back {
  position: fixed;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-back {
    left: 0;
    top: 0;
    z-index: 100;
  }
  .book-mhcp-select-doctor-back img, .book-mhcp-select-doctor-back span {
    display: none;
  }
  .book-mhcp-select-doctor-back a {
    content: "";
    background: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
    height: 4.5rem;
    width: 4.5rem;
    background-repeat: no-repeat;
    text-indent: 300vh;
    margin-left: 0.25rem;
    top: 0;
    background-size: 0.875rem;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-back {
    left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .book-mhcp-select-doctor-back {
    left: 2.5rem;
  }
}
.book-mhcp-select-doctor-back img {
  max-height: 1rem;
}
.book-mhcp-select-doctor-back:hover {
  color: #82c780;
}
.book-mhcp-select-doctor-back:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(55%) saturate(304%) hue-rotate(67deg) brightness(88%) contrast(83%);
          filter: brightness(0) saturate(100%) invert(76%) sepia(55%) saturate(304%) hue-rotate(67deg) brightness(88%) contrast(83%);
}
.book-mhcp-select-doctor-back img {
  margin-right: 0.75rem;
}
.book-mhcp-select-doctor-header {
  background-color: #fff;
  text-align: center;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-header {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #cbcbcb;
  }
}
.book-mhcp-select-doctor-header-title.heading {
  margin: 0;
  font-family: "MaisonNeue-Demi";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-header-title.heading {
    font-size: 1.5rem;
  }
}
.book-mhcp-select-doctor-date-col {
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  .book-mhcp-select-doctor-date-col {
    padding: 2rem;
  }
}
.book-mhcp-select-doctor-date-col #dod-no-bookings {
  display: none !important;
}
.book-mhcp-select-doctor-date-col #select_a_doctor_container {
  margin: 0 0 1rem;
}
.book-mhcp-select-doctor-date-col #time-form {
  margin-top: 0;
}
.book-mhcp-select-doctor-date-col #select_a_doctor {
  border-radius: 1rem;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f9f9f2;
  cursor: pointer;
  box-shadow: none;
  max-width: 100%;
}
.book-mhcp-select-doctor-date-col #select_a_doctor label {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.book-mhcp-select-doctor-date-col #select_a_doctor #select_a_doctor_default label {
  border-radius: 1rem;
  background-color: #f6f6f6;
  height: auto;
}
.book-mhcp-select-doctor-date-col #select_a_doctor #select_a_doctor_default label:after {
  display: none;
}
.book-mhcp-select-doctor-date-col #select_a_doctor .select_a_doctor_image {
  background-image: url(/assets/hair/doc-ok-f16a6dcc1d1b92d527dad9706283a623909100bd12dff8ad166f698f4667dade.svg);
  margin-right: 1rem;
}
.book-mhcp-select-doctor-date-col .dod_widget {
  max-width: 24rem;
  margin: 0 auto;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker {
  border-radius: 12px;
  overflow: hidden;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker-title {
  margin-bottom: 0.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker-title {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker-title {
    font-family: "MaisonNeue-Demi";
  }
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker #datepicker {
  padding: 0;
  border: none;
  margin-top: 0;
  margin-bottom: 1rem;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-year {
  display: none;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-month {
  padding: 0.5rem;
  border-radius: 1rem;
  background: #f6f6f6;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar thead {
    padding: 1rem 1rem 0.5rem;
  }
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody {
    padding: 0.5rem 1rem 1rem;
  }
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0.5rem 0;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr:first-of-type {
  padding-top: 0;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr:last-of-type {
  padding-bottom: 0;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td {
  border: 2px solid #82c780;
  border-radius: 50%;
  padding: 0.35rem 0.75rem;
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  width: 2rem;
  -webkit-transition: background-color ease 100ms;
  transition: background-color ease 100ms;
  background-color: transparent;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td:first-of-type {
  margin-left: 0;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td span, .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td a {
  font-size: 0.875rem;
  line-height: 1;
  color: #82c780;
  width: auto;
  display: inline-block;
  max-height: 100%;
  position: relative;
  top: 2px;
  font-family: "MaisonNeue-Demi";
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  border: none;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span, .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled a {
  color: #cbcbcb;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) {
  background-color: #82c780;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) span, .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled) a {
  color: #000;
  background-color: #82c780;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar td a, .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar td {
  background: #f6f6f6;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header {
  padding: 0 1rem 1rem;
  position: relative;
  background-color: #fff;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-prev, .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-next {
  top: 0.5rem;
  background-size: 1.5rem 0.875rem;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background-image: url(/assets/icons/arrow-left-green-7cfc0ef3d0506991d1c15c126f3ae88e2a0fedaffed28e89495573a7d7cc5509.svg);
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled {
  background-image: url(/assets/icons/arrow-left-cal-38c9770c322f6d7174a7594f1c54ab8c3789bd1ebc850e6cc49cbf5bac84407f.svg);
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    left: 4rem;
  }
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background-image: url(/assets/icons/arrow-right-cal-9ffa262fcffe77f2cbe2c104aaa0cd605e260402ecab9b3da9f3129533768a08.svg);
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-header a.ui-datepicker-next {
    right: 4rem;
  }
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-title {
  padding: 0.5rem;
  text-align: center;
}
.book-mhcp-select-doctor-date-col .book-mhcp-select-doctor-datepicker .ui-datepicker-calendar td {
  height: unset;
}
.book-mhcp-select-doctor-date-col #dod-no-bookings {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-date-col .btnTimeForm2.book-mhcp-select-doctor-time-submit-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.75rem;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem 1rem 0 0;
  }
  .book-mhcp-select-doctor-date-col .btnTimeForm2.book-mhcp-select-doctor-time-submit-wrap input {
    width: 100%;
    margin: 0;
  }
}
.book-mhcp-select-doctor-time-col {
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-time-col {
    padding: 2rem 1.5rem 0 0;
  }
}
.book-mhcp-select-doctor-time-col #time-form {
  margin-top: 0;
}
.book-mhcp-select-doctor-time-col.no-date-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f2;
}
.book-mhcp-select-doctor-time-col.no-date-selected .default-img {
  max-height: 10rem;
}
.book-mhcp-select-doctor-time-col.no-date-selected .default-subtitle {
  text-align: center;
  font-size: 1.5rem;
  color: #6b6b6b;
}
.book-mhcp-select-doctor-time-col.no-date-selected .no-date-selected-content {
  display: block;
}
.book-mhcp-select-doctor-time-col .no-date-selected-content {
  display: none;
}
.book-mhcp-select-doctor-time-col .btnTimeForm2.book-mhcp-select-doctor-time-submit-wrap {
  position: relative;
  left: unset;
  right: unset;
  margin: 0;
  bottom: unset;
}
.book-mhcp-select-doctor-time-col .btnTimeForm2.book-mhcp-select-doctor-time-submit-wrap input {
  color: #fff !important;
}
.book-mhcp-select-doctor-time-col #dod-no-bookings {
  display: none;
}
.book-mhcp-select-doctor-timezone {
  padding: 0.5rem 1rem;
  background-color: #f9f9f2;
  border-radius: 1rem;
  margin-bottom: 0.25rem;
  display: block;
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor-timezone {
    margin-bottom: 0.75rem;
    padding: 1rem 4rem 1rem 1rem;
    display: inline-block;
  }
}
.book-mhcp-select-doctor-timezone p {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-timezone-title {
    font-size: 0.875rem;
  }
}
.book-mhcp-select-doctor-timezone-date {
  font-size: 1.5rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-timezone-date {
    font-size: 1rem;
  }
}
.book-mhcp-select-doctor-timezone-timezone {
  color: #6b6b6b;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-timezone-timezone {
    font-size: 0.875rem;
  }
}
.book-mhcp-select-doctor .avail-times > p {
  margin-bottom: 0.25rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor .avail-times > p strong {
    font-size: 0.875rem;
  }
}
.book-mhcp-select-doctor .avail-times .timebtn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor .avail-times .timebtn-wrp {
    font-size: 0.875rem;
  }
}
.book-mhcp-select-doctor .avail-times .timebtn-wrp .time_selection {
  display: none;
}
.book-mhcp-select-doctor .avail-times .timebtn-wrp > p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
}
.book-mhcp-select-doctor .avail-times .timebtn-wrp input:checked + .timebtn {
  background-color: #82c780;
}
.book-mhcp-select-doctor .avail-times .timebtn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #daeed9;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  color: #003d3b;
  padding: 0.5rem 0.875rem;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  width: auto;
}
.book-mhcp-select-doctor .avail-times .timebtn:not(.all-booked) {
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor .avail-times .timebtn {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .book-mhcp-select-doctor .avail-times .timebtn {
    margin-bottom: 0.75rem;
  }
}
.book-mhcp-select-doctor .avail-times .timebtn:hover {
  background: #82c780;
}
.book-mhcp-select-doctor .avail-times .timebtn.all-booked {
  background: #e2e2e2;
  color: #6b6b6b;
  pointer-events: none;
  min-width: unset;
  text-transform: unset;
  font-family: "MaisonNeue-Book";
  letter-spacing: unset;
}
.book-mhcp-select-doctor .avail-times .timebtn.all-booked:hover {
  background: #e2e2e2;
}
.book-mhcp-select-doctor #select_a_doctor_container {
  max-width: 100%;
}
.book-mhcp-select-doctor .time-form-submit-footer {
  display: none !important;
}
.book-mhcp-select-doctor-cta-review {
  display: none;
}
.book-mhcp-select-doctor[data-quiz=GP] .book-mhcp-select-doctor-time-submit-wrap {
  display: none;
}
.book-mhcp-select-doctor[data-quiz=GP].time-selected .book-mhcp-select-doctor-cta-review {
  display: block;
}
.book-mhcp-select-doctor[data-quiz=GP].show-review-booking .book-mhcp-select-doctor-cta-review {
  display: none;
}
.book-mhcp-select-doctor[data-quiz=GP].show-review-booking .book-mhcp-select-doctor-back {
  display: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .booking .available-doctors-modal .modal-dialog, .plans .available-doctors-modal .modal-dialog {
    height: 100%;
    margin: 0;
  }
}
.booking .available-doctors-modal .modal-body, .plans .available-doctors-modal .modal-body {
  padding: 0 1rem 1rem;
  max-height: max(70vh, 32rem);
  overflow: auto;
}
.booking .available-doctors-modal .modal-body .close, .plans .available-doctors-modal .modal-body .close {
  top: 1.5rem;
}
.booking .available-doctors-modal .modal-content, .plans .available-doctors-modal .modal-content {
  border-radius: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .available-doctors-modal .modal-content, .plans .available-doctors-modal .modal-content {
    height: 100%;
    border-radius: 0;
  }
}
.booking .available-doctors-modal .any-available-doctor .single-therapist__desc, .plans .available-doctors-modal .any-available-doctor .single-therapist__desc {
  font-size: 0.875rem;
  color: #6b6b6b;
  display: block;
}
.booking .available-doctors-modal-header, .plans .available-doctors-modal-header {
  top: 0;
  padding-top: 1rem;
  background: #fff;
  z-index: 10;
}
@supports (-webkit-touch-callout: none) {
  .booking .available-doctors-modal-header, .plans .available-doctors-modal-header {
    position: -webkit-sticky;
  }
}
@supports not (-webkit-touch-callout: none) {
  .booking .available-doctors-modal-header, .plans .available-doctors-modal-header {
    position: sticky;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .booking .available-doctors-modal .single-therapist__body, .plans .available-doctors-modal .single-therapist__body {
    padding: 1rem;
  }
}
.booking .available-doctors-modal .single-therapist__img, .plans .available-doctors-modal .single-therapist__img {
  height: 3rem;
  width: 3rem;
}
.booking .available-doctors-modal .single-therapist__desc, .plans .available-doctors-modal .single-therapist__desc {
  display: none;
}
.booking .available-doctors-modal .single-therapist__footer .available.available_yes, .plans .available-doctors-modal .single-therapist__footer .available.available_yes {
  text-decoration: none !important;
}
.booking .available-doctors-modal-title, .plans .available-doctors-modal-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "MaisonNeue-Demi";
}
.booking .available-doctors-modal-doc-info, .plans .available-doctors-modal-doc-info {
  display: none;
}
.booking .available-doctors-modal-doc-info .available-doctors-doc-info-img, .plans .available-doctors-modal-doc-info .available-doctors-doc-info-img {
  margin: 0 auto 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking .available-doctors-modal-doc-info .available-doctors-doc-info-img-wrap, .plans .available-doctors-modal-doc-info .available-doctors-doc-info-img-wrap {
  text-align: center;
}
.booking .available-doctors-modal-back, .plans .available-doctors-modal-back {
  display: none;
  position: fixed;
  top: 1.25rem;
  left: 1rem;
  background: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
  height: 1.5rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.booking .available-doctors-modal.show-back .available-doctors-modal-back, .plans .available-doctors-modal.show-back .available-doctors-modal-back {
  display: block;
}

.doctor-consult-review-booking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
  z-index: 97;
  background-color: #f9f9f2;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .doctor-consult-review-booking {
    padding-top: 6rem;
  }
}
.show-review-booking + .doctor-consult-review-booking {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.doctor-consult-review-booking-back {
  position: fixed;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .doctor-consult-review-booking-back {
    left: 0;
    top: 0;
    z-index: 100;
  }
  .doctor-consult-review-booking-back img, .doctor-consult-review-booking-back span {
    display: none;
  }
  .doctor-consult-review-booking-back a {
    content: "";
    background: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
    height: 4.5rem;
    width: 4.5rem;
    background-repeat: no-repeat;
    text-indent: 300vh;
    margin-left: 0.25rem;
    top: 0;
    background-size: 0.875rem;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .doctor-consult-review-booking-back {
    left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .doctor-consult-review-booking-back {
    left: 2.5rem;
  }
}
.doctor-consult-review-booking-back img {
  max-height: 1rem;
}
.doctor-consult-review-booking-back:hover {
  color: #82c780;
}
.doctor-consult-review-booking-back:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(55%) saturate(304%) hue-rotate(67deg) brightness(88%) contrast(83%);
          filter: brightness(0) saturate(100%) invert(76%) sepia(55%) saturate(304%) hue-rotate(67deg) brightness(88%) contrast(83%);
}
.doctor-consult-review-booking-back img {
  margin-right: 0.75rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .booking-confirmation-button {
    width: 100%;
  }
}

#booking-confirmation-modal {
  padding: 0;
  padding-right: 0px !important;
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #booking-confirmation-modal button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #booking-confirmation-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#booking-confirmation-modal h3 {
  font-size: 1.25rem;
}
#booking-confirmation-modal h4 {
  font-size: 1rem;
}
#booking-confirmation-modal p {
  font-size: 0.75rem;
  color: #406E6C;
}
#booking-confirmation-modal .center_logo {
  height: 4rem;
  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;
}
#booking-confirmation-modal .center_logo img {
  width: 70px;
  height: 35px;
}
#booking-confirmation-modal .modal-dialog {
  max-width: unset;
  margin: 0;
  margin-top: 0;
}
#booking-confirmation-modal .modal-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#booking-confirmation-modal .modal-content .confirm-booking-details {
  border: 1px solid #E2E2E2;
  border-radius: 1rem;
  margin: 1rem 0;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-wrapper {
  padding: 1rem;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-date {
  margin: 0.5rem 0;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
  border-radius: 1rem;
  padding: 0.5rem;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-doctor-img {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-edit {
  border-top: 1px solid #E2E2E2;
  text-align: center;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-edit div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-edit h4 {
  color: #406E6C;
  margin-bottom: 0rem;
}
#booking-confirmation-modal .modal-content .confirm-booking-details-edit img {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}
#booking-confirmation-modal .modal-content .confirm-booking-details .view-profile {
  cursor: pointer;
}
#booking-confirmation-modal .modal-content .confirm-booking-details * {
  font-family: "MaisonNeue-Demi";
}
#booking-confirmation-modal .modal-content .about {
  font-family: "MaisonNeue-Book";
}
#booking-confirmation-modal .modal-content #form_submit {
  margin-top: 3rem;
  text-transform: none;
  font-family: "MaisonNeue-Book";
  font-size: 1rem;
  letter-spacing: unset;
  width: 100%;
}

.booking-medicare-component #medicare_section_a {
  width: 100%;
  background-size: 30%;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/medicare-a4fe6ca6d4d9ed7c37a6e62b001c77ef0de097876973cdc5aee02f303a1b2eb3.png);
  background-position: top left;
  padding-bottom: 3.15rem;
}
@media (max-width: 768px) {
  .booking-medicare-component #medicare_section_a {
    background-size: 40%;
  }
}
.booking-medicare-component .consent_required_circle {
  padding: 0.2rem 0.5rem;
  background-color: #c54801;
  color: white;
  display: inline-block;
  border-radius: 6.25rem;
  letter-spacing: 0;
  top: -0.25rem;
  position: relative;
  float: right;
}
.booking-medicare-component .disable_medicare_continue {
  background-color: #e1e1e1;
  cursor: default !important;
}
.booking-medicare-component #medicare_form, .booking-medicare-component #no_number_section {
  margin-top: 5%;
}
.booking-medicare-component .no_border {
  border: none !important;
}
.booking-medicare-component .question_info {
  margin-top: 0.65rem;
  border: none;
  background-color: unset;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.booking-medicare-component .question_info:before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: url(/assets/icons/unknown-93a599f4c5ee50dba94857dd547076bf5b4f25ab27594f1a18ae2e9e8f6796ef.svg);
  margin-right: 0.5rem;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(23%) saturate(1862%) hue-rotate(132deg) brightness(101%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(23%) saturate(1862%) hue-rotate(132deg) brightness(101%) contrast(103%);
}
.booking-medicare-component .question_info p {
  color: #003d3b;
}
.booking-medicare-component #no_number_link {
  display: none;
}
.booking-medicare-component label[for=no_number_link] {
  text-decoration: underline;
}

#doctor-bio-modal {
  font-family: "MaisonNeue-Book";
}
#doctor-bio-modal h3 {
  font-size: 1.25rem;
}
#doctor-bio-modal .modal-content {
  border-radius: 1rem;
}
#doctor-bio-modal .doctor-bio-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doctor-bio-modal .doctor-bio-modal-close {
  margin-bottom: 0.5rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .book-mhcp-select-doctor-submit-review {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
  }
  .book-mhcp-select-doctor-submit-review button.button {
    width: 100%;
    margin: 0;
  }
}

.ma_step.active .mh-review-booking {
  display: block;
}
.ma_step.active .mh-review-booking .container {
  -webkit-transform: unset !important;
          transform: unset !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ma_step.active .mh-review-booking .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .ma_step.active .mh-review-booking .container {
    max-width: 1400px;
  }
}

.mh-review-booking .mhcp-rebate-info {
  background-color: #003d3b;
  color: #fff;
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
}
.mh-review-booking .mhcp-rebate-info-title {
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .mh-review-booking .mhcp-rebate-info-title {
    font-size: 1.5rem;
  }
}
.mh-review-booking .mhcp-rebate-info-pricing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "MaisonNeue-Demi";
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mh-review-booking .mhcp-rebate-info-pricing-wrap {
    font-size: 1.125rem;
  }
}
.mh-review-booking .mhcp-rebate-info-pricing-wrap-small {
  font-size: 0.875rem;
  font-family: "MaisonNeue-Book";
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .mh-review-booking .mhcp-rebate-info-pricing-wrap-small {
    font-size: 1rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .mh-review-booking .mhcp-rebate-info-subtitle {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  #age_vertification_section .container {
    max-width: 576px;
  }
}
#age_vertification_section .mhcp-cta-buttons-wrap label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  #age_vertification_section .mhcp-cta-buttons-wrap label:first-of-type {
    margin-right: 1rem;
  }
}

.booking-age-verification-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booking-age-verification-modal .modal-dialog {
  margin-top: 0;
}
.booking-age-verification-modal .modal-body {
  padding: 1rem;
}
.booking-age-verification-modal .modal-body p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .booking-age-verification-modal .modal-body p {
    margin-bottom: 1.5rem;
  }
}
.booking-age-verification-modal-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  padding-right: 4rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .booking-age-verification-modal-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.booking-age-verification-modal .under-age-helplines {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .booking-age-verification-modal .under-age-helplines {
    margin-bottom: 1.5rem;
  }
}
.booking-age-verification-modal .under-age-helplines p {
  margin-bottom: 0;
}
.booking-age-verification-modal .back-to-home {
  margin: 0;
}

#dietitian-dierect-booking {
  padding: 1rem;
}
@media (min-width: 992px) {
  #dietitian-dierect-booking {
    max-width: 50%;
  }
}
#dietitian-dierect-booking .booking-description {
  padding: 1.5rem 0;
}
#dietitian-dierect-booking .booking-price {
  padding: 1rem 0;
}

.dietitian-booking {
  background-color: #f9f9f2;
}
@media (min-width: 992px) {
  .dietitian-booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dietitian-booking-checkout .mh-review-booking-price-total {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dietitian-booking-checkout .mh-review-booking-price-total p {
  font-size: 1.75rem;
}
.dietitian-booking-checkout .mh-review-booking-price-total p:first-of-type {
  margin-right: 0.5rem;
}
.dietitian-booking-checkout .mh-review-booking-price-total-subtitle {
  color: #82c780;
  font-size: 0.875rem;
  text-align: right;
}
.dietitian-booking-checkout .mh-review-booking-card {
  margin-bottom: 2rem;
}

#thankyou_loading_screen_2.loading_screen.plans-thank-you {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px !important;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4rem 0 !important;
  }
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .container {
    max-width: 1400px;
    margin: auto;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .share-feedback-link.button.is-outline {
  background-color: transparent;
  border: 1px solid #f9f9f2;
  margin-bottom: 1rem;
  color: #f9f9f2;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .share-feedback-link.button.is-outline {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 1.5rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col {
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 1rem 0;
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col {
    padding: 4rem 3.5rem 4rem 0;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-content {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-content p {
    font-size: 0.875rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-emoji {
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-emoji {
    max-width: 4rem;
    max-height: 4rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-title.heading {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-title.heading {
    font-size: 1.5rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col .notifications-link {
  font-size: 0.875rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col .notifications-link {
    text-align: center;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col {
  text-align: left;
  padding: 0;
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col {
    padding: 1.5rem 0 1.5rem 3.5rem;
  }
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col .portal-single-vertical, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col .portal-single-vertical {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col-title.heading, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-title.heading {
  margin-bottom: 0.375rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col-title.heading, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-title.heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col .portal-verticals-list {
  margin-bottom: 0.5rem;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #003d3b;
  margin: 0.5rem 0;
  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) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
    margin: 0.625rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile img {
  height: 6.25rem;
  max-width: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0.5rem;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile-title.heading {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #003d3b;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile-frequency {
  color: #6b6b6b;
  margin-bottom: 0.25rem;
  font-family: "MaisonNeue-Demi";
  display: block;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile-quantity {
  color: #6b6b6b;
  margin-bottom: 0.5rem;
  display: block;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile a.button {
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile a.button {
    width: auto;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle {
  font-family: "MaisonNeue-Demi";
  text-align: right;
  display: block;
  text-decoration: none;
  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;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle:hover {
  text-decoration: underline;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle img {
  display: inline-block;
  margin-left: 0.5rem;
  width: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle {
    max-width: 14rem;
    margin-left: auto;
  }
}

.confirm_question_container input#all-consents {
  display: none;
}
.confirm_question_container input#all-consents:checked + label.all-consents:before {
  background-image: url(/assets/icons/checkbox_active-c6f0d325deba52c3549afe60cf5ac30396ad72838745ec288b21f73d931172e1.svg);
}
.confirm_question_container label.all-consents {
  color: #6b6b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.confirm_question_container label.all-consents:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(/assets/icons/checkbox_inactive-5f89c8bf08fb36ccf95fa8a59e4fab5f43e71f9e28d4644df2a906aa32303615.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}

.plan-dynamic-frequency .plan-dynamic-frequency-title {
  font-size: 1rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .plan-dynamic-frequency .plan-dynamic-frequency-title {
    font-size: 1.125rem;
  }
}
.plan-dynamic-frequency .shipping-duration {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.plan-dynamic-frequency .plan-dynamic-frequency-desc {
  margin-bottom: 1rem;
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .plan-dynamic-frequency .plan-dynamic-frequency-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -0.5rem 1.5rem;
  }
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px solid #e2e2e2;
  border-radius: 0.5rem;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  transition: all ease 300ms;
  cursor: pointer;
  position: relative;
  padding-right: 6rem;
}
@media (min-width: 992px) {
  .plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item {
    max-width: 33%;
    margin: 0 0.5rem;
    padding-right: 1rem;
  }
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item:hover {
  border-color: #003d3b;
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item.is-active {
  border-color: #003d3b;
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item .item-title {
  font-family: "MaisonNeue-Demi";
  color: #6b6b6b;
  font-size: 0.75rem;
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item .item-price {
  font-family: "MaisonNeue-Demi";
  font-size: 1.5rem;
  opacity: 1;
  -webkit-transition: opacity ease 100ms;
  transition: opacity ease 100ms;
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item .item-ppm {
  font-size: 0.875rem;
  opacity: 1;
  -webkit-transition: opacity ease 100ms;
  transition: opacity ease 100ms;
}
@media (min-width: 992px) {
  .plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item .item-ppm {
    margin-bottom: 0.5rem;
  }
}
.plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item .item-type {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 0.875rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 992px) {
  .plan-dynamic-frequency .plan-dynamic-frequency-wrap .plan-dynamic-frequency-item .item-type {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }
}

.plan-dynamic-pricing-breakdown {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan-dynamic-pricing-breakdown .plan-dynamic-pricing-breakdown-title {
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
}
.plan-dynamic-pricing-breakdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
}
.plan-dynamic-pricing-breakdown-item.breakdown-item-discount {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0.5rem 1rem;
  background: #406e6c;
  color: #fff;
  border-radius: 0.5rem;
  display: block !important;
}
.plan-dynamic-pricing-breakdown-item.breakdown-item-discount.hidden {
  display: none !important;
}
.plan-dynamic-pricing-breakdown-item.breakdown-item-discount .one-time-discount-label {
  font-family: "MaisonNeue-Demi";
}
.plan-dynamic-pricing-breakdown-item-price {
  font-family: "MaisonNeue-Demi";
}
.plan-dynamic-pricing-breakdown-item .detail-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}

.plan-dynamic-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.plan-dynamic-total-price {
  -webkit-transition: opacity ease 100ms;
  transition: opacity ease 100ms;
}
.plan-dynamic-total .heading {
  margin-bottom: 0;
}

.plan-dynamic-pricing-info {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.plan-dynamic-pricing-info .plan-dynamic-pricing-price-desc {
  text-align: right;
}
.plan-dynamic-pricing-info .plan-dynamic-pricing-price-desc .future-orders-pricing span {
  font-family: "MaisonNeue-Demi";
}
.plan-dynamic-pricing-info .plan-dynamic-pricing-cancel {
  font-size: 0.875rem;
}

.tnc-txt .price-num {
  -webkit-transition: opacity ease 100ms;
  transition: opacity ease 100ms;
}

#thankyou_loading_screen_2.loading_screen.plans-thank-you {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px !important;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4rem 0 !important;
  }
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .container {
    max-width: 1400px;
    margin: auto;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .share-feedback-link.button.is-outline {
  background-color: transparent;
  border: 1px solid #f9f9f2;
  margin-bottom: 1rem;
  color: #f9f9f2;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .share-feedback-link.button.is-outline {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 1.5rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col {
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 1rem 0;
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col {
    padding: 4rem 3.5rem 4rem 0;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-content {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-content p {
    font-size: 0.875rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-emoji {
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-emoji {
    max-width: 4rem;
    max-height: 4rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-title.heading {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col-title.heading {
    font-size: 1.5rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col .notifications-link {
  font-size: 0.875rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-cta-col .notifications-link {
    text-align: center;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col {
  text-align: left;
  padding: 0;
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col {
    padding: 1.5rem 0 1.5rem 3.5rem;
  }
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col .portal-single-vertical, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col .portal-single-vertical {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col-title.heading, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-title.heading {
  margin-bottom: 0.375rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-verticals-col-title.heading, #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-title.heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col .portal-verticals-list {
  margin-bottom: 0.5rem;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #003d3b;
  margin: 0.5rem 0;
  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) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
    margin: 0.625rem;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile img {
  height: 6.25rem;
  max-width: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0.5rem;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile-title.heading {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #003d3b;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile-frequency {
  color: #6b6b6b;
  margin-bottom: 0.25rem;
  font-family: "MaisonNeue-Demi";
  display: block;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile-quantity {
  color: #6b6b6b;
  margin-bottom: 0.5rem;
  display: block;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile a.button {
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 768px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .cta-product-tile a.button {
    width: auto;
  }
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle {
  font-family: "MaisonNeue-Demi";
  text-align: right;
  display: block;
  text-decoration: none;
  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;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle:hover {
  text-decoration: underline;
}
#thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle img {
  display: inline-block;
  margin-left: 0.5rem;
  width: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #thankyou_loading_screen_2.loading_screen.plans-thank-you .plans-thank-you-products-col-subtitle {
    max-width: 14rem;
    margin-left: auto;
  }
}

.confirm_question_container input#all-consents {
  display: none;
}
.confirm_question_container input#all-consents:checked + label.all-consents:before {
  background-image: url(/assets/icons/checkbox_active-c6f0d325deba52c3549afe60cf5ac30396ad72838745ec288b21f73d931172e1.svg);
}
.confirm_question_container label.all-consents {
  color: #6b6b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.confirm_question_container label.all-consents:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(/assets/icons/checkbox_inactive-5f89c8bf08fb36ccf95fa8a59e4fab5f43e71f9e28d4644df2a906aa32303615.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}

.send-doctor-message-trigger {
  position: relative;
  padding: 0.5rem 6rem 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #003d3b;
  font-size: 0.875rem;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}
@media (min-width: 768px) {
  .send-doctor-message-trigger {
    padding: 0.875rem 6rem 0.875rem 1rem;
  }
}
@media (max-width: 599px) {
  .send-doctor-message-trigger {
    width: 100%;
  }
}
.send-doctor-message-trigger img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.send-doctor-message-title {
  display: block;
  font-family: "MaisonNeue-Demi";
}
.send-doctor-message-subtitle {
  display: block;
}

.request-a-change {
  margin: 0 auto;
}
.request-a-change.is-disabled {
  border: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .request-a-change {
    width: 100%;
  }
}
.request-a-change-requested.button {
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .request-a-change-requested.button {
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .request-a-change-modal.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.request-a-change-modal.modal.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.request-a-change-modal.modal .modal-dialog {
  background-color: #fff;
  text-align: left;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 0.25rem 1.25rem -0.625rem rgba(19, 40, 18, 0.1);
          box-shadow: 0 0.25rem 1.25rem -0.625rem rgba(19, 40, 18, 0.1);
  padding: 1rem;
  border-radius: 1rem;
  max-width: 20rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .request-a-change-modal.modal .modal-dialog {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    max-height: 80vh;
  }
}
.request-a-change-modal.modal.other-reasons-selected .modal-body .request-a-change-modal-content label:last-of-type {
  margin-bottom: 0.5rem;
}
.request-a-change-modal.modal.other-reasons-selected .modal-body #other_reason {
  display: block;
}
.request-a-change-modal.modal-close {
  cursor: pointer;
}
.request-a-change-modal.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 59, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.request-a-change-modal.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 1rem;
  padding: 0;
}
.request-a-change-modal.modal .modal-header img {
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 3rem;
}
.request-a-change-modal.modal .modal-body {
  padding: 0;
}
.request-a-change-modal.modal .modal-body input[type=checkbox] {
  display: none;
}
.request-a-change-modal.modal .modal-body input[type=checkbox]:checked + label:before {
  background-image: url(/assets/icons/checkbox_active-c6f0d325deba52c3549afe60cf5ac30396ad72838745ec288b21f73d931172e1.svg);
}
.request-a-change-modal.modal .modal-body label {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.request-a-change-modal.modal .modal-body label:before {
  content: "";
  height: 1.5rem;
  min-width: 1.5rem;
  background-image: url(/assets/icons/checkbox_inactive-5f89c8bf08fb36ccf95fa8a59e4fab5f43e71f9e28d4644df2a906aa32303615.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.75rem;
}
.request-a-change-modal.modal .modal-body .request-a-change-error {
  display: none;
  font-size: 0.875rem;
  color: #c54801;
  margin-bottom: 1rem;
}
.request-a-change-modal.modal .modal-body .request-a-change-error.show {
  display: block;
}
.request-a-change-modal.modal #other_reason {
  display: none;
}
.request-a-change-modal.modal textarea#other_reason {
  border: 1px solid #cbcbcb;
  border-radius: 0.5rem !important;
  padding: 1rem;
  margin: 0 0 1rem;
}
.request-a-change-modal.modal .modal-footer {
  padding: 0;
  border: none;
}

.cancellation-top {
  display: none;
  background-color: #fff !important;
  z-index: 9;
}
@media (min-width: 992px) {
  .cancellation-top {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-color: transparent;
    border-bottom-color: #e2e2e2;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 68px;
  }
}

.cancellation-wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-wrapper {
    margin-top: 4.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .cancellation-wrapper {
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cancellation-wrapper {
    overflow: hidden;
    padding-bottom: 2rem;
  }
}

.cancellation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .cancellation-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .cancellation-container {
    height: 100vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cancellation-container {
    height: calc(100vh - 9.5rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .cancellation-confirm-wrapper {
    margin-top: 4.5rem;
  }
}
.cancellation-confirm-wrapper > ol {
  padding-left: 1.5rem;
}
.cancellation-confirm-wrapper > h4 {
  font-size: 24px;
  font-family: "MaisonNeue-Demi";
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-confirm-wrapper > h4 {
    font-size: 18px;
  }
}
.cancellation-confirm-wrapper .error-text {
  color: #df2e2e;
  font-family: "MaisonNeue-Demi";
}

.cancellation-section-buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-section-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cancellation-section-buttons .full-width {
    text-align: center;
    width: 100%;
  }
}
.cancellation-section-buttons .keep-btn {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-transform: inherit !important;
  margin-right: 2.5rem;
  font-family: "MaisonNeue-Book" !important;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-section-buttons .keep-btn {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.cancellation-section-buttons .cancel-btn {
  text-align: center;
  display: block !important;
  font-family: "MaisonNeue-Book";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-section-buttons .cancel-btn {
    margin-bottom: 1rem;
  }
}

.cancellation-card {
  display: grid;
  line-height: 150%;
  margin-top: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: left;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .cancellation-card {
    width: 480px;
  }
}
.cancellation-card .label {
  font-size: 16px;
  font-family: "MaisonNeue-Demi";
  margin-top: 12px;
  margin-bottom: 12px;
  color: #003d3b;
}
.cancellation-card .card-title {
  font-family: "MaisonNeue-Demi";
  font-size: 16px;
  margin-bottom: 8px;
}
.cancellation-card .card-description {
  color: #406e6c;
  margin-bottom: 16px;
  font-family: "MaisonNeue-Book";
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-card .card-description {
    font-size: 14px;
  }
}
.cancellation-card .snooze-icon {
  width: 60px;
  height: 48px;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancellation-card .snooze-icon {
    width: 40px !important;
    height: 32px !important;
  }
}
.cancellation-card .snooze-cta::after {
  content: "";
  background: url(/assets/icons/angle-tail-right-1d0f1848f1d51247c5732093e5c7d7f0eb7ce7d7d4d85b9f3b55e114a506433a.svg) no-repeat center right;
  width: 1rem;
  height: 0.625rem;
  background-size: cover;
  display: inline-block;
  margin-left: 0.5rem;
}
.cancellation-card .snooze-cta::after:hover {
  background: url(/assets/icons/arrow-right-grey-94c9c3da5a80dde1cd7b8aeda5f2a6a1b06718af1a56119b340a5cfdaa9b99bd.svg) no-repeat center right;
}
.cancellation-card .snooze-cta:hover::after {
  content: "";
  background: url(/assets/icons/arrow-right-grey-94c9c3da5a80dde1cd7b8aeda5f2a6a1b06718af1a56119b340a5cfdaa9b99bd.svg) no-repeat center right;
  width: 1rem;
  height: 0.625rem;
  background-size: cover;
  display: inline-block;
  margin-left: 0.5rem;
}

.snooze-page-container .snooze-data-select-section, .snooze-page-container .date-confirm-section {
  width: 50%;
}
.snooze-page-container .date-select-title {
  margin-left: 14px;
}
.snooze-page-container .ui-datepicker-title {
  margin-top: 33px;
  margin-left: 14px;
}
.snooze-page-container .date-select-button-section {
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 1rem auto;
}
.snooze-page-container .card-confirmation {
  border: 1px solid #E2E2E2;
  border-radius: 16px;
}
.snooze-page-container .card-confirmation .date-detail {
  border-bottom: 1px solid #E2E2E2;
}
.snooze-page-container .confirm-change-button {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 161px;
  height: 52px;
  background: #c54801;
  border-radius: 8px;
}
.snooze-page-container .item-selected {
  border-color: #003d3b;
  background-color: #003d3b;
}
.snooze-page-container .item-selected span {
  color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
  .snooze-page-container .cancellation-confirm-wrapper {
    margin-top: 9.5rem !important;
  }
  .snooze-page-container .confirm-card-margin {
    margin-top: 4.5rem !important;
  }
  .snooze-page-container #date-select-btn a, .snooze-page-container input[type=submit], .snooze-page-container #snooze-reason-select a {
    width: 100%;
    display: block;
  }
}
.snooze-page-container .answers-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.snooze-page-container .answer-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.5rem;
}
.snooze-page-container .answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #cbcbcb;
}
.snooze-page-container .item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid #406e6c;
  color: #406e6c;
}
.snooze-page-container .item-text {
  color: #6B6B6B;
  letter-spacing: -0.01em;
}
.snooze-page-container .save_answer:hover {
  border-color: #406e6c;
  background-color: #406e6c;
  color: #fff;
}
.snooze-page-container .save_answer:hover .item-number {
  border: 1px solid #fff;
  color: #fff;
}
.snooze-page-container .save_answer:hover .item-text {
  color: #fff;
}
.snooze-page-container input[type=submit] {
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
}

.cancel-page-wrapper {
  height: 85%;
  position: relative;
  width: 100%;
  background: #fff;
}
.cancel-page-wrapper .top-cta-wrapper {
  z-index: 10;
  padding: 24px 0;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .cancel-page-wrapper .top-cta-wrapper {
    margin-top: 4.5rem;
    border-bottom: none;
    padding: 24px 0 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cancel-page-wrapper .top-cta-wrapper {
    margin-top: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cancel-page-wrapper .top-cta-wrapper {
    margin-top: 4.5rem;
  }
}
.cancel-page-wrapper .top-cta-wrapper .custom-link {
  text-decoration: none;
  font-family: "MaisonNeue-Book";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  position: relative;
  padding-left: 1rem;
  display: inline-block;
}
.cancel-page-wrapper .top-cta-wrapper .custom-link::before {
  content: url(/assets/icons/angle-left-dark-dfd51d96b9914aa1a8882aef612c1da6e438a7a53fc75e72e1b22d796107abb2.svg);
  height: inherit;
  width: 0.5rem;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}
.cancel-page-wrapper .component-wrapper-default {
  overflow: hidden;
}
.cancel-page-wrapper .component-wrapper-overflow {
  margin-bottom: 2rem;
  height: calc(100% - 5.5rem);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.cancel-page-wrapper .component-wrapper-overflow::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: calc(100% + 10rem);
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: calc(100% + 10rem);
    margin-top: 7%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: 100vh;
  }
  .cancel-page-wrapper .component-wrapper-overflow #experience-block-options {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 600), screen and (max-height: 800px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: 105%;
    margin-top: calc(4% + 3rem) !important;
  }
  .cancel-page-wrapper .component-wrapper-overflow.reasons-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    margin-top: 9.5rem !important;
  }
  .cancel-page-wrapper .component-wrapper-overflow.reasons-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    overflow-y: scroll;
    height: 105%;
    margin-top: calc(5% + 9rem) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    overflow-y: scroll;
    height: 100%;
    margin-top: calc(5% + 9rem) !important;
  }
  .cancel-page-wrapper .component-wrapper-overflow.reasons-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: calc(100vh - 9.5rem);
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: 100%;
  }
  .cancel-page-wrapper .component-wrapper-overflow #experience-block-options {
    height: 80%;
    overflow-y: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .cancel-page-wrapper .component-wrapper-overflow {
    height: 100%;
  }
  .cancel-page-wrapper .component-wrapper-overflow #experience-block-options {
    height: 80%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .cancel-page-wrapper .component-wrapper-overflow #experience-block-options::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .form-container {
    height: 98% !important;
    overflow-y: hidden !important;
  }
  #other-block-options {
    height: 86%;
  }
  #cancellation-deflection-offer {
    height: 105%;
  }
  #final_cancellation_frame {
    height: 105%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .form-container {
    height: 98% !important;
    overflow-y: hidden !important;
  }
  #other-block-options {
    height: 86%;
  }
  #cancellation-deflection-offer {
    height: 103%;
  }
  #final_cancellation_frame {
    height: 103%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .form-container {
    height: 98% !important;
    overflow-y: hidden !important;
  }
  #other-block-options {
    height: 90%;
  }
  #cancellation-deflection-offer {
    height: 103%;
  }
  #final_cancellation_frame {
    height: 103%;
  }
}
.form-container {
  overflow-y: auto;
  height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .form-container {
    height: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .form-container {
    height: 100%;
  }
}
@media screen and (min-width: 1920px), screen and (min-height: 1080px) {
  .form-container #cancel-reason-section-two {
    height: calc(100vh - 4.5rem);
  }
}
@media screen and (min-width: 1920px) and (min-width: 0) and (max-width: 767px), screen and (min-height: 1080px) and (min-width: 0) and (max-width: 767px) {
  .form-container #cancel-reason-section-two {
    margin-top: calc(5% + 9rem);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  #flexible-billing-cancel-option {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    padding-bottom: 3rem;
    height: calc(100vh - 5.5rem);
  }
}

#experience-other {
  height: 100%;
}
#experience-other .img-container {
  margin-top: 1.125rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 390px), screen and (max-height: 667px) {
  #experience-other {
    height: calc(100vh - 11rem);
  }
}

#medical .img-container {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  width: 6rem !important;
}

@media (min-width: 0) and (max-width: 767px) {
  #experience-other,
  #medical,
  #cost {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    height: 80% !important;
  }
  #experience-other .solution-info-wrapper,
  #experience-other .medical-info-wrapper,
  #experience-other .cost-info-wrapper,
  #medical .solution-info-wrapper,
  #medical .medical-info-wrapper,
  #medical .cost-info-wrapper,
  #cost .solution-info-wrapper,
  #cost .medical-info-wrapper,
  #cost .cost-info-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: calc(50% - 5rem);
  }
  #experience-other .btn-container,
  #experience-other .cancellation-section-buttons,
  #medical .btn-container,
  #medical .cancellation-section-buttons,
  #cost .btn-container,
  #cost .cancellation-section-buttons {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  #experience-other,
  #medical,
  #cost {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #experience-other .solution-info-wrapper,
  #experience-other .cost-info-wrapper,
  #experience-other .medical-info-wrapper,
  #medical .solution-info-wrapper,
  #medical .cost-info-wrapper,
  #medical .medical-info-wrapper,
  #cost .solution-info-wrapper,
  #cost .cost-info-wrapper,
  #cost .medical-info-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #experience-other .medical-info-wrapper,
  #medical .medical-info-wrapper,
  #cost .medical-info-wrapper {
    margin-top: calc(50% - 6rem);
  }
  #experience-other .solution-info-wrapper,
  #experience-other .cost-info-wrapper,
  #medical .solution-info-wrapper,
  #medical .cost-info-wrapper,
  #cost .solution-info-wrapper,
  #cost .cost-info-wrapper {
    margin-top: calc(50% - 5rem);
  }
  #experience-other .btn-container,
  #experience-other .cancellation-section-buttons,
  #medical .btn-container,
  #medical .cancellation-section-buttons,
  #cost .btn-container,
  #cost .cancellation-section-buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .cancellation-container-box {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    height: 89% !important;
  }
  .cancellation-container-box .cancellation-confirm-wrapper {
    margin-top: calc(50% - 5rem);
  }
  .cancellation-container-box .btn-container,
  .cancellation-container-box .cancellation-section-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cancellation-container-box {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    height: calc(100% - 5vh) !important;
  }
  .cancellation-container-box .cancellation-confirm-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: calc(50% - 7rem);
  }
  .cancellation-container-box .btn-container,
  .cancellation-container-box .cancellation-section-buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .final_cancellation_frame {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    height: 80% !important;
  }
  .final_cancellation_frame .final_cancellation_content {
    margin-top: calc(50% - 8.5rem);
  }
  .final_cancellation_frame .btn-container {
    position: absolute;
    bottom: 0;
    width: calc(100% - 2rem) !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .final_cancellation_frame {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    height: 78%;
  }
  .final_cancellation_frame .final_cancellation_content {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: 1rem;
  }
  .final_cancellation_frame .btn-container,
  .final_cancellation_frame .cancellation-section-buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
  }
}

#cost,
#experience-other,
#medical,
#flexible-billing-cancel-option,
#other-block-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0) and (max-width: 767px) {
  #cost .cost-info-wrapper,
  #cost .solution-info-wrapper,
  #cost .medical-info-wrapper,
  #cost .flexible-billing-container,
  #cost .other-option-info-wrapper,
  #experience-other .cost-info-wrapper,
  #experience-other .solution-info-wrapper,
  #experience-other .medical-info-wrapper,
  #experience-other .flexible-billing-container,
  #experience-other .other-option-info-wrapper,
  #medical .cost-info-wrapper,
  #medical .solution-info-wrapper,
  #medical .medical-info-wrapper,
  #medical .flexible-billing-container,
  #medical .other-option-info-wrapper,
  #flexible-billing-cancel-option .cost-info-wrapper,
  #flexible-billing-cancel-option .solution-info-wrapper,
  #flexible-billing-cancel-option .medical-info-wrapper,
  #flexible-billing-cancel-option .flexible-billing-container,
  #flexible-billing-cancel-option .other-option-info-wrapper,
  #other-block-options .cost-info-wrapper,
  #other-block-options .solution-info-wrapper,
  #other-block-options .medical-info-wrapper,
  #other-block-options .flexible-billing-container,
  #other-block-options .other-option-info-wrapper {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  #cost textarea,
  #experience-other textarea,
  #medical textarea,
  #flexible-billing-cancel-option textarea,
  #other-block-options textarea {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #cost textarea,
  #experience-other textarea,
  #medical textarea,
  #flexible-billing-cancel-option textarea,
  #other-block-options textarea {
    width: 28.5rem;
  }
}
#cost button.continue-to-final-frame,
#experience-other button.continue-to-final-frame,
#medical button.continue-to-final-frame,
#flexible-billing-cancel-option button.continue-to-final-frame,
#other-block-options button.continue-to-final-frame {
  color: #003d3b !important;
}

#cost .img-container,
#experience-other .img-container {
  margin-left: -1.5rem;
  width: 6.25rem !important;
}

@media (min-width: 290px) and (max-width: 390px) {
  #final_cancellation_frame,
  #cost,
  #other-block-options,
  #medical {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  #final_cancellation_frame::-webkit-scrollbar,
  #cost::-webkit-scrollbar,
  #other-block-options::-webkit-scrollbar,
  #medical::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #final_cancellation_frame .defined-width,
  #cost .defined-width,
  #other-block-options .defined-width,
  #experience-other .defined-width,
  #medical .defined-width {
    width: auto;
  }
}
@media (min-width: 768px) {
  #final_cancellation_frame .defined-width,
  #cost .defined-width,
  #other-block-options .defined-width,
  #experience-other .defined-width,
  #medical .defined-width {
    width: 35rem;
  }
}
#final_cancellation_frame .img-container,
#cost .img-container,
#other-block-options .img-container,
#experience-other .img-container,
#medical .img-container {
  width: 62px;
}
#final_cancellation_frame .img-container img,
#cost .img-container img,
#other-block-options .img-container img,
#experience-other .img-container img,
#medical .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
#final_cancellation_frame .final-cancellation-heading,
#cost .final-cancellation-heading,
#other-block-options .final-cancellation-heading,
#experience-other .final-cancellation-heading,
#medical .final-cancellation-heading {
  font-size: 2.5rem;
  margin-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #final_cancellation_frame .final-cancellation-heading,
  #cost .final-cancellation-heading,
  #other-block-options .final-cancellation-heading,
  #experience-other .final-cancellation-heading,
  #medical .final-cancellation-heading {
    font-size: 1.5rem;
  }
}
#final_cancellation_frame .final-cancellation-description,
#cost .final-cancellation-description,
#other-block-options .final-cancellation-description,
#experience-other .final-cancellation-description,
#medical .final-cancellation-description {
  font-family: "MaisonNeue-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #003d3b;
  margin-top: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #final_cancellation_frame .final-cancellation-description,
  #cost .final-cancellation-description,
  #other-block-options .final-cancellation-description,
  #experience-other .final-cancellation-description,
  #medical .final-cancellation-description {
    font-size: 14px;
    margin-top: 1.5rem;
  }
}
#final_cancellation_frame .other-option-description,
#cost .other-option-description,
#other-block-options .other-option-description,
#experience-other .other-option-description,
#medical .other-option-description {
  font-family: "MaisonNeue-Demi";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-top: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #final_cancellation_frame .other-option-description,
  #cost .other-option-description,
  #other-block-options .other-option-description,
  #experience-other .other-option-description,
  #medical .other-option-description {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
#final_cancellation_frame .btn-container,
#cost .btn-container,
#other-block-options .btn-container,
#experience-other .btn-container,
#medical .btn-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #final_cancellation_frame .btn-container,
  #cost .btn-container,
  #other-block-options .btn-container,
  #experience-other .btn-container,
  #medical .btn-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#final_cancellation_frame .btn-container .btn,
#cost .btn-container .btn,
#other-block-options .btn-container .btn,
#experience-other .btn-container .btn,
#medical .btn-container .btn {
  margin: 0;
}
#final_cancellation_frame .btn-container .confirm_cancel,
#final_cancellation_frame .btn-container .retract_cancel,
#cost .btn-container .confirm_cancel,
#cost .btn-container .retract_cancel,
#other-block-options .btn-container .confirm_cancel,
#other-block-options .btn-container .retract_cancel,
#experience-other .btn-container .confirm_cancel,
#experience-other .btn-container .retract_cancel,
#medical .btn-container .confirm_cancel,
#medical .btn-container .retract_cancel {
  text-transform: unset;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin: 0;
  color: #f9f9f3;
}
@media (min-width: 0) and (max-width: 767px) {
  #final_cancellation_frame .btn-container .confirm_cancel,
  #final_cancellation_frame .btn-container .retract_cancel,
  #cost .btn-container .confirm_cancel,
  #cost .btn-container .retract_cancel,
  #other-block-options .btn-container .confirm_cancel,
  #other-block-options .btn-container .retract_cancel,
  #experience-other .btn-container .confirm_cancel,
  #experience-other .btn-container .retract_cancel,
  #medical .btn-container .confirm_cancel,
  #medical .btn-container .retract_cancel {
    width: 100%;
  }
}
#final_cancellation_frame textarea,
#cost textarea,
#other-block-options textarea,
#experience-other textarea,
#medical textarea {
  margin-top: 1rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  height: 120px;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 8px !important;
  margin-bottom: 0;
}

.reasons-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .reasons-wrapper {
    overflow: hidden;
    padding-bottom: 2rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 9rem;
  }
}
.reasons-wrapper .btn-container {
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .btn-container {
    margin-bottom: 32px;
  }
}
.reasons-wrapper .btn-container button.receive-pre-paid-orders, .reasons-wrapper .btn-container button.option-continue {
  text-transform: unset;
  font-family: "MaisonNeue-Book";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .btn-container button.receive-pre-paid-orders, .reasons-wrapper .btn-container button.option-continue {
    width: 100%;
  }
}
.reasons-wrapper .btn-container button.cancel-all-orders, .reasons-wrapper .btn-container button.continue-to-final-frame {
  display: inline-block;
  text-transform: unset;
  font-family: "MaisonNeue-Book";
  color: #003d3b !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .btn-container button.cancel-all-orders, .reasons-wrapper .btn-container button.continue-to-final-frame {
    width: 100%;
  }
}
.reasons-wrapper .btn-container button.cancel-all-orders::before, .reasons-wrapper .btn-container button.continue-to-final-frame::before {
  background-color: transparent;
}
.reasons-wrapper .btn-container a.cancel-opt-btn {
  display: inline-block;
  text-transform: unset;
  color: #003d3b !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .btn-container a.cancel-opt-btn {
    width: 100%;
  }
}
.reasons-wrapper .btn-container a.cancel-opt-btn::before {
  background-color: transparent;
}
.reasons-wrapper .reason-header {
  font-family: "MaisonNeue-Demi";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .reason-header {
    font-size: 1.125rem;
  }
}
.reasons-wrapper .reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .reason-content {
    margin-top: 1.5rem;
  }
}
.reasons-wrapper .reason-content .reason-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reasons-wrapper .reason-content .reason-content-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.reasons-wrapper .reason-content .reason-content-row button {
  margin-bottom: 0.5rem;
}
.reasons-wrapper .reason-btn {
  font-family: "MaisonNeue-Demi";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  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;
  padding: 16px;
  gap: 8px;
  width: 456px;
  height: 80px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  color: #003d3b;
  cursor: pointer;
}
.reasons-wrapper .reason-btn:hover {
  background: #406e6c;
  color: #fff;
  border: 1px solid #e2e2e2;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .reason-btn {
    width: 100%;
  }
}
.reasons-wrapper .reason-btn.reason-card {
  background: #406e6c;
  color: #fff;
  border: 1px solid #e2e2e2;
  cursor: default;
}
.reasons-wrapper .reason-btn .img-container {
  width: 58px;
}
.reasons-wrapper .reason-btn .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.reasons-wrapper .too-much-product-sub-card {
  background: #daeed9;
  border: 1px solid #e2e2e2;
  cursor: default;
  border-radius: 8px;
  padding: 16px;
  width: 300px;
}
.reasons-wrapper .too-much-product-frequency-selection {
  margin-top: 10px;
  border: 1px solid #CBCBCB;
  width: 400px;
  height: 56px;
  padding: 16px;
  gap: 12px;
  border-radius: 8px;
}
.reasons-wrapper .too-much-product-frequency-selection.active {
  background: #003D3B;
  color: #FCFCFC;
}
.reasons-wrapper .btn-disabled {
  pointer-events: none !important;
  background-color: #e1e1e1;
  color: #6b6b6b !important;
  opacity: 1 !important;
  color: #6b6b6b !important;
}
.reasons-wrapper .reason-heading {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 2rem;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .reason-heading {
    font-size: 1.125rem;
  }
}
.reasons-wrapper .reason-description {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .reasons-wrapper .reason-description {
    max-width: 490px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .reason-description {
    font-size: 14px;
  }
}
.reasons-wrapper .form-group-wrapper {
  margin-top: 1.5rem;
  margin-left: 0.2rem;
}
.reasons-wrapper .form-group-wrapper .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.reasons-wrapper .form-group-wrapper .form-group label {
  margin-bottom: 0;
  color: #003d3b;
  margin-left: 0.75rem;
}
.reasons-wrapper .form-group-wrapper .form-group input[type=radio] {
  margin-top: -0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  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;
  position: relative;
}
.reasons-wrapper .form-group-wrapper .form-group:hover > input[type=radio] {
  cursor: pointer;
  border: 2px solid #003d3b;
  border-radius: 50%;
  background-color: white;
}
.reasons-wrapper .form-group-wrapper .form-group:hover > input[type=radio]::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #003d3b;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3.5px;
  left: 3.2px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
@media (min-width: 0) and (max-width: 767px) {
  .reasons-wrapper .form-group-wrapper .form-group:hover > input[type=radio]::after {
    top: 3px;
  }
}
.reasons-wrapper .form-group-wrapper .form-group:hover > label {
  cursor: pointer;
}

@media (min-width: 0) and (max-width: 767px) {
  #discount-page {
    height: calc(100% - 5.5rem);
  }
}
#discount-page .img-container {
  width: 7rem;
  margin-left: -1.5rem;
}
#discount-page .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
#discount-page .discount-heading {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #discount-page .discount-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #discount-page .discount-heading.defined-width {
    width: 42rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #discount-page .discount-heading.defined-width {
    width: 100%;
  }
}
#discount-page .btn-container {
  margin-top: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  #discount-page .btn-container {
    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;
  }
}
#discount-page .btn-container .btn {
  margin: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #discount-page .btn-container .btn {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #discount-page .discount-info-wrapper {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa);
}

.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fad,
.fa-duotone {
  font-weight: 900;
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
          transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
  --fa--fa: "\30 \30 ";
}

.fa-1 {
  --fa: "\31 ";
  --fa--fa: "\31 \31 ";
}

.fa-2 {
  --fa: "\32 ";
  --fa--fa: "\32 \32 ";
}

.fa-3 {
  --fa: "\33 ";
  --fa--fa: "\33 \33 ";
}

.fa-4 {
  --fa: "\34 ";
  --fa--fa: "\34 \34 ";
}

.fa-5 {
  --fa: "\35 ";
  --fa--fa: "\35 \35 ";
}

.fa-6 {
  --fa: "\36 ";
  --fa--fa: "\36 \36 ";
}

.fa-7 {
  --fa: "\37 ";
  --fa--fa: "\37 \37 ";
}

.fa-8 {
  --fa: "\38 ";
  --fa--fa: "\38 \38 ";
}

.fa-9 {
  --fa: "\39 ";
  --fa--fa: "\39 \39 ";
}

.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}

.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}

.fa-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee";
}

.fa-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871";
}

.fa-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7";
}

.fa-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8";
}

.fa-at {
  --fa: "\@";
  --fa--fa: "\@\@";
}

.fa-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323";
}

.fa-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114";
}

.fa-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}

.fa-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}

.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}

.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379";
}

.fa-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}

.fa-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}

.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}

.fa-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6";
}

.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

.fa-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}

.fa-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}

.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}

.fa-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2";
}

.fa-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab";
}

.fa-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d";
}

.fa-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e";
}

.fa-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481";
}

.fa-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}

.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}

.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527";
}

.fa-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633";
}

.fa-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}

.fa-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}

.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

.fa-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}

.fa-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297";
}

.fa-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765";
}

.fa-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894";
}

.fa-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047";
}

.fa-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}

.fa-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}

.fa-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef";
}

.fa-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465";
}

.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}

.fa-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}

.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c";
}

.fa-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713";
}

.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b";
}

.fa-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377";
}

.fa-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7";
}

.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2";
}

.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}

.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135";
}

.fa-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}

.fa-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}

.fa-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}

.fa-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}

.fa-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}

.fa-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}

.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577";
}

.fa-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc";
}

.fa-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}

.fa-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}

.fa-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313";
}

.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8";
}

.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016";
}

.fa-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}

.fa-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}

.fa-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}

.fa-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286";
}

.fa-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e";
}

.fa-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4";
}

.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e";
}

.fa-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}

.fa-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}

.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

.fa-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}

.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125";
}

.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}

.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}

.fa-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}

.fa-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}

.fa-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}

.fa-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca";
}

.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

.fa-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}

.fa-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}

.fa-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151";
}

.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}

.fa-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042";
}

.fa-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471";
}

.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}

.fa-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd";
}

.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}

.fa-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2";
}

.fa-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}

.fa-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}

.fa-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}

.fa-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}

.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}

.fa-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856";
}

.fa-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279";
}

.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}

.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}

.fa-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b";
}

.fa-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9";
}

.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c";
}

.fa-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad";
}

.fa-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}

.fa-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630";
}

.fa-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb";
}

.fa-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1";
}

.fa-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0";
}

.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}

.fa-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9";
}

.fa-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd";
}

.fa-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

.fa-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526";
}

.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}

.fa-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db";
}

.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c";
}

.fa-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}

.fa-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}

.fa-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f";
}

.fa-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5";
}

.fa-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724";
}

.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}

.fa-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478";
}

.fa-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}

.fa-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}

.fa-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188";
}

.fa-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c";
}

.fa-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656";
}

.fa-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a";
}

.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}

.fa-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600";
}

.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a";
}

.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da";
}

.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086";
}

.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155";
}

.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}

.fa-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707";
}

.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d";
}

.fa-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211";
}

.fa-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d";
}

.fa-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff";
}

.fa-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096";
}

.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}

.fa-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f";
}

.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}

.fa-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}

.fa-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}

.fa-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac";
}

.fa-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}

.fa-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}

.fa-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f";
}

.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}

.fa-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6";
}

.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781";
}

.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}

.fa-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215";
}

.fa-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}

.fa-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b";
}

.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5";
}

.fa-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc";
}

.fa-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303";
}

.fa-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}

.fa-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}

.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6";
}

.fa-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284";
}

.fa-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}

.fa-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}

.fa-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162";
}

.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}

.fa-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391";
}

.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

.fa-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306";
}

.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}

.fa-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e";
}

.fa-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115";
}

.fa-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4";
}

.fa-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}

.fa-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}

.fa-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821";
}

.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}

.fa-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845";
}

.fa-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d";
}

.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}

.fa-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa";
}

.fa-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264";
}

.fa-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da";
}

.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}

.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}

.fa-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3";
}

.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2";
}

.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}

.fa-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258";
}

.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d";
}

.fa-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b";
}

.fa-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}

.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0";
}

.fa-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0";
}

.fa-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f";
}

.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c";
}

.fa-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb";
}

.fa-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588";
}

.fa-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692";
}

.fa-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1";
}

.fa-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0";
}

.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5";
}

.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}

.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b";
}

.fa-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101";
}

.fa-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4";
}

.fa-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1";
}

.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}

.fa-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db";
}

.fa-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632";
}

.fa-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892";
}

.fa-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335";
}

.fa-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}

.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648";
}

.fa-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df";
}

.fa-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}

.fa-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}

.fa-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697";
}

.fa-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e";
}

.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624";
}

.fa-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}

.fa-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720";
}

.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}

.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

.fa-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453";
}

.fa-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc";
}

.fa-hyphen {
  --fa: "\-";
  --fa--fa: "\-\-";
}

.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}

.fa-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2";
}

.fa-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}

.fa-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}

.fa-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830";
}

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}

.fa-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}

.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}

.fa-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f";
}

.fa-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435";
}

.fa-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c";
}

.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}

.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}

.fa-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814";
}

.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}

.fa-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656";
}

.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}

.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533";
}

.fa-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469";
}

.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}

.fa-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}

.fa-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}

.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}

.fa-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628";
}

.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}

.fa-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5";
}

.fa-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4";
}

.fa-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237";
}

.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}

.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3";
}

.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c";
}

.fa-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}

.fa-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}

.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7";
}

.fa-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324";
}

.fa-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228";
}

.fa-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024";
}

.fa-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822";
}

.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008";
}

.fa-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6";
}

.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}

.fa-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712";
}

.fa-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab";
}

.fa-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a";
}

.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}

.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9";
}

.fa-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149";
}

.fa-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab";
}

.fa-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a";
}

.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}

.fa-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740";
}

.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}

.fa-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438";
}

.fa-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}

.fa-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}

.fa-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d";
}

.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}

.fa-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a";
}

.fa-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}

.fa-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}

.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024";
}

.fa-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e";
}

.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6";
}

.fa-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8";
}

.fa-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3";
}

.fa-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267";
}

.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d";
}

.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}

.fa-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}

.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3";
}

.fa-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743";
}

.fa-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f";
}

.fa-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118";
}

.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066";
}

.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}

.fa-asterisk {
  --fa: "\*";
  --fa--fa: "\*\*";
}

.fa-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4";
}

.fa-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0";
}

.fa-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}

.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}

.fa-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a";
}

.fa-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}

.fa-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}

.fa-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f";
}

.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}

.fa-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}

.fa-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}

.fa-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454";
}

.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2";
}

.fa-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369";
}

.fa-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454";
}

.fa-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640";
}

.fa-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}

.fa-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}

.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b";
}

.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689";
}

.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217";
}

.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b";
}

.fa-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d";
}

.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}

.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}

.fa-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133";
}

.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb";
}

.fa-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}

.fa-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}

.fa-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e";
}

.fa-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d";
}

.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb";
}

.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e";
}

.fa-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6";
}

.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761";
}

.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}

.fa-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}

.fa-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}

.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f";
}

.fa-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}

.fa-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}

.fa-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb";
}

.fa-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}

.fa-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}

.fa-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010";
}

.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}

.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}

.fa-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e";
}

.fa-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498";
}

.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}

.fa-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f";
}

.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}

.fa-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2";
}

.fa-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4";
}

.fa-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e";
}

.fa-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}

.fa-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}

.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}

.fa-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f";
}

.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

.fa-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}

.fa-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}

.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4";
}

.fa-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}

.fa-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}

.fa-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672";
}

.fa-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}

.fa-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6";
}

.fa-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}

.fa-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c";
}

.fa-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}

.fa-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}

.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}

.fa-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767";
}

.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}

.fa-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334";
}

.fa-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5";
}

.fa-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc";
}

.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}

.fa-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}

.fa-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}

.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}

.fa-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}

.fa-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}

.fa-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e";
}

.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}

.fa-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386";
}

.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}

.fa-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021";
}

.fa-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401";
}

.fa-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808";
}

.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

.fa-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}

.fa-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}

.fa-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464";
}

.fa-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}

.fa-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}

.fa-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639";
}

.fa-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186";
}

.fa-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633";
}

.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}

.fa-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e";
}

.fa-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}

.fa-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}

.fa-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c";
}

.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}

.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e";
}

.fa-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272";
}

.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077";
}

.fa-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484";
}

.fa-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}

.fa-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}

.fa-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385";
}

.fa-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}

.fa-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}

.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259";
}

.fa-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719";
}

.fa-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}

.fa-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}

.fa-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba";
}

.fa-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e";
}

.fa-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142";
}

.fa-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb";
}

.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}

.fa-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc";
}

.fa-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257";
}

.fa-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}

.fa-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}

.fa-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}

.fa-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}

.fa-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b";
}

.fa-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276";
}

.fa-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}

.fa-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}

.fa-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143";
}

.fa-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6";
}

.fa-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050";
}

.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}

.fa-period {
  --fa: "\.";
  --fa--fa: "\.\.";
}

.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}

.fa-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457";
}

.fa-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e";
}

.fa-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb";
}

.fa-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025";
}

.fa-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9";
}

.fa-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae";
}

.fa-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9";
}

.fa-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194";
}

.fa-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242";
}

.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a";
}

.fa-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5";
}

.fa-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f";
}

.fa-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7";
}

.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}

.fa-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357";
}

.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e";
}

.fa-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749";
}

.fa-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389";
}

.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}

.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523";
}

.fa-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}

.fa-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}

.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4";
}

.fa-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3";
}

.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}

.fa-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263";
}

.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246";
}

.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9";
}

.fa-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446";
}

.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}

.fa-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319";
}

.fa-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef";
}

.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}

.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}

.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}

.fa-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}

.fa-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}

.fa-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191";
}

.fa-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c";
}

.fa-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092";
}

.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}

.fa-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435";
}

.fa-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890";
}

.fa-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450";
}

.fa-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d";
}

.fa-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc";
}

.fa-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}

.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206";
}

.fa-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4";
}

.fa-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104";
}

.fa-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718";
}

.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062";
}

.fa-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647";
}

.fa-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec";
}

.fa-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468";
}

.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

.fa-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432";
}

.fa-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4";
}

.fa-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}

.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}

.fa-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a";
}

.fa-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}

.fa-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2";
}

.fa-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8";
}

.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}

.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae";
}

.fa-bracket-round {
  --fa: "\(";
  --fa--fa: "\(\(";
}

.fa-parenthesis {
  --fa: "\(";
  --fa--fa: "\(\(";
}

.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}

.fa-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3";
}

.fa-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7";
}

.fa-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e";
}

.fa-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa";
}

.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}

.fa-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f";
}

.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0";
}

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}

.fa-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}

.fa-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd";
}

.fa-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}

.fa-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}

.fa-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce";
}

.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}

.fa-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6";
}

.fa-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171";
}

.fa-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148";
}

.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}

.fa-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}

.fa-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}

.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b";
}

.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294";
}

.fa-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c";
}

.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}

.fa-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269";
}

.fa-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651";
}

.fa-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273";
}

.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}

.fa-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}

.fa-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}

.fa-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464";
}

.fa-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8";
}

.fa-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b";
}

.fa-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482";
}

.fa-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}

.fa-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}

.fa-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}

.fa-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}

.fa-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}

.fa-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}

.fa-semicolon {
  --fa: "\;";
  --fa--fa: "\;\;";
}

.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e";
}

.fa-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004";
}

.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039";
}

.fa-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}

.fa-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}

.fa-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a";
}

.fa-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}

.fa-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}

.fa-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}

.fa-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}

.fa-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}

.fa-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}

.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140";
}

.fa-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}

.fa-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}

.fa-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}

.fa-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}

.fa-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1";
}

.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5";
}

.fa-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318";
}

.fa-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613";
}

.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}

.fa-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611";
}

.fa-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2";
}

.fa-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672";
}

.fa-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0";
}

.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a";
}

.fa-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389";
}

.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

.fa-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec";
}

.fa-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874";
}

.fa-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e";
}

.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}

.fa-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e";
}

.fa-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2";
}

.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}

.fa-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8";
}

.fa-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}

.fa-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}

.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}

.fa-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7";
}

.fa-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265";
}

.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}

.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817";
}

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea";
}

.fa-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315";
}

.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}

.fa-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646";
}

.fa-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631";
}

.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}

.fa-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028";
}

.fa-comma {
  --fa: "\,";
  --fa--fa: "\,\,";
}

.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}

.fa-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}

.fa-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f";
}

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae";
}

.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793";
}

.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}

.fa-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017";
}

.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}

.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591";
}

.fa-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}

.fa-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}

.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}

.fa-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669";
}

.fa-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7";
}

.fa-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451";
}

.fa-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467";
}

.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1";
}

.fa-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824";
}

.fa-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}

.fa-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}

.fa-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0";
}

.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}

.fa-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}

.fa-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}

.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}

.fa-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a";
}

.fa-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}

.fa-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}

.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}

.fa-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393";
}

.fa-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}

.fa-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}

.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}

.fa-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607";
}

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4";
}

.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}

.fa-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5";
}

.fa-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813";
}

.fa-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625";
}

.fa-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0";
}

.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}

.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}

.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4";
}

.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}

.fa-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d";
}

.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848";
}

.fa-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}

.fa-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}

.fa-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc";
}

.fa-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1";
}

.fa-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1";
}

.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}

.fa-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764";
}

.fa-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

.fa-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405";
}

.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}

.fa-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161";
}

.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}

.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654";
}

.fa-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}

.fa-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}

.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466";
}

.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}

.fa-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351";
}

.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b";
}

.fa-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}

.fa-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}

.fa-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7";
}

.fa-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd";
}

.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7";
}

.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c";
}

.fa-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}

.fa-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}

.fa-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127";
}

.fa-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b";
}

.fa-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}

.fa-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}

.fa-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d";
}

.fa-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043";
}

.fa-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431";
}

.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5";
}

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6";
}

.fa-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c";
}

.fa-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}

.fa-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}

.fa-bracket-curly-right {
  --fa: "\}";
  --fa--fa: "\}\}";
}

.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}

.fa-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356";
}

.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}

.fa-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}

.fa-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571";
}

.fa-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4";
}

.fa-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b";
}

.fa-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}

.fa-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0";
}

.fa-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6";
}

.fa-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a";
}

.fa-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667";
}

.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}

.fa-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab";
}

.fa-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051";
}

.fa-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688";
}

.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}

.fa-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3";
}

.fa-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8";
}

.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}

.fa-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}

.fa-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}

.fa-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736";
}

.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703";
}

.fa-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd";
}

.fa-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642";
}

.fa-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8";
}

.fa-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}

.fa-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}

.fa-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b";
}

.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b";
}

.fa-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253";
}

.fa-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da";
}

.fa-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2";
}

.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}

.fa-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668";
}

.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}

.fa-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300";
}

.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3";
}

.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6";
}

.fa-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b";
}

.fa-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f";
}

.fa-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}

.fa-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671";
}

.fa-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}

.fa-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604";
}

.fa-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109";
}

.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}

.fa-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}

.fa-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}

.fa-apostrophe {
  --fa: "\'";
  --fa--fa: "\'\'";
}

.fa-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666";
}

.fa-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1";
}

.fa-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}

.fa-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}

.fa-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4";
}

.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}

.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}

.fa-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}

.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

.fa-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5";
}

.fa-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745";
}

.fa-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355";
}

.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e";
}

.fa-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae";
}

.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}

.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}

.fa-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e";
}

.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521";
}

.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572";
}

.fa-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679";
}

.fa-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6";
}

.fa-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800";
}

.fa-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2";
}

.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617";
}

.fa-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3";
}

.fa-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db";
}

.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}

.fa-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}

.fa-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f";
}

.fa-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd";
}

.fa-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}

.fa-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}

.fa-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3";
}

.fa-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401";
}

.fa-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280";
}

.fa-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}

.fa-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}

.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441";
}

.fa-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae";
}

.fa-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d";
}

.fa-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8";
}

.fa-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f";
}

.fa-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c";
}

.fa-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1";
}

.fa-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed";
}

.fa-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed";
}

.fa-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1";
}

.fa-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}

.fa-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}

.fa-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2";
}

.fa-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}

.fa-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}

.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}

.fa-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1";
}

.fa-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5";
}

.fa-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}

.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}

.fa-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}

.fa-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}

.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd";
}

.fa-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7";
}

.fa-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130";
}

.fa-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762";
}

.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e";
}

.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7";
}

.fa-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}

.fa-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}

.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c";
}

.fa-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f";
}

.fa-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7";
}

.fa-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}

.fa-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}

.fa-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b";
}

.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}

.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}

.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f";
}

.fa-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}

.fa-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}

.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358";
}

.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}

.fa-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5";
}

.fa-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711";
}

.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}

.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590";
}

.fa-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4";
}

.fa-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a";
}

.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}

.fa-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695";
}

.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

.fa-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826";
}

.fa-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}

.fa-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}

.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}

.fa-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}

.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}

.fa-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3";
}

.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0";
}

.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e";
}

.fa-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278";
}

.fa-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681";
}

.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}

.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032";
}

.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}

.fa-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045";
}

.fa-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}

.fa-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}

.fa-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108";
}

.fa-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274";
}

.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}

.fa-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}

.fa-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}

.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-tilde {
  --fa: "\~";
  --fa--fa: "\~\~";
}

.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}

.fa-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}

.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}

.fa-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4";
}

.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}

.fa-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371";
}

.fa-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb";
}

.fa-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a";
}

.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b";
}

.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528";
}

.fa-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}

.fa-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}

.fa-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6";
}

.fa-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496";
}

.fa-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc";
}

.fa-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7";
}

.fa-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd";
}

.fa-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723";
}

.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445";
}

.fa-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530";
}

.fa-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef";
}

.fa-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329";
}

.fa-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd";
}

.fa-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857";
}

.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c";
}

.fa-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}

.fa-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}

.fa-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365";
}

.fa-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}

.fa-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}

.fa-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199";
}

.fa-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a";
}

.fa-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444";
}

.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

.fa-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de";
}

.fa-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}

.fa-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}

.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}

.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}

.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}

.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}

.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}

.fa-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638";
}

.fa-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480";
}

.fa-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a";
}

.fa-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058";
}

.fa-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad";
}

.fa-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467";
}

.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520";
}

.fa-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}

.fa-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}

.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9";
}

.fa-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175";
}

.fa-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a";
}

.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df";
}

.fa-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4";
}

.fa-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403";
}

.fa-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5";
}

.fa-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee";
}

.fa-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766";
}

.fa-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f";
}

.fa-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e";
}

.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}

.fa-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491";
}

.fa-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}

.fa-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}

.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}

.fa-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182";
}

.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e";
}

.fa-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f";
}

.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}

.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}

.fa-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee";
}

.fa-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f";
}

.fa-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}

.fa-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}

.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8";
}

.fa-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}

.fa-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}

.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}

.fa-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}

.fa-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}

.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}

.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}

.fa-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}

.fa-bracket-square-right {
  --fa: "\]";
  --fa--fa: "\]\]";
}

.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

.fa-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f";
}

.fa-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f";
}

.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063";
}

.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5";
}

.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}

.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

.fa-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026";
}

.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}

.fa-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846";
}

.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

.fa-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}

.fa-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}

.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f";
}

.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0";
}

.fa-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a";
}

.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}

.fa-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc";
}

.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796";
}

.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0";
}

.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}

.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2";
}

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621";
}

.fa-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313";
}

.fa-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5";
}

.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2";
}

.fa-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3";
}

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a";
}

.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}

.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}

.fa-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f";
}

.fa-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7";
}

.fa-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}

.fa-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}

.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}

.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1";
}

.fa-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7";
}

.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}

.fa-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261";
}

.fa-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376";
}

.fa-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd";
}

.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}

.fa-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df";
}

.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}

.fa-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9";
}

.fa-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}

.fa-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}

.fa-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be";
}

.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}

.fa-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333";
}

.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}

.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}

.fa-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf";
}

.fa-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}

.fa-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7";
}

.fa-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7";
}

.fa-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760";
}

.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0";
}

.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}

.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}

.fa-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e";
}

.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}

.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3";
}

.fa-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362";
}

.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036";
}

.fa-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}

.fa-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}

.fa-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}

.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420";
}

.fa-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f";
}

.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e";
}

.fa-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270";
}

.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}

.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}

.fa-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}

.fa-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}

.fa-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b";
}

.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}

.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}

.fa-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346";
}

.fa-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}

.fa-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}

.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2";
}

.fa-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}

.fa-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}

.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}

.fa-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac";
}

.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

.fa-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3";
}

.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

.fa-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667";
}

.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}

.fa-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd";
}

.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}

.fa-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048";
}

.fa-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686";
}

.fa-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}

.fa-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}

.fa-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463";
}

.fa-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d";
}

.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7";
}

.fa-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}

.fa-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8";
}

.fa-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}

.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}

.fa-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706";
}

.fa-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba";
}

.fa-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}

.fa-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}

.fa-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}

.fa-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}

.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}

.fa-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350";
}

.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}

.fa-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8";
}

.fa-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}

.fa-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e";
}

.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be";
}

.fa-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf";
}

.fa-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}

.fa-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}

.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7";
}

.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1";
}

.fa-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107";
}

.fa-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893";
}

.fa-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6";
}

.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}

.fa-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}

.fa-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}

.fa-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}

.fa-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3";
}

.fa-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d";
}

.fa-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}

.fa-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}

.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4";
}

.fa-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}

.fa-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd";
}

.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2";
}

.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}

.fa-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea";
}

.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}

.fa-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}

.fa-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}

.fa-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}

.fa-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2";
}

.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6";
}

.fa-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed";
}

.fa-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

.fa-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}

.fa-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}

.fa-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da";
}

.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}

.fa-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844";
}

.fa-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0";
}

.fa-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b";
}

.fa-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d";
}

.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}

.fa-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd";
}

.fa-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875";
}

.fa-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855";
}

.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}

.fa-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6";
}

.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e";
}

.fa-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b";
}

.fa-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}

.fa-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb";
}

.fa-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0";
}

.fa-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf";
}

.fa-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b";
}

.fa-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858";
}

.fa-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}

.fa-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}

.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532";
}

.fa-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208";
}

.fa-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c";
}

.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de";
}

.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}

.fa-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db";
}

.fa-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a";
}

.fa-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}

.fa-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}

.fa-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851";
}

.fa-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415";
}

.fa-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b";
}

.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

.fa-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e";
}

.fa-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab";
}

.fa-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac";
}

.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}

.fa-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}

.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}

.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8";
}

.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}

.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}

.fa-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869";
}

.fa-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}

.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d";
}

.fa-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}

.fa-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}

.fa-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b";
}

.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653";
}

.fa-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659";
}

.fa-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf";
}

.fa-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce";
}

.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747";
}

.fa-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d";
}

.fa-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e";
}

.fa-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be";
}

.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8";
}

.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

.fa-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820";
}

.fa-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1";
}

.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}

.fa-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623";
}

.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

.fa-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be";
}

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6";
}

.fa-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754";
}

.fa-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}

.fa-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}

.fa-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}

.fa-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111";
}

.fa-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}

.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}

.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb";
}

.fa-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6";
}

.fa-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383";
}

.fa-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb";
}

.fa-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf";
}

.fa-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a";
}

.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}

.fa-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0";
}

.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}

.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec";
}

.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}

.fa-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb";
}

.fa-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680";
}

.fa-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b";
}

.fa-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9";
}

.fa-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a";
}

.fa-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}

.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0";
}

.fa-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271";
}

.fa-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}

.fa-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}

.fa-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8";
}

.fa-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d";
}

.fa-question {
  --fa: "\?";
  --fa--fa: "\?\?";
}

.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573";
}

.fa-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

.fa-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}

.fa-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}

.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be";
}

.fa-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}

.fa-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}

.fa-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453";
}

.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}

.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a";
}

.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}

.fa-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}

.fa-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136";
}

.fa-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}

.fa-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}

.fa-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9";
}

.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6";
}

.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}

.fa-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e";
}

.fa-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705";
}

.fa-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}

.fa-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}

.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}

.fa-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}

.fa-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8";
}

.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}

.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}

.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}

.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}

.fa-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345";
}

.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}

.fa-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d";
}

.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}

.fa-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e";
}

.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}

.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}

.fa-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370";
}

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa";
}

.fa-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}

.fa-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}

.fa-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6";
}

.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}

.fa-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c";
}

.fa-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e";
}

.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489";
}

.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147";
}

.fa-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251";
}

.fa-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039";
}

.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052";
}

.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}

.fa-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241";
}

.fa-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea";
}

.fa-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb";
}

.fa-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b";
}

.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}

.fa-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803";
}

.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}

.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}

.fa-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}

.fa-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}

.fa-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e";
}

.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}

.fa-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658";
}

.fa-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca";
}

.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061";
}

.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}

.fa-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}

.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788";
}

.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}

.fa-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311";
}

.fa-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033";
}

.fa-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}

.fa-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}

.fa-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363";
}

.fa-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}

.fa-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}

.fa-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}

.fa-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}

.fa-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}

.fa-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c";
}

.fa-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620";
}

.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}

.fa-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e";
}

.fa-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}

.fa-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125";
}

.fa-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}

.fa-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}

.fa-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a";
}

.fa-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd";
}

.fa-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626";
}

.fa-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8";
}

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd";
}

.fa-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381";
}

.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004";
}

.fa-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a";
}

.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}

.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9";
}

.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794";
}

.fa-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}

.fa-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}

.fa-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}

.fa-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}

.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}

.fa-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}

.fa-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4";
}

.fa-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}

.fa-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

.fa-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2";
}

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2";
}

.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498";
}

.fa-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660";
}

.fa-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779";
}

.fa-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6";
}

.fa-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}

.fa-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce";
}

.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}

.fa-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7";
}

.fa-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}

.fa-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}

.fa-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}

.fa-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac";
}

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3";
}

.fa-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}

.fa-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}

.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2";
}

.fa-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}

.fa-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}

.fa-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449";
}

.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}

.fa-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293";
}

.fa-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2";
}

.fa-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296";
}

.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111";
}

.fa-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d";
}

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2";
}

.fa-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c";
}

.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}

.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}

.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}

.fa-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba";
}

.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}

.fa-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105";
}

.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}

.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

.fa-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}

.fa-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}

.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}

.fa-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336";
}

.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

.fa-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f";
}

.fa-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}

.fa-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}

.fa-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137";
}

.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}

.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}

.fa-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426";
}

.fa-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c";
}

.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c";
}

.fa-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3";
}

.fa-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}

.fa-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}

.fa-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5";
}

.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7";
}

.fa-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331";
}

.fa-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423";
}

.fa-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7";
}

.fa-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b";
}

.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

.fa-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3";
}

.fa-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7";
}

.fa-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632";
}

.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}

.fa-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7";
}

.fa-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157";
}

.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f";
}

.fa-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8";
}

.fa-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5";
}

.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}

.fa-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c";
}

.fa-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6";
}

.fa-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7";
}

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1";
}

.fa-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113";
}

.fa-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378";
}

.fa-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819";
}

.fa-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}

.fa-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}

.fa-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e";
}

.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126";
}

.fa-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}

.fa-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090";
}

.fa-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed";
}

.fa-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e";
}

.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}

.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be";
}

.fa-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4";
}

.fa-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}

.fa-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}

.fa-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}

.fa-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d";
}

.fa-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4";
}

.fa-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653";
}

.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}

.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}

.fa-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1";
}

.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}

.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}

.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5";
}

.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}

.fa-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}

.fa-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809";
}

.fa-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635";
}

.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}

.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b";
}

.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea";
}

.fa-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5";
}

.fa-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388";
}

.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}

.fa-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}

.fa-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}

.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}

.fa-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7";
}

.fa-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168";
}

.fa-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f";
}

.fa-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120";
}

.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}

.fa-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}

.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}

.fa-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6";
}

.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c";
}

.fa-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f";
}

.fa-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}

.fa-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}

.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e";
}

.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}

.fa-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312";
}

.fa-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6";
}

.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}

.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}

.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}

.fa-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183";
}

.fa-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}

.fa-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}

.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9";
}

.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442";
}

.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e";
}

.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}

.fa-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861";
}

.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

.fa-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}

.fa-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}

.fa-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9";
}

.fa-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}

.fa-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}

.fa-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e";
}

.fa-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831";
}

.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}

.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d";
}

.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

.fa-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c";
}

.fa-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334";
}

.fa-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d";
}

.fa-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e";
}

.fa-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275";
}

.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}

.fa-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}

.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}

.fa-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1";
}

.fa-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c";
}

.fa-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e";
}

.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}

.fa-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}

.fa-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}

.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}

.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

.fa-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad";
}

.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}

.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a";
}

.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a";
}

.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a";
}

.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257";
}

.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384";
}

.fa-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}

.fa-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}

.fa-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b";
}

.fa-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3";
}

.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780";
}

.fa-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}

.fa-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}

.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}

.fa-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c";
}

.fa-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c";
}

.fa-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9";
}

.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}

.fa-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4";
}

.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}

.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}

.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}

.fa-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}

.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}

.fa-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290";
}

.fa-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe";
}

.fa-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4";
}

.fa-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470";
}

.fa-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635";
}

.fa-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e";
}

.fa-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702";
}

.fa-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c";
}

.fa-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639";
}

.fa-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322";
}

.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064";
}

.fa-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0";
}

.fa-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8";
}

.fa-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673";
}

.fa-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}

.fa-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}

.fa-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a";
}

.fa-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}

.fa-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}

.fa-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443";
}

.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204";
}

.fa-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d";
}

.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a";
}

.fa-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}

.fa-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}

.fa-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}

.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}

.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526";
}

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}

.fa-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}

.fa-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027";
}

.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}

.fa-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465";
}

.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}

.fa-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}

.fa-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}

.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}

.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}

.fa-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a";
}

.fa-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488";
}

.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8";
}

.fa-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f";
}

.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}

.fa-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002";
}

.fa-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8";
}

.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}

.fa-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}

.fa-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4";
}

.fa-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9";
}

.fa-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344";
}

.fa-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654";
}

.fa-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8";
}

.fa-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138";
}

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3";
}

.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}

.fa-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}

.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6";
}

.fa-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483";
}

.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}

.fa-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}

.fa-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}

.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f";
}

.fa-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf";
}

.fa-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227";
}

.fa-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419";
}

.fa-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352";
}

.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd";
}

.fa-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c";
}

.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3";
}

.fa-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657";
}

.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529";
}

.fa-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763";
}

.fa-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015";
}

.fa-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c";
}

.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}

.fa-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba";
}

.fa-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8";
}

.fa-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf";
}

.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}

.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}

.fa-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6";
}

.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060";
}

.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}

.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}

.fa-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668";
}

.fa-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364";
}

.fa-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}

.fa-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}

.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036";
}

.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1";
}

.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}

.fa-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}

.fa-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008";
}

.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}

.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8";
}

.fa-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec";
}

.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

.fa-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}

.fa-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}

.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650";
}

.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1";
}

.fa-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d";
}

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1";
}

.fa-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}

.fa-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}

.fa-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452";
}

.fa-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}

.fa-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}

.fa-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}

.fa-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}

.fa-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7";
}

.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2";
}

.fa-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320";
}

.fa-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348";
}

.fa-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be";
}

.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}

.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}

.fa-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792";
}

.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651";
}

.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801";
}

.fa-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a";
}

.fa-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738";
}

.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f";
}

.fa-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243";
}

.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1";
}

.fa-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}

.fa-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}

.fa-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}

.fa-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}

.fa-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375";
}

.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}

.fa-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd";
}

.fa-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179";
}

.fa-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262";
}

.fa-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}

.fa-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}

.fa-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}

.fa-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}

.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae";
}

.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}

.fa-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c";
}

.fa-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177";
}

.fa-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}

.fa-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}

.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}

.fa-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a";
}

.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}

.fa-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622";
}

.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}

.fa-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825";
}

.fa-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}

.fa-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}

.fa-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb";
}

.fa-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e";
}

.fa-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0";
}

.fa-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea";
}

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}

.fa-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}

.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075";
}

.fa-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256";
}

.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9";
}

.fa-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657";
}

.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0";
}

.fa-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473";
}

.fa-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c";
}

.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

.fa-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7";
}

.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}

.fa-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}

.fa-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422";
}

.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}

.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}

.fa-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f";
}

.fa-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f";
}

.fa-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}

.fa-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673";
}

.fa-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122";
}

.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850";
}

.fa-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1";
}

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}

.fa-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}

.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}

.fa-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664";
}

.fa-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}

.fa-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}

.fa-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6";
}

.fa-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0";
}

.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c";
}

.fa-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}

.fa-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}

.fa-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}

.fa-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}

.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}

.fa-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd";
}

.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}

.fa-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}

.fa-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}

.fa-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}

.fa-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}

.fa-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0";
}

.fa-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9";
}

.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-slash-back {
  --fa: "\\";
  --fa--fa: "\\\\";
}

.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8";
}

.fa-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414";
}

.fa-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9";
}

.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b";
}

.fa-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa";
}

.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}

.fa-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee";
}

.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}

.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6";
}

.fa-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

.fa-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644";
}

.fa-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4";
}

.fa-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1";
}

.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}

.fa-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}

.fa-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb";
}

.fa-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b";
}

.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274";
}

.fa-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134";
}

.fa-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}

.fa-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}

.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b";
}

.fa-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302";
}

.fa-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a";
}

.fa-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3";
}

.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}

.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}

.fa-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662";
}

.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b";
}

.fa-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e";
}

.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}

.fa-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5";
}

.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}

.fa-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7";
}

.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}

.fa-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218";
}

.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3";
}

.fa-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6";
}

.fa-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}

.fa-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}

.fa-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}

.fa-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}

.fa-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}

.fa-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859";
}

.fa-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}

.fa-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}

.fa-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306";
}

.fa-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145";
}

.fa-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203";
}

.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6";
}

.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

.fa-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}

.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b";
}

.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}

.fa-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}

.fa-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636";
}

.fa-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193";
}

.fa-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271";
}

.fa-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}

.fa-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}

.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}

.fa-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}

.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

.fa-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366";
}

.fa-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}

.fa-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}

.fa-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b";
}

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9";
}

.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}

.fa-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395";
}

.fa-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e";
}

.fa-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645";
}

.fa-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}

.fa-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}

.fa-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2";
}

.fa-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129";
}

.fa-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}

.fa-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}

.fa-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638";
}

.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471";
}

.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}

.fa-bracket-round-right {
  --fa: "\)";
  --fa--fa: "\)\)";
}

.fa-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf";
}

.fa-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2";
}

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}

.fa-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}

.fa-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}

.fa-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}

.fa-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190";
}

.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439";
}

.fa-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3";
}

.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}

.fa-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866";
}

.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}

.fa-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091";
}

.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}

.fa-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}

.fa-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}

.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc";
}

.fa-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}

.fa-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}

.fa-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}

.fa-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe";
}

.fa-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f";
}

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef";
}

.fa-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}

.fa-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}

.fa-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459";
}

.fa-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}

.fa-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}

.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499";
}

.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}

.fa-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8";
}

.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}

.fa-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}

.fa-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}

.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}

.fa-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2";
}

.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf";
}

.fa-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a";
}

.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}

.fa-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172";
}

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365";
}

.fa-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f";
}

.fa-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}

.fa-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}

.fa-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9";
}

.fa-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}

.fa-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}

.fa-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}

.fa-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}

.fa-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399";
}

.fa-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}

.fa-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}

.fa-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a";
}

.fa-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}

.fa-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}

.fa-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}

.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}

.fa-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}

.fa-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}

.fa-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}

.fa-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}

.fa-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254";
}

.fa-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}

.fa-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}

.fa-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}

.fa-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}

.fa-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}

.fa-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}

.fa-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}

.fa-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506";
}

.fa-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d";
}

.fa-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}

.fa-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}

.fa-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367";
}

.fa-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c";
}

.fa-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d";
}

.fa-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2";
}

.fa-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268";
}

.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e";
}

.fa-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0";
}

.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b";
}

.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019";
}

.fa-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}

.fa-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}

.fa-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c";
}

.fa-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}

.fa-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}

.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd";
}

.fa-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8";
}

.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}

.fa-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341";
}

.fa-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}

.fa-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}

.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005";
}

.fa-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741";
}

.fa-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5";
}

.fa-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0";
}

.fa-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}

.fa-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282";
}

.fa-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3";
}

.fa-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9";
}

.fa-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732";
}

.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7";
}

.fa-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}

.fa-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}

.fa-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

.fa-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}

.fa-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5";
}

.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}

.fa-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189";
}

.fa-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}

.fa-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}

.fa-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a";
}

.fa-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0";
}

.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}

.fa-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a";
}

.fa-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343";
}

.fa-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}

.fa-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}

.fa-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6";
}

.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba";
}

.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}

.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e";
}

.fa-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418";
}

.fa-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316";
}

.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}

.fa-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c";
}

.fa-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c";
}

.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf";
}

.fa-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216";
}

.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}

.fa-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6";
}

.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}

.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}

.fa-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d";
}

.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}

.fa-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281";
}

.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}

.fa-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

.fa-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c";
}

.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}

.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}

.fa-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c";
}

.fa-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7";
}

.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd";
}

.fa-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c";
}

.fa-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437";
}

.fa-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2";
}

.fa-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4";
}

.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}

.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea";
}

.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}

.fa-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a";
}

.fa-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439";
}

.fa-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687";
}

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4";
}

.fa-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485";
}

.fa-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326";
}

.fa-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}

.fa-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}

.fa-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}

.fa-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a";
}

.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a";
}

.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

.fa-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}

.fa-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}

.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}

.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302";
}

.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec";
}

.fa-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b";
}

.fa-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a";
}

.fa-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db";
}

.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609";
}

.fa-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009";
}

.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3";
}

.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d";
}

.fa-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e";
}

.fa-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}

.fa-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}

.fa-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}

.fa-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb";
}

.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}

.fa-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353";
}

.fa-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377";
}

.fa-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}

.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019";
}

.fa-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d";
}

.fa-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}

.fa-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}

.fa-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742";
}

.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

.fa-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d";
}

.fa-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601";
}

.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146";
}

.fa-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e";
}

.fa-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f";
}

.fa-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c";
}

.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}

.fa-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804";
}

.fa-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4";
}

.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e";
}

.fa-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0";
}

.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9";
}

.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037";
}

.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f";
}

.fa-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3";
}

.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}

.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6";
}

.fa-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342";
}

.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784";
}

.fa-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9";
}

.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}

.fa-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244";
}

.fa-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}

.fa-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}

.fa-pipe {
  --fa: "\|";
  --fa--fa: "\|\|";
}

.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477";
}

.fa-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440";
}

.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525";
}

.fa-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7";
}

.fa-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb";
}

.fa-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4";
}

.fa-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da";
}

.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}

.fa-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de";
}

.fa-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605";
}

.fa-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4";
}

.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}

.fa-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d";
}

.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}

.fa-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}

.fa-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}

.fa-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}

.fa-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9";
}

.fa-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4";
}

.fa-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5";
}

.fa-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4";
}

.fa-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217";
}

.fa-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}

.fa-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}

.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}

.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}

.fa-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5";
}

.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}

.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}

.fa-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}

.fa-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}

.fa-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}

.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}

.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}

.fa-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc";
}

.fa-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219";
}

.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}

.fa-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777";
}

.fa-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110";
}

.fa-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7";
}

.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}

.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f";
}

.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

.fa-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}

.fa-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}

.fa-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}

.fa-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}

.fa-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c";
}

.fa-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7";
}

.fa-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}

.fa-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}

.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff";
}

.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}

.fa-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}

.fa-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}

.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9";
}

.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}

.fa-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690";
}

.fa-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220";
}

.fa-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634";
}

.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}

.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}

.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}

.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8";
}

.fa-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202";
}

.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}

.fa-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}

.fa-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}

.fa-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc";
}

.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}

.fa-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}

.fa-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}

.fa-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}

.fa-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}

.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6";
}

.fa-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}

.fa-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}

.fa-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d";
}

.fa-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390";
}

.fa-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}

.fa-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}

.fa-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6";
}

.fa-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae";
}

.fa-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3";
}

.fa-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}

.fa-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab";
}

.fa-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}

.fa-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}

.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}

.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275";
}

.fa-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4";
}

.fa-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a";
}

.fa-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637";
}

.fa-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff";
}

.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

.fa-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}

.fa-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}

.fa-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}

.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-less-than {
  --fa: "\<";
  --fa--fa: "\<\<";
}

.fa-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}

.fa-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}

.fa-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372";
}

.fa-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}

.fa-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}

.fa-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}

.fa-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}

.fa-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4";
}

.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107";
}

.fa-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd";
}

.fa-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a";
}

.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}

.fa-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1";
}

.fa-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b";
}

.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}

.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

.fa-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc";
}

.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443";
}

.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

.fa-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197";
}

.fa-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f";
}

.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}

.fa-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685";
}

.fa-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}

.fa-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}

.fa-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}

.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188";
}

.fa-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9";
}

.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}

.fa-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121";
}

.fa-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735";
}

.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}

.fa-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f";
}

.fa-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758";
}

.fa-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb";
}

.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}

.fa-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301";
}

.fa-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e";
}

.fa-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d";
}

.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}

.fa-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}

.fa-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f";
}

.fa-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176";
}

.fa-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}

.fa-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}

.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf";
}

.fa-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f";
}

.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}

.fa-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608";
}

.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236";
}

.fa-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be";
}

.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}

.fa-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266";
}

.fa-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a";
}

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f";
}

.fa-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2";
}

.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}

.fa-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2";
}

.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3";
}

.fa-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}

.fa-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}

.fa-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b";
}

.fa-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3";
}

.fa-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a";
}

.fa-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4";
}

.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}

.fa-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0";
}

.fa-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}

.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}

.fa-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a";
}

.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}

.fa-accent-grave {
  --fa: "\`";
  --fa--fa: "\`\`";
}

.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

.fa-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed";
}

.fa-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160";
}

.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff";
}

.fa-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}

.fa-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}

.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b";
}

.fa-greater-than {
  --fa: "\>";
  --fa--fa: "\>\>";
}

.fa-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234";
}

.fa-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441";
}

.fa-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629";
}

.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063";
}

.fa-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7";
}

.fa-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}

.fa-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}

.fa-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd";
}

.fa-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}

.fa-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}

.fa-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201";
}

.fa-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d";
}

.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649";
}

.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d";
}

.fa-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504";
}

.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b";
}

.fa-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}

.fa-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}

.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}

.fa-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867";
}

.fa-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b";
}

.fa-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1";
}

.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba";
}

.fa-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1";
}

.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198";
}

.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}

.fa-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398";
}

.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c";
}

.fa-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255";
}

.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}

.fa-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}

.fa-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}

.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260";
}

.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658";
}

.fa-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014";
}

.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759";
}

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}

.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}

.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447";
}

.fa-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf";
}

.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158";
}

.fa-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a";
}

.fa-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128";
}

.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655";
}

.fa-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be";
}

.fa-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205";
}

.fa-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396";
}

.fa-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2";
}

.fa-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b";
}

.fa-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795";
}

.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f";
}

.fa-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

.fa-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d";
}

.fa-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236";
}

.fa-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4";
}

.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569";
}

.fa-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8";
}

.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}

.fa-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304";
}

.fa-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f";
}

.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}

.fa-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa";
}

.fa-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d";
}

.fa-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb";
}

.fa-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739";
}

.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312";
}

.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}

.fa-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a";
}

.fa-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df";
}

.fa-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e";
}

.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622";
}

.fa-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5";
}

.fa-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733";
}

.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

.fa-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318";
}

.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}

.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}

.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031";
}

.fa-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}

.fa-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}

.fa-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b";
}

.fa-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

.fa-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}

.fa-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}

.fa-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}

.fa-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}

.fa-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}

.fa-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b";
}

.fa-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}

.fa-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}

.fa-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298";
}

.fa-bracket-curly {
  --fa: "\{";
  --fa--fa: "\{\{";
}

.fa-bracket-curly-left {
  --fa: "\{";
  --fa--fa: "\{\{";
}

.fa-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421";
}

.fa-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}

.fa-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}

.fa-colon {
  --fa: "\:";
  --fa--fa: "\:\:";
}

.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218";
}

.fa-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}

.fa-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d";
}

.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}

.fa-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}

.fa-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}

.fa-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}

.fa-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044";
}

.fa-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a";
}

.fa-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}

.fa-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2";
}

.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}

.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849";
}

.fa-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9";
}

.fa-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e";
}

.fa-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327";
}

.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}

.fa-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}

.fa-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}

.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5";
}

.fa-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337";
}

.fa-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a";
}

.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}

.fa-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240";
}

.fa-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb";
}

.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170";
}

.fa-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d";
}

.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}

.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f";
}

.fa-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa";
}

.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}

.fa-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660";
}

.fa-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8";
}

.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062";
}

.fa-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407";
}

.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f";
}

.fa-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106";
}

.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}

.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479";
}

.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287";
}

.fa-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458";
}

.fa-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020";
}

.fa-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425";
}

.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}

.fa-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675";
}

.fa-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2";
}

.fa-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d";
}

.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}

.fa-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}

.fa-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}

.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d";
}

.fa-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}

.fa-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}

.fa-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6";
}

.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5";
}

.fa-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b";
}

.fa-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8";
}

.fa-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee";
}

.fa-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}

.fa-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}

.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578";
}

.fa-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}

.fa-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}

.fa-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466";
}

.fa-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}

.fa-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}

.fa-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417";
}

.fa-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc";
}

.fa-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f";
}

.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}

.fa-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037";
}

.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5";
}

.fa-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}

.fa-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}

.fa-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8";
}

.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}

.fa-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}

.fa-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}

.fa-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434";
}

.fa-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}

.fa-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}

.fa-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f";
}

.fa-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}

.fa-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}

.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e";
}

.fa-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6";
}

.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

.fa-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a";
}

.fa-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab";
}

.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}

.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d";
}

.fa-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6";
}

.fa-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e";
}

.fa-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}

.fa-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}

.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5";
}

.fa-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce";
}

.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d";
}

.fa-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad";
}

.fa-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206";
}

.fa-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a";
}

.fa-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462";
}

.fa-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e";
}

.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c";
}

.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}

.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606";
}

.fa-plus {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-add {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065";
}

.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}

.fa-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486";
}

.fa-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c";
}

.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

.fa-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b";
}

.fa-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2";
}

.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}

.fa-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394";
}

.fa-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4";
}

.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}

.fa-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}

.fa-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}

.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c";
}

.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}

.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}

.fa-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b";
}

.fa-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3";
}

.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}

.fa-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094";
}

.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}

.fa-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b";
}

.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}

.fa-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}

.fa-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}

.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9";
}

.fa-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1";
}

.fa-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af";
}

.fa-bracket-square {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-bracket {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-bracket-left {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}

.fa-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}

.fa-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}

.fa-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}

.fa-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314";
}

.fa-equals {
  --fa: "\=";
  --fa--fa: "\=\=";
}

.fa-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}

.fa-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}

.fa-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c";
}

.fa-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430";
}

.fa-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1";
}

.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517";
}

.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}

.fa-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295";
}

.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b";
}

.fa-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3";
}

.fa-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b";
}

.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}

.fa-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615";
}

.fa-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493";
}

.fa-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f";
}

.fa-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9";
}

.fa-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347";
}

.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}

.fa-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e";
}

.fa-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354";
}

.fa-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc";
}

.fa-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8";
}

.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}

.fa-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}

.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}

.fa-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f";
}

.fa-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374";
}

.fa-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee";
}

.fa-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f";
}

.fa-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164";
}

.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}

.fa-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317";
}

.fa-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c";
}

.fa-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a";
}

.fa-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e";
}

.fa-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250";
}

.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b";
}

.fa-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173";
}

.fa-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6";
}

.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6";
}

.fa-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}

.fa-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}

.fa-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9";
}

.fa-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c";
}

.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}

.fa-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df";
}

.fa-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575";
}

.fa-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}

.fa-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}

.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106";
}

.fa-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7";
}

.fa-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}

.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa";
}

.fa-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd";
}

.fa-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616";
}

.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053";
}

.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059";
}

.fa-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744";
}

.fa-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1";
}

.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258";
}

.fa-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291";
}

.fa-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d";
}

.fa-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}

.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa";
}

.fa-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433";
}

.fa-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4";
}

.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469";
}

.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d";
}

.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054";
}

.fa-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}

.fa-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}

.fa-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349";
}

.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}

.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}

.fa-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1";
}

.fa-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495";
}

.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}

.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}

.fa-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}

.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}

.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}

.fa-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373";
}

.fa-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408";
}

.fa-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae";
}

.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}

.fa-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d";
}

.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}

.fa-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249";
}

.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}

.fa-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5";
}

.fa-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497";
}

.fa-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca";
}

.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806";
}

.fa-percent {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-percentage {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}

.fa-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e";
}

.fa-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}

.fa-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}

.fa-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd";
}

.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}

.fa-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757";
}

.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225";
}

.fa-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb";
}

.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339";
}

.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}

.fa-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746";
}

.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3";
}

.fa-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0";
}

.fa-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0";
}

.fa-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}

.fa-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}

.fa-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5";
}

.fa-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156";
}

.fa-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a";
}

.fa-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}

.fa-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}

.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b";
}

.fa-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}

.fa-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}

.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8";
}

.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}

.fa-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2";
}

.fa-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}

.fa-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}

.fa-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c";
}

.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}

.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}

.fa-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b";
}

.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

.fa-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}

.fa-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}

.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8";
}

.fa-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}

.fa-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}

.fa-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}

.fa-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277";
}

.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}

.fa-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8";
}

.fa-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9";
}

.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524";
}

.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}

.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}

.fa-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590";
}

.fa-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5";
}

.fa-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852";
}

.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4";
}

.fa-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec";
}

.fa-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870";
}

.fa-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680";
}

.fa-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}

.fa-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}

.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}

.fa-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}

.fa-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}

.fa-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150";
}

.fa-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603";
}

.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559";
}

.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad";
}

.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

.fa-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}

.fa-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}

.fa-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d";
}

.fa-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d";
}

.fa-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610";
}

.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}

.fa-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd";
}

.fa-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a";
}

.fa-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e";
}

.fa-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}

.fa-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}

.fa-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe";
}

.fa-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1";
}

.fa-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f";
}

.fa-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

.fa-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}

.fa-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b";
}

.fa-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226";
}

.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}

.fa-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}

.fa-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c";
}

.fa-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa";
}

.fa-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b";
}

.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}

.fa-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}

.fa-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}

.fa-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2";
}

.fa-ditto {
  --fa: "\"";
  --fa--fa: "\"\"";
}

.fa-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e";
}

.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}

.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}

.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}

.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}

.fa-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710";
}

.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}

.fa-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}

.fa-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}

.fa-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e";
}

.fa-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475";
}

.fa-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}

.fa-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}

.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3";
}

.fa-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212";
}

.fa-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}

.fa-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}

.fa-ampersand {
  --fa: "\&";
  --fa--fa: "\&\&";
}

.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787";
}

.fa-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}

.fa-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}

.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}

.fa-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f";
}

.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef";
}

.fa-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f";
}

.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}

.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}

.fa-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9";
}

.fa-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e";
}

.fa-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6";
}

.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5";
}

.fa-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620";
}

.fa-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f";
}

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb";
}

.fa-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb";
}

.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a";
}

.fa-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d";
}

.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}

.fa-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb";
}

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7";
}

.fa-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310";
}

.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7";
}

.fa-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387";
}

.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}

.fa-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}

.fa-hashtag {
  --fa: "\#";
  --fa--fa: "\#\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4";
}

.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}

.fa-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}

.fa-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}

.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}

.fa-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b";
}

.fa-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}

.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}

.fa-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}

.fa-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}

.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863";
}

.fa-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847";
}

.fa-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}

.fa-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}

.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}

.fa-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}

.fa-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}

.fa-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726";
}

.fa-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca";
}

.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c";
}

.fa-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734";
}

.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133";
}

.fa-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d";
}

.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}

.fa-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}

.fa-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}

.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612";
}

.fa-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1";
}

.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}

.fa-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2";
}

.fa-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d";
}

.fa-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}

.fa-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}

.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5";
}

.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}

.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}

.fa-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154";
}

.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f";
}

.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d";
}

.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c";
}

.fa-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661";
}

.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

.fa-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b";
}

.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564";
}

.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}

.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380";
}

.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee";
}

.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

.fa-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}

.fa-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}

.fa-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}

.fa-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec";
}

.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}

.fa-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2";
}

.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a";
}

.fa-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411";
}

.fa-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff";
}

.fa-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}

.fa-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}

.fa-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412";
}

.fa-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e";
}

.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652";
}

.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}

.fa-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}

.fa-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737";
}

.fa-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725";
}

.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d";
}

.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}

.fa-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac";
}

.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c";
}

.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330";
}

.fa-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b";
}

.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}

.fa-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc";
}

.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}

.fa-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}

.fa-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}

.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}

.fa-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}

.fa-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca";
}

.fa-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089";
}

.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

.fa-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575";
}

.fa-slash-forward {
  --fa: "\/";
  --fa--fa: "\/\/";
}

.fa-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}

.fa-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}

.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3";
}

.fa-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f";
}

.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1";
}

.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}

.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}

.fa-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686";
}

.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0";
}

.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634";
}

.fa-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670";
}

.fa-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3";
}

.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}

.fa-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe";
}

.fa-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}

.fa-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}

.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518";
}

.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9";
}

.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}

.fa-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716";
}

.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200";
}

.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0";
}

.fa-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a";
}

.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b";
}

.fa-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}

.fa-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489";
}

.fa-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119";
}

.fa-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307";
}

.fa-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}

.fa-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}

.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

.fa-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361";
}

.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}

.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9";
}

.fa-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b";
}

.fa-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf";
}

.fa-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}

.fa-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}

.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038";
}

.fa-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}

.fa-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}

.fa-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631";
}

.fa-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}

.fa-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}

.fa-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636";
}

.fa-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d";
}

.fa-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b";
}

.fa-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8";
}

.fa-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c";
}

.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783";
}

.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}

.fa-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}

.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d";
}

.fa-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}

.fa-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}

.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}

.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}

.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522";
}

.fa-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727";
}

.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436";
}

.fa-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d";
}

.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc";
}

.fa-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc";
}

.fa-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7";
}

.fa-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}

.fa-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}

.fa-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132";
}

.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272";
}

.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1";
}

.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c";
}

.fa-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0";
}

.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}

.fa-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f";
}

.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}

.fa-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427";
}

.fa-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359";
}

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095";
}

.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}

.fa-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc";
}

.fa-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144";
}

.fa-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e";
}

.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d";
}

.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}

.fa-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc";
}

.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}

.fa-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff";
}

.fa-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614";
}

.fa-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1";
}

.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}

.fa-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600";
}

.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a";
}

.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}

.fa-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd";
}

.fa-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af";
}

.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}

.fa-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5";
}

.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}

.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4";
}

.fa-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}

.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}

.fa-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410";
}

.fa-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af";
}

.fa-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214";
}

.fa-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a";
}

.fa-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef";
}

.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}

.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}

.fa-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd";
}

.fa-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce";
}

.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}

.fa-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}

.fa-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}

.fa-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}

.fa-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2";
}

.fa-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}

.fa-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}

.fa-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}

.fa-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}

.fa-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a";
}

.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}

.fa-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402";
}

.fa-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018";
}

.fa-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0";
}

.fa-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210";
}

.fa-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc";
}

.fa-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}

.fa-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316";
}

.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7";
}

.fa-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df";
}

.fa-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0";
}

.fa-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7";
}

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1";
}

.fa-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd";
}

.fa-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}

.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}

.fa-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}

.fa-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}

.fa-exclamation {
  --fa: "\!";
  --fa--fa: "\!\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}

.fa-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392";
}

.fa-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}

.fa-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}

.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382";
}

.fa-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}

.fa-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}

.fa-dollar-sign {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-dollar {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-usd {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174";
}

.fa-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2";
}

.fa-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124";
}

.fa-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c";
}

.fa-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196";
}

.fa-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}

.fa-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}

.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}

.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}

.fa-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c";
}

.fa-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}

.fa-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645";
}

.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}

.fa-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2";
}

.fa-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492";
}

.fa-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f";
}

.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5";
}

.fa-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa";
}

.fa-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112";
}

.fa-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367";
}

.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}

.fa-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}

.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}

.fa-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665";
}

.fa-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248";
}

.fa-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649";
}

.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a";
}

.fa-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655";
}

.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}

.fa-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}

.fa-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}

.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}

.fa-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}

.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}

.fa-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288";
}

.fa-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}

.fa-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}

.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

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

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

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/../webfonts/fa-brands-400.woff2) format("woff2"), url(/../webfonts/fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-aws {
  --fa: "\f375";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-modx {
  --fa: "\f285";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-edge {
  --fa: "\f282";
}

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-safari {
  --fa: "\f267";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-centos {
  --fa: "\f789";
}

.fa-adn {
  --fa: "\f170";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-hips {
  --fa: "\f452";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-discord {
  --fa: "\f392";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-apple {
  --fa: "\f179";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-angular {
  --fa: "\f420";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-envira {
  --fa: "\f299";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-gg {
  --fa: "\f260";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-fly {
  --fa: "\f417";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-audible {
  --fa: "\f373";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-figma {
  --fa: "\f799";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-docker {
  --fa: "\f395";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-apper {
  --fa: "\f371";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-android {
  --fa: "\f17b";
}

.fa-bots {
  --fa: "\e340";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-uber {
  --fa: "\f402";
}

.fa-github {
  --fa: "\f09b";
}

.fa-php {
  --fa: "\f457";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-strava {
  --fa: "\f428";
}

.fa-ember {
  --fa: "\f423";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/../webfonts/fa-solid-900.woff2) format("woff2"), url(/../webfonts/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/../webfonts/fa-regular-400.woff2) format("woff2"), url(/../webfonts/fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/../webfonts/fa-light-300.woff2) format("woff2"), url(/../webfonts/fa-light-300.ttf) format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/../webfonts/fa-thin-100.woff2) format("woff2"), url(/../webfonts/fa-thin-100.ttf) format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/../webfonts/fa-duotone-900.woff2) format("woff2"), url(/../webfonts/fa-duotone-900.ttf) format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/../webfonts/fa-sharp-solid-900.woff2) format("woff2"), url(/../webfonts/fa-sharp-solid-900.ttf) format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

.btn:focus,
.btn.focus {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.nav .wrapper,
.nav .nav_link {
  height: 72px;
}

.nav_links {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 98;
  height: 72px;
}

.account_container {
  right: 5px;
  height: 72px;
}

@media (max-width: 992px) {
  .account_container {
    display: none;
  }
}
@media (min-width: 1200px) and (min-height: 600px) {
  .hamburger_container,
  .msg_container {
    display: none;
  }
}
.nav {
  z-index: 96;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}

.pre_purchases .nav {
  -webkit-transition: background-color 0.3s cubic-bezier(0.07, 0.86, 0.32, 1.05);
  transition: background-color 0.3s cubic-bezier(0.07, 0.86, 0.32, 1.05);
}

.nav.dark {
  background-color: #003d3b;
}

.nav.sand {
  background-color: #ebebd4 !important;
}

.quiz-item {
  display: block;
}

/*
section {
    padding-top: 0;
    padding-bottom: 0;
}
*/
.paypal-button-express,
.paypal-button-express-popup {
  background-image: url(/assets/icons/paypal-bb230994469278cbe80e0336a575209516879ad6a5e8cc9233956e71747de578.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 220px;
  height: 51px;
  background-color: #ffc439;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .paypal-button-express,
  .paypal-button-express-popup {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .paypal-button-express:hover,
  .paypal-button-express-popup:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
}

.booking_continue {
  border: 0 !important;
  height: 61px;
  border-radius: 0px 3px 3px 0;
}

@media only screen and (max-width: 992px) {
  .booking_continue {
    height: 59px;
  }
}
.quiz-header#initialQuiz,
#pane_1 #bookingPane {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.body-container-wrapper {
  padding-bottom: 0;
}

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

#bookingPane {
  margin-top: 0;
}

.btn2 .btn {
  padding-left: 0;
  padding-right: 0;
}

.contact_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 48px);
  background-color: white;
  padding: 12px;
}
@media (max-width: 992px) {
  .contact_bar {
    width: calc(100% - 48px);
  }
}

.contact_bar h5 {
  margin-bottom: 0;
  font-family: "MaisonNeue-Book";
  font-size: 16px;
  color: #406e6c;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.contact_bar a {
  text-decoration: none;
}

.contact_bar .logout {
  position: absolute;
  right: 30px;
}

.contact_bar .logout .user_link_icon {
  background-image: url(/assets/icons/user_portal_logout-d02f79dd297e48b267359be0d4eb53ce1881d71124b44387864880a1ace919bf.svg);
  width: 16px;
  height: 14px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

.contact_bar .contact_link .user_link_icon {
  background-image: url(/assets/icons/smile_popup-912c556f0e3f5cc14acf3214b6d6bf5f3b9e84ce86e7328b6a801f00639c9537.svg);
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 87px);
  margin: auto;
}

.alt_title_2 {
  display: none;
}

.nav_links.white {
  background-color: transparent;
}

.nav_links.white .hamburger {
  background-image: url(/assets/icons/hamburger-white-14323221fa232c1f7fae7214710bb778389d2af939455909c984bf1629ecdfde.svg);
}

.nav_links.white h5 {
  color: white !important;
}

.hamburger {
  background-image: url(/assets/icons/hamburger-c5fdd52cbcf09bf9e37620c38c29d48d0bcbd316c0ef347a3dc6eaf662508a2f.svg);
}

.confirm_question_container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #003d3b;
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  position: relative;
}

.confirm_question_container .confirm_answer input[type=checkbox] {
  position: absolute;
  top: 23px;
  right: 0;
}

.notifications .confirm_question_container_videocall {
  margin-top: 25px;
}

.confirm_question_container label {
  cursor: pointer;
}

.confirm_question_container > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}

.confirm_question_container .confirm_question {
  margin-bottom: 0;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .confirm_question_container .confirm_question {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
  }
}

.videocall {
  padding-right: 0 !important;
}

/* MODALS */
#mental_booking_popup h4 {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}
#mental_booking_popup input[type=submit] {
  margin-top: 0;
}
#mental_booking_popup .modal-body {
  padding: 30px 15px 25px 15px;
}
@media (min-width: 992px) {
  #mental_booking_popup .modal-body {
    padding: 50px 50px 35px 50px;
  }
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 650px;
  }
}

.medicare_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

.medicare_buttons .btn {
  width: calc(50% - 6.5px);
  margin-top: 0;
}

#mh_faq {
  margin-top: 45px;
}

.notifications #mh_faq {
  margin-top: 65px;
}

.referral_error_text {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: center;
}

@media (min-width: 992px) {
  .referral_error_text {
    text-align: left;
  }
  #mh_faq {
    margin-top: 65px;
  }
}
.referral_error_text > div {
  padding: 20px;
  padding-top: 80px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/doctor_alt_1-1.png);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center top 10px;
}

.referral_error_text.reveal {
  max-height: 500px;
  opacity: 1;
}

.notifications .referral_error_text.reveal > div {
  margin-top: 25px;
}

.doc_img {
  height: 135px;
  width: 135px;
}

@media (min-width: 992px) {
  .doc_img {
    height: 115px;
    width: 115px;
  }
}
.cardno {
  display: inline-block;
  margin-right: 6px;
  width: 35px;
  height: 10px;
  background-image: url(/assets/icons/cardno-f4dc3e77a2420d386bdd4f67b1c564c3e9ebad7841600484406721f2bc3c127f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .cardno {
    margin-right: 9px;
  }
}

.card_info_row .info_title {
  margin-right: 10px;
}

.card_info_row {
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  #portal_addon_container {
    margin-top: 40px;
  }
}
.portal_addon_link {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.portal_addon_link h5 {
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .portal_addon_link h5 {
    font-size: 13.5px;
    letter-spacing: 0.07rem;
  }
}
@media (min-width: 768px) {
  .portal_addon_link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pharm_hide {
  display: inline;
}
@media (min-width: 330px) {
  .pharm_hide {
    display: none;
  }
}

.pharm_show {
  display: none;
}
@media (min-width: 330px) {
  .pharm_show {
    display: inline;
  }
}

.portal_addon_link.active h5 {
  border-bottom: 1px solid transparent;
}

.portal_addon_link.active h5 {
  color: #82c780;
  padding-bottom: 3px;
  border-color: #82c780;
}

@media (min-width: 992px) {
  .portal_addon_link:hover h5 {
    color: #82c780;
  }
}
.portal_addon_link:first-child {
  padding-left: 0;
}

.view_token {
  text-align: center;
}
.view_token .view_token_btn {
  text-decoration: underline !important;
}

.btn.book_btn {
  padding: 5px 14px;
  background-position: center right 6px;
  display: inline-block;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 0.65rem;
  border-radius: 100px;
  border: 1px solid #003d3b;
  color: #003d3b;
  background-color: transparent;
}
.btn.book_btn.disabled {
  cursor: not-allowed;
}
.btn.book_btn:hover {
  /* transform:translateY(-2px); */
  opacity: 0.7;
}
.btn.book_btn.orange {
  background-color: #c54801;
  color: white;
  border-color: #c54801;
}

.appointment_btn_container {
  margin-top: 25px;
}

.appointment_btn_container .btn {
  margin-top: 0;
}

.appointment_btn_container .btn:last-child {
  margin-top: 15px;
}

.table-responsive {
  display: inline-table;
}

.patchy_upload input[type=file] {
  display: none;
}

.patchy_upload {
  padding-top: 50px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #003d3b;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/camera.svg);
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 30px;
  cursor: pointer;
  margin-bottom: 15px;
}

.patchy_upload.mh {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/pamphlet.svg);
  background-size: 25px;
  background-position: center top 18px;
  border: 1px dashed #003d3b;
  border-radius: 4px;
}

.patchy_upload:hover {
  background-color: #ebebd4;
}

@media (min-width: 992px) {
  .oad {
    padding-top: 70px;
    padding-bottom: 15px;
    background-size: 40px;
    background-position: center top 20px;
  }
  .patchy_upload.mh {
    background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/pamphlet.svg);
    background-size: 35px;
    background-position: center top 22px;
  }
}
.radio_switch_container {
  border: 1px solid #003d3b;
  cursor: pointer !important;
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.radio_switch_container label,
.radio_switch_container a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  margin-bottom: 0;
  padding: 7px;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0;
  line-height: 1.5;
}

.question_row input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}

.question_row label {
  display: block;
  margin-bottom: 0;
}

.radio_switch_container input[type=radio] {
  display: none;
}

.radio_switch_container input[type=radio]:checked + label,
.radio_checked,
.radio_switch_container .active {
  background-color: #c54801;
  border-color: #c54801;
  color: white !important;
}

.hamburger_container {
  left: 15px;
}

.msg_container {
  right: 50px;
}

.new-message-count-mobile {
  position: absolute;
  left: 58.99%;
  top: 24.04%;
  bottom: 51.5%;
  background: #c54801;
  width: 1.125rem;
  border-radius: 0.5625rem;
}

.chat-message-count-mobile {
  position: relative;
  left: 0.35rem;
  top: -0.15rem;
  color: white !important;
}

.nav_icon {
  width: 45px;
  height: 45px;
  background-size: 45px;
  margin-right: 0;
}

#other_meds_btn_container {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 992px) {
  #other_meds_btn_container {
    top: 24px;
  }
}

#other_meds_btn_container.reveal {
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 992px) {
  #other_meds_btn {
    font-size: 14px;
  }
}
/* select2 */
/*
  .select2-container{
    width:100% !important;
  }  */
/* .form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
} */
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  /* padding-top:25px; */
}

.select2-container *:focus {
  outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/search.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center left 15px;
  padding-left: 55px !important;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -7px;
}

@media (min-width: 992px) {
  .select2-container--default .select2-search--inline .select2-search__field {
    background-position: center left 15px;
    padding-left: 55px !important;
  }
}
/* .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding:0
} */
.select2 .select2-search__field {
  margin: 0 !important;
  padding-left: 20px !important;
  min-height: 66px !important;
}

.select2-search .select2-search--inline {
  width: 100% !important;
}

.select2-container .select2-results__option--highlighted {
  background-color: #ebebd4 !important;
  border-color: #ebebd4 !important;
  color: inherit !important;
}

.select2-results__option {
  padding: 12px 10px !important;
  border-bottom: 1px solid rgba(0, 61, 59, 0.2) !important;
  line-height: 1.3 !important;
  font-size: 16px;
}

@media (max-width: 992px) {
  .select2-results__option {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .select2-results__option {
    padding: 17px 15px !important;
  }
}
.select2-dropdown {
  border-radius: 0 !important;
  border-color: #003d3b !important;
}

.select2.select2-container--default .selection .select2-selection--multiple {
  border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #003d3b;
  background-color: transparent;
  border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 16px;
    margin-top: 10px !important;
  }
}
/* .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding-top:3px;
} */
/*
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
padding-left: 13px;
padding-top: 15px;
} */
.select2-selection__choice__remove {
  display: block !important;
  bottom: 0 !important;
  width: 20px !important;
  height: 20px !important;
  margin: auto !important;
  background: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/close_small-2.svg) no-repeat center !important;
  background-size: 12px !important;
  pointer-events: auto !important;
  font-size: 0 !important;
  float: right !important;
}

.select2-container .select2-search--inline {
  display: block;
  width: 100%;
}

div[id*=side_effect_time_section] > div:first-child {
  padding-top: 20px;
}

.yourplan_benefits {
  padding-left: 20px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/angled_tick-2.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center left;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .yourplan_benefits {
    background-size: 12px;
  }
}
@media (max-width: 768px) {
  .yourplan_benefits {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.simple_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: right;
}

.disabled .simple_toggle {
  pointer-events: none;
}

@media (min-width: 992px) {
  .simple_toggle {
    padding: 6px;
  }
}
.simple_toggle.active,
.simple_toggle.reverse {
  color: white;
  background-color: #c54801;
}

.simple_toggle.reverse.active {
  color: inherit;
  background-color: #f3f3f3;
}

.simple_toggle label {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  cursor: pointer !important;
  margin-bottom: 0 !important;
}

.simple_toggle,
.simple_toggle label {
  width: 90px;
}

@media (min-width: 992px) {
  .simple_toggle,
  .simple_toggle label {
    width: 110px;
  }
}
.simple_toggle label::after {
  content: "";
  display: block;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: auto;
  margin: auto;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}

.simple_toggle.reverse label::after {
  right: 6px;
  left: auto;
}

@media (min-width: 992px) {
  .simple_toggle label::after {
    width: 35px;
    height: 35px;
  }
}
.simple_toggle label:last-of-type::after {
  right: 6px;
  left: auto;
}

.simple_toggle.reverse label:last-of-type::after {
  left: 6px;
  right: auto;
}

@media (min-width: 992px) {
  .simple_toggle:hover label::after {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}
.simple_toggle label::before {
  content: "Yes";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.simple_toggle.reverse label::before {
  margin: auto;
  left: 15px;
}

.simple_toggle label:last-of-type::before {
  content: "No";
  opacity: 0.5;
  left: 15px;
}

.simple_toggle.reverse label:last-of-type::before {
  margin: auto;
  right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .simple_toggle label::before {
    right: 20px;
  }
  .simple_toggle.reverse label::before {
    left: 20px;
    right: auto;
  }
  .simple_toggle label:last-of-type::before {
    left: 20px;
  }
  .simple_toggle.reverse label:last-of-type::before {
    right: auto;
    right: 20px;
  }
}
.simple_toggle.reverse label::before {
  content: "No";
  opacity: 0.5;
}

.simple_toggle.reverse label:last-of-type::before {
  content: "Yes";
  opacity: 1;
}

.simple_toggle label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.simple_toggle label:last-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.simple_toggle.reverse label:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.simple_toggle input,
.simple_toggle span {
  display: none !important;
}

.simple_toggle input:checked + label {
  background-color: transparent;
  display: none;
}

.cmi_links {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.medical_information_section .cmi_links {
  margin-top: 25px;
}

.cmi_links li a,
.returning .quickscript_consents li a,
.cmi_anchor_link {
  display: block;
  padding: 10px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: center left 9px;
  background-size: 19px;
  background-image: url(/assets/icons/pamphlet-a47a6edae93ba3a38a7f68d66f65fdc8c014e76d98b09000ae731c2a0e8b59c8.svg);
  margin-bottom: 0.5rem;
  border: 1px dashed rgba(0, 61, 59, 0.5);
  border-radius: 4px;
}

.cmi_anchor_link {
  margin-top: 1.5rem;
  display: inline-block;
  padding-right: 20px;
}

.cmi_links li:last-child a {
  margin-bottom: 0;
}

.cmi_links li.doctor_correspondence a {
  background-image: url(/assets/icons/chat-c8f0bfbc6f5bd122f036858d9d365bc799b0e00eefb0662665f9eb9e7adbcf48.png);
}

#start_chat_btn.active .btn {
  border-color: #82c780;
  color: #82c780;
}

#medical_support_tabs {
  left: 0;
}

@media (min-width: 992px) {
  #start_chat_btn {
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
  }
}
#medical_information {
  padding-top: 0;
}

.order_block:not(:first-child) #order_dispensed_by {
  display: none;
}

#medical_information_toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: scroll;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 18px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  #medical_information_toggle {
    padding-top: 21px;
    padding-bottom: 24px;
  }
}

#medical_information_section_container {
  padding-top: 30px;
}
@media (min-width: 992px) {
  #medical_information_section_container {
    padding-top: 35px;
  }
}

#medical_information_toggle_bg {
  background-color: #f8f8f8;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
}

#medical_information_toggle_bg,
#medical_information_toggle_fade {
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 992px) {
  #medical_information_toggle_bg,
  #medical_information_toggle_fade {
    height: 67px;
  }
}

#medical_information_toggle_fade {
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  pointer-events: none;
  left: auto;
  width: 20%;
  z-index: 3;
  height: 55px;
}
@media (min-width: 992px) {
  #medical_information_toggle_fade {
    height: 66px;
    width: 90px;
  }
}

#medical_information_toggle,
#medical_information_toggle_border {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  #medical_information_toggle,
  #medical_information_toggle_border {
    margin-left: -35px;
    margin-right: -35px;
  }
}

#medical_information_toggle::-webkit-scrollbar {
  display: none;
}

#medical_information_toggle a {
  display: inline-block;
  margin-left: 10px;
  color: rgba(0, 61, 59, 0.3);
}
#medical_information_toggle a.active {
  color: #003d3b;
  position: relative;
}
@media (min-width: 992px) {
  #medical_information_toggle a {
    margin-left: 20px;
  }
  #medical_information_toggle a:hover {
    color: #003d3b;
  }
}

#medical_information_toggle a.active::after {
  background-image: url(/assets/icons/arrow-active-0e87e9032047c4e277336a695ca80ada7432968d2e1371ea0faf4622ded8bc90.png);
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  top: auto;
  display: block;
  width: 30px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
@media (min-width: 992px) {
  #medical_information_toggle a.active::after {
    bottom: -22px;
  }
}

#medical_information_toggle a:last-child {
  margin-right: 40px;
}
@media (min-width: 992px) {
  #medical_information_toggle a:last-child {
    margin-right: 70px;
  }
}

#medical_information_toggle a:first-child {
  margin-left: 15px;
}
@media (min-width: 992px) {
  #medical_information_toggle a:first-child {
    margin-left: 35px;
  }
}

.medical_information_section {
  display: none;
}

.medical_information_section ol:last-child,
.medical_information_section ul:last-child {
  margin-bottom: 0;
}

.medical_information_section h4 {
  margin-bottom: 15px !important;
}

.medical_information_section .faq_item:last-of-type {
  margin-bottom: 20px;
}

.verify_id_consents.confirm_question_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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  padding-bottom: 25px;
}

.verify_id_consents #verification_section {
  width: 50%;
  max-width: 170px;
}

@media (min-width: 576px) {
  .verify_id_consents #verification_section {
    max-width: 200px;
  }
}
.verify_id_consents #digitalid-verify button,
.verified_start_button,
.verified_success_button {
  background-color: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  padding: 7px !important;
  text-align: center;
  width: 100% !important;
  position: relative;
  height: 40px !important;
  border: 0 !important;
  display: block !important;
}

.verify_id_consents #digitalid-verify button,
.verified_start_button {
  background-color: #c54801 !important;
  color: white !important;
}
@media (min-width: 992px) {
  .verify_id_consents #digitalid-verify button:hover,
  .verified_start_button:hover {
    opacity: 0.8;
  }
}

.notifications #digitalid-verify button {
  display: none;
}

.notifications #digitalid-verify button:first-child {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.verified_success_button {
  background-size: 10px;
  background-position: center left 17px;
  background-image: url(/assets/icons/angled-tick-fade-9528254f3280e0d57ed3bf9730def33e1546146acb9f1e8eefd73ba09af82d58.svg);
  background-repeat: no-repeat;
  background-color: #f3f3f3 !important;
  border: 0 !important;
  border: 0;
  color: rgba(0, 61, 59, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.verify_id_consents #digitalid-verify button::after {
  content: "Verify";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "MaisonNeue-Book";
  font-size: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.verify_id_consents #digitalid-verify button::before,
.verified_start_button::before,
.verify_id_consents .verified_success_button::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/digital_id_logo_full-98b25a51d6200897327452b774ca96b40dddbaed827773ca08b5236654c6859a.svg);
  width: 70px;
  height: 20px;
  position: absolute;
  bottom: -28px;
  right: 0;
}

.verify_id_consents #digitalid-verify img {
  display: none;
}

#verify_success {
  display: none;
}

#verify_success.reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consents_next_btn:disabled {
  background-color: #c54801 !important;
  color: white !important;
  opacity: 1 !important;
}

.confirm_question_container_upload input[type=file] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
}

.confirm_question_container_upload .confirm_answer {
  margin-top: 15px;
}

.confirm_question_container_upload {
  display: block !important;
}

.confirm_question_container_upload > div:last-child {
  margin-top: 20px;
}

.confirm_question_container_upload label {
  padding: 25px 15px;
  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;
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: center left 8px;
  padding-left: 87px;
  border: 1px dashed #003d3b;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 992px) {
  .confirm_question_container_upload label:hover .photo_filename {
    opacity: 0.8;
  }
}

.confirm_question_container_upload label:last-child {
  margin-bottom: 0;
}

.confirm_question_container_upload .photo_filename {
  border: 1px solid #003d3b;
  padding: 7px;
  width: 50%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  background-color: #c54801;
  color: white;
}

@media (min-width: 992px) {
  .confirm_question_container_upload .photo_filename {
    width: 200px;
  }
  .confirm_question_container_upload label {
    padding: 30px 15px;
    padding-left: 110px;
    background-size: 78px;
    background-position: center left 15px;
  }
}
.confirm_question_container_upload strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.confirm_question_container_upload label[for=upload_hairline] {
  background-image: url(/assets/illustrations/quiz/hair_photo_hairline-70d078981c2783171fa928b65f71e5d1b0b79f40fba984ee1b84a95ed85f0fd1.png);
}

.confirm_question_container_upload label[for=upload_crown] {
  background-image: url(/assets/illustrations/quiz/hair_photo_crown-e0fa3ee3db96bdd6522e76ea7b7779254ced25d4cc2b1df5fafd441ea8c5b4d7.png);
}

.confirm_question_container_upload label[for=upload_skin] {
  background-image: url(/assets/illustrations/quiz/skin_photo-546b55d4ffb9fbaf69e8a6d68e2641cb30fe3e861585f36c14c7a43f057623ce.png);
}

.confirm_question_container_upload label[for=body_forward] {
  background-image: url(/assets/illustrations/quiz/weight_photo_front-16088743d93fa3016f131012e928d6293e8ed2dcc8c478f071015756d233fa2f.png);
}

.confirm_question_container_upload label[for=body_sideways] {
  background-image: url(/assets/illustrations/quiz/weight_photo_side-7e72fad520214d89cbf501f5e1c003bc6dc6fd0d455e38045db8f322e0b14fd3.png);
}

.confirm_question_container_upload label[for=face_with_id] {
  background-image: url(/assets/illustrations/quiz/face_with_id-3ab2b56131b4a367fa9ff50edeb963602c5012aecd126c0748c66e992d633c29.png);
}

#notfound {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}

#notfound.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#notfound h1 {
  max-width: 20ch;
}

#notfound .btn {
  display: block;
  margin-bottom: 0.5rem;
}

.notfound_btn_container {
  width: 100%;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .notfound_btn_container {
    max-width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #notfound .btn {
    display: inline-block;
  }
}
#notfound {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#notfound {
  height: 80vh;
}

.collapsable {
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.collapsable.reveal {
  max-height: 3000px;
  opacity: 1;
  pointer-events: all;
}

.cmi_links.cmi_links_consents {
  margin: 0;
  margin-top: 10px;
  list-style: none;
}

.cmi_links.cmi_links_consents li a {
  padding-left: 30px;
  background-position: center left;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#consents_container li {
  list-style: none;
}

.returning .confirm_question_container .radio_switch_container {
  width: 200px;
}
@media (max-width: 576px) {
  .returning .confirm_question_container .radio_switch_container {
    max-width: 170px;
  }
}

.confirm_question_container_formfield input,
.confirm_question_container_formfield select {
  padding: 15px !important;
  min-height: auto !important;
  margin: 0 !important;
  width: 200px;
}
@media (max-width: 576px) {
  .confirm_question_container_formfield input,
  .confirm_question_container_formfield select {
    max-width: 170px;
  }
}

@media (max-width: 576px) {
  .returning .confirm_question_container_formfield input,
  .returning .confirm_question_container_formfield select,
  .returning .confirm_question_container .radio_switch_container {
    max-width: 150px;
  }
}
.inform_doc_form_yes .confirm_question_container,
.other_pharmacy_form_yes .confirm_question_container {
  padding-top: 0;
}

.inform_doc_form_yes .confirm_question_container:not(:last-child),
.other_pharmacy_form_yes .confirm_question_container:not(:last-child) {
  padding-bottom: 15px;
}

.inform_doc_form_no {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
}

.doctor_correspondence a {
  text-decoration: underline !important;
}

/* msg */
.query_message_container {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
}

.query_message {
  padding: 8px 30px 22px 10px;
  font-size: 14px !important;
  border-radius: 13px;
  min-width: 90px;
  max-width: calc(100% - 60px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 10px;
}

.query_message_old {
  padding: 15px;
  padding-bottom: 50px;
}

.query_message.live_message {
  display: none;
}

.query_message.received_message {
  background-color: #ebebd4;
  margin-right: auto;
  margin-left: 0;
}

.query_message.sent_message {
  margin-left: auto;
  margin-right: 0;
}

.query_reply {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}

.query_author {
  position: absolute;
  bottom: 6px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.query_message_date,
.query_author {
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.query_author img {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-right: 3px;
}

.query_message_date {
  position: absolute;
  bottom: 9px;
  right: 15px;
  opacity: 0.3;
}

.consents_accordion .query_message_container {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.consents_accordion .query_message_container.reveal {
  max-height: 388px;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
}

@media (min-width: 992px) {
  .consents_accordion .query_message_container.reveal {
    max-height: 600px;
  }
}
hr {
  border-top: 1px solid rgba(0, 61, 59, 0.3);
}

.confirm_question_container_videocall {
  border-top: 1px solid rgba(0, 61, 59, 0.3);
}

#verify_container.btn_processing {
  position: relative;
}

.verified.false.btn_processing::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 11px;
  background-image: url(/assets/icons/loading-white-8be0117b352a9fec94034cc65744f01d63c649ecd4c741e427f57c917b941dd5.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  pointer-events: none;
}
@media (max-width: 576px) {
  .verified.false.btn_processing::after {
    top: auto;
    bottom: 28px;
  }
}

#verify_container.btn_processing .verified_start_button {
  background-image: url(/assets/icons/loading-white-8be0117b352a9fec94034cc65744f01d63c649ecd4c741e427f57c917b941dd5.svg);
  opacity: 0.35;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.verified.false.btn_processing::after {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
}

.verified.false.btn_processing::after {
  top: 0 !important;
  bottom: 0 !important;
}

.verified.false.btn_processing > a {
  display: none;
}

.consents_block {
  position: relative;
}

.consents_next_btn {
  cursor: pointer;
}

.red-border {
  border-color: #c54801 !important;
}

.incomplete_field.confirm_question_container {
  border-color: rgba(0, 61, 59, 0.3) !important;
}

.incomplete_field.confirm_question_container strong,
.incomplete_field.confirm_question_container p {
  color: #c54801 !important;
}

.incomplete_field.confirm_question_container_upload strong {
  color: #003d3b !important;
}

label.incomplete_field strong,
label.incomplete_field p {
  color: #c54801 !important;
}

label.incomplete_field,
.incomplete_field.confirm_question_container input {
  border-color: #c54801 !important;
}

.incomplete_field.confirm_question_container_formfield > div:first-child {
  color: #c54801 !important;
}

.consents_error.flip_down,
.photo_error.flip_down {
  background-color: #c54801;
  position: fixed;
  top: 70px;
  left: 15px;
  right: 15px;
  margin: auto;
  z-index: 3;
  bottom: auto;
  color: white;
  pointer-events: none;
  max-width: 620px;
}

@media (min-width: 992px) {
  .notifications .consents_error.flip_down {
    z-index: 210;
    top: 0;
    left: 0;
    right: 0;
    max-width: none;
  }
}
.consents_error.flip_down.reveal,
.photo_error.flip_down.reveal {
  padding-bottom: 8px;
  padding-top: 8px;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(4px);
  }
  20% {
    -webkit-transform: translateY(-4px);
  }
  40% {
    -webkit-transform: translateY(3px);
  }
  60% {
    -webkit-transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes shakeReset {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .existingcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .existingcard > span {
    display: block;
  }
}
.existingcard.visa {
  background-image: url(/assets/icons/cc-visa-64d4343f7f04c6556393c5e667675c09ad0bc40b3449823e72c26d366d7dbea8.png);
}

.existingcard.mastercard {
  background-image: url(/assets/icons/cc-mastercard-9c2b9b413a717f7eeb6927adddb380ed43741323653cd7617743e315a05b8301.png);
}

.existingcard.american,
.existingcard.amex {
  background-image: url(/assets/icons/cc-amex-a71832d32102e97b006dfb0fded830914006c43bc5ef8820a44f37366a57c9a1.png);
}

.existingcard .info_title {
  padding-right: 8px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .existingcard .info_title {
    padding-right: 15px;
  }
}

.existingcard .info_details:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.existingcard #change_card_btn {
  text-decoration: underline;
}

.existingcard #change_card_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .existingcard #change_card_btn {
    font-size: 13px;
  }
}

.existingcard {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 71px;
  margin-bottom: 18px;
  margin-top: 15px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center left 13px;
  position: relative;
  border: 1px dashed rgba(0, 61, 59, 0.3);
  border-radius: 5px;
}
@media (min-width: 768px) {
  .existingcard {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.cc_end {
  display: inline-block;
}
@media (min-width: 768px) {
  .cc_end {
    margin-left: 2px;
  }
}

.ma_step#consents_section form .container.ma_step_container {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .ma_step#consents_section form .container.ma_step_container {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

#thankyou_loading_screen_2 .emoji {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #thankyou_loading_screen_2 .emoji {
    width: 120px;
    height: 120px;
  }
  .thankyou_booking_confirmed h4 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #thankyou_loading_screen_2 {
    padding-top: 7vh !important;
  }
}
#thankyou_booking_confirmed .btn {
  margin-top: 30px !important;
}

.thankyou_loading_screen::-webkit-scrollbar {
  display: none;
}

.thankyou_loading_screen {
  z-index: 94 !important;
  overflow: scroll !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-top: 17vh !important;
}

@media (max-width: 768px) {
  #thankyou_loading_screen_2 {
    padding-bottom: 70px !important;
    display: block !important;
  }
}
#thankyou_loading_screen_2 p {
  max-width: 55ch;
}

.thankyou_loading_screen h2 {
  margin-bottom: 14px;
}

span.active,
span.wait_for_user {
  color: #82c780;
}

span.wait_for_doctor,
span.closed {
  color: #d0d0d0;
}

.chat_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid rgba(0, 61, 59, 0.3);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 15px;
}

.chat_item.appointment_item {
  cursor: auto;
}
.chat_item.appointment_item:hover {
  background-color: inherit;
}

@media (max-width: 340px) {
  .chat_appointment_details .appt {
    display: none;
  }
}
.chat_doctor_illustration {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  display: block;
  opacity: 0.5;
  background-image: url(/assets/illustrations/icons/booking-icon-grey-27d2f9cfdb24d4046c05c5f3589d4eb316385d9a9ed47c197b0844a20e01f5d7.png);
}
@media (min-width: 768px) {
  .chat_doctor_illustration {
    position: absolute;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.chat_doctor_illustration.chat_doctor_illustration_mh {
  background-image: url(/assets/illustrations/icons/booking-icon-mh-grey-b7a97bab589a10556a148d2fa089f02dd95f6e9120480b737f520bf5d6498132.png);
}

@media (min-width: 768px) {
  .chat_appointment_details_container {
    padding-left: 73px;
  }
}
.Confirmed .chat_doctor_illustration {
  background-image: url(/assets/illustrations/icons/booking-icon-fde8712111e68520cf60ebe759877edc29eea0f5c7a92288a6d5f5db6c62c705.png);
  opacity: 1;
}

.Confirmed .chat_doctor_illustration.chat_doctor_illustration_mh {
  background-image: url(/assets/illustrations/icons/booking-icon-mh-e7708274048eba4d593ba4de09b4892d6f05aaf9305eb4ba80096ead3f69d966.png);
}

.chat_item.appointment_item:nth-child(even) {
  background-color: #f8f8f8;
}

.Confirmed .chat_appointment_time {
  color: #82c780;
}

@media (min-width: 992px) {
  .chat_item {
    padding-left: 18px;
  }
  .appointment_status {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.chat_item.even {
  background-color: #f8f8f8;
}

@media (min-width: 992px) {
  .chat_item:hover {
    background-color: #f8f8f8;
  }
  .chat_item.even:hover {
    background-color: #f3f3f3;
  }
}
/* .chat_item.last{
  border-bottom:0;
} */
.chat_item_details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 40px;
  position: relative;
  width: 100%;
}

.chat_item_inner {
  min-height: 100px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.close_chat_btn.btn {
  background-color: #ef3535;
  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;
  text-align: center;
  margin: 0;
  height: 100%;
  width: 100%;
  min-width: 80px;
  margin-top: 0 !important;
}

.btn_go {
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  .btn_go {
    margin-top: 20px !important;
  }
}

.chat_item_close {
  overflow: hidden;
  max-width: 0;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  cursor: pointer;
}

.chat_item_close.reveal {
  max-width: 80px;
  width: 100%;
}

@media (min-width: 992px) {
  .close_chat_btn.btn {
    min-width: 120px;
    padding: 20px;
  }
  .chat_item_close.reveal {
    max-width: 120px;
  }
}
.chat_item.appointment_item .chat_item_close.reveal {
  max-width: 120px;
}

.chat_item.appointment_item .close_chat_btn.btn {
  min-width: 120px;
}

.expand_close {
  background-image: url(/assets/icons/option-ac4559bf84eb3ed40322470bb06aaa5841530b6974d8b849bcc016786eaa656b.svg);
  width: 40px;
  height: 100%;
  background-position: top 16px right 11px;
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  cursor: pointer;
}

/* .chat_item.wait_for_user{
  order:1;
}
*/
.chat_item.wait_for_user strong span {
  display: inline-block;
  position: relative;
}

.chat_item.wait_for_user strong span::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #c54801;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -12px;
  margin: auto;
}

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

.chat_item.closed .chat_content,
.chat_item.closed .chat_doctor_name,
.chat_item.reassign_to_cs .chat_content,
.chat_item.reassign_to_cs .chat_doctor_name {
  opacity: 0.5;
}

.chat_container {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .chat_container {
    margin-left: -37px;
    margin-right: -37px;
  }
}
.chat_doctor_image {
  width: 50px;
  height: 50px;
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 100px;
  border: 3px solid white;
  margin-right: 14px;
}

.portal_block_chats .pagination {
  padding-bottom: 20px;
}

.no_chats_available {
  padding-bottom: 27px;
}

@media (min-width: 992px) {
  .portal_block_chats .pagination {
    padding-bottom: 35px;
  }
  .no_chats_available {
    padding-bottom: 42px;
  }
}
.btnTimeForm2 {
  position: fixed;
  bottom: -50px;
  left: 15px;
  right: 15px;
  max-width: 530px;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  pointer-events: none;
}

.btnTimeForm2.reveal {
  bottom: 15px;
  opacity: 1;
  pointer-events: all;
}

#time-form {
  margin-top: 15px;
}

.credit_balance {
  position: absolute;
  top: -61px;
  left: 15px;
  right: 15px;
  margin: auto;
  margin: auto;
  display: block;
  border: 1px solid #82c780;
  padding: 9px 20px;
}
@media (min-width: 768px) {
  .credit_balance {
    display: inline-block;
    left: auto;
  }
}

#credit_balance_block {
  margin-top: 61px;
}

.usp_container {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #003d3b;
}

#qr_code {
  margin-top: 5px;
  margin-bottom: 25px;
  max-width: 170px;
  border-radius: 5px;
}

#qr {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

ol li,
ol li a {
  word-wrap: break-word;
}

.plans ol li,
.medical_support .references {
  font-size: 70%;
  opacity: 0.5;
}

.plans ol.instructions li {
  font-size: 100%;
  opacity: 1;
}

/* ADDONS */
.plan_addon_header {
  height: 155px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 3px 3px 0 0;
}
@media (min-width: 768px) {
  .plan_addon_header {
    height: 215px;
  }
}

@media (max-width: 768px) {
  #medication_and_therapy .plan_addon_header {
    height: 105px;
  }
}

.plan_addon_item {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 61, 59, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .plan_addon_item:last-child {
    margin-bottom: 0;
  }
}

.top_pick .plan_addon_header::before {
  content: "Top pick!";
  display: block;
  position: absolute;
  background-color: #82c780;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.1rem;
  font-size: 80%;
  color: white;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center left 3px;
  background-size: 12px;
  padding: 1px 6px 1px 9px;
  right: 0;
  border-radius: 0px 3px 0 0;
}

.top_pick#energy_libido .plan_addon_header::before {
  content: "Top seller!";
}

.plan_addon_details {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 12px 10px 9px 10px;
  position: relative;
}
@media (min-width: 992px) {
  .plan_addon_details {
    padding: 14px 15px 12px 15px;
  }
}

.plan_addon_item.top_pick .plan_addon_details {
  border: 0;
}

.plan_addon_units {
  display: inline-block;
  margin-left: 2px;
}

.plan_addon_price {
  margin-top: 20px;
}

.plan_addon_header .info {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}

#plan_addon_container #keep_vitamins .plan_addon_header,
#keep-vitamin_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_keep-vitamin-c8d74f70514f85f9c9d513a980c0b7a85208c3703bfecf31468b7c723812eac0.jpg);
  background-position: 50% 50%;
}

#plan_addon_container #energy_libido .plan_addon_header,
#energy-libido-vitamin_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_energy-libido-vitamin-cdbe0e01087004720c5e50dacb09ef26c1e5d895ddbd4f6c7f766970aa236d57.jpg);
}

#plan_addon_container #shampoo_conditioner .plan_addon_header,
#shampoo-conditioner_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_shampoo-conditioner-779d5231a1b5e43fc9416a5e6d7329d8b6c2c2eca27f4f8e40775edf3ec03ad2.jpg);
  background-position: 50% 60%;
}

#plan_addon_container #pill-box .plan_addon_header,
#pill-box_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_pill-box-3ecad0715f18463ea71b46752a21d912e3a52baedaa762c7dffc6f88629928df.jpg);
  background-position: 50% 60%;
}

#plan_addon_container #minoxidil .plan_addon_header {
  background-image: url(/assets/product/hair_minoxidil_lifestyle-29de7a6301d4b5e0053a6061dd3ab3393ec02e7ee05790e132c2b51a3100a011.jpg);
  background-position: 50% 20%;
}

#minoxidil_modal .modal_header_image {
  background-image: url(/assets/product/hair_minoxidil_lifestyle-29de7a6301d4b5e0053a6061dd3ab3393ec02e7ee05790e132c2b51a3100a011.jpg);
  background-position: 50% 20%;
}

#plan_addon_container #cleanse .plan_addon_header,
#fresh-cleanser_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_fresh-cleanser-670d4e785b78b50712ce24e985061e72eb2c7e882c8c4f894b515e150920b846.jpg);
}

#plan_addon_container #darkcircles .plan_addon_header,
#dark-circle-eliminator_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_dark-circle-eliminator-de2e4c4e556cb8a9bf93fc17e52c422ac2c5929a0152d90d2cb8915c37b37560.jpg);
}

#plan_addon_container #moisturise .plan_addon_header,
#pm-moisturiser_modal .modal_header_image {
  background-image: url(/assets/product/renders/lifestyle/lifestyle_pm-moisturiser-609bf31057c8515079ca82d86ff0bfc3c663597eeb8a28b532f299bdf67a7f85.jpg);
}

/* DOC MSG */
#twilio {
  position: fixed;
  right: 0;
  bottom: 100px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 101;
  width: 65px;
  height: 65px;
  background-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1) all;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1) all;
}
@media (min-width: 992px) {
  #twilio {
    width: 80px;
    height: 70px;
    -webkit-transform: translate(10px);
            transform: translate(10px);
    bottom: 110px;
  }
}
@media (min-width: 992px) {
  #twilio:hover {
    opacity: 0.8;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 992px) {
  #twilio.open {
    right: -80px;
  }
}
@media (min-width: 992px) {
  #twilio.open:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
#twilio img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  right: auto;
  margin: auto;
}
@media (min-width: 992px) {
  #twilio img {
    width: 50px;
    height: 50px;
    left: 12px;
  }
}
#twilio .chat_icon {
  background-image: url(/assets/icons/chat-icon-afb0e38d1bede0ceea9f13d68c27365d0b6f6641d32b37703b49a840cbb6e898.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  z-index: 2;
  position: absolute;
  left: 6px;
  bottom: 2px;
}
@media (min-width: 992px) {
  #twilio .chat_icon {
    width: 25px;
    height: 25px;
    left: 7px;
  }
}
#twilio.twilio_alt {
  width: 260px;
  height: 50px;
  font-size: 12px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MaisonNeue-Demi";
  padding-left: 16px;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.26);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.26);
  bottom: 105px;
}
@media (min-width: 1200px) {
  #twilio.twilio_alt {
    bottom: 37px;
    right: 40px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
}
#twilio.twilio_alt .chat_icon {
  width: 26px;
  height: 26px;
  left: auto;
  right: 15px !important;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#twilio.twilio_alt .chat_icon .notification {
  position: absolute;
  top: -3px;
  right: -4px;
  content: "1";
  background-color: #c54801;
  color: white;
  border-radius: 3px;
  width: 11px;
  height: 15px;
  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;
  font-size: 10px;
}

#twilio_form {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  z-index: 300;
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1) all;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1) all;
  pointer-events: none;
  padding-top: 0;
  background-color: white;
  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) {
  #twilio_form {
    left: auto;
    width: 75vw;
    -webkit-transform: translateX(75vw);
            transform: translateX(75vw);
  }
}
@media (min-width: 992px) {
  #twilio_form {
    width: 650px;
    -webkit-transform: translateX(650px);
            transform: translateX(650px);
  }
}
#twilio_form.reveal {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

#twilio_form_header {
  padding: 13px 10px;
  border-radius: 5px 5px 0 0;
  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;
  position: relative;
}

#twilio_form_header img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

#twilio_form_header .back_arrow {
  position: static;
  background-size: 21px;
  background-position: center;
  width: 50px !important;
  margin-right: 11px;
}

#twilio_form_header .close {
  top: 0;
  right: 0;
  left: auto;
  background-size: 14px;
  background-position: top 12px right 12px;
}

#twilio_form .btn {
  /* padding-top: 10px;
      padding-bottom: 10px; */
  border-radius: 0 0 5px 5px;
  margin-top: 0;
}

#panel_overlay {
  background-color: black;
}

#panel_overlay.open {
  height: 100%;
  opacity: 0.6;
  z-index: 101;
}

#twilio_form .query_message_container {
  padding: 15px;
  padding-bottom: 0;
  height: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#twilio_form .query_message_container::-webkit-scrollbar {
  display: none;
}

.twilio_notification {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .twilio_notification {
    left: 5px;
    top: 5px;
  }
}

#twilio_tooltip {
  position: fixed;
  bottom: 111px;
  right: 76px;
  background-color: #003d3b;
  color: white;
  padding: 10px 15px;
  z-index: 100;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 992px) {
  #twilio_tooltip {
    bottom: 123px;
    right: 99px;
  }
}
#twilio,
#twilio_tooltip {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#twilio_form.reveal #twilio {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#twilio_tooltip.reveal {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#twilio_tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #003d3b;
}

.query_message.sent_message {
  background-color: #82c780;
}

.query_message.received_message {
  background-color: #f3f3f3;
}

.query_message {
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
.query_message.author_reveal {
  margin-bottom: 30px;
}

#chatting-messages .query_author {
  position: absolute;
  display: block;
  bottom: -21px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 300px;
}
#chatting-messages .query_author.reveal {
  opacity: 0.3;
}

#chatting-messages .sent_message .query_author {
  right: 0;
  left: auto;
  text-align: right;
}

#chatting-messages .received_message .query_author {
  left: 0;
  right: auto;
}

.request_message_form {
  border-top: 1px solid rgba(0, 61, 59, 0.3);
  position: relative;
}

#twilio_form_header {
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
}

.chat-input {
  background-color: #f3f3f3;
  padding: 10px;
  padding-left: 15px;
  min-height: auto;
  border-radius: 26px !important;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 44px;
  resize: none;
  padding-right: 45px;
  max-height: 356px;
  -ms-overflow-style: none;
  margin: 0;
  display: block;
}

.chat-input-container {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 26px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
}

.chat-input::-webkit-scrollbar {
  display: none;
}

.chat-input:focus {
  outline-style: solid;
  outline-width: 0;
}

.chat-input.active_recording {
  padding-left: 42px;
}

.chat-send {
  background-image: url(/assets/icons/twilio_send-97325b85482ebc76e5fed8760d0c260074e187d4fb19343bb1929e44ef8e888c.svg);
  opacity: 0.2;
  display: block;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-repeat: no-repeat;
  background-size: 40px !important;
  background-position: center !important;
  position: absolute;
  right: 10px;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.chat-send.active {
  opacity: 1;
}

.request_message_form {
  padding: 10px;
  background-color: white;
}

.twilio_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.twilio_buttons label,
.twilio_buttons a {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 0 0;
  margin: 0;
  cursor: pointer;
  display: block;
  -webkit-transition: max-width 0.2s ease;
  transition: max-width 0.2s ease;
}

#upload_media.collapse {
  max-width: 0px;
  min-width: 0px;
}

.twilio_buttons .active {
  background-position: 0 -50px;
}

@media (min-width: 768px) {
  .twilio_buttons label:hover,
  .twilio_buttons a:hover {
    background-position: 0 -50px;
  }
}
.twilio_buttons .tool_tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.twilio_buttons .tool_tip_text {
  bottom: -136% !important;
  left: auto;
  font-size: 13px !important;
  right: 3px;
  margin-left: 0;
}

.twilio_buttons .tool_tip_text::after {
  border-color: transparent transparent #003d3b transparent;
  top: -27% !important;
  left: 87% !important;
}

#twilio_media_buttons input:not(input[type=text]) {
  display: none;
}

#twilio_form_header strong {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  position: relative;
}

#twilio_form_header strong span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #82c780;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

#is_recording {
  border-radius: 100%;
  background-color: #e90000;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 137px;
  bottom: 28px;
  display: none;
}

#is_recording::after {
  content: "";
  display: block;
  border: 1px solid #e90000;
  -webkit-animation: record 1s infinite ease-in-out;
          animation: record 1s infinite ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@-webkit-keyframes record {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes record {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
#upload_media {
  background-image: url(/assets/icons/twilio_media-7bc54fe0f35775df55a101750d062ea3ba75710a25c6a81138d8f2489b9aed62.svg);
}

#audio_file {
  background-image: url(/assets/icons/twilio_audio-52462881c007242396b4d44a5887a73f56f7e785d658dcbb6cea97f747592d18.svg);
}

.video_record {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .video_record {
    width: 70px;
    height: 70px;
  }
}
.video_record#video_start, .video_record#voice_start::before {
  background-color: #e90000;
  border-radius: 100%;
}
.video_record#voice_start::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video_record#video_stop, .video_record#voice_stop {
  display: none;
}
.video_record#video_stop::before, .video_record#voice_stop::before {
  width: 20px;
  height: 20px;
  background-color: #e90000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .video_record#video_stop::before, .video_record#voice_stop::before {
    width: 30px;
    height: 30px;
  }
}
.video_record#video_stop::after, .video_record#voice_stop::after {
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  border: 2px solid #e90000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: record_2 1s infinite ease-in-out;
          animation: record_2 1s infinite ease-in-out;
}
@media (min-width: 992px) {
  .video_record#video_stop::after, .video_record#voice_stop::after {
    width: 70px;
    height: 70px;
  }
}

.vjs-icon-record-stop::before {
  width: 14px;
  height: 14px;
  background-color: #e90000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  font-size: 0 !important;
}

.vjs-icon-record-stop::after {
  content: "";
  display: block;
  border: 2px solid #e90000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: record_2 1s infinite ease-in-out;
          animation: record_2 1s infinite ease-in-out;
  width: 40px;
  height: 40px;
}

#video_start,
#voice_start::before {
  -webkit-transition: 0.1s ease transform;
  transition: 0.1s ease transform;
}

@media (min-width: 768px) {
  #voice_start:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  #video_start:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#voice_start,
#voice_stop {
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video_record#voice_start,
.video_record#voice_stop {
  width: 50px;
  height: 50px;
}

.video_record#voice_stop::after {
  width: 30px;
  height: 30px;
}

.video_record#voice_stop::before {
  width: 12px;
  height: 12px;
  border-radius: 0;
}

@-webkit-keyframes record_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes record_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.twilio_buttons .phone_call {
  background-image: url(/assets/icons/twilio_phone_call-7940227c34362cea376b340c5700cdbfe933aed655fd354eafd6c68095e2d9fc.svg);
}

.twilio_buttons .video_call {
  background-image: url(/assets/icons/twilio_video_call-634464e3353efef8be0868e021ec35370b0a3d12387d4eef6272213b9e30e55d.svg);
}

.twilio_buttons .unavailable {
  opacity: 0.3;
  pointer-events: none;
}

.query_message_date.background--light {
  color: inherit;
}
.query_message_date.background--dark {
  color: white;
}

.twilio_message_preview {
  position: relative;
  max-height: 0;
  border-radius: 15px;
  width: 70px;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#twilio_thumbnail.active,
#twilio_video.active {
  max-height: 70px;
}

#twilio_audio.active {
  max-height: 70px;
  max-height: 50px;
}

.chat-input-container.active #twilio_message_preview_container {
  padding: 15px;
  padding-top: 0;
}

.twilio_message_preview::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  background-image: url(/assets/icons/close-8840cbbdc69515ded0ed2c427b28840660630dadb23a5b4c299792b71d512a7e.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.twilio_message_preview.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#twilio_audio {
  max-width: none;
  width: auto;
  background-color: transparent;
  height: auto;
}

#twilio_audio audio,
#twilio_audio {
  width: 160px;
}
@media (min-width: 992px) {
  #twilio_audio audio,
  #twilio_audio {
    width: 200px;
  }
}

#twilio_video video {
  width: 100%;
  height: 100%;
  min-height: 70px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.twilio_message_preview.active,
.twilio_message_preview.active::after {
  opacity: 1;
}

.twilio_message_preview img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
}

.twilio_form_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 3;
}

.twilio_form_overlay.reveal {
  opacity: 1;
  pointer-events: all;
}

.twilio_form_overlay#twilio_form_overlay_loading {
  background-color: rgb(255, 255, 255);
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.request_message_form.reveal,
#twilio_form_header.reveal {
  z-index: 4;
}

body.script_actions {
  padding-bottom: 0;
}

#in_page_chat .query_message_container {
  padding: 15px;
  padding-bottom: 0;
  height: 100%;
}
@media (min-width: 992px) {
  #in_page_chat .query_message_container {
    height: 50vh;
    min-height: 450px;
  }
}

#in_page_chat #twilio_form_header {
  min-height: 60px;
}

#in_page_chat {
  padding: 0;
}
@media (max-width: 992px) {
  #in_page_chat {
    position: fixed;
    top: 72px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.optionpanel {
  height: 55px;
  padding: 5px;
  border-radius: 100px;
  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;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 303;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: white;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .optionpanel {
    height: 70px;
  }
}

.optionpanel input {
  display: none;
}

.optionpanel.lower {
  top: auto;
  bottom: 85px;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.optionpanel.lower.reveal {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.optionpanel a,
.optionpanel label {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
  height: calc(100% - 10px);
  margin: 0;
}

.optionpanel a:first-child,
.optionpanel label:first-child {
  border-right: 1px solid rgba(0, 61, 59, 0.3);
}

.optionpanel h5 {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .optionpanel h5 {
    font-size: 12px;
  }
}

.optionpanel h5::before {
  content: "";
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 768px) {
  .optionpanel a:hover h5::before {
    background-position: 0 -18px;
  }
}
#voice_memo h5::before {
  background-image: url(/assets/icons/twilio_voice_memo-47688803b2c565472749dcd750dbf1a8f0f8bddbddbcb9bb746c7a5d1417b3e1.svg);
}

#video_memo h5::before {
  background-image: url(/assets/icons/twilio_video_memo-68239acb9f58e733d088849f515949859b257e6820eda6e42606a0383f9167ca.svg);
}

#take_photo h5::before {
  background-image: url(/assets/icons/twilio_take_photo-01b4e50fce2b0ae5a1513c377f56b174b98f32859b6bba97a012f96009a409f0.svg);
}

#upload_file h5::before {
  background-image: url(/assets/icons/twilio_upload_file-db759f6f16e322cf416297b2ae7d7f62972af593885634b656be83590c6389ef.svg);
}

@media (min-width: 768px) {
  .optionpanel a:hover h5,
  .optionpanel label:hover h5 {
    color: #82c780;
  }
}
#plan_addon_container #medication_and_therapy .plan_addon_header,
#medication_and_therapy_modal .modal_header_image {
  background-image: url(/assets/general/everyday-health-5930a6383a7239ae82820afb6024d259f478e0927a03f1399203b2ffbb72bcb3.jpg);
  background-size: 130%;
  background-position: 80% 59%;
}
@media (min-width: 992px) {
  #plan_addon_container #medication_and_therapy .plan_addon_header,
  #medication_and_therapy_modal .modal_header_image {
    background-size: cover;
  }
}

#medication_and_therapy {
  margin-bottom: 15px;
}

.plan_addon_btn {
  padding: 2px 20px;
  font-size: 80%;
  position: absolute;
  display: inline-block;
  bottom: 11px;
  right: 10px;
  border-radius: 100px;
  background-image: url(/assets/icons/angled-tick-fade-9528254f3280e0d57ed3bf9730def33e1546146acb9f1e8eefd73ba09af82d58.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center left -999px;
}
@media (min-width: 992px) {
  .plan_addon_btn {
    bottom: 13px;
    right: 15px;
  }
}

.added .plan_addon_btn {
  background-color: #f5f5f5;
  color: rgba(0, 61, 59, 0.5) !important;
  background-position: center left 10px;
  padding-left: 32px;
}

.addon_modal .modal-body {
  padding: 25px 15px 15px 15px;
}
@media (min-width: 992px) {
  .addon_modal .modal-body {
    padding: 30px;
    padding-top: 35px;
  }
}
.addon_modal .product_info {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .addon_modal .product_info {
    margin-bottom: 20px;
  }
}

#medication_and_therapy .ul_tick {
  margin-bottom: 18px;
}
#medication_and_therapy .ul_tick li {
  margin-bottom: 5px;
  font-size: 15px;
}

.ultrafineprint {
  font-size: 11px;
  opacity: 0.5;
}

.mh_addon_show {
  display: none;
}

#psych_total.confirm_totals_grandtotal .col-4 {
  font-family: "MaisonNeue-Demi";
}

#psych_total.confirm_totals_grandtotal {
  padding: 15px 0;
}

#psych_total.confirm_totals_subtotal .col-8 {
  font-family: "MaisonNeue-Demi";
  opacity: 0.5;
}

.query_message.media_message {
  max-width: 250px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.query_message.media_message_image,
.query_message.media_message_video {
  padding: 0 !important;
  height: 150px;
  width: 250px;
  background-color: #ccc !important;
}

.query_message.media_message_audio {
  padding: 0 !important;
  max-width: none;
  height: auto;
  background-color: transparent !important;
}

.query_message.typing_message {
  background-image: url(/assets/icons/typing_animation-15470fa76550f907b9eda324f0e8118485418c7cd5d2310adc75120c58759acd.gif);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px !important;
  height: 50px;
  max-height: 0;
  -webkit-animation: 0.3s ease all;
          animation: 0.3s ease all;
  padding: 0 !important;
  margin: 0;
}

.query_message.typing_message.reveal {
  max-height: 100px;
  margin-bottom: 10px;
}

.media_message img,
.media_message video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 150px;
}

.media_message img {
  background-color: white;
}

.media_message_video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-image: url(/assets/icons/play-white-444ca685228d1124816e783a1e0bf814cfbdc95424876d119cb1b224a8dcc5e8.svg);
  margin: auto;
  z-index: 3;
}

.media_message_video.video_playing::before,
.media_message_video.video_playing:hover::after {
  display: none;
}

@media (min-width: 992px) {
  .media_message_image:hover::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/assets/icons/twilio_expand-f9789b481800c50a50d30a9e914692471cf7278ab3b9f1a890e3d360a1388d87.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all;
    opacity: 0;
  }
  .media_message_image:hover::after,
  .media_message_video:hover::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all;
  }
  .media_message_image.sent_message:hover::after,
  .media_message_video.sent_message:hover::after {
    border-radius: 13px 13px 0px 13px;
  }
  .media_message_image.received_message:hover::after,
  .media_message_video.received_message:hover::after {
    border-radius: 13px 13px 13px 0px;
  }
}
.query_message.media_message.media_message_link {
  background-image: url(/assets/icons/twilio_upload_file_single-ad8515d653d05b5cce541498183c8dc0f4b1992940b12b69aee83e62388a7381.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 9px top 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media_message_link .message,
.media_message_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media_message_link a {
  padding-left: 19px !important;
}

.media_message:hover::before,
.media_message:hover::after {
  opacity: 1;
}

.query_message_date {
  bottom: 2px;
  right: 7px;
  text-transform: uppercase;
  font-size: 11px;
}

.file-wrapper {
  border: 1px solid #003d3b;
  padding: 1rem 0;
  border-radius: 2rem;
}
.file-wrapper img {
  margin: 0 1rem 0 1rem;
}

.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-wrapper ::-webkit-file-upload-button {
  display: none;
}

@media only screen and (max-width: 992px) {
  .form-wrapper {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .form-wrapper ::-webkit-file-upload-button {
    display: none;
  }
  .file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.query_message.received_message,
.query_message.received_message.media_message img,
.query_message.received_message.media_message video {
  border-radius: 13px 13px 13px 0px;
}

.query_message.sent_message,
.query_message.sent_message.media_message img,
.query_message.sent_message.media_message video {
  border-radius: 13px 13px 0px 13px;
}

.media_message_audio .query_message_date {
  display: none;
}

@media (min-width: 992px) {
  .media_message_image:hover .query_message_date,
  .media_message_video:hover .query_message_date {
    z-index: 3;
    color: white;
    opacity: 1;
  }
}
#image_enlarge img {
  width: 100%;
}

#image_enlarge .modal-body {
  padding: 0 !important;
}

.image_enlarge img {
  width: 100%;
}

.image_enlarge .modal-body {
  padding: 0 !important;
}

#pharmacy-chat-modal .close,
#pharmacy-question-modal .close {
  z-index: 5;
}

#pharmacy-question-modal .modal-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pharmacy-question-modal .query_message_container {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}

#pharmacy-chat-modal .request_message_form,
#pharmacy-question-modal .request_message_form,
#pharmacy-chat-modal #twilio_form_header,
#pharmacy-question-modal #twilio_form_header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: white;
}

#pharmacy-chat-modal #twilio_form_header,
#pharmacy-question-modal #twilio_form_header {
  top: 0;
  bottom: auto;
  padding-left: 15px;
}

#pharmacy-question-modal #chatting-messages {
  margin-top: 60px;
}

#pharmacy-chat-modal #chatting-messages {
  margin-top: 30px;
}

.pharmacy_name span {
  display: block;
}

.pharmacy_name .light {
  font-family: "MaisonNeue-Book";
}

#pharmacy-chat-modal #answer-section,
#pharmacy-question-modal #answer-section {
  height: calc(100vh - 100px);
  overflow-y: scroll;
}

#pharmacy-chat-modal .modal-dialog,
#pharmacy-question-modal .modal-dialog {
  margin-top: 50px;
}

#pharmacy-chat-modal #chatting-messages {
  margin-bottom: 40px;
}

#audio_file {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#image_tags {
  max-height: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  padding-left: 108px;
}

#image_tags > div {
  margin-right: 4px;
}

#image_tags > div,
#image_tags > a {
  display: inline-block;
}

#image_tags a {
  border-radius: 100px;
  background-color: #f3f3f3;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  padding: 4px 7px;
  text-decoration: none;
  font-size: 11px;
  color: rgba(0, 61, 59, 0.7);
  margin: 10px 0 5px 0;
}

#image_tags a.active {
  background-color: #82c780;
  color: inherit;
}

#image_tags.reveal {
  max-height: 100px;
  opacity: 1;
  pointer-events: all;
}

#video-record-section .modal-dialog {
  height: auto;
}
@media (min-width: 992px) {
  #video-record-section .modal-dialog {
    width: 60vw;
    max-width: 1000px;
    margin-top: 15vh;
  }
}

#video-record-section .modal-body {
  padding: 0;
}

#video-record-section .modal-content {
  background-color: transparent;
}

#video-record-section video {
  width: 100%;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  position: relative;
  margin-bottom: 50px;
}

#video-record-section .modal-body .close {
  z-index: 4;
}

.query_message video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#doc_response_time {
  font-size: 12px;
  font-family: "MaisonNeue-Book";
  display: block;
}

.video-js {
  width: 100% !important;
}

#audio_message_form .video-js,
#audio_message_form .vjs-control-bar {
  background-color: transparent !important;
}

#video-record-section .vjs-control-bar {
  background-color: white !important;
  height: 60px !important;
  padding-left: 10px;
}

.vjs-control-bar {
  color: #003d3b !important;
  font-family: "MaisonNeue-Book" !important;
}

#audio_message_form .video-js {
  width: auto !important;
}

.vjs-record .vjs-record-button.vjs-control.vjs-icon-record-start:before {
  color: #e90000;
}

#audio_message_form {
  display: none;
}

#audio_message_form .vjs-fullscreen-control,
#audio_message_form .vjs-volume-panel {
  display: none !important;
}

.vjs-volume-panel,
.vjs-fullscreen-control {
  display: none !important;
}

#audio_message_form wave {
  height: 40px;
  position: absolute;
  right: 0;
  left: 100px;
  display: none !important;
}

.myAudio-dimensions {
  height: auto;
}

#audio_message_form .vjs-record button.vjs-device-button.vjs-control.vjs-icon-audio-perm:before {
  font-size: 1.3rem !important;
  color: #003d3b !important;
}

#audio_message_form .vjs-record .vjs-device-button.vjs-control {
  height: auto !important;
  width: auto !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  font-size: 1em !important;
  width: 50px !important;
  position: static;
}

.vjs-record .vjs-device-button.vjs-control {
  display: none !important;
  font-size: 0 !important;
}

.vjs-record.video-js .vjs-control.vjs-record-indicator:after {
  display: none !important;
}

#audio_message_form .video-js .vjs-control-bar {
  position: static;
  margin-right: -150px;
}

#audio_message_form .audio_record_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;
}

.vjs-record .vjs-record-button.vjs-control.vjs-icon-record-start:before {
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}

#audio_message_form .video-js .vjs-time-control {
  min-width: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em !important;
  line-height: 1 !important;
}

#audio_message_form .video-js button {
  width: 50px;
}

#audio_message_form .video-js {
  position: static !important;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vjs-current-time {
  margin-left: 20px !important;
}

#audio_message_form .vjs-record-indicator {
  left: 200px;
  top: 32px;
}

.video-js .vjs-time-control {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 14px !important;
  font-family: "MAISONNEUE-BOOK" !important;
  line-height: 2.3 !important;
}

.video-js .vjs-time-control.vjs-remaining-time {
  display: none !important;
  font-size: 0 !important;
}

#video-record-section .vjs-time-control {
  height: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#audio_message_form .vjs-current-time,
#audio_message_form .vjs-duration {
  min-width: 50px;
}

.vjs-duration {
  position: relative;
  left: -20px;
}

.vjs-record-indicator {
  display: none !important;
}

#confirm_video {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  bottom: 11px;
  right: 9px;
  height: 39px;
  width: 107px;
  padding: 0 !important;
  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;
  background-color: #e1e1e1;
}

#confirm_video.active {
  background-color: #c54801;
  pointer-events: all;
}

#video-record-section .video-js .vjs-play-control {
  position: static !important;
}

.myVideo-dimensions {
  height: auto;
  width: auto;
}

#video-record-section .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#video-record-section .video-js .vjs-modal-dialog,
#video-record-section .vjs-button > .vjs-icon-placeholder:before,
#video-record-section .vjs-modal-dialog .vjs-modal-dialog-content {
  position: static !important;
}

#video-record-section .video-js {
  position: static !important;
}

.media_message_image {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.loading_message {
  background-image: url(/assets/icons/loading-31dd41e69be77e2d8af46d596b0d70a6025f5c00ce03c8a53a4aa4e73031c38f.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 12px;
  padding-left: 40px;
}

.hbspt-form legend {
  font-size: 16px;
  opacity: 1 !important;
}

.notification_timeanddate {
  padding: 6px 11px;
  font-family: "MaisonNeue-Book";
  font-size: 14px;
  background-color: #f3f3f3;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: 0;
  top: -4px;
  margin-left: 3px;
  position: relative;
}

.btn_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.btn_options .btn {
  width: calc(50% - 5px);
  padding-left: 0;
  padding-right: 0;
}

#verification_modal hr {
  margin-top: 27px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  #verification_modal hr {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 37px;
  }
}
#verification_modal .modal-body {
  padding-bottom: 25px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  #verification_modal .verify_p {
    max-width: 25ch;
    margin-left: auto;
    margin-right: auto;
  }
}

.membership_discount {
  display: none;
}

#non_member_total {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 0;
}

.mhcp_upload input {
  display: none;
}

.mhcp_upload > label {
  padding: 15px 50px;
  padding-left: 50px;
  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;
  background-repeat: no-repeat;
  background-position: center left 15px;
  border: 1px dashed #003d3b;
  border-radius: 4px;
  position: relative;
  background-image: url(/assets/icons/pamphlet-a47a6edae93ba3a38a7f68d66f65fdc8c014e76d98b09000ae731c2a0e8b59c8.svg);
  background-size: 27px;
  margin-bottom: 15px;
  cursor: pointer;
}

.license_upload_container {
  margin-top: 35px;
}

@media (max-width: 768px) {
  #manual-verification-section input[type=submit] {
    width: 100%;
  }
}

.mhcp_upload.license_upload > label {
  border: 1px solid black !important;
  background-color: white !important;
  color: black !important;
  border-radius: 100px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 18px;
  margin-top: 3px;
  background-image: none;
  font-size: 15px;
  width: 150px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#mh_filename,
#id_filename {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mh_filename img,
#id_filename img {
  margin-left: 1rem;
}

#select_a_doctor_container {
  position: relative;
  height: 80px;
  margin-top: 6px;
}
@media (min-width: 992px) {
  #select_a_doctor_container {
    margin-bottom: 40px;
  }
}

#select_a_doctor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 6px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (min-width: 992px) {
  #select_a_doctor:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  }
}
#select_a_doctor input[type=radio] {
  display: none !important;
}
#select_a_doctor .select_a_doctor_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/assets/illustrations/icons/booking-icon-2-29b70bf2f27a450c10ea80817b80448dcde89633a38569ef69ceab5dc6f12ace.png);
}
@media (min-width: 992px) {
  #select_a_doctor .select_a_doctor_image {
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }
}
#select_a_doctor label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 25px;
  color: #003d3b;
  height: 77px;
  font-family: "MaisonNeue-Demi";
  margin: 0;
  font-size: 14px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  #select_a_doctor label {
    font-size: 16px;
    height: 85px;
  }
}
#select_a_doctor.active #select_a_doctor_options {
  pointer-events: all;
  max-height: 300px;
  opacity: 1;
}
#select_a_doctor.active, #select_a_doctor.active:hover {
  -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.2);
}
#select_a_doctor #select_a_doctor_options {
  pointer-events: none;
  max-height: 0;
  overflow: scroll;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#select_a_doctor #select_a_doctor_options::-webkit-scrollbar {
  display: none;
}
#select_a_doctor #select_a_doctor_options .select_a_doctor_option {
  position: relative;
  border-top: 1px solid #e6e8f0;
}
#select_a_doctor #select_a_doctor_options input:checked + label {
  background-color: rgba(130, 199, 128, 0.2);
}
#select_a_doctor #select_a_doctor_options .doc_moreinfo {
  width: 50px;
  height: 50px;
  background-image: url(/assets/icons/info-15a4ce2a408e302daafd120389aa3a905b8a5d66d2f2eafbbb9a2f629ba9391d.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 15px;
  right: 12px;
  z-index: 2;
}

#select_a_doctor_default label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 27px;
  height: 27px;
  background-image: url(/assets/icons/arrow-down-dark-2-0662ebeceb433745e4ea296237428cf2e6233503cf6786664da6ecd30a86490e.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#select_a_doctor.active #select_a_doctor_default label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.white_block {
  border-radius: 10px;
  padding: 25px 20px;
  background-color: white;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .white_block {
    padding: 40px;
    min-width: 550px;
  }
}
.white_block p,
.white_block a,
.white_block ul,
.white_block li,
.white_block span {
  color: #003d3b;
}

.appointment_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003d3b;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.appointment_confirm img.appointment_image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .appointment_confirm img.appointment_image {
    width: 80px;
    height: 80px;
  }
}
.appointment_confirm div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.chat_doctor_name {
  display: block;
  padding: 2px 0;
}

#dod-no-bookings {
  font-size: 14px;
  margin-top: 15px;
}
#dod-no-bookings a {
  text-decoration: underline;
}

.psych_booking_container {
  margin-top: 0;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.dummy-number-flag {
  cursor: pointer;
}

.dummy-number-info {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 200px;
  top: 20px;
  left: 0;
}

.dummy-number-flag:hover .dummy-number-info {
  display: block;
}
