/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! Variables */
#boxtop {
  background: #d4ebff;
  background: -moz-linear-gradient(top, #d4ebff 0%, #ffffff 25%);
  background: -webkit-linear-gradient(top, #d4ebff 0%, #ffffff 25%);
  background: linear-gradient(to bottom, #d4ebff 0%, #ffffff 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4ebff", endColorstr="#ffffff", GradientType=0);
}

/*! Mixins */
body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
p {
  font-family: "Exo", sans-serif;
  color: #58595b;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 890px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
  margin: 30px 0;
}

@media (max-width: 890px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

@media (max-width: 890px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

p.small {
  font-size: 16px;
}

@media (max-width: 890px) {
  p {
    font-size: 15px;
  }
}

.subtitle {
  color: #aa55a0;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 890px) {
  .subtitle {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
  }
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,
  *:before,
  *:after {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  position: relative;
  font-family: "Exo";
  font-style: normal;
}

body.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

header,
section,
footer {
  text-align: center;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  padding: 0 120px;
}

@media (max-width: 1200px) {
  .wrapper {
    padding: 0 60px;
  }
}

@media screen and (max-width: 960px) {
  .wrapper {
    padding: 0 30px;
  }
}

@media (max-width: 550px) {
  .wrapper {
    padding: 0 20px;
  }
}

a,
a:link {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s;
}

a.no-underline,
a:link.no-underline {
  text-decoration: none;
}

a:hover {
  color: #008bad;
  transition: all 0.3s;
}

a.btn {
  background-color: #00a5a5;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 23px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

a.btn:hover {
  background-color: #008bad;
  color: #fff;
  transition: all 0.3s;
}

a.btn.white {
  background-color: #fff;
  color: #333638;
  border: 1px solid #333638;
  transition: all 0.3s;
}

a.btn.transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #aa55a0;
  border: 3px solid #aa55a0;
  transition: all 0.3s;
}

.slick-dots li button:before {
  color: #008bad !important;
}

.alm-btn-wrap .alm-load-more-btn {
  background-color: #fff !important;
  border-radius: 60px !important;
  border: 2px solid #00a5a5 !important;
  color: #00a5a5 !important;
  font-size: 16px;
}

header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .wrapper {
  position: relative;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  height: 95px;
  justify-content: space-between;
  max-width: 1440px;
  padding-top: 19px;
  width: 100%;
}

@media (max-width: 890px) {
  header .wrapper {
    display: block;
    padding-top: 24px;
  }
}

header .wrapper #us_audiences {
  position: absolute;
  top: 10px;
  right: 120px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1200px) {
  header .wrapper #us_audiences {
    right: 60px;
  }
}

@media screen and (max-width: 960px) {
  header .wrapper #us_audiences {
    right: 30px;
  }
}

@media (max-width: 890px) {
  header .wrapper #us_audiences {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 550px) {
  header .wrapper #us_audiences {
    top: 5px;
    font-size: 7px;
  }
}

header .wrapper #hamburger,
header .wrapper #hamburger_close {
  display: none;
  position: absolute;
  top: 36px;
  right: 30px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: visibility 0.4s, opacity 0.4s;
}

@media (max-width: 890px) {
  header .wrapper #hamburger,
  header .wrapper #hamburger_close {
    display: block;
  }
}

@media (max-width: 550px) {
  header .wrapper #hamburger,
  header .wrapper #hamburger_close {
    right: 20px;
  }
}

header .wrapper #hamburger.hide,
header .wrapper #hamburger_close.hide {
  visibility: hidden;
  opacity: 0;
}

header .wrapper #hamburger:hover svg rect,
header .wrapper #hamburger_close:hover svg rect {
  fill: #00a5a5;
}

header .wrapper #hamburger svg rect,
header .wrapper #hamburger_close svg rect {
  transition: fill 0.4s;
}

header .wrapper #hamburger_close {
  visibility: hidden;
  opacity: 0;
  margin-top: 1px;
  margin-right: 3px;
}

header .wrapper #hamburger_close.show {
  visibility: visible;
  opacity: 1;
}

header .wrapper #hamburger_close:hover svg path {
  fill: #00a5a5;
}

header .wrapper #hamburger_close svg path {
  transition: fill 0.4s;
}

header .wrapper #logo {
  width: 122px;
}

@media (max-width: 890px) {
  header .wrapper #logo {
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  header .wrapper #logo {
    width: 90px;
  }
}

header .wrapper #logo a {
  display: block;
}

header .wrapper #logo a img {
  height: auto;
  width: 100%;
}

@media (max-width: 890px) {
  header .wrapper nav {
    display: none;
  }
}

header .wrapper nav ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

header .wrapper nav ul li {
  display: inline-block;
  margin: 0 18px;
  position: relative;
  transition: margin 0.5s ease;
}

@media screen and (max-width: 1060px) {
  header .wrapper nav ul li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 960px) {
  header .wrapper nav ul li {
    margin: 0 8px;
  }
}

header .wrapper nav ul li:last-child {
  margin-right: 0;
}

header .wrapper nav ul li.current-menu-item a,
header .wrapper nav ul li:hover a {
  color: #fff;
  border-color: #fff;
}

header .wrapper nav ul li a:link,
header .wrapper nav ul li a:active {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-decoration: none;
}

header .wrapper nav ul li a {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

header .wrapper nav ul li.btn.path-btn {
  margin-right: 0;
}

header .wrapper nav ul li.btn.path-btn a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px !important;
}

header .wrapper nav ul li.btn.path-btn a i {
  color: #fff;
  font-size: 14px;
  line-height: 24px !important;
  margin-left: 7px;
  opacity: 0.5;
}

@media (max-width: 890px) {
  header .wrapper nav ul li.btn.path-btn {
    display: none;
  }
}

header .wrapper nav ul li.menu-item-has-children {
  padding: 10px 10px 10px 0;
}

header .wrapper nav ul li.menu-item-has-children:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  right: -6px;
  top: 13px;
  font-size: 14px;
  position: absolute;
  color: #fff;
  transition: all 0.3s;
}

header .wrapper nav ul li.menu-item-has-children:hover:after {
  color: #d1d1d1;
  transition: all 0.3s;
}

header .wrapper nav ul li#searchitem {
  margin: 0 10px;
}

header .wrapper nav ul li#searchitem form {
  transition: width 0.5s ease;
  width: 0;
  max-width: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0px;
  display: inline-block;
}

header .wrapper nav ul li#searchitem form label {
  display: inline-block;
}

header .wrapper nav ul li#searchitem form label .search-field {
  display: inline-block;
  width: 0;
  max-width: 0px;
  font-size: 15px;
  color: #333638;
  font-size: 14px;
  padding: 3px 8px;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
}

header .wrapper nav ul li#searchitem form label .search-field:focus {
  outline: none;
}

header .wrapper nav ul li#searchitem form #search_submit {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: none;
  top: -4px;
  background-color: rgba(0, 0, 0, 0);
}

header .wrapper nav ul li#searchitem form #search_submit:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #00586e;
}

header .wrapper nav ul li#searchitem form #search_submit:hover:after {
  color: #008bad;
}

header .wrapper nav ul li#searchitem a {
  display: inline-block;
}

header .wrapper nav ul li#nav-search,
header .wrapper nav ul li.mobile {
  display: none;
}

header .wrapper nav ul li#nav-search:after {
  display: none;
}

header .wrapper nav ul ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  background-color: #00586e;
  height: auto;
  padding: 10px 10px;
  border-radius: 18px;
  transform: translateX(-50%);
}

header .wrapper nav ul ul.sub-menu li {
  display: block;
  white-space: nowrap;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  height: 30px;
}

header .wrapper nav ul ul.sub-menu li a {
  color: #fff;
}

header .wrapper nav ul ul.sub-menu li a:hover {
  color: #008bad;
}

header .wrapper nav ul ul.sub-menu li.current-menu-item a {
  color: #008bad;
}

header .wrapper nav ul ul.sub-menu:after {
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #00586e;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  content: "";
}

header .wrapper nav ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

header .wrapper nav ul li span.toggle {
  display: none;
}

@media screen and (max-width: 990px) {
  header .wrapper nav.open {
    transform: translate(0%, 0);
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
  }
}

header .wrapper form#desktop-search {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}

header .wrapper form#desktop-search span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 24px;
}

header .wrapper form#desktop-search span #search_submit {
  border: none;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  padding: 0;
  width: 20px;
  height: 20px;
  top: 5px;
}

header .wrapper form#desktop-search span i {
  position: absolute;
  font-size: 18px;
  top: 5px;
  left: 0;
  z-index: 5;
  color: #9b9b9b;
}

header .wrapper form#desktop-search label {
  vertical-align: top;
  height: 24px;
  display: inline-block;
}

header .wrapper form#desktop-search #search {
  color: #00586e;
  border: none;
  padding: 3px 10px;
  width: 72px;
  transition: all 0.5s ease;
  line-height: 24px;
}

header .wrapper form#desktop-search #search:focus {
  background-color: rgba(142, 142, 147, 0.12);
  width: 120px;
  transition: all 0.5s ease;
  outline: none;
}

header.prescriber {
  background-color: #aa55a0;
}

header.prescriber .wrapper #burger {
  color: #fff;
}

header.prescriber .wrapper nav ul li.btn.path-btn {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 0;
  text-decoration: none;
}

header.prescriber .wrapper nav ul li.btn.path-btn {
  margin-right: 0;
}

header.prescriber .wrapper nav ul li.btn.path-btn a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px !important;
}

header.prescriber .wrapper nav ul li.btn.path-btn a i {
  color: #fff;
  font-size: 14px;
  line-height: 24px !important;
  margin-left: 7px;
  opacity: 0.5;
}

@media (max-width: 890px) {
  header.prescriber .wrapper nav ul li.btn.path-btn {
    display: none;
  }
}

header.prescriber .wrapper nav ul li.menu-item-has-children:after {
  color: #fff;
}

header.prescriber .wrapper nav ul li.menu-item-has-children:hover:after {
  color: #fff;
}

header.prescriber .wrapper nav ul li#searchitem form #search_submit:after {
  color: #fff;
}

header.prescriber .wrapper nav ul li#searchitem form label .search-field {
  border: none;
}

header.header-stuck {
  position: fixed;
  top: 0px;
}

body.nav-open,
html.nav-open {
  height: 100vh;
  overflow: hidden;
}

body.nav-open header .wrapper #burger .fa-times,
html.nav-open header .wrapper #burger .fa-times {
  display: inline-block;
}

body.nav-open header .wrapper #burger .fa-bars,
html.nav-open header .wrapper #burger .fa-bars {
  display: none;
}

body.nav-open header .wrapper #burger #search_submit,
html.nav-open header .wrapper #burger #search_submit {
  display: none;
}

body.search-open header .wrapper nav ul li#searchitem form {
  width: 200px;
  max-width: 200px;
  max-height: 24px;
  transition: width 0.5s ease;
  display: inline-block;
  overflow: visible;
}

body.search-open header .wrapper nav ul li#searchitem form label {
  display: inline-block;
}

