@charset "UTF-8";

@use "sass:color";



html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

html {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 715px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "FigTree", "Helvetica", Arial, sans-serif !important;
  line-height: 1.3 !important;
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

a {
  color: #243153 !important;
}

a:visited,
a:active {
  color: #243153;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}

@media screen and (min-width: 1240px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container_logs {
  position: relative;
  max-width: 90%;
  margin-inline: auto;
  overflow-x: scroll;
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
}

.container_logs .forms_container {
  position: absolute;
  top: 1rem;
  right: 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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.container_logs .forms_container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.container_logs h2,
.container_logs div {
  padding: 0 2rem;
}

.pagination {
  max-width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.pagination .pagination_list {
  max-width: 100%;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .2rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .pagination_list li {
  list-style: none;
}

.pagination .pagination_list li span {
  font-size: 1.6rem;
}

.pagination .pagination_list .active {
  background: #ddd;
}

.pagination .pagination_list li::before {
  display: none;
}

.pagination .pagination_list li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  color: #007bff;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .pagination_list li a:hover {
  background-color: #ddd;
}

.container-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .container-small {
    padding-left: 0;
    padding-right: 0;
  }
}

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

section {
  padding: 4rem 0;
}

.action {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0 auto;
}

@media screen and (min-width: 415px) {
  .action {
    margin: 1.5rem auto;
  }
}

@media screen and (min-width: 570px) {
  .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1.5rem auto;
  }
}

.action-left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .action a {
    margin: 0 0.5rem;
  }
}

.push-up {
  margin-top: 2rem;
}

.push-down {
  margin-bottom: 2rem;
}

[v-cloak] {
  display: none;
}

.questions__title {
  letter-spacing: calc(0.0425* -1em);
}

.site-footer__inner__left__menus__part h3,
.site-footer__inner__right h3,
.site-footer__inner__left__menus__part ul li a {
  letter-spacing: 0;
}

.ticker-photos__tagline,
.videoSlider__top p {
  letter-spacing: 0;
}

.videoSlider__carousel__item__text em {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.icons p.subtitle {
  letter-spacing: calc(0.0225* -1em);
}

h1,
h2 {
  letter-spacing: -1.75px;
}

h3,
h4,
h5,
h6 {
  letter-spacing: -0.45px;
}

.accordion > div .header {
  letter-spacing: calc(0.0525* -1em);
}

.questions__description {
  letter-spacing: calc(0.0625* -1em);
}

.questions .questions__wrapper {
  font-size: 16px;
}

.brxAccordeon__item h3 {
  font-weight: 500;
}

.brx_hero__content em {
  letter-spacing: 0.25px;
}

.videoSlider__carousel .videoSlider__carousel__item__text em {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.videoSlider .ticker-photos__tagline,
.videoSlider .videoSlider__top p {
  font-weight: 400;
}

.impersonation_box {
  position: absolute;
  z-index: 15;
  left: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00263f;
  color: white;
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  margin: 0.5rem;
  padding: 1rem;
  gap: 4px;
}

.impersonation-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}

.impersonation-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 2.734375rem;
}

@media screen and (min-width: 715px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 2.5rem;
}

p {
  margin: 1rem 0;
}

.lede {
  font-size: 1.125rem;
  line-height: 1.6;
}

b,
strong {
  font-weight: 500;
}

.bold-callout {
  color: #00263f;
  font-size: 1.5rem;
  font-weight: 500;
}

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

.no-margin {
  margin: 0;
}

.cart-heading {
  font-size: 2rem;
  color: #00263f;
}

.thanks-heading {
  font-family: "FigTree", "Helvetica", Arial, sans-serif;
  color: #00263f;
  font-size: 3.3rem;
  margin-bottom: 2rem;
  text-align: center;
}

.color-purple {
  color: #4867c0 !important;
}

.fine {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

dl {
  margin: 1em 0;
}

dl dt {
  font-weight: bold;
  margin: 0.25em 0;
}

dl dd {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Sofia-Pro-Light"), url(/fonts/Sofia-Pro-Light.woff?cd063f4926c949e0dc5e9aa32bb974bb) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Sofia-Pro-Regular"), url(/fonts/Sofia-Pro-Regular.woff?57e587829a83f0fa20da5912a0c80c0d) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Sofia-Pro-Medium"), url(/fonts/Sofia-Pro-Medium.woff?c3662f29b33e95684ee05ac87bff9b2b) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Sofia-Pro-Semi-Bold"), url(/fonts/Sofia-Pro-Semi-Bold.woff?fadc25eb12d788a95d9e344b64d700cc) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Sofia-Pro-Bold"), url(/fonts/Sofia-Pro-Bold.woff?74ac1dc21ca9d013b5c5419c7d38ff0f) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Sofia-Pro-Black"), url(/fonts/Sofia-Pro-Black.woff?3ea1e3843a966776366f745e8060ae3b) format("woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Helvetica"), url(/fonts/Helvetica.woff?b4f029d99d5762bc240e7afad071456e) format("woff");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Extralight.woff2?ed532c7c0e7756e21cd54f83533d715c) format("woff2"), url(/fonts/ClashDisplay-Extralight.woff?0bc337fc602da2fb49bbff03c5a7ccf0) format("woff"), url(/fonts/ClashDisplay-Extralight.ttf?dd3e06aa66a97208f785bc496d487cd1) format("truetype");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Light.woff2?d14ff0a7fad0f67ebc93b90fad09ddb7) format("woff2"), url(/fonts/ClashDisplay-Light.woff?800f679a2416de981c2271408c0ce4b0) format("woff"), url(/fonts/ClashDisplay-Light.ttf?85908d1d0d58f65248b0db06060221b1) format("truetype");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Regular.woff2?cf87d6ec7387ca350daddd63fc06ebf6) format("woff2"), url(/fonts/ClashDisplay-Regular.woff?845fd93f056b511358d072d65eed107a) format("woff"), url(/fonts/ClashDisplay-Regular.ttf?8281d40c682b0a4910c77b5b90598bab) format("truetype");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Medium.woff2?b94bd658459625ee92cffaf00bb38548) format("woff2"), url(/fonts/ClashDisplay-Medium.woff?8c687c3bab8fb62c742bab2c1f73df80) format("woff"), url(/fonts/ClashDisplay-Medium.ttf?f801579df950a76a4dfe1c1b515e8087) format("truetype");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Semibold.woff2?3ac74888987457bd15f9307b7d9065eb) format("woff2"), url(/fonts/ClashDisplay-Semibold.woff?631d8bf1b23df9a920a2786892a5abe7) format("woff"), url(/fonts/ClashDisplay-Semibold.ttf?5c7adedf6a7a336edba5d31d1c866262) format("truetype");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Bold.woff2?ea80c2358066cc2cca1eb4e6daa87564) format("woff2"), url(/fonts/ClashDisplay-Bold.woff?5d034e5865964b4870bda946e7e15a3a) format("woff"), url(/fonts/ClashDisplay-Bold.ttf?845b81eb8251429424eadff3ad713e4a) format("truetype");
}

@font-face {
  font-family: "ClashDisplay";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/ClashDisplay-Variable.woff2?09fd55f1eaf624ebdd70f498e2661327) format("woff2"), url(/fonts/ClashDisplay-Variable.woff?303c8336291648511d68dc26af73cdb2) format("woff"), url(/fonts/ClashDisplay-Variable.ttf?2fcd723a1a012506da3928146b19364d) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Figtree-Light.ttf?4d0b973d5fe9d48fafbc101aeb6addcc) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Figtree-LightItalic.ttf?924864a4ae5cd26c081f68749aa5f78d) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Figtree-Regular.ttf?fde4a0ff6b61f88efd09f91f41c9a6da) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Figtree-Italic.ttf?9d65a509684b10766dfc3238d886a494) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Figtree-Medium.ttf?0493473149844cee7b601ff24ef1479d) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Figtree-MediumItalic.ttf?959f16743828a114ddbcdcfddfd62570) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Figtree-SemiBold.ttf?0aea8911a39371620ecd59ab2a49e642) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Figtree-SemiBoldItalic.ttf?c42d5ab1b2f5144bc6157c508a9bccb0) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Figtree-Bold.ttf?c35c3ee5c1bab1acfe1e0d71549dd501) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Figtree-BoldItalic.ttf?219abf857325ba545376cb9cc2e08508) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Figtree-ExtraBold.ttf?2960d6e099892183db5484444ed152c0) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Figtree-ExtraBoldItalic.ttf?dd801cdb59f2b2542036026cfa68600e) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Figtree-Black.ttf?cb929048af7ca7945e057d80cd579809) format("truetype");
}

@font-face {
  font-family: "FigTree";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Figtree-BlackItalic.ttf?c6dcb279022586ad20660a894013a492) format("truetype");
}

.block {
  display: block;
}

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

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