body.search-open header .wrapper nav ul li#searchitem form label .search-field {
  display: inline-block;
  width: 150px;
  max-width: 150px;
  transition: width 0.5s ease;
}

body.search-open
  header
  .wrapper
  nav
  ul
  li#searchitem
  form
  .awesomplete
  [hidden] {
  border: none;
  display: none;
}

body.search-open header .wrapper nav ul li#searchitem form .awesomplete ul {
  border: #d6d6d6 1px solid;
  display: block;
  position: absolute;
  top: 30px;
}

body.search-open header .wrapper nav ul li#searchitem form .awesomplete li {
  display: block;
  margin: 0 3px;
}

body.search-open header .wrapper nav ul li#searchitem a {
  display: none;
}

.alert-bar {
  display: none;
}

body.home header {
  border-bottom: none;
}

body.home .alert-bar {
  display: block;
}

.alert-bar {
  background: #00a5a5;
  border-top: 2px solid rgba(57, 57, 57, 0.2);
  border-bottom: 2px solid rgba(57, 57, 57, 0.2);
}

.alert-bar .wrapper {
  height: 44px;
}

@media screen and (max-width: 990px) {
  .alert-bar .wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .alert-bar .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .alert-bar .wrapper p {
    margin: 10px;
  }
}

@media screen and (max-width: 540px) {
  .alert-bar .wrapper {
    align-items: flex-start;
  }
}

.alert-bar .wrapper p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 19px;
}

.alert-bar .wrapper p:nth-child(odd) i {
  margin-right: 8px;
}

.alert-bar .wrapper p:nth-child(even) i {
  margin-left: 8px;
}

.alert-bar .wrapper p a {
  color: #fff;
}

footer {
  padding: 40px 0 123px;
}

.coming-soon .wrapper {
  padding: 0 120px;
}

.coming-soon .wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 40px;
  gap: 2rem;
}

.coming-soon .wrapper .flex .contact-info, 
.coming-soon .wrapper .flex .customer-service-info,
.coming-soon .wrapper .flex .medical-and-product-inquiries-info {
    flex: 1;
}

.coming-soon .wrapper .flex a {
  color: #00a5a5;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .coming-soon .wrapper .flex {
    flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 550px) {
  footer {
    padding: 20px 0 40px;
  }
}

footer .wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 2px solid rgba(88, 89, 91, 0.4);
}

footer .wrapper #footer-logo {
  width: 122px;
  margin-right: 50px;
}

@media (max-width: 890px) {
  footer .wrapper #footer-logo {
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  footer .wrapper #footer-logo {
    width: 90px;
  }
}

footer .wrapper #footer-logo a {
  display: block;
}

footer .wrapper #footer-logo a img {
  width: 100%;
}

footer .wrapper .cols {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .wrapper ul.col {
  margin: 0;
  padding: 0;
}

footer .wrapper ul.col li {
  display: block;
  list-style: none;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 15px 0;
}

footer .wrapper ul.col li a {
  color: #58595b;
  text-decoration: none;
}

footer .wrapper ul.col li a .fab {
  font-size: 16px;
}

footer .wrapper ul.col li.head {
  font-weight: 700;
}

footer .wrapper ul.col li.social i {
  font-size: 20px;
}

footer .wrapper ul.col li.btn a {
  align-items: center;
  background-color: #00a5a5;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 6px;
  min-width: 220px;
  padding: 4px 10px;
  padding: 8px 8px;
}

footer .wrapper #footer-logo ul.col {
  margin: 20px 0 0 0;
}

footer .wrapper #copyright {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
  text-align: right;
  color: #58595b;
}

@media (max-width: 890px) {
  footer .wrapper #copyright {
    padding-top: 20px;
    text-align: center;
  }
}

footer .wrapper #copyright a {
  color: #00a5a5;
  text-decoration: underline;
}

footer .wrapper #copyright .divider {
  margin: 0 10px;
}

@media (max-width: 890px) {
  footer .wrapper {
    text-align: center;
  }

  footer .wrapper #footer-logo ul.col {
    margin: 20px auto 0 auto;
  }

  footer .wrapper .flex {
    display: block;
    align-items: center;
  }

  footer .wrapper .cols ul.col {
    display: none;
  }
}

footer.patient .wrapper #footer-logo ul.col a {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 220px;
  padding: 8px 8px;
}

footer.prescriber .wrapper ul.col li.btn a {
  background-color: #3d226e;
}

.grecaptcha-badge {
  visibility: hidden;
}

body.home .carousel {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 53.4722222222%;
}

@media (max-width: 890px) {
  body.home .carousel {
    padding-bottom: 166.6666666667%;
  }
}

body.home .carousel:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 23.3766233766%;
  background: url(../img/heart-top.svg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 890px) {
  body.home .carousel:after {
    height: 13.8888888889%;
  }
}

body.home .carousel .slick-list,
body.home .carousel .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.home .carousel .slick-dots {
  position: absolute;
  top: calc(50% + 121px + 40px);
  left: 0;
}

body.home .carousel.single-slide .slick-dots {
  display: none;
}

@media (max-width: 550px) {
  body.home .carousel .slick-dots {
    top: calc(50% + 100px + 20px);
  }
}

body.home .carousel .slick-dots li.slick-active button:before,
body.home .carousel .slick-dots li:hover button:before {
  background: #aa55a0;
}

body.home .carousel .slick-dots li button:before {
  font-size: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s;
}

body.home .carousel .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

body.home .carousel .slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .carousel .slide--center {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding: 0 40px;
}

@media (max-width: 550px) {
  body.home .carousel .slide--center {
    padding: 0 20px;
  }
}

body.home .carousel .slide--center--headline {
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  color: #fff;
}

@media (max-width: 550px) {
  body.home .carousel .slide--center--headline {
    font-size: 42px;
  }
}

body.home .carousel .slide--center--copy {
  margin-top: 40px;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #fff;
}

@media (max-width: 550px) {
  body.home .carousel .slide--center--copy {
    margin-top: 20px;
    font-size: 16px;
  }
}

body.home .carousel .slide--center--button {
  display: block;
  width: 270px;
  height: 52px;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  color: #aa55a0;
  background: #fff;
  border-radius: 52px;
}

@media (max-width: 550px) {
  body.home .carousel .slide--center--button {
    width: 270px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
  }
}

body.home .carousel .slide--center--button:hover {
  color: #fff;
  background: #aa55a0;
}

body.home .carousel .slide--center--button:after {
  content: "";
  margin-left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 300;
}

body.home footer .flex {
  padding-top: 0;
  border-top: none;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #00586e;
}

.slick-slide img {
  max-width: 100%;
}

section.feature_with_image {
  z-index: 800;
}

section.feature_with_image .wrapper {
  padding: 0;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}

section.feature_with_image .wrapper .image {
  flex-basis: 440px;
  min-width: 440px;
  position: relative;
}

section.feature_with_image .wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

section.feature_with_image .wrapper .copy {
  padding: 70px 20px 66px 20px;
  max-width: 54%;
  box-sizing: border-box;
}

section.feature_with_image .wrapper .copy h2 {
  color: #aa55a0;
}

section.feature_with_image .wrapper .copy p.cta {
  margin-top: 30px;
}

section.feature_with_image .wrapper .copy p.cta a i {
  font-size: 14px;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  section.feature_with_image .wrapper {
    display: block;
  }

  section.feature_with_image .wrapper .image {
    display: none;
  }

  section.feature_with_image .wrapper .copy {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 20px;
  }

  section.feature_with_image .wrapper .copy h2 {
    max-width: 100%;
    margin-top: 0px;
    font-size: 24px;
    line-height: 32px;
  }
}

section.cards {
  background-color: rgba(88, 89, 91, 0.1);
}

section.cards .wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 1140px;
  padding: 85px 20px 95px 20px;
}

section.cards .wrapper .card {
  flex: 1;
  flex: 1;
}

section.cards .wrapper .card .icon {
  align-items: center;
  display: flex;
  margin-top: 0;
  min-height: 75px;
  width: 100%;
}

section.cards .wrapper .card h3 {
  margin: 0 0 15px 0;
}

section.cards .wrapper .card .copy {
  align-items: center;
  display: block;
  flex-direction: column;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

section.cards .wrapper .card .copy p {
  flex: 0 0 80px;
}

section.cards .wrapper .card p.cta {
  margin-bottom: 0;
}

section.cards .wrapper .card p.cta a {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  padding: 15px 24px;
}

section.cards .wrapper .card p.cta a i {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  section.cards .wrapper {
    display: block;
    text-align: center;
    padding: 50px 20px 50px 20px;
  }

  section.cards .wrapper .card {
    flex-basis: 100%;
    min-width: 1px;
    max-width: 280px;
    margin: 0px auto 50px auto;
  }

  section.cards .wrapper .card .icon {
    margin: 0;
    justify-content: center;
  }

  section.cards .wrapper .card h3 {
    margin-top: 10px;
  }

  section.cards .wrapper .card .copy {
    display: block;
  }

  section.cards .wrapper .card:last-child {
    margin: 0px auto 0px auto;
  }
}

section.content .wrapper h2 {
  font-size: 36px;
  line-height: 42px;
}

section.content .wrapper h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 50px 0;
}

section.content .wrapper p {
  font-size: 18px;
  line-height: 26px;
}

section.content .wrapper ul li {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  section.content .wrapper ul {
    padding: 0 0 0 20px;
  }
}

section.content .wrapper p.icon {
  text-align: center;
  margin: 0 0 30px 0;
}

section.content .wrapper p.icon img {
  max-width: 275px;
  height: auto;
}

section.content .wrapper div.cta {
  margin: 60px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.content .wrapper div.cta p {
  font-size: 30px;
  color: #00586e;
  font-weight: 700;
  line-height: 36px;
  width: 100%;
  text-align: center;
}

section.content .wrapper div.cta a.btn {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  section.content .wrapper h2 {
    font-size: 18px;
    line-height: 25px;
  }

  section.content .wrapper h3 {
    font-size: 16px;
    line-height: 18px;
  }

  section.content .wrapper p,
  section.content .wrapper ul li {
    font-size: 15px;
    line-height: 30px;
  }
}

section.blocks .wrapper {
  display: flex;
  max-width: 100%;
  padding: 0 0px;
}

section.blocks .wrapper .block {
  flex-basis: 50%;
  min-width: 50%;
}

section.blocks .wrapper .block.copy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
}

section.blocks .wrapper .block.copy div {
  margin: 55px 100px 55px 20px;
}

section.blocks .wrapper .block.copy div h3 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0px 0;
}

section.blocks .wrapper .block.copy div p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 30px 0;
}

section.blocks .wrapper .block.copy div p.social {
  font-size: 22px;
}

section.blocks .wrapper .block.copy div a.btn {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00586e;
  color: #00586e;
}

section.blocks .wrapper .block.copy div a.btn:hover {
  border: 2px solid #00586e;
  background-color: #00586e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section.blocks .wrapper .block.copy div {
    margin: 55px 20px;
  }

  section.blocks .wrapper .block.copy div h3 {
    font-size: 30px;
    line-height: 32px;
  }

  section.blocks .wrapper .block.copy div p {
    font-size: 14px;
    line-height: 20px;
  }
}

section.blocks .wrapper .block.image {
  display: flex;
}

section.blocks .wrapper .block.image div {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
}

section.blocks .wrapper .block.image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  section.blocks .wrapper {
    padding: 0 20px;
  }

  section.blocks .wrapper .block {
    flex-basis: 100%;
    min-width: 100%;
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.page-code-of-conduct section.pagetitle .wrapper .copy,
.page-privacy-policy section.pagetitle .wrapper .copy {
  display: none;
}

section.pagetitle {
  height: 110px;
  background: #00a5a5;
}

section.pagetitle .wrapper {
  box-sizing: border-box;
  height: 100%;
  max-width: 1366px;
  padding: 0 60px;
  position: relative;
}

section.pagetitle .wrapper .copy {
  align-items: center;
  display: flex;
  height: 100%;
}

section.pagetitle .wrapper .copy h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.pagetitle .wrapper {
    padding: 0 20px;
  }

  section.pagetitle .wrapper .copy h1 {
    bottom: -8px;
  }
}

section.page_with_sidebar .wrapper {
  display: flex;
  padding: 40px 0px;
}

section.page_with_sidebar .wrapper .sidebar {
  min-width: 340px;
  flex: 0 0 230px;
  padding: 0 50px 0 60px;
  box-sizing: border-box;
}

section.page_with_sidebar .wrapper .sidebar .clearmenu {
  width: 100%;
  display: block;
  position: relative;
}

section.page_with_sidebar .wrapper .sidebar .sb-menu {
  width: 230px;
  margin: 0 0px 20px 0px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid rgba(88, 89, 91, 0.15);
}

section.page_with_sidebar .wrapper .sidebar .sb-menu ul {
  list-style: none;
  margin: 0px 0;
  padding: 0;
}

section.page_with_sidebar .wrapper .sidebar .sb-menu ul li {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
}

section.page_with_sidebar .wrapper .sidebar .sb-menu ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

section.page_with_sidebar .wrapper .sidebar .sb-menu ul li a {
  color: #00a5a5;
  text-decoration: none;
  font-weight: 400;
}

section.page_with_sidebar .wrapper .sidebar .sb-menu ul li.active a,
section.page_with_sidebar .wrapper .sidebar .sb-menu ul li.current-menu-item a {
  color: #aa55a0;
  font-weight: 600;
}

section.page_with_sidebar .wrapper .sidebar .sidebar-stuck {
  position: fixed;
  top: 120px;
  z-index: 1;
}

section.page_with_sidebar .wrapper .sidebar .callout {
  border-radius: 20px;
  border: 2px solid rgba(88, 89, 91, 0.2);
  padding: 30px 18px;
  margin: 0 0 20px 0;
}

section.page_with_sidebar .wrapper .sidebar .callout h2 {
  color: #aa55a0;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}

section.page_with_sidebar .wrapper .sidebar .callout h4 {
  color: #aa55a0;
  font-size: 16px;
  line-height: 160%;
}

section.page_with_sidebar .wrapper .sidebar .callout p {
  color: #58595b;
  font-size: 16px;
  line-height: 160%;
}

section.page_with_sidebar .wrapper .sidebar .callout p.cta {
  margin-bottom: 0px;
}

section.page_with_sidebar .wrapper .sidebar .callout img {
  margin: 0 0 20px 0;
  max-width: 100%;
}

section.page_with_sidebar .wrapper .sidebar .callout .callout-slider {
  margin-bottom: 0px;
}

section.page_with_sidebar
  .wrapper
  .sidebar
  .callout
  .callout-slider
  .slick-dots {
  display: inline-block;
  width: auto;
  bottom: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
}

section.page_with_sidebar
  .wrapper
  .sidebar
  .callout
  .callout-slider
  .slick-dots
  li {
  vertical-align: middle;
  height: 100%;
  margin: 0;
}

section.page_with_sidebar
  .wrapper
  .sidebar
  .callout
  .callout-slider
  .slick-dots
  li
  button:before {
  font-size: 12px;
}

section.page_with_sidebar
  .wrapper
  .sidebar
  .callout
  .callout-slider
  .slick-dots
  li.slick-active
  button:before {
  color: #00a5a5;
  opacity: 1;
}

section.page_with_sidebar .wrapper .sidebar .callout.image_callout {
  padding: 0px;
}

section.page_with_sidebar .wrapper .sidebar .callout.image_callout img {
  max-width: 100%;
  border-radius: 18px;
  margin: 0;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-color h2,
section.page_with_sidebar .wrapper .sidebar .callout.bg-color h3,
section.page_with_sidebar .wrapper .sidebar .callout.bg-color p {
  color: #fff;
  text-align: center;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-color h3 {
  font-size: 16px;
  font-weight: 700;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-color p {
  font-size: 16px;
  line-height: 160%;
  margin: 5px 0 20px 0;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-color p.cta {
  text-align: center;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-color p.cta a {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 60px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  padding: 5px 20px;
  text-decoration: none;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-color p.cta a:hover {
  background-color: #fff;
  color: #00a5a5;
  transition: all 0.3s;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-purple {
  background: #aa55a0;
}

section.page_with_sidebar .wrapper .sidebar .callout.bg-green {
  background: #00a5a5;
}

section.page_with_sidebar .wrapper .page-content {
  position: relative;
  box-sizing: border-box;
  margin: 0 78px 0 0px;
  min-width: calc(100% - 390px);
}

section.page_with_sidebar .wrapper .page-content h2 {
  color: #aa55a0;
  margin: 5px 0 20px 0;
}

section.page_with_sidebar .wrapper .page-content .block {
  max-width: 100%;
  border-bottom: 2px solid rgba(88, 89, 91, 0.2);
  padding: 0 0 45px 0;
}

@media screen and (max-width: 540px) {
  section.page_with_sidebar .wrapper .page-content .block {
    padding: 0 0 20px 0;
  }
}

section.page_with_sidebar .wrapper .page-content .block img {
  max-width: 100%;
}

section.page_with_sidebar .wrapper .page-content .block h3 {
  color: #aa55a0;
  margin: 0;
}

section.page_with_sidebar .wrapper .page-content .block h3:nth-child(n + 2) {
  margin-top: 35px;
}

section.page_with_sidebar .wrapper .page-content .block p:last-child {
  margin-bottom: 0px;
}

section.page_with_sidebar .wrapper .page-content .block:nth-child(n + 3) {
  padding: 45px 0;
}

@media screen and (max-width: 540px) {
  section.page_with_sidebar .wrapper .page-content .block:nth-child(n + 3) {
    padding: 20px 0;
  }
}

section.page_with_sidebar .wrapper .page-content .block:last-child {
  border: none;
  padding: 45px 0 0 0;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block:last-child
  .timeline_in_block
  .item:nth-child(3)
  .header
  h4 {
  position: relative;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block:last-child
  .timeline_in_block
  .item:nth-child(3)
  p {
  position: relative;
}

@media screen and (max-width: 1140px) {
  section.page_with_sidebar
    .wrapper
    .page-content
    .block:last-child
    .timeline_in_block
    .item:nth-child(3)
    .header
    h4 {
    top: 0px;
  }

  section.page_with_sidebar
    .wrapper
    .page-content
    .block:last-child
    .timeline_in_block
    .item:nth-child(3)
    p {
    top: 0px;
  }
}

@media screen and (max-width: 540px) {
  section.page_with_sidebar .wrapper .page-content .block:last-child {
    padding: 20px 0 0 0;
  }
}

section.page_no_sidebar .wrapper .page-content .block_with_floating_image {
  width: 100%;
}

section.page_no_sidebar
  .wrapper
  .page-content
  .block_with_floating_image
  .image {
  float: right;
  width: 40%;
  margin: 15px 0 15px 35px;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block {
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  border: 2px solid rgba(88, 89, 91, 0.2);
  display: flex;
  margin: 20px 0;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block
  .item {
  min-height: 417px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 15px;
  border-right: 2px solid rgba(88, 89, 91, 0.2);
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block
  .item
  .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block
  .item
  .wrapper
  .header {
  width: 100%;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block
  .item
  .wrapper
  .header
  h4 {
  color: #aa55a0;
  margin: 10px 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block
  .item
  .wrapper
  p {
  margin: 10px 0;
  font-style: italic;
  width: 100%;
  text-align: center;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block_with_timeline
  .timeline_in_block
  .item:last-child {
  border: none;
}

@media screen and (max-width: 1140px) {
  section.page_with_sidebar
    .wrapper
    .page-content
    .block_with_timeline
    .timeline_in_block {
    display: block;
    padding: 20px 0;
  }

  section.page_with_sidebar
    .wrapper
    .page-content
    .block_with_timeline
    .timeline_in_block
    .item {
    min-height: 1px;
  }

  section.page_with_sidebar
    .wrapper
    .page-content
    .block_with_timeline
    .timeline_in_block
    .item
    .wrapper {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1440px) {
  section.page_with_sidebar .wrapper .page-content {
    margin: 0 50px 0 0px;
  }
}

@media screen and (max-width: 768px) {
  section.page_with_sidebar .wrapper {
    padding: 20px 0;
  }

  section.page_with_sidebar .wrapper .sidebar {
    display: none;
  }

  section.page_with_sidebar .wrapper .page-content {
    margin: 0 0px 0 0px;
    padding: 0 20px;
  }

  section.page_with_sidebar .wrapper .page-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

section.page_with_sidebar .wrapper .page-content .block_with_slider {
  width: 100%;
  padding: 45px 0 65px 0 !important;
}

@media screen and (max-width: 540px) {
  section.page_with_sidebar .wrapper .page-content .block_with_slider {
    padding: 45px 0 45px 0 !important;
  }
}

section.page_with_sidebar .wrapper .page-content .block-slider {
  margin: 0;
  padding: 0 0 20px 0;
}

section.page_with_sidebar .wrapper .page-content .block-slider img {
  display: block;
  margin: 0 auto;
}

section.page_with_sidebar .wrapper .page-content .block-slider .slick-slide p {
  color: #aa55a0;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: center;
}

section.page_with_sidebar .wrapper .page-content .block-slider .slick-dots {
  display: inline-block !important;
  width: auto;
  text-align: left;
  border: 1px solid rgba(88, 89, 91, 0.2);
  border-radius: 30px;
  position: relative;
  bottom: -35px;
  left: 50%;
  z-index: 9999;
  background-color: #fff;
  transform: translateX(-50%);
  padding: 0 20px;
}

section.page_with_sidebar .wrapper .page-content .block-slider .slick-dots li {
  vertical-align: middle;
  height: 100%;
  margin: 0;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block-slider
  .slick-dots
  li
  button:before {
  font-size: 12px;
}

section.page_with_sidebar
  .wrapper
  .page-content
  .block-slider
  .slick-dots
  li.slick-active
  button:before {
  color: #00a5a5;
  opacity: 1;
}

.timeline-anchors {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.timeline-anchors a {
  display: inline-block;
  border: 2px solid #00a5a5;
  color: #00a5a5;
  font-size: 16px;
  line-height: 1;
  border-radius: 18px;
  padding: 9px 21px;
  font-weight: 500;
  text-decoration: none;
}

.timeline-anchors a.active {
  background-color: #aa55a0;
  border: 2px solid #aa55a0;
  color: #fff;
}

.timeline-anchors a:hover {
  color: #008bad;
  border: 2px solid #008bad;
}

.timeline-anchors select,
.timeline-anchors .select2 {
  display: none;
}

@media screen and (max-width: 1170px) {
  .timeline-anchors {
    margin: 30px 0 0 0;
  }

  .timeline-anchors select,
  .timeline-anchors .select2 {
    display: block;
  }

  .timeline-anchors a {
    display: none;
  }
}

.timeline-anchors .select2 {
  margin: 0 auto;
  max-width: 285px;
  height: 30px;
  width: 100% !important;
}

.timeline-anchors .select2 .selection .select2-selection {
  background-color: #aa55a0;
  border-radius: 18px;
  padding: 0 20px;
  height: 100%;
}

.timeline-anchors
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  color: #fff;
  text-align: center;
}

.timeline-anchors
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow {
  top: 2px;
  right: 9px;
}

.timeline-anchors
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.timeline-anchors .select2-container .dropdown-wrapper {
  padding: 0 20px;
}

.anchor-stuck {
  position: fixed;
  top: 90px;
  z-index: 9999;
  background-color: #fff;
  padding: 30px 0;
  margin: 0;
  width: calc(100% - 390px);
}

@media screen and (max-width: 990px) {
  .anchor-stuck {
    top: 82px;
  }
}

@media only screen and (min-width: 990px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}

.timeline {
  overflow: hidden;
  margin: 3em auto;
  border-top: 2px solid rgba(88, 89, 91, 0.15);
}

@media screen and (max-width: 1170px) {
  .timeline {
    margin: 0 auto 2em auto;
    background: none;
    border: none;
  }
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
}

@media screen and (max-width: 990px) {
  .timeline-wrapper {
    padding: 2em 0 0 0;
  }
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: rgba(88, 89, 91, 0.15);
}

@media only screen and (min-width: 990px) {
  .timeline-wrapper::before {
    left: 50%;
    margin-left: -2px;
  }
}

.entry {
  position: relative;
  margin: 4em 0;
}

.entry:after {
  content: "";
  display: table;
  clear: both;
}

.entry:first-child {
  margin-top: 35px;
}

.entry:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 990px) {
  .entry {
    margin: 4em 0;
  }

  .entry:first-child {
    margin-top: 0px;
  }
}

.entry-year {
  background-color: #aa55a0;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 22px;
  left: calc(50% - 53px);
  position: absolute;
  top: -20px;
  vertical-align: middle;
  z-index: 999;
}

@media only screen and (min-width: 990px) {
  .entry-year {
    left: 50%;
    margin-left: -56.5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 50%;
    margin-top: -20px;
  }

  .entry-year.entry-year--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.entry-copy {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  margin-left: 0px;
  padding: 25px;
  position: relative;
}

.entry-copy h2 {
  color: #303e49;
}

.entry-copy p {
  margin: 20px 0;
}

.entry-copy .solo p {
  padding: 0 50px 0 50px;
}

.entry-copy .image {
  display: none;
  min-width: 100px;
  min-height: 100px;
}

.entry-copy .image img {
  max-width: 100%;
  border-radius: 8px;
  border-right: 1px solid #d6d6d6;
  position: relative;
}

.entry-copy:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry-copy h2 {
    font-size: 2rem;
  }

  .entry-copy p {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1210px) {
  .entry-copy .image {
    display: block;
    min-width: 176px;
    min-height: 176px;
  }

  .entry-copy .image img {
    max-width: 100%;
    position: relative;
  }
}

@media only screen and (min-width: 990px) {
  .entry-copy {
    margin-left: 0;
    padding: 0px;
    width: 48%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .entry-copy .image {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    border-right: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
  }

  .entry-copy p {
    padding: 0 50px 0 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .entry-copy .solo p {
    padding: 0 50px 0 50px;
  }

  .entry-copy::before {
    top: 24px;
    left: 100%;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
  }

  .entry:nth-child(even) .entry-copy {
    float: right;
  }

  .entry:nth-child(even) .entry-copy::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
  }

  .entry-copy.entry-copy--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 990px) {
  .entry:nth-child(even) .entry-copy.entry-copy--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.page_with_sidebar a {
  color: #00a5a5;
}

#product-filter {
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid rgba(88, 89, 91, 0.2);
  border-radius: 8px;
  margin: 0 0 30px 0;
  width: 100%;
  box-sizing: border-box;
}

#product-filter form {
  display: flex;
  height: 37px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(88, 89, 91, 0.2);
  border-radius: 8px;
}

#product-filter form select {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #00586e;
  border: none;
}

#product-filter form .select2 {
  margin: 0 auto;
  height: 100%;
}

#product-filter form .select2 .selection .select2-selection {
  background-color: #00a5a5;
  border: none;
  border-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 10px;
  height: 100%;
}

#product-filter
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  color: #fff;
  text-align: left;
  line-height: 36px;
}

#product-filter
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow {
  top: 3px;
  right: 9px;
}

#product-filter
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
}

#product-filter
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b:after {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Pro";
  z-index: 10;
  color: #fff;
}

#product-filter form .select2:focus,
#product-filter form .select2-selection:focus,
#product-filter form #product_filter_submit:focus {
  outline: none;
}

#product-filter form .select2-container .dropdown-wrapper {
  padding: 0 20px;
}

#product-filter form input:focus,
#product-filter form input:active {
  outline: none;
}

#product-filter form .awesomplete {
  flex: 1 1 auto;
  border: none;
  padding: 0;
}

#product-filter form .awesomplete ul {
  top: 37px !important;
}

#product-filter form #product_filter_input {
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0 10px;
  border: 0;
}

#product-filter form #product_filter_submit {
  width: 40px;
  height: 100%;
  background-color: #00a5a5;
  border: none;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  border: none;
  cursor: pointer;
}

#product-filter form #product_filter_submit:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 490px) {
  #product-filter {
    padding: 20px;
  }

  #product-filter form {
    display: block;
    height: auto;
    border: none;
  }

  #product-filter form select,
  #product-filter form .select2 {
    display: block;
    margin: 0 0 0px 0;
    width: 100% !important;
  }

  #product-filter form .select2 .selection .select2-selection {
    border-radius: 30px;
  }

  #product-filter form .awesomplete {
    width: calc(100% - 44px);
    position: relative;
    display: block;
    float: left;
  }

  #product-filter form #product_filter_input {
    display: inline-block;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #d6d6d6;
    border-right: none;
  }

  #product-filter form #product_filter_submit {
    display: inline-block;
    height: 39px;
    border: 1px solid #d6d6d6;
    border-left: none;
  }
}