@media screen and (min-width: 480px) {
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-container.side-margin * {
    margin-right: 1rem;
  }
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-2 {
  top: 0.5rem;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.w-108 {
  width: 27rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.gap-2 {
  gap: 0.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.z-3 {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .md-w-108 {
    width: 27rem;
  }

  .md-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md-p-0 {
    padding: 0;
  }

  .md-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md-mt-0 {
    margin-top: 0;
  }

  .md-h-auto {
    height: auto;
  }

  .md-text-left {
    text-align: left;
  }

  .md-w-12 {
    width: 3rem;
  }

  .md-h-12 {
    height: 3rem;
  }

  .md-static {
    position: static;
  }

  .md-inline {
    display: inline;
  }
}

@media screen and (min-width: 1100px) {
  .lg\:hidden {
    display: none;
  }
}

[data-condition]:not([data-visible]) {
  display: none;
}

.has-pointer {
  cursor: pointer;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.background-image-container {
  position: relative;
  overflow: hidden;
}

.background-image-darken:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.25;
}

@supports ((-webkit-filter: blur(2px)) or (filter: blur(2px))) {
  .background-image-blur {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

@supports ((-webkit-transform: scale(1.1)) or (transform: scale(1.1))) {
  .background-image-blur {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.background-image-position--top {
  background-position: center top;
}

.background-image-position--right {
  background-position: center right;
}

.background-image-position--bottom {
  background-position: center bottom;
}

.background-image-position--left {
  background-position: center left;
}

.background-image-position--top-right {
  background-position: top right;
}

.background-image-position--top-left {
  background-position: top left;
}

.background-image-position--bottom-right {
  background-position: bottom right;
}

.background-image-position--bottom-left {
  background-position: bottom left;
}

@use "../base/variables" as *;
@use "../base/mixins" as *;
.button {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  line-height: .75;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  margin-bottom: .25rem;
}

.button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

a.button.button-primary {
  color: white;
}

.button-hero {
  background-color: #11B3A1;
  border-color: #11B3A1;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 0.5rem;
}

.button-hero:visited,
.button-hero:active {
  color: white !important;
}

.button-hero:hover {
  background-color: #15e2cb;
  border-color: #15e2cb;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary {
  background-color: #3c425a;
  border-color: #3c425a;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary:visited,
.button-primary:active {
  color: white !important;
}

.button-primary:hover {
  background-color: #505879;
  border-color: #505879;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-navy {
  background-color: #243153;
  border-color: #243153;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-navy:visited,
.button-primary-navy:active {
  color: white !important;
}

.button-primary-navy:hover {
  background-color: #334677;
  border-color: #334677;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-white {
  background-color: white;
  border-color: #949494;
  border-radius: 100px;
  color: #243153 !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-white:visited,
.button-primary-white:active {
  color: #243153 !important;
}

.button-primary-white:hover {
  background-color: white;
  border-color: #aeadad;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-black {
  background-color: #222222;
  border-color: #222222;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-black:visited,
.button-black:active {
  color: white !important;
}

.button-black:hover {
  background-color: #3c3b3b;
  border-color: #3c3b3b;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 100px;
  color: #3c425a !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary:visited,
.button-secondary:active {
  color: #3c425a !important;
}

.button-secondary:hover {
  background-color: white;
  border-color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--small {
  background-color: #3c425a;
  border-color: #3c425a;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--small:visited,
.button-primary--small:active {
  color: white !important;
}

.button-primary--small:hover {
  background-color: #505879;
  border-color: #505879;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-btn-empty {
  display: inline-block;
  background-color: #3c425a;
  border-color: #3c425a;
  border-radius: 22px;
  color: white !important;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .button-btn-empty {
    display: block !important;
  }
}

.button-secondary--small {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 100px;
  color: #3c425a !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--small:visited,
.button-secondary--small:active {
  color: #3c425a !important;
}

.button-secondary--small:hover {
  background-color: white;
  border-color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--mini {
  background-color: #3c425a;
  border-color: #3c425a;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--mini:visited,
.button-primary--mini:active {
  color: white !important;
}

.button-primary--mini:hover {
  background-color: #505879;
  border-color: #505879;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--mini {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 100px;
  color: #3c425a !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--mini:visited,
.button-secondary--mini:active {
  color: #3c425a !important;
}

.button-secondary--mini:hover {
  background-color: white;
  border-color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product {
  background-color: #4867c0;
  border-color: #4867c0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product:visited,
.button-product:active {
  color: white !important;
}

.button-product:hover {
  background-color: #6e87cd;
  border-color: #6e87cd;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product--small {
  background-color: #4867c0;
  border-color: #4867c0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product--small:visited,
.button-product--small:active {
  color: white !important;
}

.button-product--small:hover {
  background-color: #6e87cd;
  border-color: #6e87cd;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-minimal {
  background-color: transparent;
  border-color: transparent;
  border-radius: 100px;
  color: #4867c0 !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-minimal:visited,
.button-minimal:active {
  color: #4867c0 !important;
}

.button-minimal:hover {
  background-color: rgba(26, 25, 25, 0);
  border-color: rgba(26, 25, 25, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-minimal::after {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: '';
  display: inline-block;
  left: 0.3rem;
  height: 0.45rem;
  position: relative;
  top: -0.05rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  vertical-align: middle;
  width: 0.45rem;
}

.button-minimal:hover::after {
  left: 0.5rem;
}

.button-skin {
  background-color: #ff967d;
  border-color: #ff967d;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-skin:visited,
.button-skin:active {
  color: white !important;
}

.button-skin:hover {
  background-color: #ffbfb0;
  border-color: #ffbfb0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-skin--small {
  background-color: #ff967d;
  border-color: #ff967d;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-skin--small:visited,
.button-skin--small:active {
  color: white !important;
}

.button-skin--small:hover {
  background-color: #ffbfb0;
  border-color: #ffbfb0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue {
  background-color: #0cb9b0;
  border-color: #0cb9b0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue:visited,
.button-blue:active {
  color: white !important;
}

.button-blue:hover {
  background-color: #0fe9de;
  border-color: #0fe9de;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue--small {
  background-color: #0cb9b0;
  border-color: #0cb9b0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue--small:visited,
.button-blue--small:active {
  color: white !important;
}

.button-blue--small:hover {
  background-color: #0fe9de;
  border-color: #0fe9de;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-messages {
  margin-top: 2rem;
  background-color: #0cb9b0;
  border-color: #0cb9b0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-messages:visited,
.button-messages:active {
  color: white !important;
}

.button-messages:hover {
  background-color: #0fe9de;
  border-color: #0fe9de;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-block {
  display: block;
}

.button-icon i {
  vertical-align: middle;
  margin-right: .5em;
  font-size: .9em;
  line-height: 1;
  display: inline-block;
  height: 1em;
  margin-top: -.25em;
}

.call-to-action .title {
  margin: 0;
}

.call-to-action .subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 715px) {
  .call-to-action .subtitle {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.cta-with-note {
  display: inline-block;
  text-align: center;
}

.cta-with-price {
  margin-bottom: 1.5rem;
}

.cta-with-price__price {
  color: #00263f;
  font-size: 1.5rem;
  margin-bottom: .25em;
}

.cta-with-price__price.-groupon-price {
  display: none;
}

.cta-with-price__price.-crossed-out {
  text-decoration: line-through;
}

.cta-with-price__free {
  color: #00263f;
  font-size: 1.5rem;
  margin-bottom: .25em;
}

.card {
  margin-bottom: 2rem;
  width: 100%;
  border: 2px solid #eaeaea;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 3.5rem;
  background-color: #243153;
}

@media screen and (min-width: 960px) {
  .card-header {
    padding: 0 2rem;
    height: 4rem;
  }
}

.card-header--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-size: 1.6rem;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.card-header .action-icon {
  display: block;
  color: white;
  font-size: 1.3rem;
}

.card-body {
  padding: 1rem 1rem 1.5rem 1rem;
  background-color: white;
  border-bottom: 6px solid #eaeaea;
}

@media screen and (min-width: 960px) {
  .card-body {
    padding: 2rem 2rem 1.5rem 2rem;
  }
}

.card-body:last-child {
  margin-bottom: 0;
}

.card-body--messages {
  padding: 2rem 1rem;
  background-color: #eafaf7;
}

.card-body--title {
  display: block;
  margin-bottom: 1.5rem;
  color: #606060;
  font-weight: 400;
  font-size: 1.875rem;
}

.card-body--title-dark {
  color: #222222;
  font-size: 1.5rem;
}

.card-body--copy {
  margin: 0 0 1rem 0;
  color: #606060;
  font-size: 1.125rem;
}

.card-body--subtitle-dark {
  color: #222222;
  font-weight: 400;
  font-size: 1.125;
}

.card-body--label {
  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.5rem;
}

@media screen and (min-width: 960px) {
  .card-body--label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-body--label *:first-child {
  margin-right: 0.5rem;
}

.card-body--label-open,
.card-body--label-new,
.card-body--label-pending,
.card-body--label-closed,
.card-body--label-review,
.card-body--label-completed {
  padding: 0.25rem 0.5rem;
  width: 12rem;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.card-body--label-open {
  background-color: #0cb9b0;
}

.card-body--label-new {
  background-color: #ff967d;
}

.card-body--label-pending {
  background-color: #243153;
}

.card-body--label-closed,
.card-body--label-completed {
  background-color: #0cb9b0;
}

.card-body--label-review {
  background-color: #3c425a;
}

.card-body--label-declined {
  background-color: #ff3100;
}

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

.card-column--image {
  width: 100%;
}

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

.card--two-columns {
  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;
}

@media screen and (min-width: 960px) {
  .card--two-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card--two-columns .card-column:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.card--two-columns .card-column:last-child {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.card-info {
  margin-bottom: 2rem;
  letter-spacing: 0.01rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-info:last-of-type {
  margin-bottom: 0;
}

.card-info--title {
  display: block;
  color: #00263f;
  text-transform: uppercase;
  font-weight: 500;
}

.card-info--text {
  display: block;
  font-weight: 400;
}

.card-info--text-large {
  font-size: 1.125rem;
}

.card-info--edit,
.card-info--cta {
  margin: 0.5rem 0 0 0.5rem;
  color: #6ba53f;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}

.card-info--edit:visited,
.card-info--edit:active,
.card-info--cta:visited,
.card-info--cta:active {
  color: #6ba53f;
}

.card-info--edit::before {
  display: inline-block;
  margin-right: 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(/images/edit-icon.svg?d14635b2dd7cd232d2547e345b543ea7);
  background-repeat: no-repeat;
  content: '';
}

.card-actions {
  margin: 1.5rem -1rem -1.5rem -1rem;
  background: #f7f7f7;
  padding: 1.5rem 1rem;
}

@media screen and (min-width: 960px) {
  .card-actions {
    margin: 1.5rem -2rem -1.5rem -2rem;
  }
}

@media screen and (min-width: 600px) {
  .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-action {
  font-size: 0.95rem;
  background: none;
  border: none;
  color: #4867c0 !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1rem;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}

@media screen and (min-width: 600px) {
  .card-action {
    display: inline;
    vertical-align: middle;
    width: auto;
    margin: 0;
  }
}

.card-action i {
  margin-right: 0.4em;
  margin-bottom: 0.15em;
  font-size: 1.5em;
  vertical-align: middle;
  width: 1.5em;
  text-align: center;
}

.card-action--cancel {
  color: #ff967d !important;
}

.details {
  margin-top: 1.5rem;
}

.details > summary {
  cursor: pointer;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.details summary::-webkit-details-marker {
  display: none;
}

section.faqs h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.accordion > div.open .header {
  background: #f2f2f2;
}

.accordion > div.open .header::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45rem;
  right: 1rem;
  position: absolute;
  top: 0.15rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45rem;
}

.accordion > div.close .header {
  position: relative;
}

.accordion > div.close .header::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  right: 1rem;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  top: 0;
}

.accordion > div.initially-hidden .content {
  display: none;
}

.accordion > div .header {
  background: #f2f2f2;
  color: #00263f;
  cursor: pointer;
  font-size: 1em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
  position: relative;
  text-align: left;
  width: 100%;
}

.accordion > div .header:hover {
  background: #606060, 5%;
}

.accordion > div .header::after {
  bottom: 0;
  height: 1em;
  margin: auto 0;
  position: absolute;
  right: 1em;
  top: 0;
  width: 1em;
}

.accordion > div .content {
  text-align: left;
  font-weight: 300;
  line-height: 1.25;
  padding: 1rem;
}

.question {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 715px) {
  .question {
    width: 70%;
  }
}

@media screen and (min-width: 1040px) {
  .question {
    width: 60%;
  }
}

.question .header {
  font-weight: 500;
}

.first-shipment-free {
  margin: 0 .5rem .5rem .5rem;
}

.first-shipment-free ul {
  font-weight: bold;
  text-align: left;
  font-size: .9rem;
}

.first-shipment-free ul li {
  margin: 0;
}

footer {
  margin-top: auto;
  background: #EEEFEB;
}

.site-footer {
  border-top: 1px solid rgba(36, 49, 83, 0.4);
}

.site-footer__container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 50px 80px 0 80px;
}

@media (max-width: 1300px) {
  .site-footer__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-footer__inner {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__inner__left {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid #CBCBCB;
}

.site-footer__inner__left__logos {
  width: 155px;
}

.site-footer__inner__left__menus {
  width: calc(100% - 155px);
  padding-left: 160px;
  padding-right: 100px;
  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;
}

.site-footer__inner__left__menus__part {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer__inner__left__menus__part h3 {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.site-footer__inner__left__menus__part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__inner__left__menus__part ul li {
  margin-bottom: 15px;
}

.site-footer__inner__left__menus__part ul li:last-child {
  margin-bottom: 0;
}

.site-footer__inner__left__menus__part ul li::before {
  display: none;
}

.site-footer__inner__left__menus__part ul li a {
  text-decoration: none !important;
  color: #8B8B8B !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.site-footer__inner__left__menus__part ul li a:hover {
  color: #00263f;
}

@media (max-width: 1300px) {
  .site-footer__inner__left__menus {
    padding-left: 85px;
    padding-right: 55px;
  }
}

@media (max-width: 992px) {
  .site-footer__inner__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }

  .site-footer__inner__left__logos {
    width: 100%;
  }

  .site-footer__inner__left__menus {
    padding-left: 0;
    padding-right: 0;
    -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;
    width: 100%;
  }

  .site-footer__inner__left__menus__part {
    margin-bottom: 24px;
    text-align: center;
  }

  .site-footer__inner__left__menus__part:last-child {
    margin-bottom: 0;
  }

  .site-footer__inner__left__menus__part h3 {
    display: block;
    width: 100%;
  }
}

.site-footer__inner__right {
  width: 35%;
  text-align: center;
}

.site-footer__inner__right__top {
  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;
}

.site-footer__inner__right h3 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 14px;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  margin-right: 16px;
}

.site-footer__inner__right p {
  color: #8B8B8B;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 32px;
}

.site-footer__inner__right__links {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__inner__right__links a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-bottom: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
}

.site-footer__inner__right__links a:before {
  content: '';
  width: 16px;
  height: 16px;
}

.site-footer__inner__right__links a.mailto--link {
  margin-bottom: 0;
}

.site-footer__inner__right__links a.mailto--link:before {
  background: url(/images/email-icon.svg?fe2cde4fdaedcbdfc23b3b4d133b72ff) no-repeat center;
  background-size: 16px;
  margin-top: 14px;
}

.site-footer__inner__right__links div {
  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;
  margin: 0;
}

.site-footer__inner__right__links div .phone--icon {
  width: 16px;
  height: 16px;
  background: url(/images/phone-icon.svg?ae0bcc68ff2fe75d6b9ff3a5eebdda57) no-repeat center;
  background-size: 16px;
  margin-top: 14px;
}

.site-footer__inner__right__links div p {
  color: #243153;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 15px;
}

.site-footer__inner__right__links div a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  margin: 0 15px;
}

@media (max-width: 1280px) {
  .site-footer__inner__right__top {
    -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;
  }

  .site-footer__inner__right h3 {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .site-footer__inner__right {
    width: 100%;
    padding-top: 60px;
  }
}

.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
  gap: 30px;
}

@media (max-width: 1040px) {
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

@media (max-width: 1040px) {
  .site-footer__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }
}

.site-footer__main-logo {
  width: 155px;
  display: block;
  margin-bottom: 27px;
}

@media (max-width: 992px) {
  .site-footer__main-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.site-footer__copy {
  padding: 20px 0;
  border-top: 1px solid #CBCBCB;
  margin-top: 50px;
}

.site-footer__copy .site-footer__container {
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer__copy__inner {
  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;
  width: 100%;
}

.site-footer__copy p {
  margin: 0;
  color: #243153;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.site-footer__copy p a {
  color: #243153;
  text-decoration: none;
}

@media (max-width: 480px) {
  .site-footer__copy__inner {
    -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;
  }

  .site-footer__copy p {
    margin-bottom: 24px;
  }

  .site-footer__copy p:last-child {
    margin-bottom: 0;
  }
}

.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 480px) {
  .site-footer__socials {
    gap: 30px;
    -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;
  }
}

.site-footer__socials--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__socials--links a {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #243153;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-footer__socials--links a:hover {
  color: #6ba53f;
}

.site-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.site-footer__logos img {
  max-width: 130px;
}

.site-footer__logos img.countdown_image {
  max-width: 60px;
}

@media (max-width: 992px) {
  .site-footer__logos {
    -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;
    margin-bottom: 60px;
  }
}

.site-footer__nav ul {
  list-style-type: none;
  margin: 0;
  color: #243153;
}

.site-footer__nav li {
  margin-bottom: 20px;
}

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

.site-footer__nav li a {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  color: #243153;
}

.site-footer__nav li a:hover,
.site-footer__nav li a:focus {
  border-color: #0cb9b0;
}

.site-footer__nav li:before {
  display: none;
}

.site-footer__text.\--short {
  max-width: 250px;
}

.site-footer__text--title {
  color: #243153;
  margin-bottom: 15px;
  font-weight: 500;
}

.site-footer__text--descr {
  font-size: 14px;
  color: #243153;
  font-weight: 400;
}

.site-footer__text--descr a {
  color: #4867C0;
  text-decoration: none;
}

.site-footer__text + .site-footer__text {
  margin-top: 30px;
}

.site-footer__copyright {
  border-top: 1px solid rgba(36, 49, 83, 0.4);
  padding: 20px 15px;
  text-align: center;
  color: #222222;
  font-size: 0.83rem;
}

.formError {
  color: #ff3100;
  background: rgba(255, 49, 0, 0.1);
  padding: .5rem;
}

@use "../base/variables" as *;
@use "../base/mixins" as *;
.hero-home .carousel {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-home .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.hero-home .carousel-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-home .carousel-item.fading-out {
  opacity: 0;
  visibility: hidden;
}

.hero-home .carousel-item.fading-in {
  opacity: 1;
  visibility: visible;
}

.hero-home .carousel-item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

@media (min-width: 1280px) {
  .hero-home .carousel-item-video {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

.hero-home .carousel-item-video.loaded {
  opacity: 1;
}

.hero-home .carousel-item-titles {
  position: relative;
  z-index: 1;
}

.hero-home .carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .hero-home .carousel-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero-home .carousel .left-side-content {
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

@media (min-width: 768px) {
  .hero-home .carousel .left-side-content {
    background: transparent;
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

.hero-home .carousel .left-side-content h3 {
  font-family: "ClashDisplay", serif;
  font-weight: 500;
  line-height: 1.3;
  white-space: pre-line;
  color: white;
}

.hero-home .carousel .left-side-content p {
  font-family: "FigTree", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.hero-home .carousel .hero-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.25rem;
  margin-left: auto;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .hero-home .carousel .hero-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}

.hero-home .carousel .hero-navigation-item {
  --hero-navigation-item-background-color: rgb(255 255 255 / 30%);
  --hero-navigation-item-color: white;
  --hero-navigation-item-icon-border-color: transparent;
  --hero-navigation-item-icon-border-corner-color: transparent;
  --hero-navigation-item-now-active-display: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hero-home .carousel .hero-navigation-item.active {
  --hero-navigation-item-background-color: white;
  --hero-navigation-item-color: #11B3A1;
  --hero-navigation-item-icon-border-color: #3dedd9;
  --hero-navigation-item-icon-border-corner-color: #11B3A1;
  --hero-navigation-item-now-active-display: block;
}

.hero-home .carousel .hero-navigation-item-title {
  display: block;
  font-family: "ClashDisplay", serif;
  font-weight: 500;
  white-space: pre-line;
  line-height: 1;
  font-size: 0.7rem;
}

@media (min-width: 768px) {
  .hero-home .carousel .hero-navigation-item-title {
    font-size: inherit;
  }
}

.hero-home .carousel .hero-navigation-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.25rem;
  background-color: var(--hero-navigation-item-background-color);
  padding: 0.25rem;
  color: var(--hero-navigation-item-color);
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .hero-home .carousel .hero-navigation-item-link {
    padding: 0.5rem;
  }
}

.hero-home .carousel .hero-navigation-item-icon {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0;
  border-style: solid;
  border-width: 2px;
  border-color: var(--hero-navigation-item-icon-border-color);
  border-radius: 0.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .hero-home .carousel .hero-navigation-item-icon {
    margin-right: 0.5rem;
  }
}

.hero-home .carousel .hero-navigation-item-icon::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: var(--hero-navigation-item-icon-border-corner-color);
  border-radius: 0.5rem;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
          clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
}

.hero-home .carousel .hero-navigation-item-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-home .carousel .hero-navigation-item-now-active {
  display: var(--hero-navigation-item-now-active-display);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'ClashDisplay';
  background-color: #11B3A1;
  color: white;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.125rem 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 110%;
}

hr.hr-large {
  border: 2px solid #6ba53f;
  border-right: 0;
  border-left: 0;
  margin: 0;
  padding: 2rem 0;
}

.icons {
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.icons h2 {
  color: #00263f;
  font-size: 3.125rem;
  margin-bottom: 0;
}

.icons p.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 715px) {
  .icons p.subtitle {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.icons .icon-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.icons .icon-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1040px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 13.75rem;
        flex-basis: 13.75rem;
    margin-bottom: 0;
  }

  .icons .icon-column:first-child {
    margin-left: 0;
  }

  .icons .icon-column:last-child {
    margin-right: 0;
  }
}

.icons .icon-column h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1040px) {
  .icons .icon-column h4 {
    font-size: 1.5rem;
  }
}

.icons .icon-column p {
  font-weight: 300;
  margin-top: 0;
}

.icons .icon-column img {
  height: 6rem;
  background: white;
  padding: 1rem;
  margin: 0 auto 1rem auto;
}

.icons .action {
  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 screen and (min-width: 570px) {
  .icons .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.icons .action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .icons .action a {
    margin: 0 0.5rem;
  }
}

.conversation {
  position: relative;
  padding-bottom: 60px;
}

.conversation .button-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}

.conversation .button-search-container .update-button {
  max-height: 45px;
  margin: auto;
  cursor: pointer;
  top: 2px;
  left: 2px;
  background: #11B3A1;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 10;
  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;
  padding: 8px 16px;
  min-width: 100px;
}

.conversation .button-search-container .update-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

.conversation .loading .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background: rgba(0, 38, 63, 0.5);
  -webkit-animation: flashing 1.5s infinite;
          animation: flashing 1.5s infinite;
}

.conversation .loading .dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.conversation .loading .dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.conversation .error {
  color: #00263f;
  font-size: 0.8rem;
  text-align: center;
}

.conversation .message--not--text {
  text-align: center;
  overflow: hidden;
  margin: 0 0 40px 0;
  font-size: 18px;
  padding: 0 24px;
}

@media (max-width: 992px) {
  .conversation .message--not--text {
    padding: 0;
    font-size: 16px;
  }
}

.conversation .no-messages {
  padding: 3rem 1.5rem;
  background-color: white;
}

.conversation .no-messages i {
  color: #00263f;
  display: block;
  font-size: 5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.conversation .no-messages h2 {
  color: #00263f;
  font-size: 1.5rem;
  text-align: center;
}

.conversation .no-messages span {
  display: block;
  text-align: center;
}

.conversation .messages {
  background-color: white;
  height: 30rem;
  overflow-y: auto;
  padding: 0.75rem;
}

.conversation .message {
  margin: 1rem 0;
}

.conversation .message--sender {
  float: right;
}

.conversation .message--sender .avatar {
  width: 50px;
}

.conversation .message--sender .name {
  display: none;
}

.conversation .message--content {
  background: rgba(107, 165, 63, 0.3);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-right: 70px;
  font-size: 0.9rem;
  position: relative;
}

.conversation .message--content .name {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.35);
}

.conversation .message--content p {
  margin: 0;
}

.conversation .message--content:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 18px;
  right: -12px;
  border-top: 8px solid transparent;
  border-left: 12px solid rgba(107, 165, 63, 0.3);
  border-bottom: 8px solid transparent;
}

.conversation .message--meta {
  text-align: right;
  margin: 0.5rem 70px 0 0;
}

.conversation .message--meta .date {
  color: #949494;
  font-size: 0.7rem;
}

.conversation .message.my-message .message--sender {
  float: left;
}

.conversation .message.my-message .message--content {
  background: rgba(0, 38, 63, 0.2);
  margin-right: 0;
  margin-left: 70px;
}

.conversation .message.my-message .message--content:after {
  border-left: none;
  border-right: 12px solid rgba(0, 38, 63, 0.2);
  right: auto;
  left: -12px;
}

.conversation .message.my-message .message--meta {
  text-align: left;
  margin-left: 70px;
  margin-right: 0;
}

.conversation .new-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.conversation .new-message textarea {
  background-color: #fafafa;
  border: none;
  border-top: 1px solid #ccc;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  resize: none;
  font-size: 0.9rem;
}

.conversation .new-message textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.conversation .new-message textarea::-webkit-input-placeholder {
  color: #3c425a;
}

.conversation .new-message textarea::-moz-placeholder {
  color: #3c425a;
}

.conversation .new-message textarea::-ms-input-placeholder {
  color: #3c425a;
}

.conversation .new-message textarea::placeholder {
  color: #3c425a;
}

.messaging {
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.messaging.error {
  background-color: #ff3100;
  color: white;
}

.messaging.success {
  background-color: #00263f;
  color: white;
}

.help-block {
  margin: 0.5em 0;
  border-radius: 0 0 4px 4px;
  background-color: #f2f2f2;
  color: #606060;
  width: 100%;
  display: block;
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}

.help-block:before {
  content: '!';
  position: absolute;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #ff3100;
  color: #f2f2f2;
  text-align: center;
  margin-left: -1.5rem;
}

.ql-editor {
  font-family: "FigTree", "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  padding: 30px 15px !important;
}

.ql-editor p {
  margin-bottom: 0.67rem !important;
}

@use "../base/variables" as *;
@use "../base/mixins" as *;
header.primary {
  display: relative;
  background-color: transparent;
  border-bottom: none;
  height: 66px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 1100px) {
  header.primary {
    padding: 0;
  }
}

header.primary .header-container {
  max-width: 1520px;
  margin: 0 auto;
  height: 100%;
}

header.home {
  background-color: transparent !important;
  border-bottom: none;
}

.header-fixed {
  background-color: white !important;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding-right: 0;
  text-decoration: none;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: auto;
}

.menu-active .logo-container {
  height: 61px;
}

@media screen and (min-width: 1100px) {
  .logo-container {
    margin: 0;
    margin-right: auto;
  }

  .menu-active .logo-container {
    height: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .logo {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 1.5rem;
  }
}

.logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'ClashDisplay', serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
}

.logo .logo-cosmetic {
  color: #00263f;
  font-weight: 400;
}

.logo .logo-rx {
  color: #6ba53f;
  font-weight: 600;
}

.menu {
  z-index: 2;
  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%;
  height: 100%;
  padding: 0.75rem 0.5rem;
  padding-left: 1rem;
}

@media screen and (min-width: 1100px) {
  .menu {
    position: static;
    left: auto;
    z-index: 0;
    background-color: transparent;
  }
}

.menu.menu-active {
  position: fixed;
  top: 0;
  left: 0;
  display: block !important;
  padding: 0.25rem 1.5rem 0 1.5rem;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

nav.primary {
  display: none;
  margin: 0 auto;
  margin-left: 0;
  font-family: "ClashDisplay", serif;
  font-weight: 500;
  height: 100%;
}

@media screen and (min-width: 1100px) {
  nav.primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    isolation: isolate;
    background: transparent;
    will-change: transform;
    border-radius: 0.625rem;
  }

  nav.primary::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(150, 150, 150, 0.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    content: '';
    z-index: 0;
  }
}

nav.primary > ul {
  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;
  margin: 2rem 0;
  padding: 0.5rem 0;
  width: 100%;
  list-style: none;
}

@media screen and (min-width: 1100px) {
  nav.primary > ul {
    position: relative;
    z-index: 1;
    -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;
    margin: 0;
    padding: 0 1.5rem;
    gap: 1.5625rem;
  }
}

nav.primary > ul > li {
  margin: 0;
}

nav.primary > ul > li::before {
  content: none;
}

nav.primary > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  color: #222222;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1rem;
}

@media screen and (min-width: 1100px) {
  nav.primary > ul > li > a {
    padding: 0;
    border-bottom: 0;
    font-size: 0.83rem;
    color: #ffffff;
  }
}

@media screen and (min-width: 1400px) {
  nav.primary > ul > li > a {
    font-size: 1rem;
  }
}

nav.primary > ul > li > a .fas.fa-plus {
  font-size: 0.75rem;
  opacity: 0.8;
}

nav.primary > ul > li > a:after {
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

@media screen and (min-width: 1100px) {
  nav.primary > ul > li.active > a:after,
  nav.primary > ul > li:hover > a:after {
    border-color: #0cb9b0;
  }
}

nav.primary > ul > li.dashboard-link {
  display: none;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: "ClashDisplay", serif;
  font-weight: 500;
  background-color: rgba(150, 150, 150, 0.15);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 0.625rem;
  margin-right: 1rem;
  height: 100%;
}

.login > *:not(.nav-icon) {
  height: 100%;
}

@media screen and (min-width: 1100px) {
  .login {
    right: 0;
    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;
    margin-right: 0;
  }
}

.login .shopping-cart {
  position: relative;
  display: inline-block;
}

.login .shopping-cart a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75rem;
  border-radius: 0.625rem;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 1100px) {
  .login .shopping-cart a {
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}

.login .button-login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #243153;
  border-radius: 0.625rem;
  border: none;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 0.9rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
}

.login .button-login--logout {
  background-color: #8B8B8B;
}

.menu-active {
  padding-top: 0rem;
}

.menu-active nav.primary {
  height: auto;
}

.menu-active nav.primary > ul > li > a {
  color: white !important;
}

.menu-active .login {
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  height: auto;
}

.menu-active .login .shopping-cart {
  display: none;
  margin: 0 2rem 0 0;
  width: 35px;
}

.menu-active .login .button-login,
.menu-active .login .button-login--logout {
  display: block;
  padding: 0.75rem 1rem;
}

.menu-active .login .nav-icon,
.menu-active .login #nav-icon {
  position: fixed;
  min-height: auto;
  top: 1rem;
  left: 1rem;
  z-index: 1001;
  background-color: transparent !important;
}

.menu-active .login .nav-icon .nav-icon-text,
.menu-active .login #nav-icon .nav-icon-text {
  display: none;
}

.has-dropdown {
  position: relative;
}

@media screen and (min-width: 1100px) {
  .has-dropdown {
    padding: 1rem 0;
  }

  .has-dropdown:hover .dropdown-menu {
    opacity: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    pointer-events: all;
  }
}

.has-dropdown > a {
  position: relative;
}

.has-dropdown > a::after {
  display: none;
}

@media screen and (min-width: 1100px) {
  .has-dropdown > a {
    margin-right: 0;
  }
}

.has-dropdown--active > a::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dropdown-menu {
  display: none;
}

@media screen and (min-width: 1100px) {
  .dropdown-menu {
    position: absolute;
    z-index: 3;
    display: block;
    min-width: 14rem;
    isolation: isolate;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    padding-top: 1rem;
  }
}

.dropdown-menu--active {
  display: block;
}

.dropdown-menu > ul.droplets {
  padding: 0rem 2rem 0.75rem 1rem;
}

@media screen and (min-width: 1100px) {
  .dropdown-menu > ul.droplets {
    position: relative;
    z-index: 1;
    padding: 0.5rem 2rem 1rem 1rem;
    border-radius: 0.625rem;
    background-color: rgba(171, 171, 171, 0.3);
    will-change: transform, opacity;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}

.dropdown-menu > ul.droplets > li {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1100px) {
  .dropdown-menu > ul.droplets > li {
    margin-bottom: 1rem;
  }
}

.dropdown-menu > ul.droplets > li:last-child {
  margin-bottom: 0;
}

.dropdown-menu > ul.droplets > li::before {
  margin-left: -1rem;
  width: 1rem;
}

.dropdown-menu > ul.droplets > li > a {
  padding: 0.5rem 0;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.nav-icon,
#nav-icon {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 3rem;
  min-height: 100%;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #11B3A1;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 0.5rem;
}

@media screen and (min-width: 1100px) {
  .nav-icon,
  #nav-icon {
    display: none;
  }
}

.nav-icon .nav-icon-bars,
#nav-icon .nav-icon-bars {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 16px;
}

.nav-icon .nav-icon-bars span,
#nav-icon .nav-icon-bars span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: white !important;
  opacity: 1 !important;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.nav-icon .nav-icon-bars span:nth-child(1),
#nav-icon .nav-icon-bars span:nth-child(1) {
  top: 0;
}

.nav-icon .nav-icon-bars span:nth-child(2),
#nav-icon .nav-icon-bars span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-icon .nav-icon-bars span:nth-child(3),
#nav-icon .nav-icon-bars span:nth-child(3) {
  bottom: 0;
}

.nav-icon .nav-icon-text,
#nav-icon .nav-icon-text {
  color: white;
  font-family: "ClashDisplay", serif;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
}

.nav-icon.nav-icon--active,
#nav-icon.nav-icon--active {
  background-color: transparent !important;
}

.nav-icon.nav-icon--active .nav-icon-text,
#nav-icon.nav-icon--active .nav-icon-text {
  display: none;
}

.nav-icon.nav-icon--active .nav-icon-bars span:nth-child(1),
#nav-icon.nav-icon--active .nav-icon-bars span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.nav-icon.nav-icon--active .nav-icon-bars span:nth-child(2),
#nav-icon.nav-icon--active .nav-icon-bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.nav-icon--active .nav-icon-bars span:nth-child(3),
#nav-icon.nav-icon--active .nav-icon-bars span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

nav.pagination ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

nav.pagination ul li {
  display: inline-block;
  margin: 0 .5rem 0 0;
  padding: 0;
  list-style: none;
}

nav.pagination ul li a {
  display: block;
  width: auto;
  height: 2rem;
  border: 1px solid #0cb9b0 !important;
  color: #0cb9b0 !important;
  text-align: center;
  text-decoration: none !important;
  line-height: 2rem;
  padding-left: 10px;
  padding-right: 10px;
}

nav.pagination ul li.active a {
  background: #0cb9b0 !important;
  color: #fff !important;
}

nav.pagination ul li::before {
  display: none;
}

.columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 715px) {
  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.columns.items-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.columns.items-flex-start h2:first-child {
  font-size: 2rem !important;
  margin-bottom: 3rem;
}

.columns .image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-top: 3rem;
}

@media screen and (min-width: 715px) {
  .columns .image {
    margin-top: 0;
  }
}

.reverse div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 715px) {
  .reverse div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.reverse div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 715px) {
  .reverse div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.copy {
  width: 100%;
}

@media screen and (min-width: 715px) {
  .copy {
    width: 50%;
  }
}

.copy h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #00263f;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}

.copy h2 span {
  display: block;
  font-weight: 300;
  font-size: 2.25rem;
}

.copy p {
  line-height: 1.5;
}

.copy .action {
  border-top: 1px solid rgba(0, 38, 63, 0.4);
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}

@media screen and (min-width: 715px) {
  .copy .action {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 2.5rem 0 0 0;
  }
}

.couponCode__code {
  display: inline-block;
  border: 2px solid #6ba53f;
  background: rgba(107, 165, 63, 0.2);
  padding: .5rem;
}

.couponCodeApplied {
  background: rgba(107, 165, 63, 0.1);
  padding: 1em 0;
}

.couponCodeApplied strong {
  color: #6ba53f !important;
}

.couponCodeApplied .container {
  text-align: left;
}

.modal {
  position: fixed;
  background: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  padding: .25rem;
  width: 32em;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal.-danger .modal__header {
  background: #ff3100;
}

.modal__body {
  padding: 2rem;
}

.modal__screen {
  position: fixed;
  background: rgba(242, 242, 242, 0.85);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998;
}

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

.modal-actions > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.modal-actions--right {
  text-align: right;
}

.note {
  background: #f2f2f2;
  padding: .6em .8em;
  color: #00263f;
}

.note i.fas {
  color: #00263f;
  margin-right: .25em;
}

.priceComparison {
  background: #eaeaea;
}

.priceComparison__title {
  color: #00263f;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 2rem;
}

.priceComparison__inner {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}

.priceComparison__intro p {
  margin: 0 0 1.5rem 0;
}

.priceComparison__intro strong {
  font-weight: bold;
  border-bottom: 3px solid #6ba53f;
}

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

.priceGroup {
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: .8rem;
  border-radius: .75rem;
  font-size: .9rem;
  max-width: 250px;
  min-width: 150px;
  margin-right: .5rem;
  margin-bottom: 1rem;
}

.priceGroup__company {
  color: #606060;
  font-weight: bold;
}

.priceGroup__price {
  color: #222222;
  font-size: 1.3rem;
  margin-top: .5rem;
}

.priceGroup__priceWrapper.-noPrice .priceGroup__price {
  color: #949494;
  font-size: 1rem;
}

.priceGroup__type {
  font-size: .75rem;
  color: #949494;
}

.priceGroup.-us {
  background-color: #6ba53f;
}

.priceGroup.-us .priceGroup__company {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.priceGroup.-us .priceGroup__price {
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
  display: inline;
}

.priceGroup.-us .priceGroup__price.-crossed-out {
  text-decoration: line-through;
}

.priceGroup.-us .priceGroup__price.-free {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  display: block;
}

.priceGroup.-us .priceGroup__type {
  color: white;
  display: inline;
  font-size: .72rem;
}

.campaignEffectsManager h3 {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.campaignEffect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.campaignEffect > * {
  padding-right: .5rem;
}

.offerManager h3 {
  margin-top: 4rem;
  font-weight: bold;
  font-size: 1.5rem;
}

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

.codeBrowser__code {
  display: block;
  border: 2px solid #aaa;
  padding: .5rem;
  margin: 0 .25rem .25rem 0;
}

.codeBrowser__code.-redeemed {
  opacity: 0.25;
}

@use "../base/variables" as *;
@use "../base/mixins" as *;
.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.page-preloader.hidden-preloader {
  -webkit-animation: fadeOutPreloader 0.8s ease-out forwards;
          animation: fadeOutPreloader 0.8s ease-out forwards;
  pointer-events: none;
}

.page-preloader__content {
  position: relative;
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-preloader__logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  opacity: 1;
}

.page-preloader__logo .logo-text {
  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-family: 'ClashDisplay', serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
}

.page-preloader__logo .logo-cosmetic {
  color: #00263f;
  font-weight: 400;
}

.page-preloader__logo .logo-rx {
  color: #6ba53f;
  font-weight: 600;
}

.page-preloader.hidden .page-preloader__logo {
  -webkit-animation: fadeOutLogo 0.8s ease-out forwards;
          animation: fadeOutLogo 0.8s ease-out forwards;
}

.page-preloader__percentage {
  font-family: 'ClashDisplay', sans-serif !important;
  font-size: 4rem;
  font-weight: 600;
  color: #6ba53f;
  font-family: inherit;
  opacity: 1;
  text-align: center;
}

.page-preloader__percentage-text {
  font-size: 2.5rem;
  font-weight: 400;
  color: #6ba53f;
  font-family: inherit;
}

.page-preloader.hidden .page-preloader__percentage {
  -webkit-animation: fadeOutPercentage 0.8s ease-out forwards;
          animation: fadeOutPercentage 0.8s ease-out forwards;
}

@-webkit-keyframes fadeOutPreloader {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOutPreloader {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fadeOutLogo {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
  }
}

@keyframes fadeOutLogo {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
  }
}

@-webkit-keyframes fadeOutPercentage {
  from {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(0.95);
            transform: translateY(-30px) scale(0.95);
  }
}

@keyframes fadeOutPercentage {
  from {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(0.95);
            transform: translateY(-30px) scale(0.95);
  }
}

::-webkit-input-placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

::-moz-placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

::-ms-input-placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

::placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

input,
button,
select,
textarea {
  padding: 0.5rem;
  border: none;
  font-family: "FigTree", "Helvetica", Arial, sans-serif;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 7px #00263f;
          box-shadow: 0 0 7px #00263f;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  margin: 0.25rem 0;
  width: 100%;
  border: 1px solid #ddd;
}

input[type='date'] {
  max-width: 17rem;
  border: 1px solid #ddd;
}

input.short {
  max-width: 10em;
}

input.medium {
  max-width: 20em;
}

textarea {
  display: block;
}

select {
  overflow: hidden;
  margin: 0.25rem 0;
  min-width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-image: url(/images/arrow-down.svg?943a23e4cc52046d0a92c760fd90c3f3);
  background-position: 97% center;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #00263f;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

select.white {
  background-color: white;
}

.form-group {
  margin-bottom: 0.75rem;
  position: relative;
  width: 100%;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="password"] {
  padding: 1.1rem 0.5rem 0.8rem 0.5rem;
}

.form-group .question-mark {
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
}

.form-group .question-mark:hover::after {
  content: "Please go to the previous page to change the state";
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-group.no--height--group label {
  height: auto;
}

.form-group label {
  height: 19px;
  display: block;
}

.form-group input.medium + i {
  max-width: 19em;
}

.form-group input.short + i {
  max-width: 9em;
}

.form-group i {
  position: absolute;
  font-style: normal;
  left: 0.5rem;
  top: 25px;
  width: calc(100% - 1rem);
  height: 45px;
  color: #243153;
  line-height: 50px;
  font-weight: 400;
  font-size: 0.9rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  background: #fff;
}

@media (max-width: 720px) {
  .form-group i {
    top: 24px;
    height: 39px;
  }
}

.form-group.active i {
  top: 26.5px;
  background: transparent;
  line-height: 1;
  height: auto;
  width: auto;
  font-size: 0.65rem;
}

.form-group label {
  display: block;
  color: #606060;
  font-weight: bold;
  font-size: 0.9rem;
}

.form-group .checkbox label,
.form-group .radio-group label {
  font-weight: normal;
}

.form-group select {
  width: 165px;
  padding: 0.9rem 0.5rem;
}

.form-group--medium {
  width: 66%;
}

.form-group--small {
  width: 33%;
}

input.ignorable {
  display: none;
}

.form-errors {
  margin: 0;
  padding: 1rem;
  border-radius: 0 0 4px 4px;
  background-color: #ff3100;
  list-style: none;
}

.form-errors li {
  color: white;
}

.form-errors li::before {
  margin-left: 0;
  width: auto;
  content: none;
  text-indent: 0;
}

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

.label-bottom {
  display: block;
  margin-top: 0.25rem;
  text-decoration: none;
  font-size: 0.83rem;
}

legend {
  margin-bottom: 0.5rem;
  width: 100%;
  color: #00263f;
  font-weight: bold;
  font-size: 1.5rem;
}

.legend-light {
  color: #00263f;
  font-size: 1.2rem;
}

.legend-bold {
  color: #00263f;
  font-weight: 500;
  font-size: 1.2rem;
}

form hr {
  margin: 2rem 0;
}

fieldset {
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0 0 0;
  border: none;
  border-top: 1px solid #f2f2f2;
}

.portal-column--first > fieldset:first-child {
  border-top: none;
}

@media screen and (min-width: 715px) {
  .portal-column--first > fieldset:first-child,
  .portal-column--last > fieldset:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.checkbox-group--compact div.checkbox {
  display: inline-block;
}

.checkbox-group--compact div.checkbox label {
  display: inline-block;
  margin: 0.5rem 1rem 0 0;
}

.StripeElement {
  padding: 10px 12px;
  height: 40px;
  border: 2px solid #243153;
  background-color: white;
  font-family: "FigTree", "Helvetica", Arial, sans-serif;
}

.StripeElement--invalid {
  border-color: #ff3100;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  padding: 0.5rem;
  color: #ff3100;
  font-size: smaller;
}

.slim-filter {
  position: relative;
  margin-bottom: 2rem;
  height: 2.5rem;
}

.slim-filter select {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10rem;
  height: 100%;
  border-color: #00263f;
  background-color: #00263f;
  background-image: url(/images/arrow-down-white.svg?961d1f8722fe4eb77c88d693e20ef13d);
  color: white;
}

.slim-filter .clear-cta {
  position: absolute;
  top: 0.6rem;
  right: 8.5rem;
}

.slim-filter .clear-cta i {
  font-size: 1.2rem;
}

.slim-filter input[type='text'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-right: 8.5rem;
  padding-left: 10.5rem;
  height: 100%;
  border: 2px solid #00263f;
  line-height: 20px;
}

.slim-filter__no-filter input[type='text'] {
  padding-left: 1rem;
}

.slim-filter button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8rem;
  height: 100%;
  border-color: #00263f;
  background-color: #00263f;
  color: white;
}

form h2.icon-heading {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0.7rem;
  border-bottom: 2px solid #00263f;
  background: rgba(0, 38, 63, 0.1);
  color: #00263f;
  font-weight: 500;
  font-size: 1.1rem;
}

form h2.icon-heading i {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-top: -1.2rem;
  margin-left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #00263f;
  border-radius: 1.25rem;
  background: #fff;
  text-align: center;
  line-height: 2.25rem;
}

form.user-form fieldset {
  border-top: none;
}

form.consultation-form .form-group {
  margin: 1.25rem 0;
}

form.consultation-form .form-group label {
  height: auto;
}

form.consultation-form .radio-group input {
  margin-bottom: 0.5rem;
}

fieldset.photos legend {
  margin-bottom: 0;
}

fieldset.photos p {
  margin: 0;
}

.inputfile {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.inputfile + label {
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  border-radius: 22px;
  background-color: #00263f;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}

.notes-input ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-input ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.notes-input ul li::before {
  content: none;
}

.notes-input ul li a {
  margin-left: 0.25rem;
}

.notes-input input[type='text'] {
  max-width: calc(100% - 3rem);
}

.meet-the-derm {
  margin-top: 1rem;
}

.meet-the-derm .provider {
  margin-top: 1rem;
}

.meet-the-derm .provider .avatar {
  display: inline-block;
  margin-right: 0.5rem;
  max-width: 50px;
}

.meet-the-derm .provider .details {
  display: inline-block;
  vertical-align: top;
}

.meet-the-derm .provider .details .full-name {
  font-size: 1.3rem;
}

.meet-the-derm .provider .details .title {
  font-size: 0.9rem;
}

.meet-the-derm .provider .learn-more {
  margin-top: 1rem;
}

.contact-form {
  padding-top: 2rem;
}

.group-separation {
  padding-bottom: 2rem;
}

.group-separation:last-child {
  padding-bottom: 0;
}

.radio {
  position: relative;
  display: block;
  padding-bottom: 0.35rem;
  padding-left: 1.25rem;
}

.radio input[type='radio'] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.radio label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.25rem;
  font-size: 1rem;
}

.form-notice {
  margin: 0 0 1rem 0;
  color: #606060;
  font-size: 0.8rem;
}

.login-container {
  max-width: 31.5rem;
}

.login-form {
  margin: 0 auto 2rem auto;
}

.login-form .forgot-password {
  text-align: right;
  font-size: 0.875rem;
}

.alert {
  padding: 1rem;
}

.alert-success {
  background-color: #1f577a;
  color: white;
}

.card-review {
  letter-spacing: 0.5px;
}

.card-review i {
  position: relative;
  top: 8px;
  color: #505879;
  font-size: 38px;
  margin-right: 12px;
}

#AcceptUIContainer {
  display: none !important;
}

#AcceptUIContainer.show {
  display: block !important;
}

.cc-icons {
  display: inline-block;
  width: 170px;
  vertical-align: bottom;
}

.select-with-search {
  position: relative;
}

.select-with-search input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.custom-search-dropdown {
  position: relative;
}

.custom-search-dropdown input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.custom-search-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-search-dropdown .dropdown-content .dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
}

.custom-search-dropdown .dropdown-content .dropdown-item:hover {
  background-color: #f5f5f5;
}

.custom-search-dropdown .dropdown-content .dropdown-item.no-results {
  font-style: italic;
  color: #606060;
  cursor: default;
}

ul {
  list-style: none;
  margin-left: 1rem;
  padding: 0;
}

ul li {
  margin-bottom: 1rem;
  position: relative;
}

ul li::before {
  content: '\2022';
  color: #00263f;
  display: inline-block;
  margin-left: -1.5rem;
  text-indent: 3px;
  width: 1.5rem;
}

table.list {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  font-weight: 100;
}

table.list tr th {
  border-bottom: 2px solid #00263f;
  padding: 0.35rem;
  text-align: left;
  position: relative;
  color: black;
}

table.list tr th.sorted {
  background-color: rgba(0, 38, 63, 0.1);
}

table.list tr th .sort-direction-cta {
  position: absolute;
  right: 0.5rem;
  top: 0;
  cursor: pointer;
}

table.list tr th .sort-direction-cta:after {
  color: #00263f;
  font: normal normal normal 1em / 1 "Font Awesome 5 Free";
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F0D8";
  font-weight: bold;
  font-size: 1.4rem;
}

table.list tr th.sorted-desc .sort-direction-cta:after {
  content: '\F0D7';
}

table.list tr td {
  border-bottom: 1px solid #c7c7c7;
  padding: 0.35rem;
  color: black !important;
}

table.list tr td.sorted {
  background-color: rgba(0, 38, 63, 0.08);
}

table.list tr td.actions {
  width: 5rem;
  white-space: nowrap;
}

table.list tr td.actions i {
  margin: 0 0.25rem;
}

.tr-custom th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 45px !important;
}

.consultation-detail h1 {
  font-size: 2rem;
}

.consultation-detail .photos {
  padding-bottom: 1rem;
}

@media screen and (min-width: 715px) {
  .consultation-detail .photos {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.consultation-detail .photos .consult-photo-type {
  margin: 1rem 0;
}

@media screen and (min-width: 715px) {
  .consultation-detail .photos .consult-photo-type {
    display: block;
  }
}

.consultation-detail .photos .consult-photo-type .consult-photo {
  display: block;
}

.consultation-detail .photos .consult-photo-type .consult-photo a {
  text-decoration: none;
}

.consultation-detail .photos .consult-photo-type .consult-photo img {
  width: auto;
  height: 6rem;
  border: 2px solid #243153;
  border-radius: 4px;
}

.consultation-detail .photos .consult-photo-type .consult-photo .caption {
  text-decoration: none;
  font-size: 0.6rem;
}

.consult-panels {
  margin-bottom: 1rem;
}

@media screen and (min-width: 715px) {
  .consult-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.consult-panels > div {
  padding: 0 4rem 0 0;
}

.consult-panels h2 {
  font-weight: 500;
  font-size: 1.2rem;
}

.consult-panels .personal-info {
  width: 20em;
}

.consult-answer {
  margin: 1.5rem 0;
}

.consult-answer:first-child {
  margin-top: 0;
}

.consult-answer span {
  display: block;
}

.consult-answer .consult-text--question {
  margin-bottom: 0.5rem;
  color: #00263f;
  font-style: italic;
  font-size: 0.8rem;
}

.consult-answer .consult-text--answer {
  display: block;
  font-family: monospace;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border: 1px solid green;
  background-color: #6ba53f;
  border-radius: 5px;
  list-style: none;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
}

.consult-answer .consult-text--multiple-choice {
  color: #ccc;
  margin-left: 0;
}

.consult-answer .consult-text--multiple-choice li {
  margin: 0;
  padding-left: 2rem;
  border: 2px solid transparent;
}

.consult-answer .consult-text--multiple-choice .-selected {
  color: white;
  border: 2px solid white;
  border-radius: 0.5rem;
}

@media screen and (min-width: 715px) {
  .consult-photos {
    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;
  }
}

.return-link {
  display: block;
  margin-top: 1rem;
}

.hiddenTitle {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: -9999;
}

.brx_hero {
  overflow: hidden;
  padding: 50px 0;
  background: #F7F7F7;
}

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

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

.brx_hero .container {
  max-width: 1290px;
}

.brx_hero__image {
  width: 800px;
  height: 800px;
}

.brx_hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brx_hero__price {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  color: #243153;
}

.brx_hero__btns {
  margin-bottom: 40px;
}

.brx_hero__content {
  width: 440px;
}

.brx_hero__content h2 {
  color: #243153;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
}

.brx_hero__content span {
  color: #8B8B8B;
  display: block;
  margin-bottom: 10px;
}

.brx_hero__content .brx_hero__rateText p {
  color: #8B8B8B;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.brx_hero__content p {
  color: #243153;
  display: block;
  margin-bottom: 40px;
}

.brx_hero__content em {
  font-style: normal;
  color: #8B8B8B;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1360px) {
  .brx_hero .container {
    max-width: 1140px;
  }

  .brx_hero__image {
    width: 50%;
    height: 600px;
  }

  .brx_hero__content {
    width: 50%;
    padding-left: 40px;
  }
}

@media (max-width: 992px) {
  .brx_hero__image {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
  }

  .brx_hero__content {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .brx_hero__image {
    height: 400px;
  }
}

.brxBuilderWrapper {
  overflow: hidden;
  margin-bottom: 0;
}

.brxAccordeon {
  overflow: hidden;
  margin-bottom: 20px;
}

.brxAccordeon__item {
  overflow: hidden;
  border-bottom: 1px solid #8B8B8B;
}

.brxAccordeon__item:first-child {
  border-top: 1px solid #8B8B8B;
}

.brxAccordeon__item h3 {
  display: block;
  padding: 17px 0;
  margin: 0;
  position: relative;
  color: #243153;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 32px;
  cursor: pointer;
}

.brxAccordeon__item h3.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brxAccordeon__item h3:after {
  content: '';
  position: absolute;
  top: 19px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 16px;
  height: 16px;
  background: url(/images/accord-dropdown.svg?94c4a67906fa3ae3d1b256a352a8b2fa) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden {
  display: none;
  padding-bottom: 20px;
}

.brxAccordeon__item .accordHidden p {
  margin: 0;
  font-size: 14px;
  color: #243153;
  line-height: 20px;
}

.brxAccordeon__item .accordHidden ul {
  margin: 0;
}

.brxAccordeon__item .accordHidden ul li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
  position: relative;
  padding-left: 24px;
}

.brxAccordeon__item .accordHidden ul li:last-child {
  margin-bottom: 0;
}

.brxAccordeon__item .accordHidden ul li.no--icon {
  list-style: none;
  padding-left: 0;
}

.brxAccordeon__item .accordHidden ul li.no--icon::before {
  display: none;
}

.brxAccordeon__item .accordHidden ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 24px;
  width: 5px;
  height: 5px;
  background: #243153;
  border-radius: 100%;
}

.brxAccordeon__item .accordHidden.with--icons ul {
  margin: 0;
  padding: 0;
}

.brxAccordeon__item .accordHidden.with--icons ul li {
  padding-left: 30px;
}

.brxAccordeon__item .accordHidden.with--icons ul li:before {
  position: absolute;
  left: 24px;
  width: 17px;
  height: 17px;
  top: 3px;
}

.brxAccordeon__item .accordHidden.with--icons ul li.no--icon {
  list-style: none;
  padding-left: 0;
}

.brxAccordeon__item .accordHidden.with--icons ul li.no--icon::before {
  display: none;
}

.brxAccordeon__item .accordHidden.with--icons ul li.icon--rx::before {
  background: url(/images/brx-icon.svg?a564529ce4561698efcaa5f948727228) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden.with--icons ul li.icon--box::before {
  top: 2px;
  background: url(/images/shipping-icon-2.svg?001bbed7c89a9f2ee58471ad745eedbf) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden.with--icons ul li.icon--pillows::before {
  top: 1px;
  height: 22px;
  background: url(/images/pills-new.svg?678099d65fc78a7a26504e7c93c87fad) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden em {
  margin-top: 15px;
  display: block;
}

.brxAccordeon__item--descr {
  font-weight: 400;
  font-size: 14px;
}

.brxTitleWithText {
  overflow: hidden;
  margin: 140px 0 70px 0;
}

.brxTitleWithText h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 40px;
  color: #243153;
}

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

.brxTitleWithText__item {
  width: 450px;
}

.brxTitleWithText__item h2,
.brxTitleWithText__item h3,
.brxTitleWithText__item h4 {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #243153;
}

.brxTitleWithText__image {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}

.brxTitleWithText__image img {
  width: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .brxTitleWithText__row {
    margin: 0 -40px;
  }

  .brxTitleWithText__item {
    width: 50%;
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .brxTitleWithText {
    margin-top: 70px;
    margin-bottom: 35px;
  }

  .brxTitleWithText__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .brxTitleWithText__item:last-child {
    margin-bottom: 0;
  }

  .brxTitleWithText h2 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 24px;
  }
}

.middle--line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #CBCBCB;
  display: block;
}

.brxIcons {
  margin: 4rem 0;
  padding: 8.75rem 0;
}

.brxIcons.homePageHowGetSection {
  margin-bottom: 0;
  border-bottom: 1px solid #243153;
}

@media (max-width: 992px) {
  .brxIcons {
    margin: 2.1875rem 0;
    padding: 4rem 0;
  }

  .brxIcons.homePageHowGetSection {
    margin-bottom: 0;
  }
}

.brxLeftImage {
  overflow: hidden;
  margin: 70px 0;
}

.brxLeftImage .reviews-rate__rating {
  margin-right: 0;
  margin-bottom: 5px;
}

.brxLeftImage__row {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brxLeftImage__image {
  width: 620px;
  height: 450px;
  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;
}

.brxLeftImage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brxLeftImage__text {
  width: 670px;
  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;
}

.brxLeftImage__text span {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.brxLeftImage__text img {
  max-width: 350px;
}

.brxLeftImage__text strong {
  color: #243153;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
}

.brxLeftImage__text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  background: #4867C0;
  border-radius: 100px;
  text-decoration: none !important;
}

.brxLeftImage__prices {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 40px -30px 0 -30px;
}

.brxLeftImage__prices.small--margin {
  margin-top: 20px;
}

.brxLeftImage__prices__part {
  padding: 0 30px;
}

.brxLeftImage__prices__part h3 {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  color: #243153;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.brxLeftImage__prices__row {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 -15px;
}

.brxLeftImage__prices__item {
  padding: 0 15px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brxLeftImage__prices__item strong {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}

@media (max-width: 1320px) {
  .brxLeftImage__image {
    width: 450px;
  }
}

@media (max-width: 1200px) {
  .brxLeftImage__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

@media (max-width: 992px) {
  .brxLeftImage {
    margin: 35px 0;
  }
}

@media (max-width: 767px) {
  .brxLeftImage__image {
    width: 100%;
    margin-bottom: 40px;
  }

  .brxLeftImage__text {
    width: 100%;
  }

  .brxLeftImage__prices {
    margin-top: 10px;
    width: 100%;
  }

  .brxLeftImage__prices__part {
    padding: 0 10px;
    width: 50%;
  }

  .brxLeftImage__prices__part.single--part {
    width: 320px;
  }

  .brxLeftImage__prices__part h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .brxLeftImage__prices__item {
    margin-bottom: 30px;
  }

  .brxLeftImage__prices__item:last-child {
    margin-bottom: 0;
  }

  .brxLeftImage__prices__item strong {
    font-size: 24px;
    line-height: 26px;
  }

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

.brxHowItWorks {
  overflow: hidden;
  margin: 70px 0;
}

.brxHowItWorks h2 {
  display: block;
  margin-bottom: 40px;
  color: #243153;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

.brxHowItWorks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.brxHowItWorks__item {
  width: 33.33%;
}

.brxHowItWorks__item__inner {
  padding: 0 20px;
}

.brxHowItWorks__item__image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.brxHowItWorks__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brxHowItWorks__item h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #243153;
  font-size: 20px;
  line-height: 20px;
}

.brxHowItWorks__item p {
  color: #243153;
}

@media (max-width: 992px) {
  .brxHowItWorks {
    margin: 35px 0;
  }

  .brxHowItWorks__item {
    width: 50%;
    margin-bottom: 45px;
  }

  .brxHowItWorks__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .brxHowItWorks h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .brxHowItWorks__item {
    width: 100%;
  }
}

.brxFaqSection {
  overflow: hidden;
  margin: 8.75rem 0;
}

.brxFaqSection .brxAccordeon {
  margin-bottom: 0;
  width: 50%;
}

.brxFaqSection .container {
  max-width: 1140px;
}

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

.brxFaqSection h2 {
  display: block;
  width: 50%;
  padding-right: 40px;
  color: #243153;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
}

@media (max-width: 1380px) {
  .brxFaqSection .container {
    padding: 0 2rem;
  }
}

@media (max-width: 992px) {
  .brxFaqSection {
    margin: 4rem 0;
  }

  .brxFaqSection .brxAccordeon {
    width: 100%;
  }

  .brxFaqSection h2 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
}

.brxWhat {
  color: #243153;
}

.brxWhat__row {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
}

@media (max-width: 992px) {
  .brxWhat__row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.brxWhat__descr {
  font-size: 18px;
  font-weight: 400;
}

.reviews-rate__rating {
  width: auto;
  margin-right: 10px;
  --percent: calc((var(--rating) - 0.1) / 5 * 100%);
  --star-color: transparent;
}

.reviews-rate__rating:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 20px;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#E7B766), to(var(--star-color)));
  background: linear-gradient(90deg, #E7B766 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popularity--btn {
  display: inline-block;
  margin-bottom: 20px;
  background: #EEEFEB;
  padding: 10px;
  border-radius: 100px;
  color: #243153;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
}

.reviews-section {
  overflow: hidden;
  padding: 2.1875rem 0;
}

.reviews-section .container {
  max-width: 1140px;
}

.reviews-section .reviews-rate__rating {
  margin-right: 0;
  margin-bottom: -10px;
}

.reviews-section .reviews-rate__rating::before {
  float: right;
  font-size: 26px;
}

@media (max-width: 992px) {
  .reviews-section .reviews-rate__rating::before {
    float: left;
  }
}

.reviews-section__heading {
  overflow: hidden;
  margin-bottom: 45px;
  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;
}

.reviews-section__heading h3 {
  color: #243153;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  margin: 0;
}

.reviews-section__heading__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-section__heading__right p {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .reviews-section__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews-section__heading h3 {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.reviews-section__item {
  overflow: hidden;
  padding: 20px 0;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #243153;
}

.reviews-section__item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-section__item__left p {
  text-transform: uppercase;
  margin: 0;
  color: rgba(36, 49, 83, 0.5);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  width: 100px;
}

.reviews-section__item__text {
  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%;
  padding: 20px 0;
}

.reviews-section__item__text p {
  color: #222222;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 20px 0;
}

.reviews-section__item__text span {
  text-transform: uppercase;
  color: rgba(36, 49, 83, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.reviews-section__item__date span {
  text-transform: uppercase;
  color: rgba(36, 49, 83, 0.5);
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .reviews-section {
    padding: 70px 0 100px 0;
  }

  .reviews-section__item {
    -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;
    padding: 20px 0 26px 0;
  }

  .reviews-section__item__text {
    width: 480px;
    padding: 0;
  }

  .reviews-section__item__text p {
    font-size: 16px;
    line-height: 24px;
  }

  .reviews-section__item__text span {
    font-size: 14px;
    line-height: 12px;
  }
}

.reviews-carousel {
  outline: none;
}

.reviews-carousel .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.reviews-carousel-container .flickity-viewport {
  position: relative;
  overflow: hidden;
  height: 250px !important;
}

.slideItem {
  width: 300px;
  margin-right: 20px;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px;
  height: 250px;
}

.slideItem__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slideItem__top__image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  background: #E7B766;
  position: relative;
}

.slideItem__top__image span {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.slideItem__top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideItem__top__title {
  width: calc(100% - 60px);
  padding-left: 20px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slideItem__top__title h4 {
  color: #243153;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.slideItem__top__title h4 span.redactor-circle {
  margin-right: -6px;
}

.slideItem__top__title p {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.slideItem__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slideItem__center .reviews-rate__rating {
  margin-bottom: -10px;
  --star-color: #CBCBCB;
}

.slideItem__center .reviews-rate__rating:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 26px;
  float: left;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#E7B766), to(var(--star-color)));
  background: linear-gradient(90deg, #E7B766 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 500px) {
  .slideItem {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .slideItem {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .slideItem {
    width: 420px;
  }
}

@media (min-width: 1700px) {
  .slideItem {
    width: 450px;
  }
}

.textLeftImageRight {
  overflow: hidden;
  padding: 4rem 0;
  color: #243153;
}

.textLeftImageRight h2,
.textLeftImageRight h3,
.textLeftImageRight h4 {
  display: block;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
}

.textLeftImageRight p {
  margin: 0 0 80px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.textLeftImageRight p:last-child {
  margin: 0;
}

.textLeftImageRight__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textLeftImageRight__text {
  width: 50%;
  padding: 0 55px;
}

.textLeftImageRight__image {
  width: 50%;
  padding: 0 55px;
  height: 800px;
  overflow: hidden;
}

.textLeftImageRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.textLeftImageRight.\--reverse .textLeftImageRight__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.textLeftImageRight.\--reverse p {
  margin-bottom: 30px;
}

.textLeftImageRight.\--reverse a + a {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .textLeftImageRight__text {
    padding: 0 24px;
  }

  .textLeftImageRight__image {
    padding: 0 24px;
    height: 600px;
  }

  .textLeftImageRight__inner {
    margin: 0 -24px;
  }
}

@media (max-width: 992px) {
  .textLeftImageRight {
    padding: 2.1875rem 0;
  }

  .textLeftImageRight__text {
    width: 100%;
    margin-bottom: 36px;
  }

  .textLeftImageRight__image {
    height: 400px;
    width: 100%;
  }

  .textLeftImageRight h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .textLeftImageRight p {
    margin-bottom: 24px;
  }
}

.icons {
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.icons h2 {
  color: #243153;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .icons h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.icons p.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 715px) {
  .icons p.subtitle {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.icons .icon-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.icons .icon-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1040px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 13.75rem;
        flex-basis: 13.75rem;
    margin-bottom: 0;
  }

  .icons .icon-column:first-child {
    margin-left: 0;
  }

  .icons .icon-column:last-child {
    margin-right: 0;
  }
}

.icons .icon-column h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1040px) {
  .icons .icon-column h4 {
    font-size: 1.5rem;
  }
}

.icons .icon-column p {
  font-weight: 400;
  color: #243153;
  margin-top: 0;
  margin-bottom: 0;
}

.icons .icon-column img {
  margin: 0 auto 1rem auto;
  height: 6rem;
  background: transparent;
  padding: 0;
}

.icons .action {
  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 screen and (min-width: 570px) {
  .icons .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.icons .action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .icons .action a {
    margin: 0 0.5rem;
  }
}

.background--skin-tone {
  background-color: #f9ebe5;
  color: #243153;
  text-align: center;
}

.background--skin-tone p {
  line-height: 1.5rem;
}

.background--light-gray {
  background-color: #EEEFEB;
  color: #243153;
  text-align: center;
}

.background--light-gray p {
  line-height: 1.5rem;
}

.background--light-blue {
  background-color: #F3F8FC;
  color: #243153;
}

.background--light-blue h2 {
  color: #243153;
}

.relatedProducts {
  overflow: hidden;
  padding: 4rem 0;
}

.relatedProducts h2 {
  display: block;
  margin: 0 0 40px 0;
  color: #243153;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

.relatedProducts.\--carousel .relatedProducts__item {
  max-width: 420px;
}

.relatedProducts.\--carousel h2 {
  font-size: 56px;
  line-height: 1.1;
}

.relatedProducts.\--carousel h2 strong {
  color: #11B3A1;
}

@media (max-width: 992px) {
  .relatedProducts.\--carousel h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .relatedProducts.\--carousel .relatedProducts__item {
    max-width: 100%;
  }
}

.relatedProducts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.relatedProducts__item {
  padding: 0 15px;
  width: 33.33%;
  color: #243153;
}

.relatedProducts__item__content h3 {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  height: 60px;
  overflow: hidden;
}

.relatedProducts__item__content h3 a {
  color: #243153;
  text-decoration: none;
}

.relatedProducts__item__content h3 a:hover {
  text-decoration: underline;
}

.relatedProducts__item__content p {
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.relatedProducts__item__image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 300px;
  background: #EEEFEB;
}

.relatedProducts__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.relatedProducts .homeProductsWrapper__item__buttons {
  position: static;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -5px;
}

.relatedProducts__top:has(p) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {
  .relatedProducts__top:has(p) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .relatedProducts__item {
    width: 50%;
    margin-bottom: 48px;
  }

  .relatedProducts__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .relatedProducts {
    padding: 2.1875rem 0;
    margin-bottom: 0;
  }

  .relatedProducts .splide__track {
    width: 100%;
  }

  .relatedProducts__inner {
    padding: 0 15px;
  }

  .relatedProducts__item {
    width: 100%;
  }

  .relatedProducts__item__content h3 {
    height: auto;
  }

  .relatedProducts h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.brxMentalHero {
  overflow: hidden;
  padding: 0;
  color: #243153;
}

.brxMentalHero + section {
  margin-top: 0;
}

.brxMentalHero__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .brxMentalHero__title {
    font-size: 36px;
  }
}

.brxMentalHero em {
  color: #8B8B8B;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
}

.brxMentalHero ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 25px;
}

.brxMentalHero ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1110_9462)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.6 0 0 3.6 0 8C0 12.4 3.6 16 8 16C12.4 16 16 12.4 16 8C16 3.6 12.4 0 8 0ZM6.4 12L2.4 8L3.52 6.88L6.4 9.76L12.48 3.68L13.6 4.8L6.4 12Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1110_9462'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  padding-left: 5px;
}

.brxMentalHero ul li:before {
  display: none;
}

.brxMentalHero__row {
  padding: 60px 0;
  min-height: 800px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
}

@media (max-width: 992px) {
  .brxMentalHero__row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.brxMentalHero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -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;
}

.videoSlider {
  overflow: hidden;
  width: 100%;
  background: #1A1A1A;
  padding: 4rem 0 10rem 0;
  margin-top: 4rem;
  position: relative;
  z-index: 991;
}

.videoSlider .flickity-viewport {
  overflow: visible;
}

.videoSlider__top {
  overflow: hidden;
  margin-bottom: 4rem;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
}

.videoSlider__top h2 {
  font-size: 48px;
  margin: 0;
  line-height: 57px;
  font-weight: 400;
  display: block;
  width: 650px;
  position: relative;
  color: white !important;
}

.videoSlider__top p {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  display: block;
  width: 400px;
}

@media (max-width: 992px) {
  .videoSlider__top h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    top: 0;
  }

  .videoSlider__top p {
    width: 100%;
  }
}

.videoSlider__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  outline: none;
}

.videoSlider__carousel__item {
  height: 540px;
  margin-right: 15px;
  cursor: pointer;
  width: 380px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  display: block;
}

.videoSlider__carousel__item__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}

.videoSlider__carousel__item video {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.videoSlider__carousel__item::before {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.videoSlider__carousel__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  z-index: 3;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(4rem, rgba(0, 0, 0, 0.35)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.35) 4rem);
  padding: 4rem 1rem 1.5rem;
}

.videoSlider__carousel__item__text p {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0px;
}

.videoSlider__carousel__item__text em {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .videoSlider__carousel__item {
    height: 400px;
    width: 280px;
  }
}

.videoSlider .flickity-prev-next-button {
  position: absolute;
  bottom: -80px;
  right: 0;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 0;
  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;
  background: transparent;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
}

.videoSlider .flickity-prev-next-button.previous {
  grid-area: arrow1;
  margin-right: 0;
  right: 35px;
}

.videoSlider .flickity-prev-next-button.next {
  grid-area: arrow2;
}

.videoSlider .flickity-prev-next-button svg {
  top: auto;
  left: auto;
  width: 16px;
  height: 16px;
  position: relative;
  fill: white;
}

.videoSlider .flickity-page-dots {
  grid-area: dots;
  position: absolute;
  width: 250px;
  right: 0;
  bottom: -40px;
  height: 1px;
  margin-top: 0;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 0;
}

.videoSlider .flickity-page-dots .dot {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: white;
}

@media (max-width: 767px) {
  .videoSlider .flickity-page-dots {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .videoSlider {
    margin-top: 2.5rem;
  }
}

.siteOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: #000;
  display: none;
}

.videoPopupWrapper {
  position: fixed;
  width: 90%;
  height: 80%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.videoPopupWrapper video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.videoPopupWrapper__close {
  position: absolute;
  top: -48px;
  left: 0;
  background: url(/images/icon-close.svg?522a41f625821358e1c0c012752785b3) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.brxMentalHero__img {
  width: 100vw;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 0;
  z-index: 0;
}

.brxMentalHero__img img {
  width: 100%;
}

.brxMentalHero__text {
  z-index: 1;
}

.brxMentalHero {
  color: #ffffff;
  position: relative;
  margin-top: -8rem;
}

.brxMentalHero .container {
  position: unset;
}

.brxMentalHero em {
  color: #d3d3d3;
}

.brxMentalHero__img img.mob-img {
  display: none;
}

@media (max-width: 992px) {
  .brxMentalHero {
    padding-bottom: 20rem;
  }

  .brxMentalHero__img {
    display: block;
    background-color: #5279c0;
  }

  .brxMentalHero__img img.desktop-img {
    display: none;
  }

  .brxMentalHero__img img.mob-img {
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

@media (max-width: 579px) {
  .brxMentalHero {
    padding-bottom: 11rem;
  }

  .brxMentalHero__img img.mob-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.brxMentalHero {
  margin-top: 0;
}

@media (max-width: 767px) {
  .homeProductsWrapper.\--carousel .homeProductsWrapper__item {
    padding: 0 15px;
    min-width: 320px;
  }
}

@media (max-width: 767px) {
  .homeProductsWrapper__item__buttons {
    row-gap: 7px;
  }

  .homeProductsWrapper.\--carousel {
    padding: 0 0 140px;
  }

  .homeProductsWrapper__row {
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homeProductsWrapper__item__inner:hover {
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    background: #EEEFEB;
  }
}

.brxMentalHero__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 992px) {
  .brxMentalHero__img img.mob-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
  }
}

.newLandingPageHero .brxMentalHero__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  padding-top: 90px;
}

.newLandingPageHero .brxMentalHero__text {
  z-index: 1;
  max-width: 90%;
}

.newLandingPageHero.brxMentalHero ul li {
  list-style-image: none;
  list-style: disc;
}

.newLandingPageHero.brxMentalHero ul li::marker {
  font-size: 10px;
}

.newLandingPageHero .button-primary-navy {
  background-color: #6ba53f;
  border-color: #6ba53f;
}

.newLandingPageHero .button-primary-navy:hover {
  background-color: #7eb950;
  border-color: #7eb950;
}

.newLandingPage .brx_hero {
  background: #eeefeb !important;
  padding: 90px 0 70px 0;
}

.newLandingPage .brx_hero__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.newLandingPage .brx_hero__row .brx_hero__image {
  width: 48%;
  height: 600px;
}

.newLandingPage .brx_hero__row .brx_hero__content {
  width: 48%;
  -ms-flex-item-align: center;
      align-self: center;
}

.newLandingPage .brx_hero .container {
  max-width: 1140px;
}

.newLandingPage .brx_hero .reviews-rate__rating {
  color: #8b8b8b;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.newLandingPage .brx_hero .reviews-rate__rating:before {
  font-size: 22px;
}

.brxListing .brxList {
  list-style: none;
}

.brxListing .brxList li {
  list-style: none;
  color: #243153;
  letter-spacing: 0.1px;
  position: relative;
  padding-left: 15px;
}

.brxListing .brxList li.icon-rx::before {
  content: "";
  background: url(/images/Hims-icon.svg?abcd8a0f4e9e0811e7f6ff170060b699);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brxListing .brxList li.free-ship::before {
  content: "";
  background: url(/images/shipping-icon-lp.svg?886e609f8d625fd8645b7ee27896f215);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brxListing .brxList li.no--icon:before {
  background: url(/images/pills-new.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

/* .brxListing .brxList li::before {
    display: none;
  } */

.brxGetbtn {
  margin-top: 30px;
}

.newLandingPage .brxTitleWithText {
  margin: 90px 0;
}

.newLandingPage .brx_hero__content h2 {
  font-size: 56px;
}

.newLandingPage .brxLeftImage {
  overflow: hidden;
  margin: 0px 0;
  padding: 90px 0 70px;
  background-color: #eeefeb;
}

.newLandingPage .brxBuilderWrapper {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

.brxMonthSupply {
  color: #243153;
  margin-bottom: 10px;
}

.brxLeftImage__text .brxGetbtn a {
  border-color: inherit;
}

@media (max-width: 992px) {
  .newLandingPage .brx_hero__row {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .newLandingPage .brx_hero__row .brx_hero__image,
  .newLandingPage .brx_hero__row .brx_hero__content,
  .newLandingPage .brxLeftImage__row .brxLeftImage__image,
  .newLandingPage .brxLeftImage__row .brxLeftImage__text {
    width: 100%;
  }

  section.brxMentalHero.newLandingPageHero {
    margin-top: 0;
  }

  .newLandingPage .brx_hero__content h2 {
    font-size: 40px;
  }
}

@media (max-width: 579px) {
  .newLandingPage
.brxLeftImage__row
.brxLeftImage__text
.brxTitleWithText
h2 {
    font-size: 32px;
  }
}

.companies-wrapper {
  border-bottom: 2px solid #dfecf7;
  border-top: 2px solid #dfecf7;
  padding: 2rem 0;
  margin-bottom: 4rem;
  display: block;
}

@media (max-width: 767px) {
  .companies-wrapper {
    height: 88px;
    overflow: hidden;
    padding: 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .companyAllWrapper {
    height: 88px;
    overflow: hidden;
    position: relative;
  }
}

.flickity-enabled {
  position: relative;
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
}

.companies-wrapper-mobile {
  border-bottom: 2px solid #dfecf7;
  border-top: 2px solid #dfecf7;
  padding: 1rem 0;
  opacity: 0;
}

.companies-wrapper-mobile .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
}

.companies-wrapper-mobile .company-image-mobile {
  width: 50%;
  padding: 0 10px;
  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: 4rem;
}

.companies-wrapper-mobile .company-image-mobile img {
  max-height: 4rem;
}

@media (min-width: 769px) {
  .companies-wrapper-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .companies-wrapper-mobile {
    position: relative;
    z-index: 2;
  }
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.companies {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media screen and (min-width: 375px) {
  .companies {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.companies .company-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 715px) {
  .companies .company-image {
    margin-bottom: 0;
    max-width: 160px;
  }
}

@media screen and (min-width: 1040px) {
  .companies .company-image {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .companies .company-image {
    margin-bottom: 30px;
  }
}

.companies .company-image img {
  max-height: 4rem;
  margin: 0 auto;
}

.homeCenterWrapper {
  overflow: hidden;
  width: 100%;
  padding: 140px 0 70px 0;
}

.homeCenterWrapper__inner {
  position: relative;
}

.homeCenterWrapper__text {
  width: 810px;
  float: left;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.homeCenterWrapper__text.fixed {
  top: 140px;
  position: fixed;
}

.homeCenterWrapper__text.absolute {
  position: absolute;
  bottom: 0;
}

.homeCenterWrapper__text p {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 27px 0;
  color: #243153;
  display: block;
  width: 100%;
}

.homeCenterWrapper__text p.text--animated {
  color: #6ba53f;
  display: none;
  margin-bottom: 0;
}

.homeCenterWrapper__blocks {
  width: 440px;
  float: right;
}

.homeCenterWrapper__blocks__item {
  overflow: hidden;
  width: 100%;
  height: 90px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.homeCenterWrapper__blocks__item.active::before {
  background: #6ba53f;
}

.homeCenterWrapper__blocks__item::before {
  content: '';
  background: #EEEFEB;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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

.homeCenterWrapper__blocks__item:last-child {
  margin-bottom: 0;
}

.homeCenterWrapper__blocks__item h4 {
  width: 200px;
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  color: #00263F;
}

.homeCenterWrapper__blocks__item p {
  overflow: hidden;
  width: 100%;
  margin: 20px 0 0 0;
  display: block;
  font-weight: 400;
  color: #8b8b8b;
  font-size: 18px;
  line-height: 22px;
}

.homeCenterWrapper__blocks__item__image {
  overflow: hidden;
  border-radius: 10px;
  height: 90px;
  width: 160px;
  position: relative;
}

.homeCenterWrapper__blocks__item__image.video--type {
  cursor: pointer;
}

.homeCenterWrapper__blocks__item__image.video--type:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.homeCenterWrapper__blocks__item__image.video--type:hover span img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.homeCenterWrapper__blocks__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1280px) {
  .homeCenterWrapper__text {
    width: 700px;
  }

  .homeCenterWrapper__text p {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 1200px) {
  .homeCenterWrapper__text {
    width: 500px;
  }

  .homeCenterWrapper__text p {
    font-size: 40px;
    line-height: 45px;
  }

  .homeCenterWrapper__blocks {
    width: 400px;
  }
}

@media (max-width: 992px) {
  .homeCenterWrapper {
    padding: 70px 0;
  }

  .homeCenterWrapper__text {
    width: 100%;
    margin-bottom: 40px;
  }

  .homeCenterWrapper__text.fixed {
    position: static !important;
  }

  .homeCenterWrapper__text p.text--animated {
    display: block;
  }

  .homeCenterWrapper__text.absolute {
    position: static !important;
  }

  .homeCenterWrapper__text p {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
  }

  .homeCenterWrapper__blocks {
    width: 370px;
    float: left;
  }

  .homeCenterWrapper__blocks__item {
    margin-bottom: 30px;
  }

  .homeCenterWrapper__blocks__item h4 {
    font-size: 20px;
    line-height: 22px;
    width: 150px;
  }

  .homeCenterWrapper__blocks__item p {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 450px) {
  .homeCenterWrapper__blocks {
    width: 100%;
  }
}

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

.relatedProducts__top.small--size:has(p) {
  grid-template-columns: 1fr;
  margin-bottom: 36px;
}

.relatedProducts__top.small--size:has(p) p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.homeProductsWrapper {
  overflow: hidden;
  padding: 70px 0 35px 0;
}

.homeProductsWrapper .relatedProducts__top h2 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .homeProductsWrapper .relatedProducts__top h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.homeProductsWrapper h2 {
  display: block;
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 25px 0;
}

.homeProductsWrapper h2 strong {
  font-weight: 500;
  color: #6ba53f;
}

@media (max-width: 767px) {
  .homeProductsWrapper .container.no--paddings {
    padding: 0;
  }
}

.homeProductsWrapper .reviews-rate__rating {
  margin-right: 0;
  margin-top: 5px;
  display: none;
}

.homeProductsWrapper.\--carousel {
  padding: 70px 0 140px;
  overflow: hidden;
}

.homeProductsWrapper.\--carousel .splide__track {
  overflow: visible;
}

.homeProductsWrapper.\--carousel .homeProductsWrapper__item {
  width: 33.33%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .homeProductsWrapper.\--carousel .homeProductsWrapper__item {
    max-width: 100%;
  }
}

.homeProductsWrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.homeProductsWrapper__item {
  width: 25%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .homeProductsWrapper__item {
    padding: 0;
    margin-bottom: 0;
  }
}

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

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner {
  background-size: cover;
  background-position: 75%;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner h3 {
  color: white;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .homeProductsWrapper__item__buttons {
  left: 20px;
  right: 20px;
  width: auto;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .button {
  width: 100%;
}

.homeProductsWrapper__item__gd {
  height: 91% !important;
  border-radius: 20px;
}

.homeProductsWrapper__item__gd:hover {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}

.homeProductsWrapper__item__inner {
  width: 100%;
  height: 550px;
  background: #EEEFE9;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .homeProductsWrapper__item__inner {
    border-radius: 0;
  }
}

.homeProductsWrapper__item__auto_height {
  height: 664px;
}

@media (max-width: 1240px) {
  .homeProductsWrapper__item__auto_height {
    height: 724px;
  }
}

.homeProductsWrapper__item__descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  background: #EEEFE9;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0 0 20px 20px;
  bottom: 65px;
  position: relative;
}

@media (max-width: 1240px) {
  .homeProductsWrapper__item__descriptions {
    height: 240px;
  }
}

.homeProductsWrapper__item__descriptions div {
  width: 100%;
}

.homeProductsWrapper__item__descriptions div p {
  color: #606060;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  justify-self: center;
  margin: 0;
}

@media (max-width: 767px) {
  .homeProductsWrapper__row {
    padding: 0;
    margin: 0;
  }
}

.homeProductsWrapper__item__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  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;
}

.homeProductsWrapper__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.homeProductsWrapper__item__image img.image--on--hover {
  display: none;
}

.homeProductsWrapper__item__image_2 img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}

.homeProductsWrapper__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 20;
}

.homeProductsWrapper__item__top__left {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homeProductsWrapper__item__top__left h3 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #243153;
}

.homeProductsWrapper__item__top__left p {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
}

.homeProductsWrapper__item__buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  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;
  width: 100%;
}

.homeProductsWrapper__item__buttons a {
  display: inline-block;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  border-radius: 100px;
  margin: 0 5px;
  border: 1px solid #CBCBCB;
  color: #243153;
  text-decoration: none !important;
}

.homeProductsWrapper__item__buttons a:hover {
  background: #243153 !important;
  border-color: #243153 !important;
  color: white !important;
}

.homeProductsWrapper__item__buttons a.addToCart--link {
  text-decoration: none !important;
  background: #243153;
  border-color: #243153;
  color: white !important;
}

.homeProductsWrapper__item__buttons a.addToCart--link:hover {
  text-decoration: none !important;
  background: transparent !important;
  color: #243153 !important;
}

span.video--play {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

span.video--play img {
  width: 12px;
  position: absolute;
  top: 0;
  left: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

span.popularity--button {
  display: inline-block;
  padding: 10px;
  border-radius: 100px;
  color: white;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  background: #6ba53f;
}

.homeProductsWrapper__row__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .homeProductsWrapper__item {
    width: 50%;
    margin-bottom: 24px;
  }

  .homeProductsWrapper__item__image_1 {
    top: 0 !important;
    height: 100% !important;
  }

  .homeProductsWrapper__item__image {
    top: 110px;
    height: 60%;
  }

  .homeProductsWrapper__item__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 992px) {
  .homeProductsWrapper {
    padding-bottom: 70px;
  }

  .homeProductsWrapper h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .homeProductsWrapper__item {
    width: 100%;
  }

  .homeProductsWrapper__item:last-child {
    margin-bottom: 0;
  }

  .homeProductsWrapper__item__image {
    bottom: 65px;
  }
}

@media (max-width: 767px) {
  .homeProductsWrapper__item {
    width: 50%;
    margin-bottom: 0;
  }

  .homeProductsWrapper__row {
    width: 100%;
  }

  .homeProductsWrapper__row .splide__track {
    width: 100%;
  }

  .homeProductsWrapper__row .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .homeProductsWrapper.\--carousel .homeProductsWrapper__item {
    padding: 0;
  }

  span.popularity--button {
    margin-top: 10px;
    padding: 0;
    background: transparent;
    color: #6ba53f;
    display: block;
    width: 100%;
    text-align: center;
  }

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

  .homeProductsWrapper__item__top__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .homeProductsWrapper .reviews-rate__rating {
    text-align: center;
  }

  .homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .homeProductsWrapper__item__buttons {
    left: 0;
    width: calc(100% - 10px);
  }

  .homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .button {
    padding: 14px 0;
    text-align: center;
  }

  .homeProductsWrapper__item__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .homeProductsWrapper__item__image img.image--no--hover {
    display: none;
  }

  .homeProductsWrapper__item__image img.image--on--hover {
    display: block;
  }

  .homeProductsWrapper__item.mb--20px {
    margin-bottom: 0;
  }

  .relatedProducts.\--carousel .relatedProducts__item {
    width: 50%;
    padding: 0;
  }

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

  .relatedProducts__item__image {
    border-radius: 0;
  }

  .relatedProducts .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .relatedProducts__item__content {
    text-align: center;
  }

  .relatedProducts .homeProductsWrapper__item__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .relatedProducts__item__content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .relatedProducts__item__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.heroVideo {
  height: auto;
  width: 100%;
  position: relative;
  background: #F3F8FC;
}

@media (max-width: 768px) {
  .heroVideo.latisseVideo:before {
    display: none;
  }
}

.heroVideo__words {
  position: relative;
  display: none;
  width: 100%;
  color: #fff;
  padding: 2rem 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  z-index: 8;
}

.heroVideo__words h2 {
  display: table;
  margin: 0 auto;
  height: 22px;
  overflow: hidden;
  line-height: 21px;
  font-weight: 400;
  font-size: 22px;
}

.heroVideo__words h2 em {
  font-style: normal;
  display: inline-block;
  float: left;
  position: relative;
  top: -2px;
}

.heroVideo__words h2 span {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  float: left;
  top: -2px;
  height: 100%;
}

.heroVideo__words h2 span i {
  font-style: normal;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.heroVideo__words h2 span i.active {
  bottom: 1px;
}

.heroVideo__words p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 28px;
  line-height: 23px;
}

.heroVideo__soundBtn {
  display: none;
  position: absolute;
  top: 15px;
  left: 22px;
  width: 30px;
  z-index: 5;
  cursor: pointer;
  height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff url(/images/sound-off.svg?9cf6452de036c98cb7814aab27da7516) no-repeat center center;
  background-size: 24px;
}

.heroVideo__soundBtn.active {
  background: #fff url(/images/sound-on.svg?9072a4ccc0a6202853c7c33b05908fa8) no-repeat center center;
  background-size: 24px;
}

.heroVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.heroVideo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}

.heroVideo img.heroDesktopImage {
  display: block;
}

.heroVideo img.heroMobileImage {
  display: none;
}

@media screen and (min-width: 1040px) {
  .heroVideo {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .heroVideo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
    display: none;
  }

  .heroVideo img.heroDesktopImage {
    display: none;
  }

  .heroVideo img.heroMobileImage {
    display: block;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .heroVideo video {
    height: auto;
  }

  .heroVideo__words {
    display: block;
  }
}

span.redactor-underline.visible svg path {
  -webkit-animation: redactor-underline 1.5s cubic-bezier(0.18, -0.01, 0.93, 0.33) forwards;
          animation: redactor-underline 1.5s cubic-bezier(0.18, -0.01, 0.93, 0.33) forwards;
}

span.redactor-underline svg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
}

span.redactor-underline svg {
  color: #6ba53f;
}

span.redactor-circle svg path {
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  opacity: 0;
}

span.redactor-circle svg {
  color: #6ba53f;
}

span.redactor-circle.visible svg path {
  -webkit-animation: redactor-circle 1.5s linear forwards;
          animation: redactor-circle 1.5s linear forwards;
}

@-webkit-keyframes redactor-underline {
  from {
    opacity: 0;
    stroke-dashoffset: 300;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes redactor-underline {
  from {
    opacity: 0;
    stroke-dashoffset: 300;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes redactor-circle {
  from {
    opacity: 0;
    stroke-dashoffset: 322;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes redactor-circle {
  from {
    opacity: 0;
    stroke-dashoffset: 322;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

.portal-main {
  padding: 3rem 0;
}

.portal-body {
  background-color: #f7f7f7;
}

.portal-headline h1 {
  margin-bottom: 2rem;
  color: #00263f;
  font-weight: 400;
  font-size: 1.75rem;
}

.portal-headline h1.heading-with-note {
  margin-bottom: 0;
}

.portal-headline p.note {
  margin-bottom: 2rem;
}

.portal-headline--lede {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 1.2rem;
}

.bmi-over {
  background-color: #EAFFF1;
}

.date-created-newer {
  background-color: #eafaff !important;
}

.highest-bmi-over {
  background-color: #eafaff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
}

.breadcrumbs .breadcrumb-item {
  text-decoration: none;
}

.breadcrumbs .breadcrumb-item::after {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #222222;
  content: '\BB';
}

.breadcrumbs .breadcrumb-item:last-child::after {
  content: none;
}

.breadcrumbs .breadcrumb-item--back::before {
  position: relative;
  top: -0.05rem;
  left: 0.3rem;
  display: inline-block;
  margin-right: 1rem;
  width: 0.45rem;
  height: 0.45rem;
  border-width: 0.15rem 0.15rem 0 0;
  border-style: solid;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 715px) {
  .portal-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.portal-columns .portal-column--first {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  margin-right: 1rem;
}

.portal-columns .portal-column--last {
  margin-top: 2rem;
}

@media screen and (min-width: 715px) {
  .portal-columns .portal-column--last {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-top: 0;
  }
}

.portal-image {
  height: 15rem;
}

.portal-image img {
  margin: 0 auto;
  height: 100%;
}

.portal-products {
  position: sticky;
  top: 8rem;
  padding: 2rem;
  border: 1px solid #001726;
  background-color: white;
}

.portal-products h3 {
  color: #00263f;
  font-weight: bold;
  font-size: 1.7rem;
}

.portal-product-image {
  margin: 0.5rem 0 2rem 0;
  border: 2px solid #00263f;
  background-color: white;
  height: 400px;
}

.portal-product-image img {
  margin: 0 auto;
  border: 1rem solid white;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portal-product-info {
  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;
  color: #00263f;
}

.portal-product-info span {
  display: block;
}

.portal-product-info span:first-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.portal-product-info span:last-child {
  text-align: right;
}

.portal-product-info .portal-product-text {
  font-size: 1.1rem;
}

.portal-product-info--sub {
  padding-top: 1rem;
  border-top: 1px solid #243153;
  font-size: 1.1rem;
}

.portal-product-info--final {
  padding-top: 1rem;
  border-top: 2px solid #243153;
  font-weight: bold;
  font-size: 1.1rem;
}

.portal-product-info--final .note {
  text-transform: none;
  font-size: 0.8rem;
  text-align: left !important;
}

.portal-product-info--wrapper {
  margin: 1rem 0;
}

.cart-action--light {
  display: block;
  margin-top: 0.75rem;
  text-decoration: none;
  font-size: 0.875rem;
}

.cart-action--light .remove {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background: url(/images/trash-icon.svg?879013f…) no-repeat center;
  background-size: contain;
}

.checkout-steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5rem auto;
  max-width: 36rem;
}

.checkout-steps::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 94%;
  height: 1px;
  background-color: #eafaf7;
  content: '';
}

.checkout-steps li {
  position: relative;
}

.checkout-steps li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #00263f;
  font-size: 1.2rem;
}

.checkout-steps li .caption {
  position: absolute;
  left: 50%;
  margin: 0.5em 0 0 -3.5em;
  width: 7em;
  color: rgba(148, 148, 148, 0.5);
  text-align: center;
  font-size: 0.85rem;
}

.checkout-steps li::before {
  content: none;
}

.checkout-steps li.active .number {
  background-color: #6ba53f;
}

.checkout-steps li.active .caption {
  color: #949494;
}

.checkout-steps li a {
  color: white !important;
  text-decoration: none !important;
}

.photo-manager {
  margin-top: 1rem;
}

.photo-manager .filepond--item::before {
  display: none !important;
}

.photo-manager .filepond--credits {
  display: none !important;
}

.photo-manager .filepond--wrapper {
  min-width: 16rem;
  cursor: pointer;
}

.photo-manager .filepond--drop-label label {
  cursor: pointer;
}

.photo-manager__number {
  font-weight: bold;
  font-size: 2rem;
  display: none;
}

.photo-manager__photo {
  margin-right: 1.5rem;
}

.photo-manager__photo .preview {
  position: relative;
  display: inline-block;
  margin: 2rem auto;
  border: 2px solid #3c425a;
  border-radius: 4px;
}

.photo-manager__photo .preview .remove-cta {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  color: #6ba53f;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
}

.photo-manager__photo .preview img {
  width: auto !important;
  height: 8rem;
}

.photo-manager__photo .upload-photo {
  margin: 2rem 0;
}

.photo-manager__photo .upload-photo label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 1rem;
  border: 2px dashed #3c425a;
  border-radius: 4px;
  background-color: #f6fdfc;
  color: #3c425a;
  cursor: pointer;
}

.photo-manager__photo .upload-photo label span,
.photo-manager__photo .upload-photo label i {
  display: block;
  color: #3c425a;
}

.photo-manager__photo .upload-photo label i {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.photo-manager__photo .upload-photo label span {
  font-weight: 500;
  font-size: 1.25rem;
}

.photo-manager__photo .reupload-photo label {
  display: inline-block;
  overflow: hidden;
  padding: 0.75rem 1rem;
  max-width: 80%;
  border-radius: 22px;
  background-color: #00263f;
  color: white;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.photo-manager__photo .reupload-photo label i {
  display: inline-block;
  margin-right: 0.5rem;
}

.photo-manager__photo .reupload-photo label:hover {
  background-color: #003c63;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.title-and-image--wrapper {
  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;
  padding: 1rem 0;
  border-bottom: 2px solid #243153;
}

.title-and-image--wrapper:last-child {
  border-bottom: none;
}

.title-and-image--title {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}

.title-and-image--title h2 {
  font-size: 2rem;
}

.title-and-image--image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.refills .refill-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 960px) {
  .refills .refill-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.refills .refill-content .card-info--text {
  margin-bottom: 0.5rem;
}

.refills .refill-content .autorefill-form {
  margin-bottom: 0.5rem;
}

.refills .refill-content .reorder-form {
  display: inline-block;
}

.refills .refill-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
  max-width: 8rem;
}

@media screen and (min-width: 960px) {
  .refills .refill-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.prescribe .options {
  width: 80%;
}

.prescription-billing fieldset {
  padding: 0;
  border: none;
}

.panel-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 4px solid #00263f;
}

.panel-with-sidebar .panel-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
  background: rgba(0, 38, 63, 0.1);
}

.panel-with-sidebar .panel-sidebar.filters-active {
  background: rgba(107, 165, 63, 0.2);
}

.panel-with-sidebar .panel-sidebar h2 {
  font-weight: 500;
  font-size: 1.4rem;
}

.panel-with-sidebar .panel-sidebar .form-group label {
  color: #00263f;
}

.panel-with-sidebar .panel-sidebar .form-group input[type='text'] {
  border-color: rgba(0, 38, 63, 0.2);
  background: transparent;
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::-moz-placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::-ms-input-placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox {
  clear: left;
  margin: 0.25rem -1.5rem;
  padding: 0.25rem 1.5rem 0 1.5rem;
  border-top: 1px solid rgba(0, 38, 63, 0.2);
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox input {
  float: left;
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox label {
  margin-left: 1.5rem;
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox:first-child {
  border-top: none;
}

.panel-with-sidebar .panel-content {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding: 1.5rem 0 1.5rem 2rem;
}

.panel-with-sidebar .panel-content p:first-child {
  margin-top: 0;
}

.panel-with-sidebar .overflow-auto {
  overflow: auto;
}

.panel-with-sidebar .form-select {
  min-width: 165px;
  width: 165px;
}

.panel-with-sidebar .form-select-small {
  min-width: 60px;
}

.panel-with-sidebar .mb-20 {
  margin-bottom: 20px;
}

.panel-with-sidebar .bg-light {
  background: #eee;
}

.image-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

#existingImagesModal,
.modal-content,
.image-options {
  min-width: 100%;
}

.image-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1rem;
}

.image-option {
  display: inline-block;
  text-align: center;
}

.image-option input[type="radio"] {
  display: none;
}

.thumbnail,
.thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.image-option input[type="radio"]:checked + img {
  border: 2px solid #aac0da;
  border-radius: 50%;
}

.empty-cart {
  margin-top: 5rem;
}

.empty-cart span.title {
  display: block;
  color: #00263f;
  text-align: center;
  font-size: 2rem;
}

.already--account a {
  color: #4867C0;
  text-decoration: underline;
}

.account-header-wrapper legend {
  margin-bottom: 0;
}

.account-header-wrapper .label-bottom {
  margin-top: 0;
}

.photos-action {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px dotted #eaeaea;
}

.complete-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.complete-action-wrapper button {
  margin-right: 2rem;
}

.portal-notification {
  margin-bottom: 0.75rem a;
  margin-bottom-padding-left: 0.2rem;
  margin-bottom-text-decoration: none;
  margin-bottom-font-weight: bold;
}

.portal-notification::before {
  margin-right: 0.5rem;
  color: #00263f;
  content: '\F27A';
  font-family: 'Font Awesome 5 Free';
}

.consultText {
  overflow: hidden;
  margin-bottom: 40px;
}

.consultText p {
  margin: 0;
}

.snapshotText h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  display: block;
  margin-bottom: 6px;
  color: #243153;
}

.snapshotText p {
  margin: 0;
}

.status {
  float: right;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.status-box {
  width: auto;
  text-align: center;
  padding: 5px;
  border: 1px solid #6ba53f;
  cursor: pointer;
}

.status-button {
  color: #6ba53f !important;
  text-decoration: none;
}

.status-box a:hover {
  text-decoration: underline;
}

.export {
  float: left;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.select2-container .select2-selection--multiple {
  overflow-y: auto !important;
  background-color: #efefef !important;
  border: 1px solid #ddd !important;
}

.linkPatient {
  text-decoration: none;
  color: #000;
}

.linkPatient:hover {
  text-decoration: underline;
  color: #1f577a;
}

.product-strengths h2 {
  font-size: 2rem;
  padding: 0 1rem;
  position: relative;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.product-strengths h2::after {
  background-color: #00263f;
  content: '';
  display: block;
  height: 1px;
  width: 10%;
  margin: 1rem auto 0 auto;
}

.product-strengths p {
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.products {
  margin-top: 5rem;
}

@media screen and (min-width: 715px) {
  .products {
    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;
  }
}

.products.-latisse {
  margin-top: 0;
}

@media screen and (min-width: 715px) {
  .products.-latisse {
    display: block;
  }
}

@media screen and (min-width: 1040px) {
  .products.-latisse {
    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;
  }
}

.products.-latisse .product,
.products.-latisse .product-info {
  text-align: center;
}

.products.-latisse .product strong,
.products.-latisse .product-info strong {
  display: block;
  text-align: center;
  color: #00263f;
  margin: 20px 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.products .product {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-bottom: 6rem;
}

@media screen and (min-width: 1040px) {
  .products .product {
    -ms-flex-preferred-size: 14rem;
        flex-basis: 14rem;
  }
}

.products .product-image {
  margin-bottom: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  max-width: 250px;
}

@media screen and (min-width: 1040px) {
  .products .product-image {
    width: 100%;
  }
}

.products .product-info {
  text-align: center;
}

@media screen and (min-width: 715px) {
  .products .product-info {
    text-align: left;
  }
}

.products .product-info .product-title,
.products .product-info .product-meta,
.products .product-info .product-price,
.products .product-info .product-button {
  display: block;
  color: #00263f;
}

.products .product-info .product-title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.products .product-info .product-descriptions {
  color: #00263f;
  margin-bottom: 1rem;
}

.products .product-info .product-descriptions > span {
  display: block;
  font-weight: 500;
}

.products .product-info .product-descriptions--meta span {
  font-weight: 400;
}

.products .product-info .product-meta {
  color: #828282;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.products .product-info .product-price {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.products .product-info .product-button {
  background-color: #00263f;
  color: white;
  font-weight: 400;
  padding: 1rem;
}

.products .product-info a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .products .product-info a {
    margin: 0 0.5rem;
  }
}

.product-list-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list-columns .product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.product-list-columns .product-list-item:last-child {
  border-left: 1px solid #435b9a;
  padding-left: 3rem;
}

.product-list-columns .product-list-item .image {
  margin-right: 3rem;
}

.product-list-columns .product-list-item .copy {
  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%;
}

.product-list-columns .product-list-item .copy h2 {
  margin-bottom: 1rem;
}

.product-list-columns .product-list-item .copy .action {
  margin-top: auto;
  position: relative;
  bottom: 0;
}

.product-info {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0 auto;
}

@media screen and (min-width: 415px) {
  .product-info {
    margin: 1.5rem auto;
  }
}

@media screen and (min-width: 570px) {
  .product-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1.5rem auto;
  }
}

.product-info a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .product-info a {
    margin: 0 0.5rem;
  }
}

.member-price {
  color: #00263f;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.why-tretinoin {
  overflow: hidden;
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0;
}

.why-tretinoin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.why-tretinoin__text {
  position: static;
  top: 0;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 24px 32px 24px;
  background: #F9EAE5;
  z-index: 5;
}

.why-tretinoin__text p {
  display: block;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.5;
}

.why-tretinoin__text__bio {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.why-tretinoin__text__bio__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.why-tretinoin__text__bio__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-tretinoin__text__bio__content {
  width: calc(100% - 80px);
  padding-left: 30px;
}

.why-tretinoin__text__bio__content img {
  width: 275px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.why-tretinoin__text__bio__content span {
  text-transform: uppercase;
  color: #243153;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 1040px) {
  .why-tretinoin {
    margin: 110px 0;
  }
}

@media (min-width: 1041px) {
  .why-tretinoin__text {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 500px;
    padding: 30px;
    z-index: 5;
  }

  .why-tretinoin__text__bio {
    height: 120px;
  }

  .why-tretinoin__text__bio__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .why-tretinoin__text__bio__content {
    width: calc(100% - 120px);
  }
}

@media (min-width: 1200px) {
  .why-tretinoin__text {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 750px;
    padding: 60px 60px 35px 60px;
    z-index: 10;
  }

  .why-tretinoin__text__bio {
    height: 120px;
  }

  .why-tretinoin__text__bio__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .why-tretinoin__text__bio__content {
    width: calc(100% - 120px);
  }
}

@media (max-width: 767px) {
  .why-tretinoin {
    margin: 30px 0 60px 0;
  }
}

.progress-slider-bar {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.progress-slider-bar.derm--progress span {
  width: 75px;
}

@media (max-width: 600px) {
  .progress-slider-bar.derm--progress span {
    width: 40px;
  }
}

.progress-slider-bar span {
  width: 90px;
  height: 4px;
  background: rgba(249, 234, 229, 0.3);
  display: block;
  margin-right: 10px;
  position: relative;
}

.progress-slider-bar span.active i {
  -webkit-animation: progress 5s linear forwards;
          animation: progress 5s linear forwards;
}

.progress-slider-bar span:last-child {
  margin-right: 0;
}

.progress-slider-bar span i {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  background: #f9eae5;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 992px) {
  .progress-slider-bar {
    top: 10px;
    left: 10px;
  }

  .progress-slider-bar span {
    width: 60px;
    height: 3px;
  }
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.before-after-slider {
  height: 350px;
  width: 100%;
  pointer-events: none;
  position: relative;
  background: #000;
  margin-left: auto;
}

.before-after-slider .flickity-page-dots {
  display: none !important;
}

.before-after-slider__topText {
  width: 100%;
  text-align: center;
  color: white;
  z-index: 7;
}

.before-after-slider__topText p {
  margin: 0;
  line-height: 24px;
}

.before-after-slider__image {
  width: 100%;
  height: 350px;
  position: relative;
}

.before-after-slider__image .before-after-slider__label {
  position: absolute;
  top: 70px;
  right: 16px;
  z-index: 15;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.before-after-slider__image .before-after-slider__label.before {
  background: rgba(0, 0, 0, 0.8);
}

.before-after-slider__image .before-after-slider__label.after {
  background: rgba(249, 234, 229, 0.9);
  color: #243153;
}

.before-after-slider__image:first-child img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.before-after-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

.before-after-slider__words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -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;
}

.before-after-slider__words span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: white;
}

.before-after-slider__words span span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.before-after-slider__words span.hiddens span {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.before-after-slider__words span.again span {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.before-after-slider__words span:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .before-after-slider__words {
    padding-top: 140px;
  }
}

@media (max-width: 1024px) {
  .before-after-slider__words {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

@media (max-width: 767px) {
  .before-after-slider__words {
    padding-top: 60px;
  }

  .before-after-slider__words span {
    font-size: 16px;
    line-height: 20px;
  }
}

.before-after-slider .flickity-page-dots {
  bottom: auto;
  pointer-events: none;
  top: 20px;
  left: 30px;
  text-align: left;
}

.before-after-slider .flickity-page-dots .dot {
  width: 90px;
  height: 4px;
  opacity: 0.3;
  margin-left: 0;
  margin: 0 10px 0 0;
  border-radius: 0;
}

.before-after-slider .flickity-page-dots .dot:last-child {
  margin-right: 0;
}

@media screen and (min-width: 715px) {
  .before-after-slider {
    width: 100%;
    height: 500px;
  }

  .before-after-slider__image {
    height: 500px;
  }

  .before-after-slider__words span {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1040px) {
  .before-after-slider {
    width: 570px;
    height: 650px;
  }

  .before-after-slider__image {
    height: 650px;
  }

  .before-after-slider .flickity-page-dots {
    display: block;
  }
}

.expert-derm-team {
  overflow: hidden;
  width: 100%;
  background: #F3F8FC;
  padding: 60px 0 80px 0;
  margin-bottom: 60px;
}

.expert-derm-team__wrapper {
  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;
  height: auto;
  position: relative;
}

.expert-derm-team__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
  -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;
}

.expert-derm-team__left h4 {
  display: block;
  position: static;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #243153;
  margin: 0 0 36px 0;
}

.expert-derm-team__left__content {
  line-height: 24px;
}

.expert-derm-team__left__content h2,
.expert-derm-team__left__content h3,
.expert-derm-team__left__content h4,
.expert-derm-team__left__content h5 {
  display: block;
  margin: 0 0 40px 0;
  color: #243153;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.expert-derm-team__left__content p {
  margin: 0;
}

@media screen and (min-width: 1040px) {
  .expert-derm-team {
    padding: 100px 0 240px 0;
  }

  .expert-derm-team__left {
    width: 400px;
    margin-bottom: 0;
  }

  .expert-derm-team__left__content h2,
  .expert-derm-team__left__content h3,
  .expert-derm-team__left__content h4,
  .expert-derm-team__left__content h5 {
    font-size: 48px;
    line-height: 62px;
  }

  .expert-derm-team__wrapper {
    height: 650px;
  }
}

@media screen and (min-width: 1200px) {
  .expert-derm-team__left {
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 450px;
  }

  .expert-derm-team__left h4 {
    position: absolute;
    top: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1400px) {
  .expert-derm-team__left {
    width: 510px;
  }
}

.expert-slider-info {
  position: relative;
  bottom: 0;
  right: 0;
  background: #F9EAE5;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.expert-slider-info__nameImage {
  max-width: 160px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.expert-slider-info__nameImage img {
  width: 100%;
}

.expert-slider-info__item {
  padding: 25px 25px 33px 25px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.expert-slider-info__item.active {
  opacity: 1;
}

.expert-slider-info__item__top {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
}

.expert-slider-info__item__top span {
  display: block;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #243153;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.expert-slider-info__item__top h4 {
  display: block;
  margin: 0;
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.expert-slider-info__item__bottom {
  padding-top: 20px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.expert-slider-info__item__bottom__column {
  margin-bottom: 24px;
}

.expert-slider-info__item__bottom__column:last-child {
  margin-bottom: 0;
}

.expert-slider-info__item__bottom h5 {
  display: block;
  margin: 0 0 15px 0;
  color: rgba(36, 49, 83, 0.5);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.expert-slider-info__item__bottom p {
  display: block;
  margin: 0;
  color: #243153;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (min-width: 715px) {
  .expert-slider-info__item__bottom {
    -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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .expert-slider-info__item__bottom__column {
    margin-bottom: 0;
  }

  .expert-slider-info__item__bottom__column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1040px) {
  .expert-slider-info {
    width: 500px;
    bottom: -215px;
    right: 296px;
    position: absolute;
  }

  .expert-slider-info__nameImage {
    bottom: -10px;
    right: -55px;
    max-width: 275px;
  }
}

.product-selector {
  margin-top: 4.375rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 715px) {
  .product-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-selector .product {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.product-selector .product-image {
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.product-selector .product-image .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.product-selector .product-image img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}

.product-selector .product-info {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.25rem;
}

.product-selector .product-info .product-title,
.product-selector .product-info .product-meta,
.product-selector .product-info .product-price,
.product-selector .product-info .product-button {
  display: block;
  color: #222222;
}

.product-selector .product-info__left {
  margin-bottom: 24px;
}

.product-selector .product-info__right {
  text-align: left;
}

.product-selector .product-info .product-title {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
  color: #243153;
}

.product-selector .product-info .product-descriptions {
  color: #222222;
  margin-bottom: 0;
}

.product-selector .product-info .product-descriptions > span {
  display: block;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.313rem;
}

.product-selector .product-info .product-descriptions--meta span {
  font-weight: 400;
  line-height: 1.5rem;
}

.product-selector .product-info .product-meta {
  color: #243153;
  font-size: 0.75rem;
  opacity: 0.5;
  line-height: 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.product-selector .product-info .product-price {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 1.13rem;
  color: #243153;
}

.product-selector .product-info .button-product {
  background-color: #243153;
  color: white;
  font-weight: 400;
  padding: 1rem;
}

@media screen and (min-width: 715px) {
  .product-selector .product-info {
    -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;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  .product-selector .product-info__left {
    margin-bottom: 0;
  }

  .product-selector .product-info__right {
    text-align: right;
  }
}

@media screen and (min-width: 1040px) {
  .product-selector img {
    height: 290px;
  }

  .product-selector .product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .product-selector .product-image {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1024px) {
  .product-selector .product-image-img {
    width: 100%;
    height: 287px;
    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;
  }
}

.productsTopBanner {
  overflow: hidden;
  padding: 4rem 0;
}

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

.productsTopBanner__text {
  width: 35%;
  padding-right: 50px;
}

.productsTopBanner__text h2 {
  margin: 0;
}

.productsTopBanner__text .reviews-rate__rating {
  margin-bottom: 5px;
}

.productsTopBanner__text span {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

.productsTopBanner__images {
  height: 500px;
  width: 65%;
  position: relative;
}

.productsTopBanner__images__mute {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  z-index: 5;
  cursor: pointer;
  height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-size: 24px;
}

.productsTopBanner__images__mute.active {
  background-size: 24px;
}

.productsTopBanner__images__part {
  position: absolute;
  width: calc(50% - 5px);
}

.productsTopBanner__images__part:nth-child(1) {
  height: 100%;
  left: 0;
  top: 0;
}

.productsTopBanner__images__part:nth-child(2) {
  height: calc(50% - 5px);
  right: 0;
  top: 0;
}

.productsTopBanner__images__part:nth-child(3) {
  height: calc(50% - 5px);
  right: 0;
  bottom: 0;
}

.productsTopBanner__images img,
.productsTopBanner__images video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.productsTopBanner ul {
  margin: 0;
  padding: 0;
}

.productsTopBanner ul li {
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  color: #243153;
  list-style: none;
}

.productsTopBanner ul li:before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
}

.productsTopBanner ul li.guarantee--icon::before {
  background-size: contain;
}

.productsTopBanner ul li.freeshipping--icon::before {
  background-size: contain;
}

.productsTopBanner ul li.consult--icon::before {
  background-size: contain;
}

@media (max-width: 992px) {
  .productsTopBanner__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .productsTopBanner__images {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productsTopBanner__images {
    width: 100%;
    height: auto;
  }

  .productsTopBanner__images__part {
    position: static;
  }

  .productsTopBanner__images__part:nth-child(1) {
    display: none;
  }

  .productsTopBanner__images__part:nth-child(2) {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  .productsTopBanner__images__part:nth-child(3) {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }
}

.twoColumnProducts {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 4rem 0;
}

.twoColumnProducts .flickity-prev-next-button.previous {
  left: 0;
}

.twoColumnProducts .flickity-prev-next-button.next {
  right: 0;
}

.twoColumnProducts .flickity-prev-next-button {
  -webkit-transform: none;
          transform: none;
  top: 180px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
}

.twoColumnProducts .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.twoColumnProducts .showColumnsMobile {
  display: none;
}

.twoColumnProducts .showColumnsMobile__buttons {
  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;
  overflow: hidden;
  margin-bottom: 20px;
}

.twoColumnProducts .showColumnsMobile h3 {
  display: block;
  margin-bottom: 16px;
  font-size: 1.85rem;
  color: #243153;
}

.twoColumnProducts .showColumnsMobile span {
  font-size: 24px;
  color: #243153;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.twoColumnProducts .showColumnsMobile span.showColumnsMobile__button {
  margin: 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 5px;
  position: relative;
}

.twoColumnProducts .showColumnsMobile span.showColumnsMobile__button:after {
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 1px;
  background: #000;
  position: absolute;
}

.twoColumnProducts .showColumnsMobile span.showColumnsMobile__button.active::after {
  width: 100%;
}

@media (max-width: 992px) {
  .twoColumnProducts .showColumnsMobile span {
    text-align: center;
  }
}

.twoColumnProducts .showColumnsMobile ul {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.twoColumnProducts .showColumnsMobile ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.twoColumnProducts .showColumnsMobile ul li::before {
  background: #243153;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  left: 0;
  margin: 0;
  content: '';
  top: 8px;
  position: absolute;
}

.twoColumnProducts .showColumnsMobile__slider__item__image {
  padding: 60px;
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  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;
}

.twoColumnProducts .showColumnsMobile__slider__item__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.twoColumnProducts::before {
  height: calc(400px + 4rem);
  background: #F5F5F5;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  content: '';
}

.twoColumnProducts__row {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.twoColumnProducts__part {
  width: 400px;
  position: relative;
  z-index: 5;
  margin: 0 2rem;
}

.twoColumnProducts__part .button-product {
  display: table;
  margin: 0 auto;
}

.twoColumnProducts__part__image {
  padding: 60px;
  margin-bottom: 60px;
  width: 100%;
  height: 400px;
  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;
}

.twoColumnProducts__part__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.twoColumnProducts__part h3 {
  display: block;
  margin-bottom: 16px;
  font-size: 1.85rem;
  color: #243153;
  text-align: center;
}

.twoColumnProducts__part span {
  font-size: 24px;
  color: #243153;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.twoColumnProducts__part ul {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.twoColumnProducts__part ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.twoColumnProducts__part ul li::before {
  background: #243153;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  left: 0;
  margin: 0;
  content: '';
  top: 8px;
  position: absolute;
}

@media (max-width: 992px) {
  .twoColumnProducts::before {
    height: 500px;
  }

  .twoColumnProducts__part {
    margin: 0 0 60px 0;
    width: 100%;
  }

  .twoColumnProducts__part:last-child {
    margin-bottom: 0;
  }

  .twoColumnProducts__part__image {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .twoColumnProducts .showColumnsDesktop {
    display: none;
  }

  .twoColumnProducts .showColumnsMobile {
    display: block;
    position: relative;
    z-index: 10;
  }
}

section.ticker-photos.more--padding {
  padding-bottom: 100px;
}

.how-it-works {
  background-color: #F3F8FC;
  padding-top: 3rem;
}

.how-it-works h2 {
  color: white;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.how-it-works .steps {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (min-width: 980px) {
  .how-it-works .steps {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.how-it-works .step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  text-align: center;
  width: 22rem;
}

@media screen and (min-width: 715px) {
  .how-it-works .step {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 715px) {
  .how-it-works .step:first-child {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 715px) {
  .how-it-works .step:last-child {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 715px) {
  .how-it-works .step p {
    width: 20rem;
  }
}

.how-it-works .step .number {
  background-color: #6ba53f;
  color: white;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  height: 3rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  width: 3rem;
}

.how-it-works .step p {
  margin-bottom: 3rem;
}

.how-it-works .step > img {
  width: 17rem;
  height: 17rem;
  background: white;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.background--green {
  background-color: #6ba53f;
}

.background--green h1,
.background--green h2,
.background--green h3,
.background--green h4,
.background--green p {
  color: white !important;
}

.background--white {
  background-color: white;
}

.background--white h1,
.background--white h2,
.background--white h3,
.background--white h4,
.background--white p {
  color: #243153 !important;
}

.background--blue {
  background-color: #00263f;
}

.background--blue h1,
.background--blue h2,
.background--blue h3,
.background--blue h4,
.background--blue p {
  color: white !important;
}

.twoColumns h2,
.threeColumns h2 {
  color: #3c425a;
  font-size: 2.25rem;
  text-align: center;
}

@media screen and (min-width: 715px) {
  .twoColumns .columns,
  .threeColumns .columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.twoColumns.-latisse .columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.twoColumns.-latisse .columns > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 715px) {
  .twoColumns.-latisse .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .twoColumns.-latisse .columns > div {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}

@media screen and (min-width: 715px) {
  .twoColumns .columns > div {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}

@media screen and (min-width: 715px) {
  .threeColumns .columns > div {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
  }
}

.imageWithText .columns,
.videoWithText .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 715px) {
  .imageWithText .columns,
  .videoWithText .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.imageWithText .columns .image,
.videoWithText .columns .image {
  margin-top: 3rem;
  width: 100%;
}

@media screen and (min-width: 715px) {
  .imageWithText .columns .image,
  .videoWithText .columns .image {
    margin-top: 0;
    width: 50%;
  }
}

.imageWithText .columns .headline-above-image,
.videoWithText .columns .headline-above-image {
  color: #00263f;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 715px) {
  .imageWithText .columns .headline-above-image,
  .videoWithText .columns .headline-above-image {
    text-align: center;
  }
}

.imageWithText .columns .video-wrapper,
.videoWithText .columns .video-wrapper {
  width: 100%;
}

.imageWithText .columns video,
.videoWithText .columns video {
  width: 100%;
}

.imageWithText .reverse div:first-child,
.videoWithText .reverse div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 715px) {
  .imageWithText .reverse div:first-child,
  .videoWithText .reverse div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.imageWithText .reverse div:last-child,
.videoWithText .reverse div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 715px) {
  .imageWithText .reverse div:last-child,
  .videoWithText .reverse div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imageWithText .copy,
.videoWithText .copy {
  width: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 715px) {
  .imageWithText .copy,
  .videoWithText .copy {
    width: 50%;
  }
}

.imageWithText .copy h2,
.videoWithText .copy h2 {
  color: #3c425a;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}

.imageWithText .copy h2 span,
.videoWithText .copy h2 span {
  display: block;
  font-weight: 300;
  font-size: 2.25rem;
}

@media screen and (min-width: 715px) {
  .imageWithText .copy .action,
  .videoWithText .copy .action {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 2.5rem 0 0 0;
  }
}

.fullWidth h2 {
  color: #00263f;
  text-align: center;
  margin-bottom: 2rem;
}

.fullWidth h2::after {
  background-color: currentColor;
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  margin: 1rem auto 0 auto;
}

.fullWidth p {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.ticker-photos {
  --image-1: 270px;
  --image-2: 390px;
  --image-3: 270px;
  --image-4: 240px;
  --images-gap: 50px;
  overflow: hidden;
  padding: 40px 0 60px;
}

@media (max-width: 1400px) {
  .ticker-photos {
    --image-2: 320px;
    --images-gap: 30px;
  }
}

@media (max-width: 715px) {
  .ticker-photos {
    --image-2: 280px;
  }
}

.ticker-photos__container {
  outline: none;
}

.ticker-photos__item {
  width: 1500px;
  margin-right: var(--images-gap);
  position: relative;
}

@media (max-width: 1400px) {
  .ticker-photos__item {
    width: auto;
  }
}

.ticker-photos__images {
  display: grid;
  grid-template-columns: var(--image-1) var(--image-2) var(--image-3) var(--image-4);
  gap: var(--images-gap);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 1400px) {
  .ticker-photos__images {
    grid-template-columns: var(--image-1) var(--image-2) var(--image-3) var(--image-4) var(--image-4);
  }
}

.ticker-photos__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.ticker-photos__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.ticker-photos__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ticker-photos__link {
  text-decoration: none;
}

.ticker-photos__link:nth-child(1) {
  margin-top: 280px;
}

.ticker-photos__link:nth-child(2) .ticker-photos__image {
  height: 480px;
}

.ticker-photos__link:nth-child(3) {
  margin-top: 270px;
}

.ticker-photos__link:nth-child(4) {
  margin-top: 445px;
}

.ticker-photos__link:nth-child(5) {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1400px) {
  .ticker-photos__link {
    margin-top: 0 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }
}

@media (max-width: 1040px) {
  .ticker-photos__link:nth-child(2) .ticker-photos__image {
    height: 360px;
  }
}

.ticker-photos__tagline {
  font-size: 0.83rem;
  font-weight: 400;
}

.ticker-photos__title {
  font-size: 1.6rem;
}

.ticker-photos__text {
  position: absolute;
  top: 0;
  left: calc(var(--image-1) + var(--image-2) + var(--images-gap) * 2);
  max-width: 400px;
}

@media (max-width: 1400px) {
  .ticker-photos__text {
    display: none;
  }
}

.ticker-photos__text.\--show-mobile {
  display: none;
  position: relative;
  left: auto;
  max-width: 100%;
}

@media (max-width: 1400px) {
  .ticker-photos__text.\--show-mobile {
    display: block !important;
  }
}

.ticker-photos__caption {
  font-size: 11px;
  font-weight: 400;
  margin-top: 10px;
  color: #000;
  opacity: 0.3;
  text-transform: lowercase;
}

.ticker-photos__caption i {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}

.ticker-photos__logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 580px;
}

.background-video-text {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 450px;
  height: auto;
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 715px) {
  .background-video-text {
    height: 700px;
    padding: 0;
    min-height: initial;
  }
}

@media screen and (min-width: 1400px) {
  .background-video-text {
    height: 830px;
    padding: 0;
    min-height: initial;
  }
}

.background-video-text .container {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 715px) {
  .background-video-text.mobile--video .background-video-text__video video {
    display: block;
  }

  .background-video-text.mobile--video .background-video-text__video img {
    display: block;
  }

  .background-video-text.mobile--video .background-video-text__video img.desktopImage {
    display: none;
  }

  .background-video-text.mobile--video .background-video-text__video.mobileImage {
    display: none;
  }
}

@media (max-width: 715px) {
  .background-video-text.mobile--reverse .background-video-text__content {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 715px) {
  .background-video-text.mobile--reverse {
    padding-bottom: 0;
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .background-video-text.mobile--reverse .background-video-text__video {
    position: relative;
    height: 370px;
    left: 0;
    width: 100%;
  }

  .background-video-text.mobile--reverse .background-video-text__content {
    color: #243153;
    margin-bottom: 24px;
  }

  .background-video-text.mobile--reverse .background-video-text__title {
    text-shadow: none;
  }
}

.background-video-text .background-video-text__video.no--left {
  left: 0;
}

.background-video-text__video {
  position: absolute;
  inset: 0;
  left: 0;
  z-index: 0;
}

.background-video-text__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: unset;
     object-position: unset;
  pointer-events: none;
}

.background-video-text__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.background-video-text__video img.desktopImage {
  display: none;
}

@media screen and (min-width: 715px) {
  .background-video-text__video img.mobileImage {
    display: none;
  }

  .background-video-text__video img.desktopImage {
    display: block;
  }

  .background-video-text__video video {
    display: block;
  }
}

@media screen and (min-width: 1040px) {
  .background-video-text__video {
    left: -90%;
  }

  .background-video-text__video img {
    -o-object-position: unset;
       object-position: unset;
  }
}

.background-video-text__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

@media (min-width: 1200px) {
  .background-video-text__content {
    width: 50%;
    margin-left: 50%;
  }
}

.background-video-text__title {
  margin: 0 auto;
  max-width: 100%;
  font-size: 3rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 715px) {
  .background-video-text__title {
    font-size: 2rem;
    text-shadow: 0px 2px 20px #243153;
  }
}

.team-wrapper {
  padding: 0;
}

.team-row {
  position: relative;
}

@media screen and (min-width: 715px) {
  .team-row::before {
    background-color: #f2f2f2;
    border-bottom: 2px solid #ebebeb;
    content: '';
    height: 266px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}

.team-members {
  display: block;
}

@media screen and (min-width: 715px) {
  .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.team-members .team-member {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2rem;
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
}

.team-members .team-member::before {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ebebeb;
  content: '';
  height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 715px) {
  .team-members .team-member {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-members .team-member::before {
    content: none;
    height: auto;
  }
}

.team-members .team-member--image {
  cursor: pointer;
  position: relative;
}

.team-members .team-member--image img {
  bottom: -4px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}

.team-members .team-member--name,
.team-members .team-member--title,
.team-members .team-member--location,
.team-members .team-member--bio-title,
.team-members .team-member--bio-description {
  display: block;
}

.team-members .team-member--name,
.team-members .team-member--title,
.team-members .team-member--location {
  text-align: center;
}

.team-members .team-member--name {
  color: #00263f;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
}

.team-members .team-member--title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.team-members .team-member--location {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
}

.team-members .team-member--bio {
  display: none;
  line-height: 1.5;
}

.team-members .team-member--bio-text {
  margin-bottom: 4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.team-members .team-member--bio-text p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.team-members .team-member--bio-title {
  color: #00263f;
  font-size: 1.125rem;
  font-weight: 500;
}

.team-members .team-member--bio-description {
  margin-bottom: 2rem;
}

.team-members .team-member--info {
  margin-top: 3.4rem;
  margin-bottom: 6rem;
}

.team-members .team-profile-trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00263f;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  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;
  height: 2rem;
  margin: 2rem auto;
  text-align: center;
  width: 2rem;
}

.team-members .team-profile-trigger::after {
  content: '+';
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

.team-members .team-profile-trigger--text::after {
  content: '\2013' !important;
}

.upsell-heading {
  font-size: 2rem;
  color: #243153;
  text-align: center;
  padding: 0 2rem;
}

.upsellProductsWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.upsell-product-wrapper__item__inner {
  position: relative;
  height: 400px !important;
  border-radius: 2rem;
}

.upsell-product-wrapper {
  margin: 0 auto;
  width: 75% !important;
}

.upsell-price {
  margin: 0 !important;
  margin-bottom: 20px;
  font-size: 24px;
}

.upsell-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  border-radius: 100px;
  margin: 0 5px;
  text-decoration: none !important;
  background-image: initial;
  background-color: #243153;
  color: white !important;
}

.upsell-continue {
  text-align: center;
  margin-top: 4rem;
}

.upsell-continue .upsell-button {
  word-wrap: break-word;
  width: auto !important;
}

.thanks__info .button-weight {
  font-size: 1.1rem !important;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .upsellProductsWrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .upsell-product-wrapper {
    width: 50% !important;
  }

  .thanks__info .button-weight {
    font-size: 1rem !important;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
}

.thanks {
  text-align: center;
}

.thanks-heading {
  margin: 0;
}

.thanks__lede {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 50em;
  margin: 1em auto;
}

.thanks__ctaWrapper {
  margin: 2rem 0;
}

.thanks__boxWrapper img {
  max-width: 400px;
  display: inline-block;
}

.thanks .text--animated {
  color: var(--darkreader-text-6ba53f, #8fc567);
}

.thanks__title {
  margin-bottom: 0;
}

@media only screen and (min-width: 1100px) {
  .thanksProductsWrapper {
    grid-template-rows: auto auto;
  }

  .thanksProductsWrapper .homeProductsWrapper__item:nth-child(5) {
    justify-self: end;
  }

  .thanksProductsWrapper .homeProductsWrapper__item:nth-child(6) {
    justify-self: start;
  }
}

@media only screen and (max-width: 1300px) {
  .thanksProductsWrapper {
    grid-template-columns: repeat(4, minmax(270px, 1fr)) !important;
    max-width: 95% !important;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1100px) {
  .thanksProductsWrapper {
    grid-template-columns: repeat(3, minmax(270px, 270px)) !important;
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 850px) {
  .thanksProductsWrapper {
    grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
    max-width: 95% !important;
  }

  .title-mob {
    font-size: 15px !important;
  }

  .title-btn {
    font-size: 11px !important;
  }
}

.thanksProductsWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  max-width: 75%;
  margin-inline: auto;
  gap: 1rem;
  overflow: hidden;
}

.thanksProductsWrapper .homeProductsWrapper__item {
  width: 100%;
  display: grid;
  height: 100%;
}

.thanksProductsWrapper .homeProductsWrapper__item .homeProductsWrapper__item__inner {
  max-height: 390px;
  border-radius: 20px !important;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 220px;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info .faint-grey-lettering {
  color: #999;
  font-weight: 300;
  opacity: 0.8;
  padding: .2rem;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info h2,
.thanksProductsWrapper .homeProductsWrapper__item .thanks__info h3,
.thanksProductsWrapper .homeProductsWrapper__item .thanks__info p {
  margin: 0;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info .grid-empty-space {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info .grid-empty-space {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info .grid-empty-space-m {
    margin-bottom: 0px;
  }
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info p {
    margin-top: 10px;
  }
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info > * {
  -ms-flex-item-align: self-start;
      align-self: self-start;
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info > * {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.thanksProductsWrapper .homeProductsWrapper__item p,
.thanksProductsWrapper .homeProductsWrapper__item h3,
.thanksProductsWrapper .homeProductsWrapper__item h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #00263f;
}

.thanksProductsWrapper .homeProductsWrapper__item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.thanksProductsWrapper .homeProductsWrapper__item a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  border-radius: 100px;
  margin: auto 5px 0;
  text-decoration: none !important;
  background-image: initial;
  background-color: var(--darkreader-background-243153, #1d2742);
  border-top-color: var(--darkreader-border-243153, #425a99);
  border-right-color: var(--darkreader-border-243153, #425a99);
  border-bottom-color: var(--darkreader-border-243153, #425a99);
  border-left-color: var(--darkreader-border-243153, #425a99);
  color: var(--darkreader-text-ffffff, #e8e6e3) !important;
}

.thanksProductsWrapper .homeProductsWrapper__item a:hover {
  background-color: #fff;
  color: #1d2742 !important;
  border: 1px solid #1d2742 !important;
}

@media (max-width: 767px) {
  .sm-bottle {
    -webkit-transform: scale(2.4) !important;
            transform: scale(2.4) !important;
  }
}

@media (max-width: 1300px) {
  .sm-bottle {
    -webkit-transform: scale(1.5) !important;
            transform: scale(1.5) !important;
  }
}

@media (max-width: 500px) {
  .sm-bottle {
    -webkit-transform: scale(1.8) !important;
            transform: scale(1.8) !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.refills-modal-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.text-blue {
  color: #243153;
}

.weight-loss-hero {
  position: relative;
  background-color: #faf5ef;
}

@media (max-width: 715px) {
  .weight-loss-hero {
    padding-top: 1rem;
  }
}

.weight-loss-hero__new_image {
  display: block;
}

@media (max-width: 715px) {
  .weight-loss-hero__new_image {
    display: none;
  }
}

.weight-loss-hero__new_image-mobile {
  display: none;
}

@media (max-width: 715px) {
  .weight-loss-hero__new_image-mobile {
    display: block;
  }
}

.weight-loss-hero__container {
  min-height: 600px;
  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;
  position: relative;
}

@media (max-width: 715px) {
  .weight-loss-hero__container {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.weight-loss-hero__left {
  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: 100%;
}

@media (max-width: 500px) {
  .weight-loss-hero__title {
    font-size: 2rem;
    font-weight: 400;
  }
}

.weight-loss-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 715px) {
  .weight-loss-hero__list {
    gap: 0;
  }
}

.weight-loss-hero__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.weight-loss-hero__list li:before {
  display: none;
}

.weight-loss-hero__list-icon {
  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: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #243153;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.weight-loss-hero__list-icon img,
.weight-loss-hero__list-icon svg {
  width: 120%;
  height: 120%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.weight-loss-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: 380px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .weight-loss-hero__cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .weight-loss-hero__cta .button {
    min-width: 170px;
  }
}

.weight-loss-hero__cta > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.weight-loss-hero__cta-text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
  margin: 0 0 27px 0;
}

@media (max-width: 715px) {
  .weight-loss-hero__cta-text {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .weight-loss-hero__cta-text {
    margin-bottom: 0;
  }
}

.weight-loss-hero__cta span.redactor-underline svg {
  color: #CEA27D;
}

.weight-loss-hero__lines {
  position: absolute;
  width: 40vw;
  height: 100%;
  right: 30px;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .weight-loss-hero__lines {
    gap: 15px;
    position: relative;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    right: 0;
    left: 0;
  }
}

.weight-loss-hero__line {
  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;
  gap: 30px;
}

.weight-loss-hero__line .splide__track {
  height: 100% !important;
}

.weight-loss-hero__line-item {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .weight-loss-hero__line-item {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.weight-loss-hero__line-item img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.weight-loss-hero__line-item img.horizontal {
  display: none;
}

@media (max-width: 1200px) {
  .weight-loss-hero__line-item img {
    border-radius: 3vw;
    width: 35vw;
    aspect-ratio: 16 / 12;
  }

  .weight-loss-hero__line-item img.vertical {
    display: none;
  }

  .weight-loss-hero__line-item img.horizontal {
    display: block;
  }
}

.weight-loss-landing .companyAllWrapper {
  border-bottom: 2px solid #dfecf7;
  border-top: 2px solid #dfecf7;
  height: auto;
}

.weight-loss-landing .companies-wrapper {
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
  border: none;
  height: auto;
  overflow: auto;
  position: relative;
  top: auto;
  left: auto;
}

.weight-loss-landing .companies-wrapper .company-image {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weight-loss-landing .companies-wrapper img {
  max-height: 4rem;
  margin: 0 auto;
}

.weight-loss-landing .homeProductsWrapper {
  background-color: #faf5ef;
}

@media (max-width: 715px) {
  .weight-loss-landing .homeProductsWrapper {
    padding: 20px 0 35px 0;
  }
}

@media (max-width: 600px) {
  .weight-loss-landing .homeProductsWrapper__item__inner {
    padding-top: 10px;
  }

  .weight-loss-landing .homeProductsWrapper__item__inner h3 {
    line-height: 1;
  }
}

@media (max-width: 715px) {
  .weight-loss-landing .homeProductsWrapper__item__top {
    -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;
  }
}

@media (max-width: 715px) {
  .weight-loss-landing .homeProductsWrapper__item__buttons .button {
    font-weight: 500;
    min-width: 150px;
  }
}

.weight-loss-calculator {
  background-color: #1c1f20;
}

.weight-loss-calculator__landing {
  background-color: #f3f8fc;
}

.weight-loss-calculator__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;
  gap: 30px;
}

@media (max-width: 1000px) {
  .weight-loss-calculator__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.weight-loss-calculator__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1000px) {
  .weight-loss-calculator__left {
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
  }

  .weight-loss-calculator__left img {
    -webkit-transform: translateX(9%);
            transform: translateX(9%);
  }
}

@media (max-width: 400px) {
  .weight-loss-calculator__left img {
    -webkit-transform: translateX(9%) scale(1.2);
            transform: translateX(9%) scale(1.2);
  }
}

.weight-loss-calculator__right {
  width: 400px;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .weight-loss-calculator__right {
    width: 100%;
  }
}

.weight-loss-calculator__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 19px;
}

.weight-loss-calculator__slider-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media (max-width: 480px) {
  .weight-loss-calculator__slider-row {
    font-size: 15px;
  }
}

.weight-loss-calculator__slider-row.\--goal span {
  font-size: 60px;
  font-weight: 400;
}

.weight-loss-calculator__slider-row > div {
  text-align: right;
  position: relative;
  white-space: nowrap;
}

.weight-loss-calculator__slider-row > div span {
  line-height: 1;
  font-size: 40px;
}

.weight-loss-landing {
  /*********** Baseline, reset styles ***********/
  /* Removes default focus */
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
  /* slider thumb */
  /*********** Firefox styles ***********/
  /* slider track */
  /* slider thumb */
}

.weight-loss-landing input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  display: block;
}

.weight-loss-landing input[type="range"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.weight-loss-landing input[type="range"]::-webkit-slider-runnable-track {
  background-color: #cfcfcf;
  border-radius: 0.5rem;
  height: 4px;
}

.weight-loss-landing input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #11b3a1;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.weight-loss-landing input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #11b3a1;
  outline-offset: 0.125rem;
}

.weight-loss-landing input[type="range"]::-moz-range-track {
  background-color: #cfcfcf;
  border-radius: 0.5rem;
  height: 4px;
}

.weight-loss-landing input[type="range"]::-moz-range-thumb {
  background-color: #11b3a1;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.weight-loss-landing input[type="range"]:focus::-moz-range-thumb {
  outline: 3px solid #11b3a1;
  outline-offset: 0.125rem;
}

.sermorelin-injections {
  color: #243153;
  background: #fff;
}

.sermorelin-injections a {
  text-decoration: none !important;
}

.sermorelin-injections .get-started-btn {
  width: 100%;
}

.sermorelin-injections .brxFaqSection-sermorelin {
  background: #F7F7F7;
  margin: 0;
  padding-block: 4rem;
}

.sermorelin-injections .brxFaqSection-sermorelin .brxAccordeon__item p {
  font-size: clamp(13px, 3.5vw, 14px);
}

.sermorelin-injections .breadcrumbs-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sermorelin-injections .info-footer-container {
  border-top: 1px solid #243153;
  background: #EEEFEB;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.sermorelin-injections .info-footer-container .info-footer {
  max-width: 1350px;
  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-block: 1rem;
  padding-inline: 1rem;
}

.sermorelin-injections .info-footer-container .info-footer h3 {
  font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  color: #243153;
  margin: 0;
}

.sermorelin-injections .breadcrumbs {
  padding: clamp(1.5rem, 4vw, 2rem) 1rem;
  font-size: clamp(0.85rem, 2.5vw, 0.9rem);
  color: #6b7280;
}

.sermorelin-injections .breadcrumbs a {
  color: #243153;
  text-decoration: underline;
}

.sermorelin-injections .injections-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.sermorelin-injections .injections-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sermorelin-injections .injections-section .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 3vw, 25px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sermorelin-injections .injections-section .content-wrapper .image-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  padding: clamp(12px, 2.5vw, 18px);
}

.sermorelin-injections .injections-section .content-wrapper .image-column .product-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sermorelin-injections .injections-section .content-wrapper .text-column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  padding: clamp(12px, 2.5vw, 18px);
}

.sermorelin-injections .injections-section .content-wrapper .text-column .text-column-container {
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-height: 85%;
  padding: 0.8rem;
}

.sermorelin-injections .injections-section .content-wrapper .text-column:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -3%;
  border-left: 2px solid rgba(171, 174, 181, 0.87);
  width: 1px;
  height: 108%;
}

@media (max-width: 768px) {
  .sermorelin-injections .injections-section .content-wrapper .text-column:before {
    display: none;
  }
}

.sermorelin-injections .injections-section .content-wrapper .text-column h1 {
  margin-bottom: clamp(12px, 2.5vw, 18px);
}

.sermorelin-injections .injections-section .content-wrapper .text-column h1 .title-main {
  font-size: clamp(1.8rem, 6vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: #243153;
  display: block;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .benefits-list li {
  font-size: clamp(0.85rem, 2.2vw, 0.95rem);
  margin-bottom: 8px;
  color: #243153;
  line-height: 1.4;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .benefits-list li:before {
  content: "\2713";
  font-size: 1.1rem;
  color: #243153;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .safety-info {
  font-size: clamp(0.7rem, 2vw, 0.75rem);
  margin: clamp(1.2rem, 2.5vw, 1.5rem) 0;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .safety-info span {
  text-decoration: underline;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info {
  padding: clamp(12px, 2.5vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .pricing-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;
  border-bottom: 1px solid #243153;
  padding-bottom: clamp(12px, 2.5vw, 18px);
  margin-bottom: 5px;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .prescription-label {
  background-color: #EEEFEB;
  color: #243153;
  padding: 5px 10px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: clamp(0.85rem, 2.2vw, 0.95rem);
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .price {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  color: #243153;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  line-height: 1;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .price .small-text {
  font-size: clamp(0.65rem, 1.8vw, 0.75rem);
  font-weight: normal;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2.5vw, 18px);
  text-align: center;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item:nth-child(1) {
  border-right: 1px solid #243153;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item:nth-child(3) {
  border-left: 1px solid #243153;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.8rem, 2.2vw, 0.85rem);
  color: #243153;
  line-height: 1.4;
  padding-inline: 0.8rem;
}

.sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item .icon {
  color: #243153;
  margin-bottom: 5px;
}

.sermorelin-injections .info-section {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #EEEFEB;
  border-bottom: 1px solid #FFF;
}

.sermorelin-injections .info-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sermorelin-injections .info-section .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 4vw, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sermorelin-injections .info-section .content-wrapper .heading-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 48%;
}

.sermorelin-injections .info-section .content-wrapper .heading-column h1 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  color: #243153;
  line-height: 1.2;
  margin: 0;
}

.sermorelin-injections .info-section .content-wrapper .text-column {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 52%;
  padding: clamp(15px, 3vw, 20px) 0;
}

.sermorelin-injections .info-section .content-wrapper .text-column h2 {
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  color: #243153;
  margin-bottom: 15px;
}

.sermorelin-injections .info-section .content-wrapper .text-column p {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: #243153;
  line-height: 1.6;
  margin-bottom: 2.2rem;
}

.sermorelin-injections .benefits-section {
  background-color: #fff;
}

.sermorelin-injections .benefits-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sermorelin-injections .benefits-section .section-header {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 40px);
}

.sermorelin-injections .benefits-section .section-header .section-title {
  font-size: clamp(1.8rem, 5vw, 2.3rem);
  color: #243153;
  margin: 0;
  text-align: left;
}

.sermorelin-injections .benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 22px);
}

.sermorelin-injections .benefits-section .benefits-grid .benefit-card {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

.sermorelin-injections .benefits-section .benefits-grid .benefit-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sermorelin-injections .benefits-section .benefits-grid .benefit-card .benefit-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(12px, 3vw, 15px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
}

.sermorelin-injections .benefits-section .benefits-grid .benefit-card .benefit-text .checkmark-text {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.sermorelin-injections .sermorelin-doctor-hero {
  position: relative;
  height: clamp(600px, 100vw, 800px);
  padding: clamp(40px, 6vw, 60px) 0;
  background-image: url("/storage/images/Young-Doctor.webp");
  background-size: cover;
  background-position: 100% 18%;
  background-repeat: no-repeat;
  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;
}

.sermorelin-injections .sermorelin-doctor-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.sermorelin-injections .sermorelin-doctor-hero .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  position: relative;
  z-index: 2;
}

.sermorelin-injections .sermorelin-doctor-hero .content {
  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;
  gap: clamp(20px, 4vw, 40px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  position: relative;
  color: #243153;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column h1 {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column h1 .headline {
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #fff;
  display: block;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column h1 .subheadline {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #fff;
  display: block;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column .features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.2rem 0;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column .features li {
  position: relative;
  font-size: clamp(1rem, 3vw, 1.2rem);
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.6;
  padding-left: 0.8rem;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column .features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column .cta-button {
  background-color: #fff;
  color: #243153;
  border-radius: 22px;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sermorelin-injections .sermorelin-doctor-hero .content .text-column .cta-button:hover {
  background-color: #243153;
  color: #fff !important;
}

.sermorelin-injections .faq-section {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #e5e7eb;
}

.sermorelin-injections .faq-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.sermorelin-injections .faq-section h2 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  color: #243153;
  margin-bottom: clamp(20px, 4vw, 30px);
}

.sermorelin-injections .faq-section .faq-accordion {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
}

.sermorelin-injections .faq-section .faq-item {
  margin-bottom: 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
}

.sermorelin-injections .faq-section .faq-item .faq-question {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: #243153;
  padding: clamp(12px, 3vw, 15px);
  margin: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sermorelin-injections .faq-section .faq-item .faq-question:hover {
  background: #f3f4f6;
}

.sermorelin-injections .faq-section .faq-item .faq-answer {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: #243153;
  padding: clamp(12px, 3vw, 15px);
  margin: 0;
  display: none;
  background: #e5e7eb;
}

.sermorelin-injections .faq-section .faq-item .faq-answer.active {
  display: block;
}

.sermorelin-injections .how-it-works-section {
  margin-block: clamp(1.8rem, 4vw, 2.4rem);
  padding: clamp(2rem, 6vw, 3rem) 0;
}

.sermorelin-injections .how-it-works-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sermorelin-injections .how-it-works-section .section-title {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  color: #243153;
  margin-bottom: clamp(30px, 5vw, 40px);
}

.sermorelin-injections .how-it-works-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 30px);
}

.sermorelin-injections .how-it-works-section .steps-grid .step-card {
  display: grid;
  gap: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sermorelin-injections .how-it-works-section .steps-grid .step-card .step-image {
  width: 100%;
  height: clamp(200px, 30vw, 250px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

.sermorelin-injections .how-it-works-section .steps-grid .step-card .step-content {
  padding: clamp(12px, 3vw, 15px);
  background: #EEEFEB;
  border-radius: 10px;
}

.sermorelin-injections .how-it-works-section .steps-grid .step-card .step-number {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: #6b7280;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.sermorelin-injections .how-it-works-section .steps-grid .step-card .step-title {
  font-size: clamp(1.1rem, 3vw, 1.2rem);
  color: #243153;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.sermorelin-injections .how-it-works-section .steps-grid .step-card .step-description {
  font-size: clamp(0.85rem, 2.5vw, 0.9rem);
  color: #243153;
  line-height: 1.6;
  margin: 0;
}

.sermorelin-injections .sermorelin-hero-cta {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #EEEFEB;
  position: relative;
}

.sermorelin-injections .sermorelin-hero-cta .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper {
  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;
  gap: clamp(20px, 4vw, 40px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .image-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  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;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .image-column .product-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  padding: clamp(15px, 3vw, 20px);
  color: #243153;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .headline {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #243153;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .features-list li {
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  color: #243153;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 0.8rem;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .features-list li:before {
  content: "\2713";
  color: #243153;
  position: absolute;
  left: 0;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .features-list li:before {
    left: -2%;
  }
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .cta-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #163172;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .cta-button:hover {
  background-color: #0e1f47;
}

@media (max-width: 992px) {
  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .cta-button {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .sermorelin-injections .injections-section .content-wrapper .image-column,
  .sermorelin-injections .injections-section .content-wrapper .text-column {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .sermorelin-injections .info-section .content-wrapper .heading-column,
  .sermorelin-injections .info-section .content-wrapper .text-column {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .image-column,
  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .sermorelin-injections .benefits-section .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sermorelin-injections .how-it-works-section .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .sermorelin-injections .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .sermorelin-injections .how-it-works-section .steps-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .sermorelin-injections .sermorelin-doctor-hero .content .text-column {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .sermorelin-injections .injections-section .content-wrapper .text-column h1 .title-main {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .benefits-list li {
    font-size: clamp(0.8rem, 2vw, 0.85rem);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .pricing-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-bottom: none;
    padding-bottom: 0;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .price {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
    margin-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item {
    font-size: clamp(0.75rem, 2vw, 0.8rem);
  }

  .sermorelin-injections .info-section .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .sermorelin-injections .info-section .content-wrapper .heading-column h1 {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }

  .sermorelin-injections .info-section .content-wrapper .text-column h2 {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }

  .sermorelin-injections .info-section .content-wrapper .text-column p {
    font-size: clamp(0.85rem, 2.5vw, 0.9rem);
  }

  .sermorelin-injections .benefits-section .section-header .section-title {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
    text-align: center;
  }

  .sermorelin-injections .benefits-section .benefits-grid .benefit-card img {
    height: clamp(250px, 40vw, 300px);
  }

  .sermorelin-injections .sermorelin-doctor-hero {
    height: clamp(500px, 80vw, 600px);
    background-position: center;
  }

  .sermorelin-injections .sermorelin-doctor-hero .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .sermorelin-injections .sermorelin-doctor-hero .content .text-column h1 .headline {
    font-size: clamp(1.8rem, 5vw, 2rem);
  }

  .sermorelin-injections .sermorelin-doctor-hero .content .text-column .features li {
    font-size: clamp(0.9rem, 2.5vw, 0.95rem);
  }

  .sermorelin-injections .faq-section .container h2 {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
  }

  .sermorelin-injections .faq-section .container .faq-accordion {
    max-width: 100%;
  }

  .sermorelin-injections .faq-section .container .faq-item .faq-question {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .sermorelin-injections .faq-section .container .faq-item .faq-answer {
    font-size: clamp(0.85rem, 2.5vw, 0.9rem);
  }

  .sermorelin-injections .how-it-works-section .section-title {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
  }

  .sermorelin-injections .how-it-works-section .steps-grid .step-card .step-image {
    height: clamp(180px, 30vw, 200px);
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .image-column {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .headline {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .features-list li {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .sermorelin-injections .injections-section .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .sermorelin-injections .injections-section .content-wrapper .image-column {
    max-width: 80%;
    margin: 0 auto;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column {
    max-width: 90%;
    margin: 0 auto;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column:before {
    display: none;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .text-column-container {
    -webkit-transform: none;
            transform: none;
    max-height: none;
    padding: 1rem;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item:nth-child(1),
  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item:nth-child(3) {
    border: none;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 0;
  }

  .sermorelin-injections .injections-section .content-wrapper {
    gap: clamp(15px, 2.5vw, 20px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sermorelin-injections .injections-section .content-wrapper .image-column {
    max-width: 45%;
    padding: clamp(10px, 2vw, 15px);
  }

  .sermorelin-injections .injections-section .content-wrapper .image-column .product-image {
    width: 100%;
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column {
    max-width: 90%;
    padding: clamp(10px, 2vw, 15px);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column:before {
    left: -2%;
    top: -3%;
    height: 106%;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .text-column-container {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    padding: 0.6rem;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column h1 .title-main {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .benefits-list li {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    margin-bottom: 6px;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .safety-info {
    font-size: clamp(0.65rem, 1.8vw, 0.7rem);
    margin: clamp(1rem, 2vw, 1.2rem) 0;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info {
    padding: clamp(10px, 2vw, 15px);
    gap: 10px;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .pricing-header {
    padding-bottom: clamp(10px, 2vw, 15px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .prescription-label {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    padding: 4px 8px;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .price {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .price .small-text {
    font-size: clamp(0.6rem, 1.6vw, 0.7rem);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 2vw, 15px);
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item:nth-child(1) {
    border-right: none;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item:nth-child(3) {
    border-left: none;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .pricing-info .additional-info .info-item {
    font-size: clamp(0.75rem, 2vw, 0.8rem);
    padding-inline: 0.6rem;
  }
}

@media (max-width: 576px) {
  .sermorelin-injections .info-footer {
    -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;
    gap: 0.5rem;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .text-column-container {
    -webkit-transform: none;
            transform: none;
    max-height: none;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column {
    padding: 0;
  }

  .sermorelin-injections .injections-section .content-wrapper .text-column .text-column-container {
    padding: 0;
  }

  .sermorelin-injections .sermorelin-hero-cta .content-wrapper .text-column .features-list li:before {
    margin-left: 0;
  }

  .sermorelin-injections .sermorelin-doctor-hero {
    padding: clamp(2rem, 5vw, 3rem) 0;
  }

  .sermorelin-injections .sermorelin-doctor-hero .content .text-column .features li {
    text-align: left;
  }

  .sermorelin-injections .sermorelin-doctor-hero .content .text-column .features li::before {
    left: 20px;
  }

  .sermorelin-injections .faq-section .faq-accordion {
    margin-bottom: 20px;
  }

  .sermorelin-injections .how-it-works-section .steps-grid .step-card .step-content {
    padding: 12px;
  }
}

.hair-regrowth .brx_hero {
  background: none;
}

.hair-regrowth .brx_hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.hair-regrowth .month-price {
  color: #1a3c5e;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.hair-regrowth .brx_hero__row {
  max-height: 800px;
}

@media (max-width: 1024px) {
  .hair-regrowth .brx_hero__row {
    max-height: 1600px;
  }
}

.hair-regrowth .brx_hero__row .brx_hero__image {
  max-height: 100%;
}

.hair-regrowth .brx_hero__row .brx_hero__image img {
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .hair-regrowth .brx_hero__row .brx_hero__image img {
    max-height: none;
  }
}

.hair-regrowth .brx_hero__image--no-margin {
  margin-bottom: 0;
}

.hair-regrowth .medications-section {
  width: 100%;
  min-height: 900px;
  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: 40px 20px;
  background: url("/storage/images/hair-regrowth/hair-background.png") lightgray 50%/cover no-repeat;
}

.hair-regrowth .medications-section .container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 0 15px;
}

.hair-regrowth .medications-section .section-title {
  color: #000;
  font-size: clamp(2rem, 5vw, 50px);
  font-weight: 600;
  margin-bottom: 60px;
  line-height: 1.3;
  text-align: left;
}

.hair-regrowth .medications-section .section-title .dermatolog {
  display: block;
  color: #1F577A;
}

.hair-regrowth .medications-section .medications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-height: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.hair-regrowth .medications-section .medications-grid .medication-item {
  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;
}

.hair-regrowth .medications-section .medications-grid .medication-item .medication-image {
  width: 441px;
  height: 391px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .hair-regrowth .medications-section .medications-grid .medication-item .medication-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.hair-regrowth .medications-section .medications-grid .medication-item .medication-name {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 600;
  color: #003366;
  margin: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .hair-regrowth .medications-section {
    padding: 30px 15px;
    min-height: auto;
  }

  .hair-regrowth .medications-section .section-title {
    -webkit-transform: none;
            transform: none;
    font-size: clamp(1.8rem, 4vw, 40px);
  }

  .hair-regrowth .medications-section .medications-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .hair-regrowth .medications-section {
    padding: 20px 10px;
  }

  .hair-regrowth .medications-section .section-title {
    font-size: clamp(1.5rem, 3.5vw, 1.8rem);
    text-align: center;
  }

  .hair-regrowth .medications-section .medications-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .hair-regrowth .medications-section {
    padding: 15px 5px;
  }

  .hair-regrowth .medications-section .section-title {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin-bottom: 20px;
  }

  .hair-regrowth .medications-section .medication-image {
    max-height: 200px;
  }
}

.hair-regrowth .medications-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #003366;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hair-regrowth .medications-heading .heading-part1 {
  font-size: 42px;
}

.hair-regrowth .medications-heading .heading-part2 {
  font-size: 36px;
}

.hair-regrowth .medications-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.hair-regrowth .medication-item {
  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;
  gap: 15px;
}

.hair-regrowth .medication-label {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  text-align: center;
}

.hair-regrowth .medication-info {
  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: 20px;
  gap: 2rem;
}

.hair-regrowth .medication-info h2,
.hair-regrowth .medication-info h3,
.hair-regrowth .medication-info p,
.hair-regrowth .medication-info li {
  color: #243153;
}

.hair-regrowth .hair-accordeon-section {
  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: 20px;
}

@media (max-width: 768px) {
  .hair-regrowth .hair-accordeon-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hair-regrowth .text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}

.hair-regrowth .text-content h2 {
  margin: 0;
}

.hair-regrowth .title {
  font-size: 24px;
  font-weight: bold;
  color: darkblue;
}

.hair-regrowth .description {
  font-size: 16px;
  color: darkgray;
}

.hair-regrowth .hair-wrapper {
  width: 100%;
  min-height: 900px;
  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: #EEEFEB;
}

.hair-regrowth .dosage-options h3 {
  font-size: 18px;
  color: darkgray;
  margin-bottom: 10px;
}

.hair-regrowth .dosage-options ul {
  list-style-type: disc;
  padding-left: 20px;
}

.hair-regrowth .dosage-options li {
  font-size: 16px;
  color: darkgray;
}

.hair-regrowth .cta-button {
  background-color: darkblue;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.hair-regrowth .visual-content {
  max-width: 88%;
  max-height: 88%;
}

.hair-regrowth .visual-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .hair-regrowth .medication-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hair-regrowth .text-content,
  .hair-regrowth .visual-content {
    width: 100%;
  }

  .hair-regrowth .visual-content {
    margin-top: 20px;
  }
}

.hair-regrowth .medication-image-big {
  max-width: 88%;
  max-height: 88%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

@media (max-width: 480px) {
  .hair-regrowth .hair-wrapper,
  .hair-regrowth .brx_hero {
    min-height: auto;
    padding: 0;
  }

  .hair-regrowth .medication-image-big {
    max-width: none;
    max-height: none;
  }

  .hair-regrowth .brx_hero__btns {
    margin: 0 auto;
  }
}

.acne .brx_hero {
  background: none;
}

.acne .month-price {
  color: #9f968a;
}

.acne .medication-item__pills {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  z-index: 2;
}

.acne .medication-item__pills.spironolactone-pills {
  top: -60px;
}

.acne .medication-item__pills.spironolactone-pills .medication-item__pill {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.acne .medication-item__pills.spironolactone-pills .medication-item__pill:first-child.animate-pill {
  -webkit-animation: pillOutFirst 1s forwards 1s;
          animation: pillOutFirst 1s forwards 1s;
}

.acne .medication-item__pills.spironolactone-pills .medication-item__pill:last-child {
  margin-left: -10px;
}

.acne .medication-item__pills.spironolactone-pills .medication-item__pill:last-child.animate-pill {
  -webkit-animation: pillOutSecond 1s forwards 1.2s;
          animation: pillOutSecond 1s forwards 1.2s;
}

.acne .medication-item__pills.spironolactone-pills .medication-item__pill img {
  width: 36px;
}

@media (max-width: 480px) {
  .acne .medication-item__pills.spironolactone-pills .medication-item__pill img {
    width: 28px;
  }
}

@media (max-width: 480px) {
  .acne .medication-item__pills.spironolactone-pills {
    top: -50px;
  }
}

.acne .medication-item__pills.doxycycline-pills .medication-item__pill {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.acne .medication-item__pills.doxycycline-pills .medication-item__pill:first-child {
  margin-top: 20px;
}

.acne .medication-item__pills.doxycycline-pills .medication-item__pill:first-child.animate-pill {
  -webkit-animation: pillOutAndRotateFirst 1s forwards 1s;
          animation: pillOutAndRotateFirst 1s forwards 1s;
}

.acne .medication-item__pills.doxycycline-pills .medication-item__pill:last-child {
  margin-left: -20px;
}

.acne .medication-item__pills.doxycycline-pills .medication-item__pill:last-child.animate-pill {
  -webkit-animation: pillOutAndRotateSecond 1s forwards 1.2s;
          animation: pillOutAndRotateSecond 1s forwards 1.2s;
}

@media (max-width: 480px) {
  .acne .medication-item__pills.doxycycline-pills {
    top: -33px;
  }

  .acne .medication-item__pills.doxycycline-pills .medication-item__pill:first-child {
    margin-top: 15px;
  }
}

.acne .medication-item__pill {
  display: inline-block;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.acne .medication-item__pill:first-child {
  margin-top: 20px;
}

.acne .medication-item__pill:first-child.animate-pill {
  -webkit-animation: pillOutAndRotateFirst 1s forwards;
          animation: pillOutAndRotateFirst 1s forwards;
}

.acne .medication-item__pill:last-child {
  margin-left: -20px;
}

.acne .medication-item__pill:last-child.animate-pill {
  -webkit-animation: pillOutAndRotateSecond 1s forwards 0.2s;
          animation: pillOutAndRotateSecond 1s forwards 0.2s;
}

.acne .medication-item__pill img {
  width: 48px;
  height: auto;
}

@media (max-width: 480px) {
  .acne .medication-item__pill img {
    width: 36px;
  }
}

.acne .brx_hero__row {
  max-height: 800px;
}

@media (max-width: 1024px) {
  .acne .brx_hero__row {
    max-height: 1600px;
  }
}

.acne .brx_hero__image {
  margin-bottom: 0;
  max-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;
}

.acne .brx_hero__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .acne .brx_hero__image img {
    max-height: none;
  }
}

.acne .medications-section {
  width: 100%;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  background: #faf5f0;
}

.acne .medications-section .container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 0 15px;
}

.acne .medications-section .section-title {
  color: #000;
  font-size: clamp(2rem, 6vw, 50px);
  font-weight: 600;
  margin-bottom: 60px;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  margin-bottom: 90px;
  text-transform: capitalize;
  /* Direct animation for dermatolog when it has the animate class itself */
}

.acne .medications-section .section-title.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.acne .medications-section .section-title .dermatolog {
  display: block;
  color: #1F577A;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

.acne .medications-section .section-title.animate .dermatolog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.acne .medications-section .section-title .dermatolog.animate {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.acne .medications-section .medications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-height: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.acne .medications-section .medications-grid .medication-item {
  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;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  position: relative;
}

.acne .medications-section .medications-grid .medication-item.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.acne .medications-section .medications-grid .medication-item:nth-child(1).animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(2).animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(3).animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(4).animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(5).animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(6).animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(7).animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(8).animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(9).animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.acne .medications-section .medications-grid .medication-item:nth-child(10).animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.acne .medications-section .medications-grid .medication-item .medication-image {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
  z-index: 4;
  height: 350px;
}

@media (max-width: 480px) {
  .acne .medications-section .medications-grid .medication-item .medication-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 368px;
  }
}

.acne .medications-section .medications-grid .medication-item .medication-name {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 600;
  color: #003366;
  margin: 0;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .acne .medications-section {
    padding: 30px 15px;
    min-height: auto;
  }

  .acne .medications-section .section-title {
    -webkit-transform: none;
            transform: none;
    font-size: clamp(1.8rem, 4vw, 40px);
  }

  .acne .medications-section .medications-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .acne .medications-section {
    padding: 20px 10px;
  }

  .acne .medications-section .section-title {
    font-size: clamp(1.5rem, 3.5vw, 1.8rem);
    text-align: center;
  }

  .acne .medications-section .medications-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .acne .medications-section {
    padding: 15px 5px;
  }

  .acne .medications-section .section-title {
    font-size: clamp(1.5rem, 3vw, 1.5rem);
    margin-bottom: 65px;
  }

  .acne .medications-section .medication-image {
    max-height: 240px;
  }
}

.acne .medications-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #003366;
  line-height: 1.2;
  margin-bottom: 30px;
}

.acne .medications-heading .heading-part1 {
  font-size: 42px;
}

.acne .medications-heading .heading-part2 {
  font-size: 36px;
}

.acne .medications-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.acne .medication-item {
  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;
  gap: 15px;
}

.acne .medication-label {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  text-align: center;
}

.acne .medication-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.acne .medication-info h2,
.acne .medication-info h3,
.acne .medication-info p,
.acne .medication-info li {
  color: #243153;
}

.acne .hair-accordeon-section {
  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: 20px;
}

@media (max-width: 768px) {
  .acne .hair-accordeon-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.acne .text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}

.acne .text-content h2 {
  margin: 0;
}

.acne .title {
  font-size: 24px;
  font-weight: bold;
  color: darkblue;
}

.acne .description {
  font-size: 16px;
  color: darkgray;
}

.acne .hair-wrapper {
  width: 100%;
  min-height: 900px;
  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: #EEEFEB;
}

.acne .dosage-options h3 {
  font-size: 18px;
  color: darkgray;
  margin-bottom: 10px;
}

.acne .dosage-options ul {
  list-style-type: disc;
  padding-left: 20px;
}

.acne .dosage-options li {
  font-size: 16px;
  color: darkgray;
}

.acne .cta-button {
  background-color: darkblue;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.acne .visual-content {
  max-width: 88%;
  max-height: 88%;
}

.acne .visual-content img {
  max-width: 100%;
  height: auto;
}

.acne .hair-accordeon-section__title--only-mobile {
  display: none;
}

.acne .acne-main-image-wrapper {
  position: relative;
  margin-right: 10rem;
  margin-left: 10rem;
}

.acne .acne-main-image-wrapper .medication-item__pills {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: -70px;
  left: 0;
  right: 0;
  bottom: 0;
}

.acne .acne-main-image-wrapper .medication-item__pills .medication-item__pill:first-child.animate-pill {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.acne .acne-main-image-wrapper .medication-item__pills .medication-item__pill:last-child.animate-pill {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.acne .acne-main-image-wrapper .medication-item__pills .medication-item__pill img {
  width: 50px;
}

.acne .acne-main-image-wrapper .medication-item__pills.doxycycline-pills {
  left: 5px;
  top: -62px;
}

.acne .acne-main-image-wrapper .medication-item__pills.doxycycline-pills .medication-item__pill {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.acne .acne-main-image-wrapper .medication-item__pills.doxycycline-pills .medication-item__pill:first-child {
  margin-top: 24px;
}

.acne .acne-main-image-wrapper .medication-item__pills.doxycycline-pills .medication-item__pill img {
  width: 60px;
}

.acne .acne-main-image-wrapper .acne-main-image {
  position: relative;
  z-index: 5;
  max-width: 260px;
  max-height: 494px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .acne .acne-main-image-wrapper {
    margin-top: 5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}

@media (max-width: 768px) {
  .acne .medication-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .acne .text-content,
  .acne .visual-content {
    width: 100%;
  }

  .acne .visual-content {
    margin-top: 20px;
  }
}

.acne .medication-image-big {
  max-width: 88%;
  max-height: 88%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

@media (min-width: 1024px) {
  .acne .medication-image-big {
    width: 680px !important;
  }

  .acne .brx_hero__image {
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .acne .brx_hero__content {
    width: auto !important;
  }

  .acne .hair-wrapper,
  .acne .brx_hero {
    min-height: auto;
    padding: 0;
  }

  .acne .medication-image-big {
    max-width: none;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .acne .medications-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }

  .acne .medications-grid > *:nth-child(3) {
    grid-column: 1 / 3;
    justify-self: center;
    width: 50%;
  }

  .acne .medication-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .acne .hair-accordeon-section__title--only-mobile {
    display: block;
    color: #243153;
    margin-bottom: 0;
    text-align: center;
  }

  .acne .brx_hero__title {
    display: none;
  }

  .acne .brx_hero__image {
    max-height: 320px;
  }
}

@-webkit-keyframes pillOutAndRotateFirst {
  0% {
    -webkit-transform: translateY(60px) rotate(-45deg);
            transform: translateY(60px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes pillOutAndRotateFirst {
  0% {
    -webkit-transform: translateY(60px) rotate(-45deg);
            transform: translateY(60px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@-webkit-keyframes pillOutAndRotateSecond {
  0% {
    -webkit-transform: translateY(60px) rotate(-45deg);
            transform: translateY(60px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes pillOutAndRotateSecond {
  0% {
    -webkit-transform: translateY(60px) rotate(-45deg);
            transform: translateY(60px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@-webkit-keyframes pillOutFirst {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pillOutFirst {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pillOutSecond {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pillOutSecond {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.brxInjectionHrt {
  background-color: #EBF5FA;
  padding: 0;
}

@media (max-width: 767px) {
  .brxInjectionHrt {
    padding: 2rem 0 3rem;
  }
}

@media (max-width: 767px) {
  .brxInjectionHrt .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .brxInjectionHrt .container .brxInjectionHrt__row {
    grid-template-columns: 1fr;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 400px;
}

@media (max-width: 767px) {
  .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content {
    max-width: 100%;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 3rem;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 20px;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 20px;
  margin-top: 0;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p.brxInjectionHrt__smalltxt {
  line-height: 110%;
  font-size: 0.875rem;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__button .button {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 80px;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__hero {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 11 / 13;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__hero img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brxInjectionHrt.brxInjectionHrt-benefits {
  background-color: #ffffff;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-benefits {
    padding: 5rem 0;
  }

  .brxInjectionHrt.brxInjectionHrt-benefits .mob-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 100%;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 110%;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2.5rem;
  }
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists {
  padding: 0;
  display: grid;
  row-gap: 17px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 22px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists li {
  font-size: 1rem;
  line-height: 21px;
  font-weight: 400;
  color: #243153;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__benefit-imgbox {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__benefit-imgbox img {
  border-radius: 20px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__caption {
  text-align: center;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__caption p {
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
  margin-top: 0;
  margin-bottom: 11px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__button {
  margin-bottom: 20px;
}

.brxInjectionHrt.brxInjectionHrt-benefits.bg-grey {
  background-color: #f7f7f7;
}

.brxInjectionHrt.brxInjectionHrt-safety {
  background-color: #eeefeb;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-safety {
    padding: 5rem 0;
  }
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
  grid-template-columns: 440px 1fr;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 991px) {
  .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
    grid-template-columns: 320px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
    grid-template-columns: 1fr;
  }
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 100%;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 110%;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2.5rem;
  }
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p {
  margin-bottom: 30px;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p:last-child {
  margin-bottom: 0;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p.fw-bold {
  font-weight: 600;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item {
  border-color: #cbcbcb;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item h3 {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.brxInjectionHrt.brxInjectionHrt-safety.bg-white {
  background-color: #ffffff;
}

.brxInjectionSlow {
  background-color: #243153;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .brxInjectionSlow {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .brxInjectionSlow .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.brxInjectionSlow .brxInjectionSlow__content {
  margin-bottom: 73px;
  text-align: center;
}

.brxInjectionSlow .brxInjectionSlow__content .brxInjectionSlow__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .brxInjectionSlow .brxInjectionSlow__content .brxInjectionSlow__title {
    font-size: 2.5rem;
  }
}

.brxInjectionSlow .brxInjectionSlow__content p {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
  margin: 0;
}

.brxInjectionSlow .brxInjectionSlow__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}

@media (max-width: 991px) {
  .brxInjectionSlow .brxInjectionSlow__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 579px) {
  .brxInjectionSlow .brxInjectionSlow__row {
    grid-template-columns: 1fr;
  }
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox {
  text-align: center;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__img {
  text-align: center;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__img img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__itemhd {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 14px;
  color: #ffffff;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.crxNadHRT-main .brxInjectionHrt {
  background-color: #ebf5fa;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt {
    padding: 80px 0;
  }
}

.crxNadHRT-main .brxInjectionHrt .container {
  max-width: 1240px;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row {
    grid-template-columns: 1fr;
  }
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 100%;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content.brxInjectionHrt-heroCont {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px 0px #0000001a;
          box-shadow: 0px 4px 16px 0px #0000001a;
  padding: 20px;
  border-radius: 16px;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2rem;
  }
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__info {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  padding: 5px 10px;
  border-radius: 100px;
  color: #243153;
  background-color: #eeefeb;
  margin-bottom: 20px;
  display: inline-block;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 20px;
  margin-top: 0;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p.brxInjectionHrt__smalltxt {
  line-height: 110%;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p.brxInjectionHrt__smalltxt strong {
  font-size: 1rem;
  font-weight: 500;
  color: #141414;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__button .button {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  padding: 15px 24px;
  border-radius: 80px;
  width: 100%;
  margin-bottom: 0;
}

.crxNadHRT-main .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__hero img {
  max-width: 100%;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits {
  background-color: #ffffff;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits {
    padding: 5rem 0;
  }

  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .mob-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .mb-120 {
  margin-bottom: 7.5rem;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .mb-120 {
    margin-bottom: 3rem;
  }
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container {
  max-width: 1140px;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row {
  gap: 40px;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  padding: 0;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2rem;
  }
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists {
  padding: 0;
  display: grid;
  row-gap: 12px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 30px;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists li {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 400;
  color: #243153;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content.brxInjectionHrt-science p {
  font-size: 1rem;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__benefit-imgbox {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__benefit-imgbox img {
  border-radius: 20px;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__button {
  margin-bottom: 20px;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-benefits.bg-grey {
  background-color: #f7f7f7;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety {
  background-color: #f7f7f7;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety {
    padding: 5rem 0;
  }
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
  grid-template-columns: 440px 1fr;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 991px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
    grid-template-columns: 320px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
    grid-template-columns: 1fr;
  }
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 100%;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 110%;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2.5rem;
  }
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p {
  margin-bottom: 30px;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p:last-child {
  margin-bottom: 0;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p.fw-bold {
  font-weight: 600;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item {
  border-color: #cbcbcb;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item h3 {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item h3::after {
  background: url(/images/inject-arrow-down.svg) no-repeat 50%;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.crxNadHRT-main .brxInjectionHrt.brxInjectionHrt-safety.bg-white {
  background-color: #ffffff;
}

.crxNadHRT-main .brxInjectionSlow {
  background-color: #eeefeb;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionSlow {
    padding: 5rem 0;
  }
}

.crxNadHRT-main .brxInjectionSlow .container {
  max-width: 1280px;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionSlow .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__content {
  text-align: center;
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__content .brxInjectionSlow__title {
  color: #243153;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__content .brxInjectionSlow__title {
    font-size: 2rem;
  }
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 60px;
  margin-bottom: 42px;
}

@media (max-width: 991px) {
  .crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 579px) {
  .crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row {
    grid-template-columns: 1fr;
  }
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox {
  text-align: center;
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__img {
  text-align: center;
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__img img {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.crxNadHRT-main .brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox p {
  color: #243153;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.crxNadHRT-main .brxInjectionSlow p {
  color: #243153;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

.dna-img {
  position: relative;
  bottom: 70px;
  display: block;
  -webkit-transform: rotate(37deg) scale(1.5);
          transform: rotate(37deg) scale(1.5);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.product-selector {
  margin-top: 4.375rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 715px) {
  .product-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-selector .product {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.product-selector .product .slideChanger {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.product-selector .product .slideChanger span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  float: right;
  color: #4867C0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}

.product-selector .product .slideChanger span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.product-selector .product__popupInfo {
  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%;
}

.product-selector .product__popupInfo__item {
  width: 100%;
  margin-bottom: 12px;
  height: 120px;
  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;
}

.product-selector .product__popupInfo__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product-selector .product__popupInfo__item:nth-child(2) .product__popupInfo__item__left {
  padding-left: 30px;
}

.product-selector .product__popupInfo__item:nth-child(2) .product__popupInfo__item__left::after {
  display: none;
}

.product-selector .product__popupInfo__item:nth-child(2) .product__popupInfo__item__left:before {
  width: 100%;
}

.product-selector .product__popupInfo__item:nth-child(2) p {
  width: 100%;
}

.product-selector .product__popupInfo__item__left {
  width: calc(100% - 130px);
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}

.product-selector .product__popupInfo__item__left:before {
  content: '';
  background: #4867c0;
  height: 1px;
  width: calc(100% - 35px);
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-selector .product__popupInfo__item__left:after {
  content: '';
  background: #4867c0;
  height: 50px;
  width: 1px;
  position: absolute;
  bottom: -7px;
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-selector .product__popupInfo__item__video {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.product-selector .product__popupInfo__item__video img {
  width: 200%;
  height: 200%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-selector .product__popupInfo__item h4 {
  display: block;
  margin: 0 0 10px 0;
  color: #4867c0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
}

.product-selector .product__popupInfo__item p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  text-align: left;
  display: block;
  width: calc(100% - 50px);
}

.product-selector .product__popupInfo__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .product-selector .product__popupInfo__item {
    height: auto;
    margin-bottom: 18px;
  }

  .product-selector .product__popupInfo__item:nth-child(2) .product__popupInfo__item__left {
    padding-left: 20px;
  }

  .product-selector .product__popupInfo__item__left {
    padding-bottom: 10px;
    width: calc(100% - 80px);
  }

  .product-selector .product__popupInfo__item__video {
    width: 80px;
    height: 80px;
  }

  .product-selector .product__popupInfo__item p {
    width: calc(100% - 15px);
  }
}

@media (max-width: 1024px) {
  .product-selector .product {
    margin-bottom: 6rem;
  }

  .product-selector .product .slideChanger {
    display: block;
  }
}

.product-selector .product-image {
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.product-selector .product-image .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.product-selector .product-image img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}

.product-selector .product-image__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  background: #F3F8FC;
  padding: 30px 20px;
  overflow: hidden;
  color: #222222;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-selector .product-image__info h3 {
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #243153;
}

@media (max-width: 1024px) {
  .product-selector .product-image__info {
    position: relative;
    height: auto;
    padding: 20px 15px;
    margin-bottom: 24px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .product-selector .product-image__info h3 {
    margin-bottom: 20px;
  }

  .product-selector .product-image__info h4 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .product-selector .product-image {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .product-selector .product-image .flickity-page-dots {
    position: static;
  }

  .product-selector .product-image .flickity-page-dots .dot {
    margin: 0 6px;
    width: 12px;
    height: 12px;
    background: rgba(72, 103, 192, 0.3);
  }

  .product-selector .product-image .flickity-page-dots .dot.is-selected {
    background: #4867c0;
  }
}

.product-selector .product-info {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.25rem;
}

.product-selector .product-info .product-title,
.product-selector .product-info .product-meta,
.product-selector .product-info .product-price,
.product-selector .product-info .product-button {
  display: block;
  color: #222222;
}

.product-selector .product-info__left {
  margin-bottom: 24px;
}

.product-selector .product-info__right {
  text-align: left;
}

.product-selector .product-info .product-title {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
  color: #243153;
}

.product-selector .product-info .product-descriptions {
  color: #222222;
  margin-bottom: 0;
}

.product-selector .product-info .product-descriptions > span {
  display: block;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.313rem;
}

.product-selector .product-info .product-descriptions--meta span {
  font-weight: 400;
  line-height: 1.5rem;
}

.product-selector .product-info .product-meta {
  color: #243153;
  font-size: 0.75rem;
  opacity: 0.5;
  line-height: 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.product-selector .product-info .product-price {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 1.13rem;
  color: #243153;
}

.product-selector .product-info .product-button {
  background-color: #243153;
  color: #fff;
  font-weight: 400;
  padding: 1rem;
}

@media screen and (min-width: 715px) {
  .product-selector .product-info {
    -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;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  .product-selector .product-info__left {
    margin-bottom: 0;
  }

  .product-selector .product-info__right {
    text-align: right;
  }
}

@media screen and (min-width: 1040px) {
  .product-selector img {
    height: 290px;
  }

  .product-selector .product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .product-selector .product-image {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1024px) {
  .product-selector .product-image-img {
    width: 100%;
    height: 287px;
    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;
  }
}

.product-selector .product__popupInfo__item__video img {
  height: 200%;
}

.product-selector .product-image:hover .product-image__info {
  opacity: 1;
}