#product-letters {
  display: block;
  width: 100%;
  padding: 20px 0;
}

#product-letters p {
  font-size: 12px;
  margin: 0 0 5px 0;
  font-weight: 400;
}

#product-letters ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 30px;
}

#product-letters ul li {
  color: #00586e;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}

#product-letters ul li.active {
  background-color: #aa55a0;
  color: #fff;
  border-radius: 30px;
  padding: 0 15px;
}

#product-letters ul li.active a {
  color: #fff;
  text-decoration: none;
}

#product-letters ul li:hover {
  color: #008bad;
}

#product-letters select,
#product-letters .select2 {
  display: none;
}

@media screen and (max-width: 900px) {
  #product-letters select,
  #product-letters .select2 {
    display: block;
    margin: 0 auto;
    max-width: 245px;
    width: 100% !important;
  }

  #product-letters .select2 {
    margin: 0 auto;
    height: 100%;
  }

  #product-letters .select2 .selection .select2-selection {
    background-color: #fff;
    border: 2px solid #00586e;
    border-radius: 30px;
    padding: 0 10px;
    height: 100%;
  }

  #product-letters
    .select2
    .selection
    .select2-selection
    .select2-selection__rendered {
    color: #00586e;
    text-align: center;
    line-height: 36px;
  }

  #product-letters
    .select2
    .selection
    .select2-selection
    .select2-selection__arrow {
    top: 5px;
    right: 9px;
  }

  #product-letters
    .select2
    .selection
    .select2-selection
    .select2-selection__arrow
    b {
    border-color: #00586e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }

  #product-letters .select2:focus,
  #product-letters .select2-selection:focus,
  #product-letters #product_filter_submit:focus {
    outline: none;
  }

  #product-letters .select2-container .dropdown-wrapper {
    padding: 0 20px;
  }

  #product-letters ul,
  #product-letters p {
    display: none;
  }
}

#product-list {
  border-top: 2px solid rgba(88, 89, 91, 0.2);
}

#product-list .wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
}

#product-list .wrapper .product {
  border-radius: 8px;
  border: 2px solid rgba(88, 89, 91, 0.2);
  box-sizing: border-box;
  display: block;
  margin: 0 0 10px 0;
  padding: 17px 20px;
  width: 100%;
}

#product-list .wrapper .product .init {
  display: flex;
  cursor: pointer;
  max-height: 100vh;
  overflow: hidden;
}

#product-list .wrapper .product .init .image {
  width: 112px;
  max-width: 112px;
  margin-right: 20px;
}

#product-list .wrapper .product .init .image img {
  max-width: 100%;
}

#product-list .wrapper .product .init .info h3 {
  color: #aa55a0;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
}

#product-list .wrapper .product .init .info p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

#product-list .wrapper .product .init .info p span {
  color: #aa55a0;
}

#product-list .wrapper .product .init .info p.strength a {
  position: relative;
  padding: 0 20px 0 0;
  display: inline-block;
}

#product-list .wrapper .product .init .info p.strength a:after {
  position: absolute;
  content: "|";
  right: 7px;
  top: 0;
  color: #222;
}

#product-list .wrapper .product .init .info p.strength a:last-child:after {
  display: none;
}

#product-list .wrapper .product .init .info p.strength a.active {
  color: #aa55a0;
  text-decoration: none;
}

#product-list .wrapper .product .download {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

@media (max-width: 890px) {
  #product-list .wrapper .product .download {
    flex-direction: column;
    align-items: start;
  }
}

#product-list .wrapper .product .download * {
  box-sizing: border-box;
}

#product-list .wrapper .product .download h3 {
  color: #aa55a0;
  margin: 0;
  line-height: 1;
}

#product-list .wrapper .product .download a {
  border: 3px solid #00a5a5;
  border-radius: 60px;
  background: #fff;
  color: #00a5a5;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  padding: 8px 19px;
}

#product-list .wrapper .product .download a:hover {
  background: #00a5a5;
  color: #fff;
}

#product-list .wrapper .product .init.hidezzz {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.6s ease;
}

#product-list .wrapper .product .details {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  position: relative;
}

#product-list .wrapper .product .details .fas {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #00a5a5;
  cursor: pointer;
  font-size: 30px;
}

#product-list .wrapper .product .details h3 {
  color: #aa55a0;
  margin: 0 30px 10px 0;
}

@media screen and (max-width: 540px) {
  #product-list .wrapper .product .details h3 {
    font-size: 14px;
  }
}

#product-list .wrapper .product .details p.pronunciation {
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 540px) {
  #product-list .wrapper .product .details p.pronunciation {
    font-size: 12px;
  }
}

#product-list .wrapper .product .details .strengths {
  margin: 20px 0;
  padding: 0;
}

#product-list .wrapper .product .details .strengths li {
  list-style: none;
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 16px;
}

#product-list .wrapper .product .details .strengths li a {
  color: #00586e;
}

#product-list .wrapper .product .details .strengths li a:hover {
  color: #008bad;
}

#product-list .wrapper .product .details .strengths li.active a {
  color: #aa55a0;
  text-decoration: none;
}

#product-list .wrapper .product .details .strength_details .sd {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  display: flex;
  justify-content: space-between;
}

#product-list .wrapper .product .details .strength_details .sd .copy {
  margin: 0 0px 0 0;
  flex: 0 0 47%;
}

#product-list .wrapper .product .details .strength_details .sd .copy p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

#product-list .wrapper .product .details .strength_details .sd .image_pi {
  flex: 0 0 47%;
  max-width: 300px;
}

#product-list .wrapper .product .details .strength_details .sd .image_pi img {
  max-width: 100%;
}

#product-list .wrapper .product .details .strength_details .sd .image_pi p {
  font-size: 16px;
  line-height: 160%;
}

#product-list
  .wrapper
  .product
  .details
  .strength_details
  .sd
  .image_pi
  p
  a:hover {
  color: #008bad;
}

#product-list
  .wrapper
  .product
  .details
  .strength_details
  .sd
  .image_pi
  p
  a.btn {
  background-color: #aa55a0;
  color: #fff;
}

@media screen and (max-width: 540px) {
  #product-list .wrapper .product .details .strength_details .sd {
    flex-wrap: wrap;
  }

  #product-list .wrapper .product .details .strength_details .sd .copy,
  #product-list .wrapper .product .details .strength_details .sd .image_pi {
    flex: 0 0 100%;
  }

  #product-list .wrapper .product .details .strength_details .sd .copy p {
    font-size: 14px;
    line-height: 22px;
  }

  #product-list .wrapper .product .details .strength_details .sd .image_pi {
    margin-top: 20px;
  }
}

#product-list .wrapper .product .details .strength_details .sd.active {
  height: auto;
  opacity: 1;
  transition: all 0.6s ease;
}

#product-list .wrapper .product .bottle-details {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}

#product-list .wrapper .product .bottle-details h3 {
  font-size: 16px;
  text-transform: normal;
}

#product-list .wrapper .product .bottle-details.active {
  height: auto;
  opacity: 1;
  transition: all 0.6s ease;
}

#product-list .wrapper .product .bottle-table {
  padding: 20px 0;
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  display: flex;
}

#product-list .wrapper .product .bottle-table .row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 auto;
}

#product-list .wrapper .product .bottle-table .row div {
  padding: 5px;
  min-height: 20px;
  text-align: left;
}

#product-list .wrapper .product .bottle-table .row div:nth-child(even) {
  background-color: #fafafa;
}

#product-list .wrapper .product .bottle-table .row.labels {
  max-width: 160px;
}

@media screen and (max-width: 540px) {
  #product-list .wrapper .product .bottle-table {
    font-size: 12px;
  }
}

#product-list .wrapper .product.open .details {
  max-height: 3000px;
  transition: all 0.6s linear;
}

#product-list .wrapper .product.open.reveal .details {
  opacity: 1;
  max-height: 3000px;
  transition: all 0.6s linear;
}

.page-content.filtered {
  position: relative;
}

.page-content.filtered:after {
  opacity: 0.8;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

#product-interstitial {
  position: absolute;
  z-index: 9999;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 18px;
  border: 1px solid #d6d6d6;
  background-color: #fafafa;
  opacity: 1;
  padding: 30px;
  width: 75%;
  max-width: 600px;
}

#product-interstitial p {
  font-size: 14px;
  line-height: 24px;
}

#product-interstitial p.cta {
  text-align: center;
}

#product-interstitial p.cta button {
  display: inline-block;
  background-color: #aa55a0;
  color: #fff;
  font-family: "Exo";
  font-size: 14px;
  text-align: center;
  padding: 6px 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

#product-interstitial p.cta button:hover {
  background-color: #008bad;
  color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 540px) {
  #product-interstitial {
    top: 10px;
    padding: 15px;
  }

  #product-interstitial p {
    font-size: 12px;
    line-height: 18px;
  }
}

#patient-resources,
#partner-resources {
  padding: 10px 0 40px 0;
  border-top: 2px solid rgba(88, 89, 91, 0.2);
  margin-top: 40px;
}

#patient-resources h3:first-child,
#partner-resources h3:first-child {
  margin-top: 0px;
}

#patient-resources .resources,
#partner-resources .resources {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#patient-resources .resources .resource,
#partner-resources .resources .resource {
  background-color: #fafafa;
  border-radius: 8px;
  border: 2px solid rgba(88, 89, 91, 0.2);
  box-sizing: border-box;
  flex-basis: 1 1 32%;
  margin: 0 0 10px 0;
  max-width: 32%;
  min-height: 1px;
  min-width: 32%;
  padding: 17px 20px 100px 20px;
  position: relative;
}

#patient-resources .resources .resource p,
#partner-resources .resources .resource p {
  margin: 0 0 10px 0;
}

#patient-resources .resources .resource p.type,
#partner-resources .resources .resource p.type {
  color: #58595b;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

#patient-resources .resources .resource p.name,
#partner-resources .resources .resource p.name {
  color: #aa55a0;
  font-size: 16px;
  font-weight: 700;
}

#patient-resources .resources .resource p.desc,
#partner-resources .resources .resource p.desc {
  font-size: 16px;
  line-height: 24px;
  color: #58595b;
}

#patient-resources .resources .resource p.cta,
#partner-resources .resources .resource p.cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
}

#patient-resources .resources .resource p.cta a,
#partner-resources .resources .resource p.cta a {
  background-color: #fff;
  border-radius: 60px;
  border: 3px solid #00a5a5;
  color: #00a5a5;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 8px 21px;
  text-decoration: none;
}

#patient-resources .resources .resource p.cta a:hover,
#partner-resources .resources .resource p.cta a:hover {
  background-color: #00a5a5;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  #patient-resources .resources .resource,
  #partner-resources .resources .resource {
    flex-basis: 1 1 49%;
    min-width: 49%;
    max-width: 49%;
  }
}

@media screen and (max-width: 540px) {
  #patient-resources .resources .resource,
  #partner-resources .resources .resource {
    flex-basis: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 17px 20px 50px 20px;
  }
}

#faqs {
  margin-top: 40px;
  padding: 0 0 40px 0;
}

#faqs .sticky-wrapper {
  height: auto !important;
}

#faqs h3 {
  color: #aa55a0;
  margin-top: 40px;
}

#faqs .faq {
  border-radius: 8px;
  border: 2px solid rgba(88, 89, 91, 0.2);
  margin: 0 0 10px 0;
  padding: 21px 26px;
  position: relative;
}

#faqs .faq p.q {
  color: #00a5a5;
  cursor: pointer;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  margin: 0 0 0 0;
  padding-right: 70px;
  transition: all 0.3s ease;
}

#faqs .faq div.a {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#faqs .faq .trigger {
  position: absolute;
  top: 16px;
  right: 30px;
  width: 26px;
  height: 26px;
  border: 2px solid #00a5a5;
  border-radius: 20px;
  cursor: pointer;
}

#faqs .faq .trigger i {
  color: #00a5a5;
  font-size: 18px;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

#faqs .faq .trigger i.fa-angle-up {
  display: none;
}

#faqs .faq:hover {
  border: 2px solid #00a5a5;
}

#faqs .faq:hover p.q {
  color: #008bad;
}

#faqs .faq:hover .trigger {
  border: 2px solid #008bad;
}

#faqs .faq:hover .trigger i {
  color: #008bad;
}

#faqs .faq.open p.q {
  color: #aa55a0;
  font-weight: 700;
  transition: all 0.3s ease;
}

#faqs .faq.open div.a {
  max-height: 100vh;
  overflow: scroll;
  transition: all 0.3s ease;
}

#faqs .faq.open .trigger {
  border: 2px solid #aa55a0;
  background-color: #aa55a0;
}

#faqs .faq.open .trigger i {
  color: #fff;
  transition: all 0.3s ease;
}

#faqs .faq.open .trigger i.fa-angle-up {
  display: inline-block;
}

#faqs .faq.open .trigger i.fa-angle-down {
  display: none;
}

#careers {
  padding: 0 0 40px 0;
  margin-top: 40px;
}

#careers .sticky-wrapper {
  height: auto !important;
}

#careers h3 {
  margin-top: 40px;
}

#careers .career {
  padding: 25px;
  border: 1px solid #d6d6d6;
  margin: 0 0 10px 0;
  position: relative;
}

#careers .career p.q {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 0;
  font-weight: 200;
  color: #00586e;
  padding-right: 70px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#careers .career div.a,
#careers .career div.form {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#careers .career div.a span.career,
#careers .career div.form span.career {
  padding: 0;
  border: 0;
  margin: 0;
}

#careers .career .trigger {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 26px;
  height: 26px;
  border: 2px solid #00586e;
  border-radius: 14px;
  cursor: pointer;
}

#careers .career .trigger i {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00586e;
  font-size: 18px;
  transition: all 0.3s ease;
}

#careers .career .trigger i.fa-angle-up {
  display: none;
}

#careers .career:hover {
  border: 1px solid #008bad;
}

#careers .career:hover p.q {
  color: #008bad;
}

#careers .career:hover .trigger {
  border: 2px solid #008bad;
}

#careers .career:hover .trigger i {
  color: #008bad;
}

#careers .career.open {
  background-color: #fafafa;
}

#careers .career.open p.q {
  font-weight: 700;
  color: #aa55a0;
  transition: all 0.3s ease;
}

#careers .career.open div.a,
#careers .career.open div.form {
  max-height: 100vh;
  overflow: scroll;
  transition: all 0.3s ease;
}

#careers .career.open .trigger {
  border: 2px solid #aa55a0;
  background-color: #aa55a0;
}

#careers .career.open .trigger i {
  color: #fff;
  transition: all 0.3s ease;
}

#careers .career.open .trigger i.fa-angle-up {
  display: inline-block;
}

#careers .career.open .trigger i.fa-angle-down {
  display: none;
}

.warning {
  border: 1px solid #b1b3b5;
  padding: 20px;
}

.careers-label {
  margin-top: 45px !important;
}

.page-content .block form input[type="text"],
.page-content .block form input[type="email"],
.page-content .block form textarea,
.page-content .career form input[type="text"],
.page-content .career form input[type="email"],
.page-content .career form textarea {
  border-radius: 8px;
  border: 2px solid rgba(88, 89, 91, 0.2);
  box-sizing: border-box;
  color: #58595b;
  display: block;
  font-size: 16px;
  margin: 20px 0;
  max-width: 488px;
  padding: 5px 12px;
  width: 100%;
}

.page-content .block form textarea,
.page-content .career form textarea {
  height: 275px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px;
}

.page-content .block form small,
.page-content .career form small {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .page-content .block form small,
  .page-content .career form small {
    display: block;
    margin-top: 20px;
  }
}

.page-content .block form input[type="submit"],
.page-content .career form input[type="submit"] {
  background-color: #00a5a5;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 24px;
  cursor: pointer;
  transition: background-color 0.4s;
}

.page-content .block form input[type="submit"]:hover,
.page-content .career form input[type="submit"]:hover {
  background-color: #aa55a0;
}

.page-content .block form input.first-text,
.page-content .career form input.first-text {
  margin-top: 0px !important;
}

.page-content .block form ::-webkit-input-placeholder,
.page-content .career form ::-webkit-input-placeholder {
  color: rgba(88, 89, 91, 0.7);
}

.page-content .block form ::-moz-placeholder,
.page-content .career form ::-moz-placeholder {
  color: rgba(88, 89, 91, 0.7);
}

.page-content .block form :-ms-input-placeholder,
.page-content .career form :-ms-input-placeholder {
  color: rgba(88, 89, 91, 0.7);
}

.page-content .block form :-moz-placeholder,
.page-content .career form :-moz-placeholder {
  color: rgba(88, 89, 91, 0.7);
}

.page-content .block form select,
.page-content .career form select {
  width: 270px;
}

.page-content .block form .select2,
.page-content .career form .select2 {
  margin: 0 auto;
  height: 30px;
}

.page-content .block form .select2 .selection .select2-selection,
.page-content .career form .select2 .selection .select2-selection {
  border: 2px solid #d6d6d6;
  border-radius: 8px;
  padding: 0 0px;
  height: 100%;
}

.page-content
  .block
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered,
.page-content
  .career
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  color: #00a5a5;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  min-width: 230px;
  padding-left: 12px;
}

.page-content
  .block
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow,
.page-content
  .career
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow {
  background-color: #00a5a5;
  top: 1px;
  right: 0px;
  height: 28px;
  width: 34px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-content
  .block
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b,
.page-content
  .career
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
  position: relative;
}

.page-content
  .block
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b:after,
.page-content
  .career
  form
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Pro";
  z-index: 10;
  color: #fff;
}

.page-content
  .block
  form
  .select2-container--open.select2-container--below
  .selection
  .select2-selection,
.page-content
  .career
  form
  .select2-container--open.select2-container--below
  .selection
  .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-content
  .block
  form
  .select2-container--open.select2-container--below
  .selection
  .select2-selection
  .select2-selection__arrow,
.page-content
  .career
  form
  .select2-container--open.select2-container--below
  .selection
  .select2-selection
  .select2-selection__arrow {
  border-bottom-right-radius: 0;
}

.page-content
  .block
  form
  .select2-container--open.select2-container--above
  .selection
  .select2-selection,
.page-content
  .career
  form
  .select2-container--open.select2-container--above
  .selection
  .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.page-content
  .block
  form
  .select2-container--open.select2-container--above
  .selection
  .select2-selection
  .select2-selection__arrow,
.page-content
  .career
  form
  .select2-container--open.select2-container--above
  .selection
  .select2-selection
  .select2-selection__arrow {
  border-top-right-radius: 0;
}

.page-content .block form .select2:focus,
.page-content .block form .select2-selection:focus,
.page-content .block form #product_filter_submit:focus,
.page-content .career form .select2:focus,
.page-content .career form .select2-selection:focus,
.page-content .career form #product_filter_submit:focus {
  outline: none;
}

.select2-dropdown {
  overflow: hidden;
  border-color: rgba(88, 89, 91, 0.2);
  border-width: 2px;
  border-radius: 8px;
}

.select2-dropdown .select2-results .select2-results__option {
  padding: 5px 12px;
  color: #58595b;
}

.select2-dropdown .select2-results .select2-results__option--highlighted {
  color: #fff;
  background: #00a5a5;
}

section.page_with_sidebar .wrapper .page-content .search-item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}

section.page_with_sidebar .wrapper .page-content .search-item p.title {
  font-weight: bold;
}

section.page_with_sidebar .wrapper .page-content .search-item p.be,
section.page_with_sidebar .wrapper .page-content .search-item p.df,
section.page_with_sidebar .wrapper .page-content .search-item p.strength {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

section.page_with_sidebar .wrapper .page-content .search-item div {
  font-size: 15px;
  line-height: 24px;
}

.search-item:first-of-type {
  border-top: 1px solid #d6d6d6;
  margin-top: 35px;
}

.page-content form {
  transition: width 0.5s ease;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.page-content form label {
  display: inline-block;
}

.page-content form label .search-field {
  display: inline-block;
  font-size: 15px;
  color: #333638;
  font-size: 14px;
  padding: 3px 8px;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
}

.page-content form label .search-field:focus {
  outline: none;
}

.page-content form #search_submit {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: none;
  top: -4px;
  background-color: rgba(0, 0, 0, 0);
}

.page-content form #search_submit:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #00586e;
}

.page-content form #search_submit:hover:after {
  color: #008bad;
}

.page-content form .awesomplete [hidden] {
  border: none;
  display: none;
}

.page-content form .awesomplete ul {
  border: #d6d6d6 1px solid;
  display: block;
  position: absolute;
  top: 30px;
}

.page-content form .awesomplete li {
  display: block;
  margin: 0 3px;
}

body.page-template-page-savings * {
  box-sizing: border-box;
}

body.page-template-page-savings .sticky-wrapper .wrapper {
  max-width: 1366px;
}

body.page-template-page-savings main.wrapper {
  max-width: 1103px;
  padding: 0 10px;
  margin-top: 20px;
}

body.page-template-page-savings main.wrapper #hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 55.031731641%;
  background: url(../img/savings/bg-hero.png);
  background-size: cover;
  background-position: top center;
  border-radius: 25px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero {
    padding-bottom: 114.0845070423%;
    background-image: url(../img/savings/bg-hero-mobile.png);
  }
}

body.page-template-page-savings main.wrapper #hero__top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 59.6375617792%;
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__top {
    flex-direction: column;
    height: 57.7777777778%;
  }
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__top__zero {
    margin-left: -43px;
  }
}

@media screen and (max-width: 600px) {
  body.page-template-page-savings main.wrapper #hero__top__zero {
    width: 101px;
    margin-left: -22px;
  }
}

body.page-template-page-savings main.wrapper #hero__top__copy {
  width: 550px;
  padding-left: 20px;
  font-family: "Exo";
  font-size: 40px;
  font-weight: 200;
  line-height: 58px;
  color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__top__copy {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  body.page-template-page-savings main.wrapper #hero__top__copy {
    width: 322px;
    font-size: 24px;
    line-height: 35px;
  }
}

body.page-template-page-savings main.wrapper #hero__top__copy strong {
  font-weight: 700;
}

body.page-template-page-savings main.wrapper #hero__top__copy sup {
  top: -15px;
  font-size: 45%;
}

body.page-template-page-savings main.wrapper #hero__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40.3624382208%;
  padding: 0 80px;
  background: linear-gradient(
      180deg,
      #d2e3f5 4.1%,
      rgba(255, 255, 255, 0) 22.05%
    ),
    #fff;
  border: 1px solid #fff;
  border-radius: 25px;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings main.wrapper #hero__bottom {
    padding: 0 20px;
  }
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__bottom {
    height: 42.2222222222%;
  }
}

body.page-template-page-savings main.wrapper #hero__bottom__left {
  flex: 0 0 auto;
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__bottom__left {
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  body.page-template-page-savings main.wrapper #hero__bottom__left {
    display: none;
  }
}

body.page-template-page-savings main.wrapper #hero__bottom__left img {
  max-width: 100%;
}

body.page-template-page-savings main.wrapper #hero__bottom__right {
  flex: 1;
  padding-left: 37px;
  font-family: "Exo";
  font-size: 18px;
  line-height: 185%;
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__bottom__right {
    font-size: 14px;
    line-height: 150%;
  }
}

@media screen and (max-width: 600px) {
  body.page-template-page-savings main.wrapper #hero__bottom__right {
    padding-left: 0;
    text-align: center;
  }
}

body.page-template-page-savings main.wrapper #hero__bottom__right p {
  margin: 0;
}

body.page-template-page-savings main.wrapper #hero__bottom__right p strong {
  color: #aa55a0;
}

body.page-template-page-savings main.wrapper #hero__bottom__right small {
  font-size: 14px;
}

@media screen and (max-width: 894px) {
  body.page-template-page-savings main.wrapper #hero__bottom__right small {
    font-size: 9px;
  }
}

body.page-template-page-savings main.wrapper #content {
  display: flex;
  margin-top: 50px;
  padding-bottom: 45px;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings main.wrapper #content {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}

body.page-template-page-savings main.wrapper #content__left {
  flex: 1;
  padding-left: 27px;
  padding-right: 21px;
  border-right: 1px solid #e1e1e1;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings main.wrapper #content__left {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    border-right: 0;
  }
}

body.page-template-page-savings main.wrapper #content__left h2 {
  max-width: 420px;
  margin: 0 0 15px;
  font-family: "Exo";
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0.01em;
  color: #aa55a0;
}

@media screen and (max-width: 540px) {
  body.page-template-page-savings main.wrapper #content__left h2 {
    font-size: 14px;
  }
}

body.page-template-page-savings main.wrapper #content__left__required {
  font-family: "Exo";
  font-size: 12px;
  font-style: italic;
  line-height: 175%;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 540px) {
  body.page-template-page-savings main.wrapper #content__left__required {
    font-size: 9px;
  }
}

body.page-template-page-savings main.wrapper #content__left form .field {
  margin-top: 50px;
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  > label {
  color: #58595b;
  font-family: "Exo";
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 540px) {
  body.page-template-page-savings
    main.wrapper
    #content__left
    form
    .field
    > label {
    font-size: 14px;
  }
}

body.page-template-page-savings main.wrapper #content__left form .field ul {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
}

body.page-template-page-savings main.wrapper #content__left form .field ul li {
  position: relative;
  margin-bottom: 25px;
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  ul
  li:last-child {
  margin-bottom: 0;
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  ul
  li
  input[type="radio"] {
  position: absolute;
  left: -9999px;
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  ul
  li
  input[type="radio"]:checked
  + label:after {
  opacity: 1;
  transform: scale(1);
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  ul
  li
  input[type="radio"]
  + label {
  color: #58595b;
  display: block;
  position: relative;
  padding-left: 28px;
  font-family: "Exo";
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  body.page-template-page-savings
    main.wrapper
    #content__left
    form
    .field
    ul
    li
    input[type="radio"]
    + label {
    font-size: 14px;
  }
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  ul
  li
  input[type="radio"]
  + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aa55a0;
  border-radius: 20px;
}

body.page-template-page-savings
  main.wrapper
  #content__left
  form
  .field
  ul
  li
  input[type="radio"]
  + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #002596;
  border-radius: 14px;
  opacity: 0;
  transform: scale(0.25);
  transition: all 0.3s;
}

body.page-template-page-savings main.wrapper #content__left form .button {
  background: #00a5a5;
  border-radius: 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Exo";
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  letter-spacing: 0.01em;
  line-height: 50px;
  margin-top: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 183px;
}

body.page-template-page-savings main.wrapper #content__left form .button:hover {
  background: #00a5a5;
}

body.page-template-page-savings main.wrapper #content__left form .button img {
  position: relative;
  top: -2px;
  margin-left: 9px;
}

body.page-template-page-savings main.wrapper #content__right {
  flex: 0 0 auto;
  width: 485px;
  padding-left: 38px;
  padding-right: 27px;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings main.wrapper #content__right {
    width: 100%;
    margin-bottom: 27px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

body.page-template-page-savings main.wrapper #content__right p {
  color: #58595b;
  font-family: "Exo";
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  position: relative;
}

body.page-template-page-savings main.wrapper #content__right p:before {
  content: "*";
  left: -10px;
  position: absolute;
}

@media screen and (max-width: 540px) {
  body.page-template-page-savings main.wrapper #content__right p {
    font-size: 12px;
    line-height: 185%;
  }
}

body.page-template-page-savings main.wrapper #content__right__view_products {
  display: none;
  align-items: center;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  cursor: pointer;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings main.wrapper #content__right__view_products {
    display: flex;
  }
}

body.page-template-page-savings
  main.wrapper
  #content__right__view_products.open
  #content__right__view_products__icon {
  background-image: url(../img/savings/circle-minus.svg);
}

body.page-template-page-savings
  main.wrapper
  #content__right__view_products__icon {
  width: 12px;
  height: 13px;
  margin-right: 12px;
  background: url(../img/savings/circle-plus.svg);
}

body.page-template-page-savings
  main.wrapper
  #content__right__view_products__text {
  font-family: "Exo";
  font-weight: bold;
  font-size: 12px;
  line-height: 175%;
  color: #002596;
}

body.page-template-page-savings main.wrapper #content__right__drugs__container {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs__container.collapsed {
  height: auto;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings
    main.wrapper
    #content__right__drugs__container {
    border-bottom: 1px solid #e1e1e1;
  }

  body.page-template-page-savings
    main.wrapper
    #content__right__drugs__container.collapsed {
    height: 0;
  }
}

body.page-template-page-savings main.wrapper #content__right__drugs {
  margin-top: 21px;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings main.wrapper #content__right__drugs {
    margin-top: 17px;
    padding-bottom: 26px;
  }
}

body.page-template-page-savings main.wrapper #content__right__drugs .drug {
  position: relative;
  margin-bottom: 15px;
  padding-left: 18px;
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug:last-child {
  margin-bottom: 0;
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Exo";
  font-size: 14px;
  line-height: 175%;
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug--name {
  color: #58595b;
  font-family: "Exo";
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 540px) {
  body.page-template-page-savings
    main.wrapper
    #content__right__drugs
    .drug--name {
    font-size: 12px;
  }
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug--links {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 990px) {
  body.page-template-page-savings
    main.wrapper
    #content__right__drugs
    .drug--links {
    flex-wrap: wrap;
  }
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug--links
  a {
  font-family: "Exo";
  font-size: 12px;
  line-height: 175%;
  color: #aa55a0;
  transition: color 0.3s;
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug--links
  a:hover {
  color: #00a5a5;
}

body.page-template-page-savings
  main.wrapper
  #content__right__drugs
  .drug--links
  span {
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 8px;
  background: #e5e5e5;
}

body.page-template-page-savings #modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

body.page-template-page-savings #modal.show {
  visibility: visible;
  opacity: 1;
}

body.page-template-page-savings #modal.show #modal__window {
  top: 50%;
  opacity: 1;
}

body.page-template-page-savings #modal__window {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  width: 80%;
  max-width: 548px;
  padding: 85px 76px;
  opacity: 0;
  background: #fff;
  border-radius: 25px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  body.page-template-page-savings #modal__window {
    width: 90%;
    padding: 40px;
  }
}

body.page-template-page-savings #modal__window__close {
  position: absolute;
  top: 19px;
  right: 19px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

body.page-template-page-savings #modal__window p {
  font-family: "Exo";
  font-size: 18px;
  line-height: 185%;
  text-align: center;
  color: #333;
}

#hero {
  position: relative;
  min-height: 428px;
  height: 29.7222222222vw;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 890px) {
  #hero {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 550px) {
  #hero {
    min-height: 360px;
    height: 86.1111111111vw;
  }
}

#hero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/heart-top.svg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#hero .wrapper {
  padding-top: 1px;
}

#hero .wrapper h1 {
  position: relative;
  z-index: 1;
  margin: 167px 0 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}

@media (max-width: 890px) {
  #hero .wrapper h1 {
    margin-top: 0;
    text-align: center;
  }
}

@media (max-width: 550px) {
  #hero .wrapper h1 {
    font-size: 28px;
  }
}

body.page-about-us #who_we_are .left {
  position: relative;
}

body.page-about-us #who_we_are .left:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 29px;
  width: 197px;
  height: 284px;
  background: url(../img/about-section-cat.png) no-repeat;
}

@media (max-width: 890px) {
  body.page-about-us #who_we_are .left:after {
    display: none;
  }
}

@media (max-width: 890px) {
  body.page-about-us #who_we_are .right {
    position: relative;
    padding-bottom: 91px;
  }

  body.page-about-us #who_we_are .right:after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 50%;
    width: 138px;
    height: 200px;
    margin-left: -69px;
    background: url(../img/about-section-cat.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 550px) {
  body.page-about-us #who_we_are_bottom_hr hr {
    margin: 89px 0 80px;
  }
}

body.page-newsroom-insights #latest_news {
  padding-bottom: 145px;
}

@media (max-width: 550px) {
  body.page-newsroom-insights #latest_news {
    padding-bottom: 235px;
  }
}

body.page-newsroom-insights #latest_news .right {
  position: relative;
}

body.page-newsroom-insights #latest_news .right:after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 21.875%;
  width: 246px;
  height: 344px;
  background: url(../img/dog-news.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1070px) {
  body.page-newsroom-insights #latest_news .right:after {
    right: 30px;
  }
}

@media (max-width: 550px) {
  body.page-newsroom-insights #latest_news .right:after {
    right: 50%;
    bottom: -240px;
    width: 143px;
    height: 200px;
    transform: translateX(50%);
  }
}

body.page-newsroom-insights #latest_news .right p {
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  body.page-newsroom-insights #latest_news .right p {
    margin: 10px 0;
  }

  body.page-newsroom-insights #latest_news .right p:nth-child(2) {
    margin-top: 40px;
  }
}

body.page-newsroom-insights #latest_news .right .button {
  margin-top: 0;
}

body.page-customer-care #deeper_dive .right {
  position: relative;
}

body.page-customer-care #deeper_dive .right .button {
  margin-top: 0;
}

body.page-customer-care #deeper_dive .right:after {
  content: "";
  position: absolute;
  top: 39px;
  right: 34px;
  width: 195px;
  height: 241px;
  background: url(../img/deeper-look-cat.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1408px) {
  body.page-customer-care #deeper_dive .right:after {
    top: 89px;
  }
}

@media (max-width: 550px) {
  body.page-customer-care #deeper_dive .right:after {
    top: auto;
    bottom: -240px;
    right: 50%;
    width: 162px;
    height: 200px;
    margin-right: -81px;
  }
}

@media screen and (max-width: 1408px) {
  body.page-customer-care #cat_hr hr {
    margin: 140px 0;
  }
}

@media (max-width: 550px) {
  body.page-customer-care #cat_hr hr {
    margin: 200px 0 80px;
  }
}

body.page-customer-care #helpful_resources .right p {
  margin: 20px 0;
}

body.page-customer-care #helpful_resources .right p:first-of-type {
  margin: 0 0 30px;
}

body.page-customer-care .block:last-of-type {
  margin-bottom: 50px;
}

body.page-contact-us .block.copy_with_optional_headline .right {
  position: relative;
}

body.page-contact-us .block.copy_with_optional_headline .right:after {
  content: "";
  position: absolute;
  top: 100px;
  right: 63px;
  width: 186px;
  height: 275px;
  background: url(../img/dog-contact.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  body.page-contact-us .block.copy_with_optional_headline .right:after {
    right: 0;
  }
}

@media screen and (max-width: 1256px) {
  body.page-contact-us .block.copy_with_optional_headline .right:after {
    top: auto;
    bottom: 620px;
    right: 50%;
    margin-right: -93px;
  }
}

@media (max-width: 550px) {
  body.page-contact-us .block.copy_with_optional_headline .right:after {
    bottom: 657px;
    width: 135px;
    height: 200px;
    margin-right: -67px;
  }
}

body.page-contact-us .block.copy_with_optional_headline .right p {
  margin-top: 0;
}

body.page-contact-us .block.copy_with_optional_headline .right strong {
  font-weight: 600;
}

body.page-contact-us .block.copy_with_optional_headline .right .wpcf7 {
  margin-top: 60px;
}

@media screen and (max-width: 1256px) {
  body.page-contact-us .block.copy_with_optional_headline .right .wpcf7 {
    margin-top: 360px;
  }
}

@media (max-width: 550px) {
  body.page-contact-us .block.copy_with_optional_headline .right .wpcf7 {
    margin-top: 280px;
  }
}

#mobile_nav {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 98;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #aa55a0;
  transition: right 0.4s;
}

@media (max-width: 890px) {
  #mobile_nav {
    display: block;
  }
}

#mobile_nav.show {
  right: 0;
}

#mobile_nav nav {
  padding: 120px 0 60px;
}

#mobile_nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile_nav nav ul li {
  text-align: center;
  margin-bottom: 40px;
}

#mobile_nav nav ul li:last-child {
  margin-bottom: 0;
}

#mobile_nav nav ul li a {
  font-size: 24px;
  line-height: 110%;
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

#mobile_nav nav ul li a:hover {
  border-color: #fff;
}

#purchase_options_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: rgba(170, 85, 160, 0.1);
  transition: visibility 0.4s, opacity 0.4s;
}

#purchase_options_bg.show {
  visibility: visible;
  opacity: 1;
}

.block:first-of-type {
  margin-top: 71px;
}

.block:last-of-type {
  margin-bottom: 24px;
}

@media (max-width: 550px) {
  .block:last-of-type {
    margin-bottom: 40px;
  }
}

.block.copy_with_optional_headline {
  display: flex;
  gap: 8.3333333333%;
}

@media (max-width: 890px) {
  .block.copy_with_optional_headline {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 550px) {
  .block.copy_with_optional_headline {
    gap: 20px;
  }
}

@media (max-width: 890px) {
  .block.copy_with_optional_headline.no-left {
    gap: 0;
  }
}

.block.copy_with_optional_headline .left {
  flex: 0 0 auto;
  width: 25%;
}

@media (max-width: 890px) {
  .block.copy_with_optional_headline .left {
    width: 100%;
  }
}

.block.copy_with_optional_headline .left h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
  color: #aa55a0;
}

@media (max-width: 550px) {
  .block.copy_with_optional_headline .left h2 {
    font-size: 24px;
  }
}

@media (max-width: 890px) {
  .block.copy_with_optional_headline .left h2 br {
    display: none;
  }
}

.block.copy_with_optional_headline .right {
  flex: 1;
}

.block.copy_with_optional_headline .right p {
  margin: 27px 0;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 550px) {
  .block.copy_with_optional_headline .right p {
    margin: 24px 0;
    font-size: 16px;
  }
}

.block.copy_with_optional_headline .right p:first-of-type {
  margin-top: 0;
}

.block.copy_with_optional_headline .right p:last-of-type {
  margin-bottom: 0;
}

.block.copy_with_optional_headline .right a {
  color: #00a5a5;
}

.block.copy_with_optional_headline .right a:hover {
  color: #aa55a0;
}

.block.copy_with_optional_headline .right hr {
  margin: 20px 0;
}

.block.copy_with_optional_headline .right h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #aa55a0;
}

.block.copy_with_optional_headline .right .person {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 60px 0 30px;
}

@media (max-width: 550px) {
  .block.copy_with_optional_headline .right .person {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 40px 0 20px;
  }
}

.block.copy_with_optional_headline .right .person:first-of-type {
  margin-top: 0;
}

.block.copy_with_optional_headline .right .person--left {
  flex: 0 0 auto;
  width: 43.75%;
}

@media (max-width: 550px) {
  .block.copy_with_optional_headline .right .person--left {
    width: 100%;
  }
}

.block.copy_with_optional_headline .right .person--left img {
  max-width: 100%;
}

.block.copy_with_optional_headline .right .person--right {
  flex: 1;
  font-size: 18px;
  line-height: 150%;
  color: #58595b;
}

.block.copy_with_optional_headline .right .button {
  display: inline-block;
  margin-top: 73px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: #00a5a5;
  border-radius: 50px;
}

@media (max-width: 550px) {
  .block.copy_with_optional_headline .right .button {
    margin-top: 53px;
    padding: 14px 20px;
    line-height: 12px;
  }
}

.block.copy_with_optional_headline .right .button:hover {
  color: #fff;
  background: #aa55a0;
}

.block.copy_with_optional_headline .right .button.button-purple-outline {
  color: #aa55a0;
  background: #fff;
  border: 3px solid #aa55a0;
}

.block.copy_with_optional_headline .right .button.button-purple-outline:hover {
  color: #fff;
  background: #aa55a0;
}

.block.copy_with_optional_headline .right .button:after {
  content: "";
  margin-left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 300;
}

.block.copy_with_optional_headline .right .link-with-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 23px;
}

.block.horizontal_rule hr {
  margin: 90px 0;
  height: 2px;
  background: rgba(170, 85, 160, 0.4);
  border: none;
}

@media (max-width: 550px) {
  .block.horizontal_rule hr {
    margin: 40px 0;
  }
}

.block.did_you_know {
  margin: 60px 0;
  padding: 60px 60px 75px;
  background: rgba(0, 165, 165, 0.3);
  border-radius: 20px;
}

@media (max-width: 550px) {
  .block.did_you_know {
    padding: 40px 20px;
  }
}

.block.did_you_know h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  color: #00a5a5;
}

@media (max-width: 550px) {
  .block.did_you_know h2 {
    font-size: 24px;
  }
}

.block.did_you_know .stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 70px;
  margin-top: 53px;
}

@media screen and (max-width: 1000px) {
  .block.did_you_know .stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .block.did_you_know .stats {
    row-gap: 30px;
    margin-top: 32px;
  }
}

.block.did_you_know .stats .stat {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 550px) {
  .block.did_you_know .stats .stat {
    gap: 20px;
  }
}

.block.did_you_know .stats .stat--left--heart {
  position: relative;
  width: 140px;
  height: 120px;
  background: url(../img/heart-white.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 550px) {
  .block.did_you_know .stats .stat--left--heart {
    width: 90px;
    height: 77px;
  }
}

.block.did_you_know .stats .stat--left--heart img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 550px) {
  .block.did_you_know .stats .stat--left--heart img {
    max-width: 77px;
    max-height: 99px;
  }
}

.block.did_you_know .stats .stat--right--copy {
  font-size: 22px;
  line-height: 150%;
}

@media (max-width: 550px) {
  .block.did_you_know .stats .stat--right--copy {
    font-size: 16px;
  }
}

.block.did_you_know .stats .stat--right--copy p {
  margin: 0;
}

.block.bordered_copy_list {
  margin: 60px 0 90px;
  padding: 60px 60px 71px;
  border: 3px solid #aa55a0;
  border-radius: 20px;
}

@media (max-width: 550px) {
  .block.bordered_copy_list {
    margin: 40px 0;
    padding: 40px 24px;
  }
}

.block.bordered_copy_list h2 {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  color: #aa55a0;
}

@media (max-width: 550px) {
  .block.bordered_copy_list h2 {
    font-size: 24px;
  }
}

.block.bordered_copy_list .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.block.bordered_copy_list .items .item {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media screen and (max-width: 936px) {
  .block.bordered_copy_list .items .item {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 550px) {
  .block.bordered_copy_list .items .item {
    gap: 20px;
  }
}

.block.bordered_copy_list .items .item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 936px) {
  .block.bordered_copy_list .items .item:nth-child(even) {
    flex-direction: column;
  }
}

.block.bordered_copy_list .items .item--left {
  flex: 0 0 auto;
}

.block.bordered_copy_list .items .item--left img {
  max-height: 240px;
}

@media (max-width: 550px) {
  .block.bordered_copy_list .items .item--left img {
    max-height: 154px;
  }
}

.block.bordered_copy_list .items .item--right {
  flex: 1;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 550px) {
  .block.bordered_copy_list .items .item--right {
    font-size: 16px;
  }
}

.block.bordered_copy_list .items .item--right p {
  margin: 0;
}

.block.product_list .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 890px) {
  .block.product_list .products {
    grid-template-columns: 1fr;
  }
}

.block.product_list .products .product {
  padding: 40px;
  border: 3px solid #eeddec;
  border-radius: 20px;
}

@media (max-width: 890px) {
  .block.product_list .products .product {
    padding: 40px 20px;
  }
}

.block.product_list .products .product img {
  max-width: 100%;
}

@media (max-width: 550px) {
  .block.product_list .products .product img {
    max-height: 100px;
  }
}

.block.product_list .products .product h3 {
  margin: 27px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  color: #aa55a0;
}

@media (max-width: 550px) {
  .block.product_list .products .product h3 {
    margin-top: 20px;
    font-size: 18px;
  }
}

.block.product_list .products .product h3 span {
  margin-right: 15px;
}

@media (max-width: 550px) {
  .block.product_list .products .product h3 img {
    max-height: 40px;
  }
}

.block.product_list .products .product p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 550px) {
  .block.product_list .products .product p {
    font-size: 16px;
  }
}

.block.product_list .products .product--strength,
.block.product_list .products .product--dose {
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%;
  color: #58595b;
}

@media (max-width: 550px) {
  .block.product_list .products .product--strength,
  .block.product_list .products .product--dose {
    font-size: 16px;
  }
}

.block.product_list .products .product--strength strong,
.block.product_list .products .product--dose strong {
  display: block;
  font-weight: 600;
}

.block.product_list .products .product--dose {
  margin-top: 10px;
}

.block.product_list .products .product--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

@media (max-width: 550px) {
  .block.product_list .products .product--buttons {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}

.block.product_list .products .product--buttons button {
  display: block;
  width: 178px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #aa55a0;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.4s;
}

.block.product_list .products .product--buttons button:hover {
  background: #00a5a5;
}

.block.product_list .products .product--buttons a.button {
  display: inline-block;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  color: #aa55a0;
  border: 3px solid #aa55a0;
  border-radius: 40px;
}

.block.product_list .products .product--buttons a.button:hover {
  color: #fff;
  background: #aa55a0;
}

.block.product_list .products .product--buttons a.button .fal {
  margin-left: 8px;
}

.block.product_list .products .product-purchase-options-flyout {
  position: fixed;
  top: 0;
  right: -410px;
  z-index: 1000;
  width: 400px;
  height: 100%;
  overflow: auto;
  background: #fff;
  border-left: 10px solid rgba(88, 89, 91, 0.2);
  transition: right 0.4s;
}

@media (max-width: 550px) {
  .block.product_list .products .product-purchase-options-flyout {
    width: 100%;
    right: -100%;
    border-left: none;
  }
}

.block.product_list .products .product-purchase-options-flyout.show {
  right: 0;
}

.block.product_list .products .product-purchase-options-flyout--close-button {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.block.product_list .products .product-purchase-options-flyout h3 {
  max-width: 300px;
  margin: 93px auto 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  color: #aa55a0;
}

@media (max-width: 550px) {
  .block.product_list .products .product-purchase-options-flyout h3 {
    margin-top: 58px;
    font-size: 18px;
  }
}

.block.product_list .products .product-purchase-options-flyout .options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 334px;
  margin: 42px auto 0;
  padding: 0 20px 93px;
}

.block.product_list
  .products
  .product-purchase-options-flyout
  .options
  .option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  border-bottom: 1px solid rgba(88, 89, 91, 0.3);
}

@media (max-width: 550px) {
  .block.product_list
    .products
    .product-purchase-options-flyout
    .options
    .option {
    padding: 20px 10px;
  }
}

.block.product_list
  .products
  .product-purchase-options-flyout
  .options
  .option:nth-child(odd) {
  border-right: 1px solid rgba(88, 89, 91, 0.3);
}

.block.product_list
  .products
  .product-purchase-options-flyout
  .options
  .option:nth-last-child(-n + 2) {
  border-bottom: none;
}

.block.product_list
  .products
  .product-purchase-options-flyout
  .options
  .option
  img {
  max-width: 100%;
}

.block.product_list .news-button-wrapper {
  margin-top: 71px;
  text-align: center;
}

@media (max-width: 550px) {
  .block.product_list .news-button-wrapper {
    margin-top: 40px;
    text-align: left;
  }
}

.block.product_list .news-button-wrapper .button {
  display: inline-block;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #00a5a5;
  border-radius: 52px;
}

@media (max-width: 550px) {
  .block.product_list .news-button-wrapper .button {
    padding: 14px 20px;
  }
}

.block.product_list .news-button-wrapper .button:hover {
  background: #aa55a0;
}

.block.product_list .news-button-wrapper .button:after {
  content: "";
  margin-left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 300;
}

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