.c-search-bar__main {
  width: 100%; }

.c-search-bar__inner {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 10px 0;
  transition: border-bottom .2s ease-in-out; }
  .c-search-bar__inner:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("../../../static/magnifying-glass.svg");
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .c-search-bar__inner:focus-within {
    border-bottom: 1px solid #68adac; }
  @media (max-width: 768.98px) {
    .c-search-bar__inner {
      flex-direction: column-reverse;
      align-items: center;
      padding-bottom: 20px;
      overflow: hidden; }
      .c-search-bar__inner:before {
        top: 75%; } }

#c-search-bar__input {
  width: 100%;
  background: none;
  border: none;
  padding-left: 40px;
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .84px; }
  #c-search-bar__input::placeholder {
    opacity: .25; }
  @media (max-width: 768.98px) {
    #c-search-bar__input {
      padding-left: 40px; } }

#c-search-bar__form {
  width: 100%;
  height: auto; }

.c-search-bar__category-filter {
  background: #ebf0f5;
  border: none;
  border-radius: 38px;
  height: 60px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  color: #0b4a72;
  position: relative;
  top: -10px;
  box-sizing: content-box;
  padding: 0 30px;
  white-space: nowrap;
  transition: opacity .2s ease-in-out; }
  .c-search-bar__category-filter svg {
    margin-left: 20px;
    transform: rotate(90deg); }
    @media (max-width: 768.98px) {
      .c-search-bar__category-filter svg {
        margin-left: 10px; } }
  @media (max-width: 768.98px) {
    .c-search-bar__category-filter {
      max-width: 197px;
      margin-bottom: 20px; } }
  .c-search-bar__category-filter:hover ~ .c-search-bar__categories-container {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 768.98px) {
    .c-search-bar__category-filter {
      display: none; } }
  .c-search-bar__category-filter.is-invisible {
    display: block;
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 768.98px) {
      .c-search-bar__category-filter.is-invisible {
        display: none; } }

.c-search-bar__category-filter-mobile {
  background-color: #ebf0f5;
  border-radius: 38px;
  width: auto;
  border: none;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Copernicus", serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  height: 50px;
  color: #0b4a72;
  display: none;
  box-sizing: content-box;
  padding: 0 25px;
  white-space: nowrap;
  margin-bottom: 40px;
  transition: opacity .2s ease-in-out; }
  .c-search-bar__category-filter-mobile svg {
    margin-left: 20px;
    transform: rotate(90deg); }
    @media (max-width: 768.98px) {
      .c-search-bar__category-filter-mobile svg {
        margin-left: 10px; } }
  @media (max-width: 768.98px) {
    .c-search-bar__category-filter-mobile {
      display: flex; } }

.c-search-bar__categories-container {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 75px;
  pointer-events: none;
  background-color: #ffffff;
  transition: opacity .2s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: flex-start;
  width: 260px;
  z-index: 1;
  padding: 40px 0; }
  .c-search-bar__categories-container:before {
    content: "";
    padding: 15px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: -20px; }
  .c-search-bar__categories-container:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 15px;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: #ffffff; }
  .c-search-bar__categories-container li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0; }
  .c-search-bar__categories-container:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all !important;
    transition: all .2s ease-in-out; }
    .c-search-bar__categories-container:hover a:after {
      content: "";
      background-image: none !important; }
  .c-search-bar__categories-container:focus-within {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }

.c-search-bar__categories-list {
  max-width: 75%;
  width: 100%;
  text-align: left;
  margin: 0 auto; }

.c-featured-article__main {
  width: 100%;
  height: 100%; }
  @media (max-width: 768.98px) {
    .c-featured-article__main {
      margin-bottom: 50px; } }

.c-featured-article__inner {
  display: flex;
  max-width: 97%;
  height: 100%;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768.98px) {
    .c-featured-article__inner {
      max-width: 100%;
      flex-direction: column; } }

.c-featured-article__content {
  max-width: 95%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 2.5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  @media (max-width: 768.98px) {
    .c-featured-article__content {
      margin-top: 0;
      top: 1.5%; } }

.c-featured-article__image-container {
  padding-bottom: 66.66%;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  transition: opacity .2s ease-in-out; }
  .c-featured-article__image-container:hover {
    opacity: .7; }

.c-featured-article__image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute; }

.c-featured-article__title {
  font-family: "Copernicus", serif;
  font-size: 30px;
  color: #0b4a72;
  line-height: 38px;
  letter-spacing: -.5px;
  max-width: 498px;
  margin-bottom: 20px; }
  @media (max-width: 768.98px) {
    .c-featured-article__title {
      max-width: 100%; } }

.c-featured-article__summary {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 524px;
  margin-bottom: 37px; }
  @media (max-width: 768.98px) {
    .c-featured-article__summary {
      max-width: 95%;
      margin-bottom: 25px; } }

.c-featured-article__text-cta {
  margin-bottom: 52px; }
  @media (max-width: 768.98px) {
    .c-featured-article__text-cta {
      margin-bottom: 60px;
      padding-bottom: 0;
      line-height: 26px; } }

.c-featured-article__information {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.c-featured-article__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-in-out; }
  .c-featured-article__link:hover {
    text-decoration-color: #0b4a72; }

.c-featured-topic__main {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center; }
  @media (max-width: 768.98px) {
    .c-featured-topic__main {
      border: none;
      padding-bottom: 30px; } }

.c-featured-topic__inner {
  width: 100%; }
  @media (max-width: 768.98px) {
    .c-featured-topic__inner {
      max-width: 95%; } }

.c-featured-topic__columns-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px; }
  @media (max-width: 768.98px) {
    .c-featured-topic__columns-container {
      flex-direction: column;
      align-items: flex-start;
      grid-template-columns: 1fr;
      gap: 0px; } }

.c-featured-topic__column {
  justify-content: flex-start;
  display: flex; }
  .c-featured-topic__column:first-child {
    justify-content: flex-start;
    flex: 1;
    align-self: center;
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-featured-topic__column:first-child {
        padding-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .c-featured-topic__column {
      justify-content: flex-start;
      width: 100%;
      padding-bottom: 15px;
      max-width: 100%; } }

.c-featured-topic__column-inner {
  width: 100%; }
  @media (max-width: 768.98px) {
    .c-featured-topic__column-inner {
      max-width: 100%;
      width: 100%; } }

.c-featured-topic__column-text-cta.text-cta a {
  justify-content: flex-start; }

@media (max-width: 768.98px) {
  .c-featured-topic__column-text-cta {
    display: none; } }

.c-featured-topic__column-text-cta-mobile {
  display: none; }
  @media (max-width: 768.98px) {
    .c-featured-topic__column-text-cta-mobile {
      display: block; }
      .c-featured-topic__column-text-cta-mobile span {
        text-transform: lowercase; }
      .c-featured-topic__column-text-cta-mobile.text-cta a {
        justify-content: flex-start; } }

.c-featured-topic__article-image-container {
  padding-bottom: 66.66%;
  position: relative;
  transition: opacity .2s ease-in-out; }
  .c-featured-topic__article-image-container:hover {
    opacity: .7; }

.c-featured-topic__article-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute; }

.c-featured-topic__article-title {
  font-family: "Copernicus", serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -.25px;
  color: #0b4a72;
  margin-top: 30px;
  padding-bottom: 20px; }

.c-featured-topic__article-excerpt {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .75px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.6); }

.c-featured-topic__article-date {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  padding-bottom: 20px;
  color: #868aa2; }

.c-featured-topic__article-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-in-out; }
  .c-featured-topic__article-link:hover {
    text-decoration-color: #0b4a72; }

.c-featured-topic__column-eyebrow {
  font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.25px;
  color: #adb1c8;
  padding-bottom: 16px; }

.c-featured-topic__column-title {
  font-family: "Copernicus", serif;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #0b4a72;
  padding-bottom: 30px; }

.c-featured-topic__column-summary {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .75px;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 43px;
  max-width: 302px; }
  @media (max-width: 768.98px) {
    .c-featured-topic__column-summary {
      padding-bottom: 0; } }

.c-article-list__main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 768.98px) {
    .c-article-list__main {
      justify-content: center; } }

.c-article-list__inner {
  max-width: 90%;
  width: 100%;
  height: 100%; }
  @media (max-width: 768.98px) {
    .c-article-list__inner {
      max-width: 95%; } }

.c-article-list__title {
  font-family: "Copernicus", serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -.5px;
  color: #0b4a72;
  padding-bottom: 30px; }

.c-article-list__articles-container {
  width: 100%;
  height: auto; }

.c-article-list__article-container {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

.c-article-list__article-image-container {
  padding-bottom: 66.66%;
  position: relative;
  transition: opacity .2s ease-in-out; }
  .c-article-list__article-image-container:hover {
    opacity: .7; }

.c-article-list__article-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute; }

.c-article-list__article-title {
  font-family: "Copernicus", serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -.25px;
  color: #0b4a72;
  margin-top: 30px;
  padding-bottom: 20px; }

.c-article-list__article-excerpt {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .75px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.6); }

.c-article-list__article-date {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  padding-bottom: 20px;
  color: #868aa2; }

.c-article-list__article-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-in-out; }
  .c-article-list__article-link:hover {
    text-decoration-color: #0b4a72; }

.c-search-results__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 768.98px) {
    .c-search-results__main {
      margin-top: 20px; } }

.c-search-results__inner {
  width: 100%; }
  @media (max-width: 768.98px) {
    .c-search-results__inner {
      max-width: 95%; } }

.c-search-results__eyebrow {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  color: #868aa2;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768.98px) {
    .c-search-results__eyebrow {
      height: 78px; } }

.c-search-results__results {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 68px; }
  @media (max-width: 768.98px) {
    .c-search-results__results {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }

.c-search-results__article {
  width: 100%; }

.c-search-results__article-image-container {
  padding-bottom: 66.66%;
  position: relative;
  transition: opacity .2s ease-in-out; }
  .c-search-results__article-image-container:hover {
    opacity: .7; }

.c-search-results__article-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute; }

.c-search-results__article-title {
  font-family: "Copernicus", serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -.25px;
  color: #0b4a72;
  margin-top: 30px;
  padding-bottom: 20px; }

.c-search-results__article-excerpt {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .75px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.6); }

.c-search-results__article-date {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  padding-bottom: 20px;
  color: #868aa2; }

.c-search-results__article-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-in-out; }
  .c-search-results__article-link:hover {
    text-decoration-color: #0b4a72; }

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-title-and-text__main {
  width: 100%;
  margin-top: 140px; }
  @media (max-width: 768.98px) {
    .c-title-and-text__main {
      margin-top: 80px; } }
  .c-title-and-text__main .c-title-and-text__inner {
    width: 100%;
    display: flex;
    justify-content: center; }
    .c-title-and-text__main .c-title-and-text__inner .c-title-and-text__content {
      max-width: 680px;
      text-align: center; }
      .c-title-and-text__main .c-title-and-text__inner .c-title-and-text__content .c-title-and-text__title {
        font-family: "Copernicus", serif;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -.35px;
        color: #0b4a72;
        padding-bottom: 40px; }
        @media (max-width: 768.98px) {
          .c-title-and-text__main .c-title-and-text__inner .c-title-and-text__content .c-title-and-text__title {
            font-size: 21px;
            line-height: 30px;
            letter-spacing: -.25px; } }
      .c-title-and-text__main .c-title-and-text__inner .c-title-and-text__content .c-title-and-text__text {
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .84px;
        color: rgba(0, 0, 0, 0.7); }
        @media (max-width: 768.98px) {
          .c-title-and-text__main .c-title-and-text__inner .c-title-and-text__content .c-title-and-text__text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: .75px; } }
      @media (max-width: 768.98px) {
        .c-title-and-text__main .c-title-and-text__inner .c-title-and-text__content {
          max-width: 325px; } }

.c-text-with-cta__main {
  display: flex;
  justify-content: center;
  padding: 140px 0 131px 0; }
  @media (max-width: 768.98px) {
    .c-text-with-cta__main {
      padding: 100px 0; } }
  .c-text-with-cta__main .c-text-with-cta__inner {
    max-width: 655px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }

.c-text-with-cta__text-item {
  font-family: "Copernicus", serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.35px;
  text-align: center;
  padding-bottom: 50px; }
  @media (max-width: 768.98px) {
    .c-text-with-cta__text-item {
      font-size: 21px;
      line-height: 30px;
      letter-spacing: -.25px;
      max-width: 316px; } }

.c-text-with-cta__eyebrow-container {
  font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #adb1c8;
  padding-bottom: 30px; }
  @media (max-width: 768.98px) {
    .c-text-with-cta__eyebrow-container {
      padding-bottom: 20px;
      font-size: 12px;
      letter-spacing: 1.25px; } }

.c-cards__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 100px; }
  @media (max-width: 768.98px) {
    .c-cards__main {
      padding-top: 58px; } }

.c-cards__inner {
  width: 100%;
  max-width: 1140px;
  display: flex; }
  @media (max-width: 768.98px) {
    .c-cards__inner {
      max-width: 94%; } }

.c-cards__card-main {
  max-width: 550px; }
  .c-cards__card-main .text-cta a {
    justify-content: flex-start; }

.c-cards__container {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 1023.98px) {
    .c-cards__container {
      flex-direction: column;
      align-items: center; } }

.c-cards__card-title {
  font-family: "Copernicus", serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.35px;
  color: #0b4a72;
  padding-bottom: 25px; }
  @media (max-width: 768.98px) {
    .c-cards__card-title {
      font-size: 21px;
      line-height: 30px;
      letter-spacing: -.25px; } }

.c-cards__card-text {
  padding-bottom: 57px;
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .84px;
  color: rgba(0, 0, 0, 0.7); }
  @media (max-width: 1023.98px) {
    .c-cards__card-text {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .75px;
      padding-bottom: 30px; } }

.c-cards__card-main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 0 60px 0; }
  @media (max-width: 1023.98px) {
    .c-cards__card-main {
      padding: 60px 0 40px 0;
      margin-bottom: 12px; }
      .c-cards__card-main .text-cta {
        padding: 0; } }

.c-cards__card-inner {
  max-width: 430px; }
  @media (max-width: 768.98px) {
    .c-cards__card-inner {
      max-width: 80%; } }

.c-jobs-list__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 194px;
  background-color: #fffaf4;
  margin-top: 100px; }
  @media (max-width: 768.98px) {
    .c-jobs-list__main {
      padding-top: 80px;
      margin-top: 0; } }

.c-jobs-list__inner {
  width: 100%;
  max-width: 1440px; }
  @media (max-width: 1599.98px) {
    .c-jobs-list__inner {
      max-width: 80%; } }
  @media (max-width: 479.98px) {
    .c-jobs-list__inner {
      max-width: 90%; } }

.c-jobs-list__title {
  font-family: "Copernicus", serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.35px;
  color: #0b4a72;
  max-width: 90%; }
  @media (max-width: 768.98px) {
    .c-jobs-list__title {
      font-size: 21px;
      line-height: 30px;
      letter-spacing: -.25px;
      padding-bottom: 24px;
      max-width: 240px; } }

.c-jobs-list__header {
  padding-bottom: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  @media (max-width: 768.98px) {
    .c-jobs-list__header {
      flex-direction: column;
      padding-bottom: 60px; } }

.c-jobs-list__location-filter {
  background-color: #ebf0f5;
  border-radius: 38px;
  width: 205px;
  height: 60px;
  display: flex;
  border: none;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  color: #0b4a72; }
  .c-jobs-list__location-filter svg {
    transform: rotate(90deg); }
  @media (max-width: 768.98px) {
    .c-jobs-list__location-filter {
      font-size: 15px;
      line-height: 26px;
      letter-spacing: 0;
      width: 177px;
      height: 50px; } }
  .c-jobs-list__location-filter:hover ~ .c-jobs-list__cities-container {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 768.98px) {
    .c-jobs-list__location-filter {
      display: none; } }

.c-jobs-list__location-filter-mobile {
  background-color: #ebf0f5;
  border-radius: 38px;
  width: 205px;
  height: 60px;
  border: none;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  color: #0b4a72;
  display: none; }
  .c-jobs-list__location-filter-mobile svg {
    transform: rotate(90deg); }
  @media (max-width: 768.98px) {
    .c-jobs-list__location-filter-mobile {
      font-size: 15px;
      line-height: 26px;
      letter-spacing: 0;
      width: 177px;
      height: 50px; } }
  @media (max-width: 768.98px) {
    .c-jobs-list__location-filter-mobile {
      display: flex; } }

.c-jobs-list__department-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  transition: height .2s ease-in-out; }
  .c-jobs-list__department-item:last-child {
    border-bottom: none;
    margin-bottom: 64px; }
  .c-jobs-list__department-item.is-open {
    height: auto;
    border-bottom: 1px solid #0b4a72;
    position: relative;
    top: -1px; }
    .c-jobs-list__department-item.is-open .c-jobs-list__department-openings {
      position: relative;
      opacity: 1;
      pointer-events: auto;
      border-top: 1px solid #0b4a72;
      display: block; }

.c-jobs-list__department-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto; }
  .c-jobs-list__department-item-top h1 {
    font-family: "Copernicus", serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.75px;
    color: #0b4a72;
    padding: 36px 0; }
    @media (max-width: 768.98px) {
      .c-jobs-list__department-item-top h1 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -.5px;
        padding: 25px 0;
        max-width: 50%; } }
  .c-jobs-list__department-item-top:hover {
    cursor: pointer; }

.c-jobs-list__department-item-open-button {
  background-color: #eaf6b9;
  border: none;
  min-width: 96px;
  height: 50px;
  border-radius: 38px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  color: #0b4a72;
  transition: background-color .2s ease-in-out; }
  .c-jobs-list__department-item-open-button svg {
    transform: rotate(90deg); }
  .c-jobs-list__department-item-open-button.is-open svg {
    transform: rotate(-90deg); }
  .c-jobs-list__department-item-open-button:hover {
    background-color: #dde995; }

.c-jobs-list__department-openings {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  color: #0b4a72;
  display: none; }

.c-jobs-list__department-job-container {
  height: 147px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 768.98px) {
    .c-jobs-list__department-job-container {
      padding: 10px 0; } }
  .c-jobs-list__department-job-container:last-child {
    border-bottom: none; }
  .c-jobs-list__department-job-container h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -.35px; }
    @media (max-width: 768.98px) {
      .c-jobs-list__department-job-container h2 {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: -.2px; } }
    .c-jobs-list__department-job-container h2 a {
      color: #0b4a72;
      text-decoration: none; }
      .c-jobs-list__department-job-container h2 a svg {
        opacity: 0;
        padding-left: 15px;
        transition: opacity .2s ease-in-out; }
      .c-jobs-list__department-job-container h2 a:hover svg {
        opacity: 1;
        transition: opacity .2s ease-in-out; }
  .c-jobs-list__department-job-container span {
    font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    padding-top: 10px;
    color: #adb1c8;
    text-transform: uppercase; }

.c-jobs-list__cities-container {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 75px;
  pointer-events: none;
  background-color: #ffffff;
  transition: opacity .2s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: flex-start;
  width: 260px;
  z-index: 1;
  padding: 40px 0; }
  .c-jobs-list__cities-container .c-jobs-list__cities-list {
    max-width: 80%;
    text-align: center;
    padding-left: 45px; }
    .c-jobs-list__cities-container .c-jobs-list__cities-list li button {
      font-family: "Copernicus", serif;
      font-size: 18px;
      line-height: 30px;
      color: #0b4a72;
      background-color: transparent;
      border: none;
      position: relative; }
      .c-jobs-list__cities-container .c-jobs-list__cities-list li button.is-active:before {
        content: '';
        display: block;
        background-image: url("../../../static/checkmark.svg");
        width: 13px;
        height: 10px;
        background-repeat: no-repeat;
        position: absolute;
        left: -20px;
        top: 10px; }
  .c-jobs-list__cities-container:before {
    content: "";
    padding: 15px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: -20px; }
  .c-jobs-list__cities-container:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 15px;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: #ffffff; }
  .c-jobs-list__cities-container li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0; }
  .c-jobs-list__cities-container:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all !important;
    transition: all .2s ease-in-out; }
    .c-jobs-list__cities-container:hover a:after {
      content: "";
      background-image: none !important; }
  .c-jobs-list__cities-container:focus-within {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }

.c-legal-block__main {
  width: 100%; }

.c-legal-block__title {
  font-family: "Copernicus", serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.35px;
  color: #0b4a72;
  padding-bottom: 40px; }
  @media (max-width: 768.98px) {
    .c-legal-block__title {
      font-size: 21px;
      line-height: 36px;
      letter-spacing: -.4px;
      padding-bottom: 20px;
      padding-top: 50px; } }

.c-legal-block__text {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .84px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 100px; }
  .c-legal-block__text p {
    padding-bottom: 30px; }
  .c-legal-block__text ul li {
    padding-bottom: 40px; }
  .c-legal-block__text strong {
    color: #0b4a72;
    font-family: "Neue Haas Grotesk Text Pro 65", sans-serif; }
  .c-legal-block__text a {
    color: #0b4a72;
    transition: opacity .2s ease-in-out; }
    .c-legal-block__text a:hover {
      opacity: .7; }
  .c-legal-block__text h4 {
    color: #0b4a72;
    font-family: "Neue Haas Grotesk Text Pro 65", sans-serif; }
  @media (max-width: 768.98px) {
    .c-legal-block__text {
      font-size: 16px;
      padding-bottom: 45px; } }

.c-location__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 120px; }
  @media (max-width: 768.98px) {
    .c-location__main {
      padding-bottom: 60px; } }

.c-location__inner {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media (max-width: 768.98px) {
    .c-location__inner {
      width: 100%;
      flex-direction: column-reverse; } }

.c-location__map-container {
  max-width: 530px;
  height: auto; }
  .c-location__map-container img {
    width: 100%; }
  @media (max-width: 768.98px) {
    .c-location__map-container {
      padding-bottom: 30px; } }

.c-location__addresses-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 440px;
  width: 100%; }
  @media (max-width: 768.98px) {
    .c-location__addresses-container {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      max-width: 530px; } }

.c-location__eyebrow {
  font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #adb1c8;
  padding-bottom: 16px; }
  @media (max-width: 768.98px) {
    .c-location__eyebrow {
      font-size: 12px;
      line-height: 21px;
      letter-spacing: 1.25px; } }

.c-location__title {
  font-family: "Copernicus", serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -.75px;
  color: #0b4a72;
  padding-bottom: 40px; }
  @media (max-width: 768.98px) {
    .c-location__title {
      font-size: 30px;
      line-height: 38px;
      letter-spacing: -.5px;
      padding-bottom: 20px; } }

.c-location__address-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 324px;
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .84px;
  position: relative;
  padding-bottom: 35px;
  color: rgba(0, 0, 0, 0.7); }

.c-location__pickup-available {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .c-location__pickup-available:before {
    content: "";
    display: inline-block;
    background-image: url("../../../static/place.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 27px;
    position: absolute;
    left: 0; }
  .c-location__pickup-available span {
    display: block; }
  @media (max-width: 768.98px) {
    .c-location__pickup-available {
      padding-left: 40px; } }

.c-location__pickup-description {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  color: #868aa2;
  max-width: 332px; }

.c-large-image-cta__main {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #0b4a72;
  font-family: "Copernicus", serif;
  padding: 140px 0 104px 0;
  margin-top: 153px; }
  @media (max-width: 768.98px) {
    .c-large-image-cta__main {
      padding: 80px 0 48px 0;
      margin-top: 60px; } }

.c-large-image-cta__inner {
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 768.98px) {
    .c-large-image-cta__inner {
      max-width: 335px; } }

.c-large-image-cta__title {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -.75px;
  text-align: center;
  max-width: 468px;
  padding-bottom: 60px; }
  @media (max-width: 768.98px) {
    .c-large-image-cta__title {
      font-size: 30px;
      line-height: 38px;
      letter-spacing: -.5px;
      max-width: 316px; } }

.c-large-image-cta__image-container {
  width: 100%; }
  .c-large-image-cta__image-container img {
    width: 100%; }
  @media (max-width: 768.98px) {
    .c-large-image-cta__image-container {
      width: 100%;
      height: 220px;
      overflow: hidden; }
      .c-large-image-cta__image-container img {
        width: 300%;
        object-fit: cover;
        object-position: -360px -250px; } }

.c-large-image-cta__caption-container {
  width: 100%;
  max-width: 696px;
  text-align: center; }
  .c-large-image-cta__caption-container .c-large-image-cta__caption {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -.35px;
    padding: 100px 0 40px 0; }
    @media (max-width: 768.98px) {
      .c-large-image-cta__caption-container .c-large-image-cta__caption {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: -.25px;
        padding: 60px 0 50px 0; } }

.patient_onboarding #layout-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.c-step-one__next-button {
  background-color: #ebf0f5;
  border: none;
  color: #0b4a72;
  width: 163px;
  height: 60px;
  border-radius: 38px;
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  margin-top: 100px;
  transition: background-color .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-step-one__next-button svg {
    padding-left: 12px;
    padding-top: 3px; }
  @media (max-width: 768.98px) {
    .c-step-one__next-button {
      width: 143px;
      height: 50px;
      font-size: 15px;
      line-height: 26px; } }
  .c-step-one__next-button:hover {
    background-color: #D6E1EA; }
  .c-step-one__next-button:disabled {
    background-color: #fafafa;
    color: #6d7278; }
    .c-step-one__next-button:disabled svg g path {
      fill: #6d7278; }

@media (max-width: 768.98px) {
  .c-step-one__main {
    padding-top: 16px; } }

.c-step-one__main .c-step-one__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .c-step-one__main .c-step-one__content-inner .c-step-one__image-container {
    background-color: #ebf0f5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-step-one__main .c-step-one__content-inner .c-step-one__image-container {
        margin-bottom: 16px;
        width: 80px;
        height: 80px; } }
    .c-step-one__main .c-step-one__content-inner .c-step-one__image-container img {
      width: 85%;
      margin: 0 auto; }
  .c-step-one__main .c-step-one__content-inner .c-step-one__form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 120px; }
    @media (max-width: 768.98px) {
      .c-step-one__main .c-step-one__content-inner .c-step-one__form-container {
        margin-top: 100px;
        max-width: 260px; } }
    .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__intro-container {
      padding-bottom: 22px; }
      .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__intro-container p {
        font-family: "Copernicus", serif;
        color: #0b4a72;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        max-width: 450px;
        text-align: center; }
        @media (max-width: 768.98px) {
          .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__intro-container p {
            max-width: 297px;
            font-size: 15px;
            line-height: 26px;
            letter-spacing: .18px; } }
      .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__intro-container .c-step-one__subheader-container {
        margin-top: 8px; }
        .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__intro-container .c-step-one__subheader-container p {
          font-family: "Proxima Nova Regular", sans-serif;
          color: #192026;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          letter-spacing: -0.2px;
          line-height: 24px;
          max-width: 450px;
          text-align: center; }
          @media (max-width: 768.98px) {
            .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__intro-container .c-step-one__subheader-container p {
              max-width: 297px;
              font-size: 14px;
              line-height: 22px; } }
    .c-step-one__main .c-step-one__content-inner .c-step-one__form-container label {
      font-family: "Proxima Nova Semibold", sans-serif;
      color: #192026;
      font-size: 14px;
      font-style: normal;
      line-height: 20px;
      max-width: 450px; }
    .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__form-field {
      position: relative; }
      @media (max-width: 768.98px) {
        .c-step-one__main .c-step-one__content-inner .c-step-one__form-container .c-step-one__form-field {
          max-width: 337px;
          width: 100%; } }

.c-step-one__main .c-step-one__next-button {
  margin-top: 30px; }

#c-step-one__zip-input {
  width: 404px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #DCE1E6;
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  letter-spacing: .75px;
  line-height: 24px;
  font-size: 16px;
  color: black;
  transition: border .2s ease-in-out;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 4px; }
  #c-step-one__zip-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #c-step-one__zip-input::placeholder {
    color: #d2d1d1; }
  #c-step-one__zip-input:focus {
    border: 1px solid #68adac; }
  #c-step-one__zip-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  @media (max-width: 768.98px) {
    #c-step-one__zip-input {
      width: 260px; } }

label {
  font-family: "Proxima Nova Semibold", sans-serif;
  color: #192026;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  max-width: 450px; }

.c-step-two-part-2__main .c-step-two-part-2__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__image-container {
    background-color: #ebf0f5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__image-container {
        margin-bottom: 16px;
        width: 80px;
        height: 80px; } }
    .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__image-container img {
      width: 85%;
      margin: 0 auto; }
  .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 120px; }
    @media (max-width: 768.98px) {
      .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container {
        margin-top: 100px;
        max-width: 260px; } }
    .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__intro-container {
      padding-bottom: 22px; }
      .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__intro-container p {
        font-family: "Copernicus", serif;
        color: #0b4a72;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        max-width: 404px;
        text-align: center; }
        @media (max-width: 768.98px) {
          .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__intro-container p {
            max-width: 297px;
            font-size: 15px;
            line-height: 26px;
            letter-spacing: .18px; } }
    .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__form-field {
      position: relative;
      transition: margin-bottom .25s ease; }
      @media (max-width: 768.98px) {
        .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__form-field {
          max-width: 337px;
          width: 100%; } }
      .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__form-field:before {
        content: "";
        width: 18px;
        height: 18px;
        display: block;
        background-image: url("../../../static/magnifying-glass.svg");
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px; }
    @media (max-width: 768.98px) {
      .c-step-two-part-2__main .c-step-two-part-2__content-inner .c-step-two-part-2__form-container .c-step-two-part-2__form-field--focused {
        margin-bottom: 350px; } }

#c-step-two-part-2__pharmacy-input {
  width: 404px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #eaeaed;
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  letter-spacing: .75px;
  font-size: 16px;
  line-height: 24px;
  color: black;
  transition: border .2s ease-in-out;
  padding-left: 46px;
  padding-right: 16px; }
  #c-step-two-part-2__pharmacy-input::placeholder {
    color: #d2d1d1; }
  #c-step-two-part-2__pharmacy-input:focus {
    border: 1px solid #68adac; }
  @media (max-width: 768.98px) {
    #c-step-two-part-2__pharmacy-input {
      width: 220px; } }

.patient_onboarding .pac-container {
  border: 1px solid #68adac;
  box-shadow: none;
  width: 468px !important;
  border-top: 1px solid white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -10px;
  padding-right: 2px; }
  @media (max-width: 479.98px) {
    .patient_onboarding .pac-container {
      width: 284px !important;
      max-height: 200px;
      overflow-y: auto; } }
  .patient_onboarding .pac-container .pac-item {
    height: 58px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
    border-bottom: 1px solid #f0f2f2;
    border-top: none; }
    @media (max-width: 768.98px) {
      .patient_onboarding .pac-container .pac-item {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
        padding-top: 8px;
        padding-bottom: 8px; } }
    .patient_onboarding .pac-container .pac-item .pac-icon {
      display: none; }
    .patient_onboarding .pac-container .pac-item .pac-item-query {
      font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
      color: #0b4a72;
      font-size: 16px;
      font-weight: 300;
      line-height: 16px;
      letter-spacing: .25px; }
      .patient_onboarding .pac-container .pac-item .pac-item-query + span {
        font-size: 15px;
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        line-height: 20px;
        letter-spacing: .5px;
        padding-left: 11.5px; }
        @media (max-width: 768.98px) {
          .patient_onboarding .pac-container .pac-item .pac-item-query + span {
            padding-top: 4px;
            padding-left: 0px; } }
    .patient_onboarding .pac-container .pac-item:hover {
      background-color: rgba(240, 242, 242, 0.5); }
    .patient_onboarding .pac-container .pac-item:last-child {
      border-bottom: none; }

.c-kaiser-confirm-modal {
  text-align: center;
  padding: 20px; }
  @media (min-width: 769px) {
    .c-kaiser-confirm-modal {
      padding: 24px; } }

.c-kaiser-confirm-modal__header-image-wrapper img {
  width: 120px;
  height: 120px; }

.c-kaiser-confirm-modal__header-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  color: #0b4a72;
  font-family: "Copernicus", serif; }

.c-kaiser-confirm-modal__body-text {
  margin: 8px 0 24px;
  line-height: 1.5em;
  font-family: "Proxima Nova Regular", sans-serif;
  text-align: center; }

.c-kaiser-confirm-modal__button {
  appearance: none;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  color: #0b4a72;
  font-family: "Copernicus", serif;
  background: #EBF0F5;
  min-height: 56px;
  width: 100%;
  height: 100%;
  border-radius: 64px; }
  @media (min-width: 769px) {
    .c-kaiser-confirm-modal__button {
      max-width: 225px; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.overlayContainer {
  align-items: center;
  animation: fadeIn 300ms;
  bottom: 0;
  display: block;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.backdrop {
  transition: all .5s;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000; }

.overlay {
  z-index: 1001; }

.modalContainer {
  display: flex;
  min-height: 100vh;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 24px;
  width: 100%;
  justify-content: center; }

.modalBody {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  max-width: 512px;
  padding: 24px;
  min-height: min-content;
  max-height: calc(100% - 2.5rem * 2); }

.dismissWrapper {
  appearance: none;
  background: unset;
  border: 0;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.dismissContainer {
  display: flex;
  flex-direction: column;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #EBF0F5; }

.dismissIcon {
  height: 16px;
  width: 16px;
  color: #687382; }

.c-step-three__main .c-step-three__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .c-step-three__main .c-step-three__content-inner .c-step-three__image-container {
    background-color: #ebf0f5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-step-three__main .c-step-three__content-inner .c-step-three__image-container {
        margin-bottom: 16px;
        width: 80px;
        height: 80px; } }
    .c-step-three__main .c-step-three__content-inner .c-step-three__image-container img {
      width: 85%;
      margin: 0 auto; }
  .c-step-three__main .c-step-three__content-inner .c-step-three__form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 120px;
    max-width: 503px; }
    .c-step-three__main .c-step-three__content-inner .c-step-three__form-container form {
      display: flex;
      flex-direction: column;
      align-items: center; }
    @media (max-width: 768.98px) {
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container {
        top: 120px;
        max-width: 335px; } }
    @media (max-width: 374.98px) {
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container {
        top: 120px;
        max-width: 260px; } }
    .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__intro-container {
      padding-bottom: 32px; }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__intro-container p {
        font-family: "Copernicus", serif;
        color: #0b4a72;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        max-width: 450px;
        text-align: center; }
        @media (max-width: 768.98px) {
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__intro-container p {
            max-width: 297px;
            font-size: 15px;
            line-height: 26px;
            letter-spacing: .18px; } }
    .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row {
      width: 100%;
      display: flex;
      padding-bottom: 18px; }
      @media (max-width: 768.98px) {
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row {
          padding-bottom: 10px; } }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px;
        width: 100%; }
        @media (max-width: 768.98px) {
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group {
            grid-gap: 10px; } }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field {
          position: relative;
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          letter-spacing: .75px;
          line-height: 24px;
          font-size: 16px;
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field {
              grid-column: 1/span 2;
              max-width: 335px;
              width: 100%; } }
          @media (max-width: 374.98px) {
            .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field {
              grid-column: 1/span 2;
              max-width: 260px;
              width: 100%; } }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field label {
            font-family: "Proxima Nova Semibold", sans-serif;
            color: #192026;
            font-size: 14px;
            font-style: normal;
            line-height: 20px;
            letter-spacing: 0px;
            max-width: 450px; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field .form-input {
            border-radius: 4px;
            border: 1px solid #eaeaed;
            color: rgba(0, 0, 0, 0.7);
            height: 60px;
            background-color: rgba(240, 242, 242, 0.1);
            transition: background-color .2s ease-in-out, border .2s ease-in-out;
            width: 100%;
            margin: auto;
            box-sizing: border-box;
            padding-left: 20px; }
            .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field .form-input:focus {
              border: 1px solid #68adac;
              background-color: white; }
            .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-row-group .c-step-three__form-field .form-input::placeholder {
              color: #687382;
              font-family: "Proxima Nova Regular", sans-serif;
              font-size: 16px;
              font-style: normal;
              font-weight: normal;
              line-height: 24px; }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field {
        position: relative;
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        letter-spacing: .75px;
        line-height: 24px;
        font-size: 16px;
        width: 100%; }
        @media (max-width: 768.98px) {
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field {
            max-width: 335px;
            width: 100%; } }
        @media (max-width: 374.98px) {
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field {
            max-width: 260px;
            width: 100%; } }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field label {
          font-family: "Proxima Nova Semibold", sans-serif;
          color: #192026;
          font-size: 14px;
          font-style: normal;
          line-height: 20px;
          letter-spacing: 0px;
          max-width: 450px; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field .form-input {
          border-radius: 4px;
          border: 1px solid #eaeaed;
          color: rgba(0, 0, 0, 0.7);
          height: 60px;
          background-color: rgba(240, 242, 242, 0.1);
          transition: background-color .2s ease-in-out, border .2s ease-in-out;
          width: 100%;
          margin: auto;
          padding-left: 20px;
          box-sizing: border-box; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field .form-input:focus {
            border: 1px solid #68adac;
            background-color: white; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field.is-invalid .form-input {
          border-radius: 4px;
          border: 1px solid #D60047;
          color: rgba(0, 0, 0, 0.7);
          height: 60px;
          background-color: rgba(240, 242, 242, 0.1);
          transition: background-color .2s ease-in-out, border .2s ease-in-out;
          width: 100%;
          margin: auto;
          box-sizing: border-box;
          padding-left: 20px; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field.is-invalid .form-input:focus {
            border: 1px solid #68adac;
            background-color: white; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field #c-step-three__birthday {
          padding-right: 4px;
          margin-left: auto;
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 16px;
          width: 100%;
          display: flex;
          justify-content: flex-end;
          color: #687382; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field #c-step-three__birthday:focus {
            border: 1px solid #68adac;
            background-color: white; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field #c-step-three__birthday + .is-invisible {
            opacity: 1; }
            @media (max-width: 768.98px) {
              .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-field #c-step-three__birthday + .is-invisible {
                opacity: 1; } }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .75px;
        color: rgba(0, 0, 0, 0.7);
        padding-top: 0;
        padding-left: 20px;
        max-width: 483px; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in #c-step-three__transfer-all, .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in #c-step-three__accept-terms {
          width: 0;
          height: 0;
          opacity: 0;
          pointer-events: none; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in #c-step-three__transfer-all:checked + label:before, .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in #c-step-three__accept-terms:checked + label:before {
            background-color: #0b4a72;
            background-image: url("../../../static/Checkmark-light.svg");
            background-size: 50%;
            background-position: center;
            background-repeat: no-repeat;
            background-blend-mode: lighten; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in label {
          padding-left: 15px;
          position: relative; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in label a {
            color: #0b4a72;
            transition: opacity .2s ease-in-out; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__form-row .c-step-three__form-opt-in label:before {
            content: "";
            display: block;
            width: 23px;
            height: 23px;
            border-radius: 4px;
            background-color: white;
            border: 1px solid #eaeaed;
            position: absolute;
            left: -20px; }
    .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__transfer-submit {
      background: #eaf6b9;
      color: #0b4a72;
      width: 224px;
      height: 60px;
      border-radius: 38px;
      border: none;
      font-family: "Copernicus", serif;
      font-size: 18px;
      line-height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color .2s ease-in-out;
      margin-bottom: 50px;
      margin-top: 18px; }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__transfer-submit svg {
        padding-left: 20px; }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__transfer-submit:hover {
        background-color: #dde995; }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__transfer-submit:disabled {
        background-color: #fafafa;
        color: #6d7278; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__transfer-submit:disabled svg g path {
          fill: #6d7278; }
    .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected {
      width: 100%;
      height: 80px;
      background-color: #ebf0f5;
      border-radius: 4px;
      display: flex;
      align-items: center;
      border: none;
      text-align: left;
      margin-top: -18px;
      margin-bottom: 18px;
      padding: 0;
      transition: background-color .2s ease-in-out; }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected:hover {
        background-color: #D6E1EA; }
      @media (max-width: 768.98px) {
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected {
          width: 335px;
          margin-top: -10px;
          margin-bottom: 10px;
          height: 70px; } }
      @media (max-width: 374.98px) {
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected {
          width: 260px;
          margin-top: -10px;
          margin-bottom: 10px;
          height: 70px; } }
      .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center; }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner .c-step-three__pharmacy-selected-text {
          display: flex;
          flex-direction: column;
          padding-left: 20px;
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif; }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner .c-step-three__pharmacy-selected-text .c-step-three__pharmacy-name {
            font-size: 18px;
            line-height: 24px;
            letter-spacing: .84px;
            color: rgba(0, 0, 0, 0.7); }
            @media (max-width: 768.98px) {
              .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner .c-step-three__pharmacy-selected-text .c-step-three__pharmacy-name {
                font-size: 16px;
                letter-spacing: .75px; } }
          .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner .c-step-three__pharmacy-selected-text .c-step-three__pharmacy-address {
            font-size: 14px;
            line-height: 28px;
            letter-spacing: .44px;
            color: #868aa2; }
            @media (max-width: 768.98px) {
              .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner .c-step-three__pharmacy-selected-text .c-step-three__pharmacy-address {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: .5px; } }
        .c-step-three__main .c-step-three__content-inner .c-step-three__form-container .c-step-three__pharmacy-selected .c-step-three__pharmacy-selected-inner svg {
          padding-right: 30px; }

.c-step-three__privacy-notice {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  padding-bottom: 35px;
  color: #868aa2;
  text-align: center; }
  .c-step-three__privacy-notice a {
    color: #868aa2; }

.c-step-three__phone-err {
  color: #D60047;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .66px;
  padding-left: 18px;
  padding-top: 8px;
  display: block; }

.c-providers-step-one__main {
  width: 100%;
  background-color: #fffaf4;
  min-height: 100vh;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 150px; }
  .c-providers-step-one__main .c-providers-step-one__logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 93px;
    position: absolute;
    top: 0; }
    @media (max-width: 768.98px) {
      .c-providers-step-one__main .c-providers-step-one__logo-container {
        height: 65px; } }
    .c-providers-step-one__main .c-providers-step-one__logo-container .c-providers-step-one__logo-anchor {
      max-width: 108px;
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-providers-step-one__main .c-providers-step-one__logo-container .c-providers-step-one__logo-anchor {
          max-width: 89px; } }
      .c-providers-step-one__main .c-providers-step-one__logo-container .c-providers-step-one__logo-anchor img {
        width: 100%; }
  .c-providers-step-one__main .c-providers-step-one__content {
    margin-top: -100px; }
    @media (max-width: 768.98px) {
      .c-providers-step-one__main .c-providers-step-one__content {
        margin-top: 0; } }
    .c-providers-step-one__main .c-providers-step-one__content .c-providers-step-one__intro-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align: center; }
      .c-providers-step-one__main .c-providers-step-one__content .c-providers-step-one__intro-container .c-providers-step-one__image-container {
        background-color: #e6f2b4;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-bottom: 33px;
        display: flex;
        align-items: center; }
        @media (max-width: 768.98px) {
          .c-providers-step-one__main .c-providers-step-one__content .c-providers-step-one__intro-container .c-providers-step-one__image-container {
            margin-bottom: 22px;
            width: 100px;
            height: 100px; } }
        .c-providers-step-one__main .c-providers-step-one__content .c-providers-step-one__intro-container .c-providers-step-one__image-container img {
          width: 85%;
          margin: 0 auto; }
      .c-providers-step-one__main .c-providers-step-one__content .c-providers-step-one__intro-container .c-providers-step-one__intro {
        font-family: "Copernicus", serif;
        color: #0b4a72;
        font-size: 18px;
        line-height: 30px;
        max-width: 360px; }
        @media (max-width: 768.98px) {
          .c-providers-step-one__main .c-providers-step-one__content .c-providers-step-one__intro-container .c-providers-step-one__intro {
            font-size: 15px;
            max-width: 302px;
            line-height: 26px; } }
  .c-providers-step-one__main .c-providers-step-one__next-button {
    background-color: #efeff4;
    border: none;
    color: #0b4a72;
    width: 163px;
    height: 60px;
    border-radius: 38px;
    font-family: "Copernicus", serif;
    font-size: 18px;
    line-height: 30px;
    margin-top: 100px;
    transition: background-color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-providers-step-one__main .c-providers-step-one__next-button svg {
      padding-left: 12px; }
    @media (max-width: 768.98px) {
      .c-providers-step-one__main .c-providers-step-one__next-button {
        width: 143px;
        height: 50px;
        font-size: 15px;
        line-height: 26px; } }
    .c-providers-step-one__main .c-providers-step-one__next-button:hover {
      background-color: #CECFEA; }

.c-providers-step-one-part-2__main {
  width: 100%;
  min-height: 100vh; }
  .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__image-container {
      background-color: #e6f2b4;
      border-radius: 50%;
      max-width: 100px;
      width: 100%;
      margin-bottom: 33px;
      position: absolute;
      top: 5%;
      left: 50%;
      transform: translateX(-50%); }
      .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__image-container img {
        width: 100%;
        margin: 0 auto; }
    .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
      position: absolute;
      top: 180px; }
      @media (max-width: 768.98px) {
        .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container {
          top: 120px;
          max-width: 335px; } }
      .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container .c-providers-step-one-part-2__intro-container {
        padding-bottom: 22px; }
        .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container .c-providers-step-one-part-2__intro-container p {
          font-family: "Copernicus", serif;
          color: #0b4a72;
          font-size: 18px;
          line-height: 30px;
          max-width: 395px;
          text-align: center; }
          @media (max-width: 768.98px) {
            .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container .c-providers-step-one-part-2__intro-container p {
              max-width: 297px;
              font-size: 15px;
              line-height: 26px;
              letter-spacing: .18px; } }
      .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container .c-providers-step-one-part-2__form-field {
        position: relative; }
        @media (max-width: 768.98px) {
          .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container .c-providers-step-one-part-2__form-field {
            max-width: 337px;
            width: 100%; } }
        .c-providers-step-one-part-2__main .c-providers-step-one-part-2__content-inner .c-providers-step-one-part-2__form-container .c-providers-step-one-part-2__form-field:before {
          content: "";
          width: 18px;
          height: 18px;
          display: block;
          background-image: url("../../../static/magnifying-glass.svg");
          background-size: 100%;
          background-position: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 20px; }

#c-providers-step-one-part-2__pharmacy-input {
  width: 420px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #eaeaed;
  padding-left: 60px;
  padding-right: 0;
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  letter-spacing: .75px;
  line-height: 24px;
  font-size: 16px;
  color: black;
  transition: border .2s ease-in-out; }
  #c-providers-step-one-part-2__pharmacy-input::placeholder {
    color: #d2d1d1; }
  #c-providers-step-one-part-2__pharmacy-input:focus {
    border: 1px solid #68adac; }
  @media (max-width: 768.98px) {
    #c-providers-step-one-part-2__pharmacy-input {
      width: 275px; } }

.provider_onboarding .pac-container {
  border: 1px solid #68adac;
  box-shadow: none;
  width: 482px !important;
  border-top: 1px solid white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -10px;
  padding-right: 2px; }
  @media (max-width: 768.98px) {
    .provider_onboarding .pac-container {
      width: 337px !important; } }
  .provider_onboarding .pac-container .pac-item {
    height: 58px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
    border-bottom: 1px solid #f0f2f2;
    border-top: none; }
    .provider_onboarding .pac-container .pac-item .pac-icon {
      display: none; }
    .provider_onboarding .pac-container .pac-item .pac-item-query {
      font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
      color: #0b4a72;
      font-size: 16px;
      font-weight: 300;
      line-height: 16px;
      letter-spacing: .25px; }
      .provider_onboarding .pac-container .pac-item .pac-item-query + span {
        font-size: 15px;
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        line-height: 20px;
        letter-spacing: .5px;
        padding-left: 11.5px; }
    .provider_onboarding .pac-container .pac-item:hover {
      background-color: rgba(240, 242, 242, 0.5); }
    .provider_onboarding .pac-container .pac-item:last-child {
      border-bottom: none; }

.c-providers-step-two__main {
  width: 100%;
  min-height: 100vh;
  z-index: -1;
  position: absolute;
  top: 0; }
  @media (max-width: 768.98px) {
    .c-providers-step-two__main {
      position: absolute;
      top: 0; } }
  .c-providers-step-two__main .c-providers-step-two__content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; }
    .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero {
      height: 660px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f8faea;
      position: relative; }
      @media (max-width: 768.98px) {
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero {
          height: 480px; } }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-logo-container {
          height: 93px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-logo-container {
              height: 65px; } }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-logo-container .c-providers-step-two__hero-logo-anchor {
            width: 108px;
            height: auto; }
            @media (max-width: 768.98px) {
              .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-logo-container .c-providers-step-two__hero-logo-anchor {
                width: 89px; } }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-logo-container .c-providers-step-two__hero-logo-anchor img {
              width: 100%; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-title {
          font-family: "Copernicus", serif;
          font-size: 72px;
          line-height: 80px;
          letter-spacing: -2.5px;
          color: #0b4a72;
          max-width: 602px;
          text-align: center;
          padding-bottom: 24px; }
          @media (max-width: 768.98px) {
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 268px; } }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-text {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.84px;
          color: rgba(0, 0, 0, 0.7);
          max-width: 484px;
          text-align: center; }
          @media (max-width: 768.98px) {
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-text {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .75px;
              max-width: 315px; } }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-arrow-down {
          position: absolute;
          bottom: 42px; }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__hero .c-providers-step-two__hero-inner .c-providers-step-two__hero-arrow-down svg {
            transform: rotate(90deg); }
    .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
      position: absolute;
      top: 50px; }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container form {
        display: flex;
        flex-direction: column;
        align-items: center; }
      @media (max-width: 768.98px) {
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container {
          top: 50px;
          max-width: 335px; } }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__intro-container {
        padding: 119px 0 50px 0; }
        @media (max-width: 768.98px) {
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__intro-container {
            padding: 60px 0 30px 0; } }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__intro-container p {
          font-family: "Copernicus", serif;
          color: #0b4a72;
          font-size: 18px;
          line-height: 24px;
          letter-spacing: .84px;
          max-width: 483px;
          text-align: center; }
          @media (max-width: 768.98px) {
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__intro-container p {
              max-width: 297px;
              font-size: 16px;
              line-height: 26px;
              letter-spacing: .18px; } }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row {
        width: 100%;
        display: flex;
        padding-bottom: 18px; }
        @media (max-width: 768.98px) {
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row {
            padding-bottom: 10px; } }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 18px;
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group {
              grid-gap: 10px; } }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group .c-providers-step-two__form-field {
            position: relative;
            font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
            letter-spacing: .75px;
            line-height: 24px;
            font-size: 16px;
            width: 100%; }
            @media (max-width: 768.98px) {
              .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group .c-providers-step-two__form-field {
                max-width: 335px;
                width: 100%; } }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group .c-providers-step-two__form-field label {
              position: absolute;
              top: 20px;
              left: 20px;
              color: rgba(0, 0, 0, 0.5); }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group .c-providers-step-two__form-field .form-input {
              border-radius: 4px;
              border: 1px solid #eaeaed;
              color: rgba(0, 0, 0, 0.7);
              height: 60px;
              background-color: rgba(240, 242, 242, 0.1);
              transition: background-color .2s ease-in-out, border .2s ease-in-out;
              width: 100%;
              max-width: 233px;
              margin: auto;
              box-sizing: border-box;
              padding-left: 20px; }
              .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-row-group .c-providers-step-two__form-field .form-input:focus {
                border: 1px solid #68adac;
                background-color: white; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field {
          position: relative;
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          letter-spacing: .75px;
          line-height: 24px;
          font-size: 16px;
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field {
              max-width: 335px;
              width: 100%; } }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field label {
            position: absolute;
            top: 20px;
            left: 20px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 16px;
            pointer-events: none;
            transition: font-size .2s ease-in-out, top .2s ease-in-out, opacity .2s ease-in-out; }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field .form-input {
            border-radius: 4px;
            border: 1px solid #eaeaed;
            color: rgba(0, 0, 0, 0.7);
            height: 60px;
            background-color: rgba(240, 242, 242, 0.1);
            transition: background-color .2s ease-in-out, border .2s ease-in-out;
            width: 100%;
            margin: auto;
            padding-left: 20px;
            box-sizing: border-box; }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field .form-input:focus {
              border: 1px solid #68adac;
              background-color: white; }
              .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field .form-input:focus + label {
                top: 0;
                font-size: 10px; }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field.is-invalid .form-input {
            border-radius: 4px;
            border: 1px solid #D60047;
            color: rgba(0, 0, 0, 0.7);
            height: 60px;
            background-color: rgba(240, 242, 242, 0.1);
            transition: background-color .2s ease-in-out, border .2s ease-in-out;
            width: 100%;
            margin: auto;
            box-sizing: border-box;
            padding-left: 20px; }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row .c-providers-step-two__form-field.is-invalid .form-input:focus {
              border: 1px solid #68adac;
              background-color: white; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__form-row #c-providers-step-two__position {
          -webkit-appearance: none;
          background: url("../../../static/arrow-down.svg");
          background-repeat: no-repeat;
          background-position: center right 5%; }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__partner-submit {
        background: #eaf6b9;
        color: #0b4a72;
        width: 224px;
        height: 60px;
        border-radius: 38px;
        border: none;
        font-family: "Copernicus", serif;
        font-size: 18px;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color .2s ease-in-out;
        margin-bottom: 50px;
        box-sizing: content-box;
        padding: 0 10px;
        margin-top: 54px; }
        @media (max-width: 768.98px) {
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__partner-submit {
            font-size: 15px;
            line-height: 16px;
            margin-top: 40px; } }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__partner-submit svg {
          padding-left: 20px; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__partner-submit:hover {
          background-color: #dde995; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__partner-submit:disabled {
          background-color: #fafafa;
          color: #6d7278; }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__partner-submit:disabled svg g path {
            fill: #6d7278; }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__contact-info {
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .84px;
        padding-bottom: 109px; }
        @media (max-width: 768.98px) {
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__contact-info {
            font-size: 16px;
            letter-spacing: .75px; } }
      .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected {
        width: 483px;
        height: 80px;
        background-color: #efeff4;
        border-radius: 4px;
        display: flex;
        align-items: center;
        border: none;
        text-align: left;
        margin-bottom: 18px;
        padding: 0;
        transition: background-color .2s ease-in-out; }
        @media (max-width: 768.98px) {
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected {
            width: 335px;
            margin-bottom: 10px;
            height: 70px; } }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected:hover {
          background-color: #D6E1EA; }
        .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner {
          display: flex;
          justify-content: space-between;
          width: 100%;
          align-items: center; }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner .c-providers-step-two__pharmacy-selected-text {
            display: flex;
            flex-direction: column;
            padding-left: 20px;
            font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif; }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner .c-providers-step-two__pharmacy-selected-text .c-providers-step-two__pharmacy-name {
              font-size: 18px;
              line-height: 24px;
              letter-spacing: .84px;
              color: rgba(0, 0, 0, 0.7); }
              @media (max-width: 768.98px) {
                .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner .c-providers-step-two__pharmacy-selected-text .c-providers-step-two__pharmacy-name {
                  font-size: 16px;
                  letter-spacing: .75px; } }
            .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner .c-providers-step-two__pharmacy-selected-text .c-providers-step-two__pharmacy-address {
              font-size: 14px;
              line-height: 28px;
              letter-spacing: .44px;
              color: #868aa2; }
              @media (max-width: 768.98px) {
                .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner .c-providers-step-two__pharmacy-selected-text .c-providers-step-two__pharmacy-address {
                  font-size: 14px;
                  line-height: 20px;
                  letter-spacing: .5px; } }
          .c-providers-step-two__main .c-providers-step-two__content-inner .c-providers-step-two__form-container .c-providers-step-two__pharmacy-selected .c-providers-step-two__pharmacy-selected-inner svg {
            padding-right: 30px; }

.c-providers-step-two__email-err, .c-providers-step-two__phone-err {
  color: #D60047;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .66px;
  padding-left: 18px;
  padding-top: 8px;
  display: block; }

.c-providers-step-three__main {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  background-color: #fffaf4;
  display: flex;
  justify-content: center;
  padding-bottom: 150px; }
  .c-providers-step-three__main .c-providers-step-three__inner {
    max-width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__image-container {
        display: flex;
        justify-content: center;
        padding-bottom: 43px;
        max-width: 160px;
        height: 160px; }
        .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__image-container img {
          width: 100%;
          object-fit: contain; }
        @media (max-width: 768.98px) {
          .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__image-container {
            padding-bottom: 40px; } }
      .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__text-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__text-container .c-providers-step-three__title {
          font-family: "Copernicus", serif;
          font-size: 48px;
          line-height: 60px;
          letter-spacing: -.75px;
          color: #0b4a72;
          max-width: 500px;
          padding-bottom: 17px; }
          @media (max-width: 768.98px) {
            .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__text-container .c-providers-step-three__title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 304px;
              padding-bottom: 30px; } }
        .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__text-container .c-providers-step-three__text {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: .75px;
          color: rgba(0, 0, 0, 0.7);
          max-width: 394px; }
          @media (max-width: 768.98px) {
            .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__text-container .c-providers-step-three__text {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .75px;
              max-width: 305px; } }
      .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__home-link-container {
        margin-top: auto; }
        .c-providers-step-three__main .c-providers-step-three__inner .c-providers-step-three__content .c-providers-step-three__home-link-container .c-cta__anchor {
          text-decoration: none;
          color: #0b4a72;
          margin-top: 50px; }

.c-providers-waitlist__main {
  width: 100%;
  min-height: 100vh;
  z-index: 3; }
  @media (max-width: 768.98px) {
    .c-providers-waitlist__main {
      position: absolute;
      top: 0; } }
  .c-providers-waitlist__main .c-providers-waitlist__content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; }
    .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero {
      height: 660px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ebf0f5;
      position: relative; }
      @media (max-width: 768.98px) {
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero {
          height: 480px; } }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-logo-container {
          height: 93px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-logo-container {
              height: 65px; } }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-logo-container .c-providers-waitlist__hero-logo-anchor {
            width: 108px;
            height: auto; }
            @media (max-width: 768.98px) {
              .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-logo-container .c-providers-waitlist__hero-logo-anchor {
                width: 89px; } }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-logo-container .c-providers-waitlist__hero-logo-anchor img {
              width: 100%; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-title {
          font-family: "Copernicus", serif;
          font-size: 72px;
          line-height: 80px;
          letter-spacing: -2.5px;
          color: #0b4a72;
          max-width: 682px;
          text-align: center;
          padding-bottom: 24px; }
          @media (max-width: 768.98px) {
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 268px; } }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-text {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.84px;
          color: rgba(0, 0, 0, 0.7);
          max-width: 484px;
          text-align: center; }
          @media (max-width: 768.98px) {
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-text {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .75px;
              max-width: 315px; } }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-arrow-down {
          position: absolute;
          bottom: 42px; }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__hero .c-providers-waitlist__hero-inner .c-providers-waitlist__hero-arrow-down svg {
            transform: rotate(90deg); }
    .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto; }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container form {
        display: flex;
        flex-direction: column;
        align-items: center; }
      @media (max-width: 768.98px) {
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container {
          top: 120px;
          max-width: 335px; } }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__intro-container {
        padding: 119px 0 50px 0; }
        @media (max-width: 768.98px) {
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__intro-container {
            padding: 60px 0 30px 0; } }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__intro-container p {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          color: rgba(0, 0, 0, 0.7);
          font-size: 18px;
          line-height: 24px;
          letter-spacing: .84px;
          max-width: 462px;
          text-align: center; }
          @media (max-width: 768.98px) {
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__intro-container p {
              max-width: 297px;
              font-size: 16px;
              line-height: 26px;
              letter-spacing: .18px; } }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row {
        width: 100%;
        display: flex;
        padding-bottom: 18px; }
        @media (max-width: 768.98px) {
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row {
            padding-bottom: 10px; } }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 18px;
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group {
              grid-gap: 10px; } }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group .c-providers-waitlist__form-field {
            position: relative;
            font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
            letter-spacing: .75px;
            line-height: 24px;
            font-size: 16px;
            width: 100%; }
            @media (max-width: 768.98px) {
              .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group .c-providers-waitlist__form-field {
                max-width: 335px;
                width: 100%; } }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group .c-providers-waitlist__form-field label {
              position: absolute;
              top: 20px;
              left: 20px;
              color: rgba(0, 0, 0, 0.5); }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group .c-providers-waitlist__form-field .form-input {
              border-radius: 4px;
              border: 1px solid #eaeaed;
              color: rgba(0, 0, 0, 0.7);
              height: 60px;
              background-color: rgba(240, 242, 242, 0.1);
              transition: background-color .2s ease-in-out, border .2s ease-in-out;
              width: 100%;
              max-width: 233px;
              margin: auto;
              box-sizing: border-box;
              padding-left: 20px; }
              .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-row-group .c-providers-waitlist__form-field .form-input:focus {
                border: 1px solid #68adac;
                background-color: white; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field {
          position: relative;
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          letter-spacing: .75px;
          line-height: 24px;
          font-size: 16px;
          width: 100%; }
          @media (max-width: 768.98px) {
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field {
              max-width: 335px;
              width: 100%; } }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field label {
            position: absolute;
            top: 20px;
            left: 20px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 16px;
            pointer-events: none;
            transition: font-size .2s ease-in-out, top .2s ease-in-out, opacity .2s ease-in-out; }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field .form-input {
            border-radius: 4px;
            border: 1px solid #eaeaed;
            color: rgba(0, 0, 0, 0.7);
            height: 60px;
            background-color: rgba(240, 242, 242, 0.1);
            transition: background-color .2s ease-in-out, border .2s ease-in-out;
            width: 100%;
            margin: auto;
            padding-left: 20px;
            box-sizing: border-box; }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field .form-input:focus {
              border: 1px solid #68adac;
              background-color: white; }
              .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field .form-input:focus + label {
                top: 0;
                font-size: 10px; }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field.is-invalid .form-input {
            border-radius: 4px;
            border: 1px solid #D60047;
            color: rgba(0, 0, 0, 0.7);
            height: 60px;
            background-color: rgba(240, 242, 242, 0.1);
            transition: background-color .2s ease-in-out, border .2s ease-in-out;
            width: 100%;
            margin: auto;
            box-sizing: border-box;
            padding-left: 20px; }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row .c-providers-waitlist__form-field.is-invalid .form-input:focus {
              border: 1px solid #68adac;
              background-color: white; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__form-row #c-providers-waitlist__position {
          -webkit-appearance: none;
          background: url("../../../static/arrow-down.svg");
          background-repeat: no-repeat;
          background-position: center right 5%; }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__partner-submit {
        background: #eaf6b9;
        color: #0b4a72;
        width: 224px;
        height: 60px;
        border-radius: 38px;
        border: none;
        font-family: "Copernicus", serif;
        font-size: 18px;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color .2s ease-in-out;
        box-sizing: content-box;
        padding: 0 10px;
        margin: 54px 0 163px 0; }
        @media (max-width: 768.98px) {
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__partner-submit {
            font-size: 15px;
            line-height: 16px;
            margin-top: 40px; } }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__partner-submit svg {
          padding-left: 20px; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__partner-submit:hover {
          background-color: #dde995; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__partner-submit:disabled {
          background-color: #fafafa;
          color: #6d7278; }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__partner-submit:disabled svg g path {
            fill: #6d7278; }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__contact-info {
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .84px;
        padding-bottom: 109px; }
        @media (max-width: 768.98px) {
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__contact-info {
            font-size: 16px;
            letter-spacing: .75px; } }
      .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected {
        width: 483px;
        height: 80px;
        background-color: #efeff4;
        border-radius: 4px;
        display: flex;
        align-items: center;
        border: none;
        text-align: left;
        margin-bottom: 18px;
        padding: 0;
        transition: background-color .2s ease-in-out; }
        @media (max-width: 768.98px) {
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected {
            width: 335px;
            margin-bottom: 10px;
            height: 70px; } }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected:hover {
          background-color: #D6E1EA; }
        .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner {
          display: flex;
          justify-content: space-between;
          width: 100%;
          align-items: center; }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner .c-providers-waitlist__pharmacy-selected-text {
            display: flex;
            flex-direction: column;
            padding-left: 20px;
            font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif; }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner .c-providers-waitlist__pharmacy-selected-text .c-providers-waitlist__pharmacy-name {
              font-size: 18px;
              line-height: 24px;
              letter-spacing: .84px;
              color: rgba(0, 0, 0, 0.7); }
              @media (max-width: 768.98px) {
                .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner .c-providers-waitlist__pharmacy-selected-text .c-providers-waitlist__pharmacy-name {
                  font-size: 16px;
                  letter-spacing: .75px; } }
            .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner .c-providers-waitlist__pharmacy-selected-text .c-providers-waitlist__pharmacy-address {
              font-size: 14px;
              line-height: 28px;
              letter-spacing: .44px;
              color: #868aa2; }
              @media (max-width: 768.98px) {
                .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner .c-providers-waitlist__pharmacy-selected-text .c-providers-waitlist__pharmacy-address {
                  font-size: 14px;
                  line-height: 20px;
                  letter-spacing: .5px; } }
          .c-providers-waitlist__main .c-providers-waitlist__content-inner .c-providers-waitlist__form-container .c-providers-waitlist__pharmacy-selected .c-providers-waitlist__pharmacy-selected-inner svg {
            padding-right: 30px; }

.c-providers-waitlist__email-err, .c-providers-waitlist__phone-err {
  color: #D60047;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .66px;
  padding-left: 18px;
  padding-top: 8px;
  display: block; }

.c-providers-waitlist-success__main {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  background-color: #ebf0f5;
  display: flex;
  justify-content: center; }
  .c-providers-waitlist-success__main .c-providers-waitlist-success__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__logo-container {
      height: 93px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__logo-container {
          height: 65px; } }
      .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__logo-container .c-providers-waitlist-success__logo-anchor {
        width: 108px;
        height: auto; }
        @media (max-width: 768.98px) {
          .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__logo-container .c-providers-waitlist-success__logo-anchor {
            width: 89px; } }
        .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__logo-container .c-providers-waitlist-success__logo-anchor img {
          width: 100%; }
    .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__title {
      font-family: "Copernicus", serif;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -.75px;
      color: #0b4a72;
      max-width: 417px;
      padding-bottom: 17px;
      text-align: center; }
      @media (max-width: 768.98px) {
        .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist-success__title {
          font-size: 30px;
          line-height: 38px;
          letter-spacing: -.5px;
          max-width: 254px;
          padding-bottom: 30px; } }
    .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist__home-link-container {
      margin-top: 50px; }
      .c-providers-waitlist-success__main .c-providers-waitlist-success__content .c-providers-waitlist__home-link-container .c-cta__anchor {
        color: #0b4a72;
        text-decoration: none; }

.c-accordions__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 194px; }
  @media (max-width: 768.98px) {
    .c-accordions__main {
      padding-top: 96px;
      padding-bottom: 0; } }
  .c-accordions__main .c-accordions__inner {
    width: 80%; }
    .c-accordions__main .c-accordions__inner .c-accordions__title {
      font-family: "Copernicus", serif;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -0.35px;
      color: #0b4a72;
      width: 100%;
      padding-bottom: 30px; }
      @media (max-width: 768.98px) {
        .c-accordions__main .c-accordions__inner .c-accordions__title {
          font-size: 21px;
          line-height: 30px;
          letter-spacing: -.25px;
          padding-bottom: 30px; } }
    .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      transition: height .2s ease-in-out; }
      .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item:last-child {
        border-bottom: none;
        margin-bottom: 64px; }
      .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        padding: 59.5px 0 42px 0; }
        @media (max-width: 768.98px) {
          .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-top {
            height: auto;
            padding: 20.2px 0 29.8px; } }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-top .c-accordions__accordion-item-title {
          font-family: "Copernicus", serif;
          font-size: 48px;
          line-height: 60px;
          letter-spacing: -.75px;
          color: #0b4a72;
          max-width: 90%; }
          @media (max-width: 768.98px) {
            .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-top .c-accordions__accordion-item-title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 240px; } }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-top:hover {
          cursor: pointer; }
      .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-text {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        font-family: "Copernicus", serif;
        font-size: 18px;
        line-height: 30px;
        color: #0b4a72;
        padding-bottom: 50px;
        max-width: 80%;
        width: 100%; }
        @media (max-width: 768.98px) {
          .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-text {
            font-size: 15px;
            line-height: 26px;
            max-width: 100%;
            padding-bottom: 24px; } }
      .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-open-button {
        border: none;
        background-color: #ebf0f5;
        min-height: 50px;
        min-width: 50px;
        border-radius: 50%;
        transition: background-color .2s ease-in-out;
        background-image: url("../../../static/plus-sign.svg");
        background-repeat: no-repeat;
        background-position: center; }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-open-button:hover {
          background-color: #d6e1ea; }
        @media (max-width: 768.98px) {
          .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item .c-accordions__accordion-item-open-button {
            width: 40px;
            height: 40px;
            border-radius: 50%; } }
      .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item.is-open {
        height: auto;
        border-bottom: 1px solid #0b4a72;
        border-top: 1px solid #0b4a72;
        position: relative;
        margin-bottom: -1px;
        top: -1px; }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item.is-open:first-child {
          border-top: none; }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item.is-open:last-child {
          border-bottom: none; }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item.is-open .c-accordions__accordion-item-open-button {
          background-image: url("../../../static/minus-sign.svg");
          background-repeat: no-repeat;
          background-position: center; }
        .c-accordions__main .c-accordions__inner .c-accordions__accordion-items-container .c-accordions__accordion-item.is-open .c-accordions__accordion-item-text {
          position: relative;
          opacity: 1;
          pointer-events: auto; }

@keyframes crossfade {
  0% {
    opacity: 0; }
  3.9% {
    opacity: 1; }
  23.8% {
    opacity: 1; }
  35.7% {
    opacity: 1; }
  47.6% {
    opacity: 1; }
  50.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.c-global-cta__main {
  max-width: 330px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in-out; }
  .c-global-cta__main.is-visible {
    opacity: 1;
    transition: opacity .2s ease-in-out; }
  .c-global-cta__main.is-clickable {
    pointer-events: auto; }
  @media (max-width: 768.98px) {
    .c-global-cta__main {
      max-width: 280px; } }
  .c-global-cta__main .c-global-cta__anchor {
    width: 100%;
    min-height: 80px;
    height: 100%;
    display: flex;
    border-radius: 38.4px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: background-color .2s ease-in-out; }
    @media (max-width: 768.98px) {
      .c-global-cta__main .c-global-cta__anchor {
        min-height: 64px; } }
    .c-global-cta__main .c-global-cta__anchor button {
      display: flex;
      align-items: center;
      background-color: transparent;
      border: none;
      padding: 0;
      height: 100%; }
      .c-global-cta__main .c-global-cta__anchor button .c-global-cta__image {
        padding-left: 13px; }
    .c-global-cta__main .c-global-cta__anchor svg {
      position: absolute;
      right: 30px; }
    .c-global-cta__main .c-global-cta__anchor .c-global-cta__image {
      max-width: 58px;
      width: 100%;
      padding-left: 14px;
      padding-right: 14px;
      max-height: 58px; }
      @media (max-width: 768.98px) {
        .c-global-cta__main .c-global-cta__anchor .c-global-cta__image {
          max-width: 45px;
          max-height: 48px;
          padding-left: 11px;
          padding-right: 18px; } }
    .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container {
      height: auto;
      font-family: "Copernicus", serif;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__text {
        font-size: 18px;
        line-height: 30px; }
        @media (max-width: 768.98px) {
          .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__text {
            font-size: 15px;
            line-height: 18px;
            letter-spacing: .18px; } }
      .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__sub-text-container {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.25px;
        position: relative;
        text-decoration: none; }
        @media (max-width: 768.98px) {
          .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__sub-text-container {
            font-size: 12px;
            line-height: 15px;
            letter-spacing: .25px;
            text-align: left;
            max-width: 165px; } }
        .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__sub-text-container .c-global-cta__sub-text {
          position: relative;
          top: -2px; }
          @media (max-width: 768.98px) {
            .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__sub-text-container .c-global-cta__sub-text {
              top: 0; } }
          .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__sub-text-container .c-global-cta__sub-text.animated {
            animation: crossfade 8.4s linear infinite; }
          .c-global-cta__main .c-global-cta__anchor .c-global-cta__text-container .c-global-cta__sub-text-container .c-global-cta__sub-text:nth-child(2) {
            position: absolute;
            left: 0;
            opacity: 0;
            animation-delay: 4.2s; }
    .c-global-cta__main .c-global-cta__anchor:hover {
      cursor: pointer; }

.c-crossfade__main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  transition: background-color .2s ease-in-out; }
  @media (max-width: 768.98px) {
    .c-crossfade__main {
      padding: 100px 0; } }

#c-crossfade__sections-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

.c-crossfade__section {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768.98px) {
    .c-crossfade__section {
      min-height: 400px; } }

.c-crossfade__section-eyebrow {
  font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #adb1c8;
  padding-bottom: 36px; }
  @media (max-width: 768.98px) {
    .c-crossfade__section-eyebrow {
      font-size: 12px;
      line-height: 21px;
      letter-spacing: 1.25px;
      padding-bottom: 20px; } }

.c-crossfade__section-title {
  font-family: "Copernicus", serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -.75px;
  color: #0b4a72;
  max-width: 600px;
  text-align: center; }
  @media (max-width: 768.98px) {
    .c-crossfade__section-title {
      max-width: 317px;
      font-size: 30px;
      line-height: 38px;
      letter-spacing: -.5px; } }

.c-crossfade__section-image-container {
  max-width: 107px;
  padding: 123px 0 33px 0; }
  .c-crossfade__section-image-container img {
    width: 100%; }

.c-crossfade__section-image-caption {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .84px;
  color: rgba(0, 0, 0, 0.7); }

.c-treatment-areas__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 140px 0;
  transition: background-color .2s ease-in-out; }
  @media (max-width: 768.98px) {
    .c-treatment-areas__main {
      padding: 100px 0 20px 0; } }
  .c-treatment-areas__main .c-treatment-areas__inner {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-treatment-areas__main .c-treatment-areas__inner {
        width: 85%; } }
    .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__heading-container {
      display: flex;
      justify-content: center;
      max-width: 552px;
      text-align: center;
      padding-bottom: 100px; }
      @media (max-width: 768.98px) {
        .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__heading-container {
          text-align: left;
          padding-bottom: 40px;
          justify-content: flex-start;
          width: 100%;
          max-width: 100%; } }
      .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__heading-container .c-treatment-areas__heading {
        font-family: "Copernicus", serif;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -.35px; }
        @media (max-width: 768.98px) {
          .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__heading-container .c-treatment-areas__heading {
            font-size: 21px;
            max-width: 552px;
            line-height: 30px;
            letter-spacing: -.25px; } }
    .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media (max-width: 768.98px) {
        .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__content {
          flex-direction: column-reverse;
          align-items: center;
          justify-content: center; } }
      .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__content .c-treatment-areas__image-container {
        max-width: 530px;
        width: 50%; }
        @media (max-width: 768.98px) {
          .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__content .c-treatment-areas__image-container {
            max-width: 768px;
            width: 100%; } }
        .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__content .c-treatment-areas__image-container img {
          width: 100%; }
      @media (max-width: 768.98px) {
        .c-treatment-areas__main .c-treatment-areas__inner .c-treatment-areas__content .c-treatment-areas__list-container {
          width: 100%;
          display: flex;
          padding-bottom: 54px; } }

.c-treatment-area__list-item {
  font-size: 48px;
  font-family: "Copernicus", serif;
  line-height: 64px;
  letter-spacing: -.75px; }
  @media (max-width: 1279.98px) {
    .c-treatment-area__list-item {
      font-size: 30px;
      line-height: 48px; } }
  .c-treatment-area__list-item a {
    text-decoration: none;
    display: flex;
    align-items: center; }
    .c-treatment-area__list-item a:hover svg {
      opacity: 1; }
  .c-treatment-area__list-item svg {
    opacity: 0;
    padding-left: 15px;
    transition: opacity .2s ease-in-out; }
    @media (max-width: 768.98px) {
      .c-treatment-area__list-item svg {
        opacity: 1; } }

.c-text-messages__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 200px 0 0 0; }
  @media (max-width: 768.98px) {
    .c-text-messages__main {
      padding: 94px 0 78px 0; } }
  .c-text-messages__main .c-text-messages__inner {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media (max-width: 1279.98px) {
      .c-text-messages__main .c-text-messages__inner {
        width: 90%;
        flex-direction: column; } }
    .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 1279.98px) {
        .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container {
          padding: 0; } }
      .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container .c-text-messages__title-container {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -.75px;
        font-family: "Copernicus", serif;
        max-width: 520px;
        text-align: center;
        padding-bottom: 21px; }
        @media (max-width: 768.98px) {
          .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container .c-text-messages__title-container {
            font-size: 30px;
            line-height: 38px;
            letter-spacing: -.1px;
            max-width: 330px; } }
      .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container .c-text-messages__description-container {
        max-width: 380px; }
        @media (max-width: 768.98px) {
          .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container .c-text-messages__description-container {
            max-width: 315px; } }
        .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container .c-text-messages__description-container .c-text-messages__description {
          text-align: center;
          font-size: 18px;
          line-height: 26px;
          letter-spacing: .84px;
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          color: rgba(0, 0, 0, 0.7); }
          @media (max-width: 1279.98px) {
            .c-text-messages__main .c-text-messages__inner .c-text-messages__text-container .c-text-messages__description-container .c-text-messages__description {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .75px;
              padding-bottom: 35px; } }
    .c-text-messages__main .c-text-messages__inner .c-text-messages__bubbles-container {
      width: 500px;
      height: 330px;
      position: relative;
      overflow-y: visible;
      overflow-x: visible; }
      @media (max-width: 768.98px) {
        .c-text-messages__main .c-text-messages__inner .c-text-messages__bubbles-container {
          overflow-y: hidden;
          width: 292px;
          height: 220px; } }
      .c-text-messages__main .c-text-messages__inner .c-text-messages__bubbles-container .c-text-messages__bubbles-wrapper {
        position: relative;
        top: -110px;
        min-height: 440px;
        height: auto; }

.c-message-bubble__main {
  position: absolute;
  width: 340px;
  height: 110px;
  opacity: 0;
  transition: opacity .4s ease-in-out, left .4s ease-in-out;
  z-index: 0;
  left: 0; }
  @media (max-width: 768.98px) {
    .c-message-bubble__main {
      width: 292px; } }
  .c-message-bubble__main:nth-child(even) {
    padding-left: 150px; }
    @media (max-width: 768.98px) {
      .c-message-bubble__main:nth-child(even) {
        padding: 0; } }
  .c-message-bubble__main.is-in-frame {
    opacity: 1;
    transition: opacity .4s ease-in-out; }
  .c-message-bubble__main.slide-right {
    left: -20px;
    transition: .4s ease-in-out left; }
  .c-message-bubble__main .c-message-bubble__inner svg {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 20px 0;
    width: 100%; }
    .c-message-bubble__main .c-message-bubble__inner svg foreignObject p {
      max-width: 260px;
      font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
      font-size: 18px;
      letter-spacing: .56px;
      line-height: 23px;
      color: #0b4a72; }
    @media (max-width: 768.98px) {
      .c-message-bubble__main .c-message-bubble__inner svg {
        width: 100%; } }

.c-story__main {
  padding: 188px 0 309px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative; }
  @media (max-width: 768.98px) {
    .c-story__main {
      padding: 160px 0 281px 0; } }
  .c-story__main .c-story__inner {
    max-width: 80%;
    display: flex;
    justify-content: center; }
    .c-story__main .c-story__inner .c-story__content {
      text-align: center; }
      .c-story__main .c-story__inner .c-story__content .c-story__slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__title {
          font-family: "Copernicus", serif;
          font-size: 48px;
          line-height: 60px;
          letter-spacing: -.75px;
          max-width: 650px;
          margin: 0 auto;
          padding-bottom: 117px; }
          @media (max-width: 768.98px) {
            .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 315px;
              padding-bottom: 30px; } }
        .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__icon-container {
          width: 200px;
          height: 200px;
          display: flex;
          justify-content: center; }
          .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__icon-container img {
            width: 100%; }
        .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__sentences {
          font-family: "Copernicus", serif;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: -.35px;
          max-width: 420px;
          margin: 0 auto; }
          @media (max-width: 768.98px) {
            .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__sentences {
              font-size: 21px;
              max-width: 336px; } }
          .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__sentences .c-story__sentence p {
            padding-bottom: 35px; }
            .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__sentences .c-story__sentence p strong {
              display: inline-block; }
              .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__sentences .c-story__sentence p strong:after {
                content: "";
                display: block;
                height: 2px;
                background-image: url("../../../static/Underline.svg");
                background-size: 100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                transform: rotate(-1deg); }
        .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__illustration-container {
          position: absolute;
          right: 0;
          bottom: 0;
          max-width: 539px; }
          @media (max-width: 768.98px) {
            .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__illustration-container {
              max-width: 356px; } }
          .c-story__main .c-story__inner .c-story__content .c-story__slide .c-story__illustration-container img {
            width: 100%; }

.c-related-articles__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.c-related-articles__inner {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1279.98px) {
    .c-related-articles__inner {
      margin: 0 3%;
      max-width: 80%; } }
  @media (max-width: 768.98px) {
    .c-related-articles__inner {
      justify-content: center;
      max-width: 100%; } }

.c-related-articles__columns-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  width: 100%; }
  .c-related-articles__columns-container .c-blog__column {
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-related-articles__columns-container .c-blog__column {
        max-width: 100%; } }
  @media (max-width: 768.98px) {
    .c-related-articles__columns-container {
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      grid-template-columns: 1fr;
      gap: 30px; } }

.c-related-articles__title {
  font-family: "Copernicus", serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -.75px;
  color: #0b4a72;
  padding: 175px 0 60px 0; }
  @media (max-width: 768.98px) {
    .c-related-articles__title {
      font-size: 30px;
      line-height: 38px;
      letter-spacing: -.5px;
      padding: 60px 0 40px 0; } }

.c-related-articles__article-image-container {
  padding-bottom: 66.66%;
  position: relative;
  transition: opacity .2s ease-in-out; }
  .c-related-articles__article-image-container:hover {
    opacity: .7; }

.c-related-articles__article-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute; }

.c-related-articles__article-title {
  font-family: "Copernicus", serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -.25px;
  color: #0b4a72;
  margin-top: 30px;
  padding-bottom: 20px; }

.c-related-articles__article-excerpt {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .75px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.6); }

.c-related-articles__article-date {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  padding-bottom: 20px;
  color: #868aa2; }

.c-related-articles__article-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-in-out; }
  .c-related-articles__article-link:hover {
    text-decoration-color: #0b4a72; }

.c-press-snippets__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.c-press-snippets__inner {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1279.98px) {
    .c-press-snippets__inner {
      margin: 0 3%;
      max-width: 80%; } }
  @media (max-width: 768.98px) {
    .c-press-snippets__inner {
      justify-content: center;
      max-width: 100%; } }

.c-press-snippets__columns-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  width: 100%; }
  .c-press-snippets__columns-container .c-blog__column {
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-press-snippets__columns-container .c-blog__column {
        max-width: 100%; } }
  @media (max-width: 768.98px) {
    .c-press-snippets__columns-container {
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      grid-template-columns: 1fr;
      gap: 30px; } }

.c-press-snippets__title {
  font-family: "Copernicus", serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -.75px;
  color: #0b4a72;
  padding: 120px 0 60px 0; }
  @media (max-width: 768.98px) {
    .c-press-snippets__title {
      font-size: 30px;
      line-height: 38px;
      letter-spacing: -.5px;
      padding: 60px 0 40px 0; } }

.c-press-snippets__snippet-image-container {
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .2s ease-in-out; }
  .c-press-snippets__snippet-image-container:hover {
    opacity: .7; }

.c-press-snippets__snippet-image {
  max-width: 100%;
  max-height: 100%;
  position: relative; }

.c-press-snippets__snippet-title {
  font-family: "Copernicus", serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -.25px;
  color: #0b4a72;
  margin-top: 30px;
  padding-bottom: 20px; }

.c-press-snippets__snippet-excerpt {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .75px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.6); }

.c-press-snippets__snippet-date {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .75px;
  padding-bottom: 20px;
  color: #868aa2; }

.c-press-snippets__snippet-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-in-out; }
  .c-press-snippets__snippet-link:hover {
    text-decoration-color: #0b4a72; }

.c-large-hero__main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 768.98px) {
    .c-large-hero__main {
      min-height: 100vh; } }
  .c-large-hero__main .c-large-hero__inner {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 200px; }
    @media (max-width: 768.98px) {
      .c-large-hero__main .c-large-hero__inner {
        margin-top: 120px;
        max-width: 100%; } }
    .c-large-hero__main .c-large-hero__inner .c-large-hero__title {
      font-family: "Copernicus", serif;
      font-size: 72px;
      font-weight: 300;
      line-height: 80px;
      letter-spacing: -2.5px;
      width: 100%;
      padding-bottom: 25px;
      max-width: 750px;
      z-index: 1; }
      @media (max-width: 768.98px) {
        .c-large-hero__main .c-large-hero__inner .c-large-hero__title {
          padding-bottom: 15px;
          max-width: 335px;
          font-size: 42px;
          line-height: 48px;
          letter-spacing: -1px; } }
    .c-large-hero__main .c-large-hero__inner .c-large-hero__subtitle {
      font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
      font-weight: 300;
      letter-spacing: .75px;
      line-height: 24px;
      max-width: 365px;
      opacity: .7;
      padding-bottom: 30px;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .c-large-hero__main .c-large-hero__inner .c-large-hero__subtitle ul {
        margin-top: 15px;
        width: fit-content;
        max-width: 325px;
        list-style: disc;
        text-align: left; }
        .c-large-hero__main .c-large-hero__inner .c-large-hero__subtitle ul li {
          padding-bottom: 5px; }
      @media (max-width: 768.98px) {
        .c-large-hero__main .c-large-hero__inner .c-large-hero__subtitle {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: .75px;
          max-width: 325px; }
          .c-large-hero__main .c-large-hero__inner .c-large-hero__subtitle ul {
            margin-left: 25px; } }
    .c-large-hero__main .c-large-hero__inner .c-large-hero__cta-container {
      z-index: 1; }
      .c-large-hero__main .c-large-hero__inner .c-large-hero__cta-container .c-cta__main {
        position: relative;
        top: 0;
        right: 0; }
        .c-large-hero__main .c-large-hero__inner .c-large-hero__cta-container .c-cta__main .c-cta__anchor {
          width: fit-content;
          padding: 0 25px; }
    .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container {
      position: relative;
      bottom: 0;
      margin-top: 50px;
      min-width: 900px;
      max-height: 630px;
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container {
          margin-top: 56px;
          margin-bottom: 0;
          bottom: 0;
          max-width: 375px;
          min-width: unset;
          max-height: 340px; } }
      .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container img {
        width: auto;
        max-height: 630px;
        object-fit: cover; }
        @media (max-width: 768.98px) {
          .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container img {
            object-position: 0;
            max-height: 340px;
            max-width: 375px; } }
      .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container.is-full-bleed {
        position: relative;
        margin-top: -10%;
        width: 100%;
        z-index: 0;
        max-height: unset; }
        @media (max-width: 768.98px) {
          .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container.is-full-bleed {
            margin-top: auto;
            margin-bottom: 0;
            bottom: 0;
            width: 100%;
            max-width: unset;
            max-height: unset; } }
        .c-large-hero__main .c-large-hero__inner .c-large-hero__image-container.is-full-bleed img {
          width: 100%;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          object-fit: contain; }

.c-small-hero__main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 160px 0 120px; }
  @media (max-width: 768.98px) {
    .c-small-hero__main {
      padding: 130px 0 60px; } }

.c-small-hero__inner {
  width: 100%;
  height: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768.98px) {
    .c-small-hero__inner {
      max-width: 320px; } }

.c-small-hero__breadcrumbs {
  font-family: "Copernicus", serif;
  font-size: 18px;
  line-height: 30px;
  color: #0b4a72;
  padding-bottom: 30px; }
  @media (max-width: 768.98px) {
    .c-small-hero__breadcrumbs {
      font-size: 15px;
      line-height: 26px;
      padding-bottom: 10px; } }

.c-small-hero__title {
  font-family: "Copernicus", serif;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -2.5px;
  color: #0b4a72;
  text-align: center; }
  @media (max-width: 768.98px) {
    .c-small-hero__title {
      font-size: 42px;
      line-height: 48px;
      letter-spacing: -1px; } }

.c-image-hero__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 140px;
  position: relative; }
  @media (min-width: 1024px) {
    .c-image-hero__main {
      padding: 130px 0; } }
  .c-image-hero__main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 85%;
    width: 100%; }
    @media (min-width: 1024px) {
      .c-image-hero__main:before {
        max-height: 100%; } }

.c-image-hero__inner {
  width: 100%;
  height: 100%;
  max-width: 90%;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .c-image-hero__inner {
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1280px) {
    .c-image-hero__inner {
      max-width: 1120px; } }

.c-image-hero__image-container {
  margin-left: 0;
  max-width: 530px;
  position: relative; }
  .c-image-hero__image-container img {
    width: 100%; }
  @media (min-width: 1024px) {
    .c-image-hero__image-container {
      margin-left: 90px; } }

.c-image-hero__text-container {
  max-width: 530px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 45px; }
  .c-image-hero__text-container.left-align {
    align-items: flex-start;
    text-align: left; }
  .c-image-hero__text-container.center-align {
    text-align: center; }
  @media (min-width: 1024px) {
    .c-image-hero__text-container {
      max-width: 500px;
      margin-bottom: 0; } }

.c-image-hero__title {
  font-family: "Copernicus", serif;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -.1px;
  padding-bottom: 30px;
  max-width: 100%;
  color: #0b4a72; }
  @media (min-width: 769px) {
    .c-image-hero__title {
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -.75px; } }

.c-image-hero__subtitle {
  font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .75px; }
  @media (min-width: 769px) {
    .c-image-hero__subtitle {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: .84px;
      color: rgba(0, 0, 0, 0.7); } }
  .c-image-hero__subtitle p {
    font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .75px;
    color: rgba(0, 0, 0, 0.7);
    width: 100%; }
    @media (min-width: 769px) {
      .c-image-hero__subtitle p {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: .84px; } }
  .c-image-hero__subtitle strong {
    font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
    color: #0b4a72; }
  .c-image-hero__subtitle em {
    font-style: italic; }

.c-image-hero__cta-container .c-cta__main {
  position: static;
  top: 0;
  right: 0; }
  .c-image-hero__cta-container .c-cta__main .c-cta__anchor {
    width: fit-content;
    box-sizing: border-box;
    padding: 0 25px; }

.c-client-logos__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 85px 0; }
  .c-client-logos__main .c-client-logos__inner {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    align-items: center; }
    @media (max-width: 768.98px) {
      .c-client-logos__main .c-client-logos__inner {
        grid-template-columns: 1fr;
        grid-gap: 50px; } }
    .c-client-logos__main .c-client-logos__inner .c-client-logos__logo {
      max-width: 150px;
      max-height: 50px;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      .c-client-logos__main .c-client-logos__inner .c-client-logos__logo img {
        width: 100%;
        object-fit: contain; }

.c-dashboard-preview__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 180px; }
  @media (max-width: 768.98px) {
    .c-dashboard-preview__main {
      padding-top: 80px; } }
  .c-dashboard-preview__main .c-dashboard-preview__inner {
    width: 100%;
    position: relative; }
    @media (max-width: 768.98px) {
      .c-dashboard-preview__main .c-dashboard-preview__inner {
        width: 90%; } }
    .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content {
      width: 100%;
      display: flex;
      justify-content: space-around; }
      @media (max-width: 1023.98px) {
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content {
          flex-direction: column;
          align-items: center; } }
      .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__text-container .c-dashboard-preview__title {
          font-family: "Copernicus", serif;
          font-size: 48px;
          line-height: 60px;
          letter-spacing: -.75px;
          color: #0b4a72;
          max-width: 435px;
          text-align: center;
          padding-bottom: 30px; }
          @media (max-width: 768.98px) {
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__text-container .c-dashboard-preview__title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 315px; } }
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__text-container .c-dashboard-preview__text {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 18px;
          line-height: 26px;
          letter-spacing: .84px;
          color: rgba(0, 0, 0, 0.7);
          max-width: 440px;
          text-align: center; }
          @media (max-width: 1023.98px) {
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__text-container .c-dashboard-preview__text {
              padding-bottom: 29px; } }
          @media (max-width: 768.98px) {
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__text-container .c-dashboard-preview__text {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .75px;
              max-width: 315px; } }
      .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 476px;
        padding-bottom: 147px; }
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__dashboard-preview-title-small {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 14px;
          line-height: 28px;
          letter-spacing: .75px;
          padding-bottom: 13px;
          color: #868aa2; }
          @media (max-width: 1023.98px) {
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__dashboard-preview-title-small {
              display: none; } }
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item {
          width: 100%;
          display: flex;
          justify-content: center;
          padding: 30px 0;
          margin-bottom: 10px;
          color: #0b4a72; }
          .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner {
            width: 80%; }
            @media (max-width: 768.98px) {
              .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner {
                width: 90%; } }
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner .c-dashboard-preview__prescription-top-container {
              display: flex;
              justify-content: space-between;
              font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
              line-height: 26px; }
              .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner .c-dashboard-preview__prescription-top-container .c-dashboard-preview__prescription-name {
                font-size: 18px;
                letter-spacing: .84px; }
              .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner .c-dashboard-preview__prescription-top-container .c-dashboard-preview__prescription-amount {
                font-size: 16px;
                letter-spacing: .75px; }
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner .c-dashboard-preview__status {
              font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
              font-size: 14px;
              line-height: 26px;
              letter-spacing: .66px;
              padding-bottom: 10px; }
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-container .c-dashboard-preview__preview-item .c-dashboard-preview__preview-item-inner .c-dashboard-preview__refill-text {
              font-family: "Neue Haas Grotesk Text Pro 65", sans-serif;
              font-size: 8px;
              line-height: 21px;
              letter-spacing: .83px; }
      .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container {
        position: absolute;
        right: 10%;
        bottom: 15%;
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        font-size: 14px;
        line-height: 20.8px;
        letter-spacing: .66px;
        color: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        width: 230px;
        height: 147px;
        background-color: #ebf0f5;
        border-radius: 6.4px; }
        @media (max-width: 768.98px) {
          .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container {
            bottom: 10%;
            right: 50px; } }
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container .c-dashboard-preview__preview-message-inner {
          width: 80%;
          padding: 20px 0; }
          .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container .c-dashboard-preview__preview-message-inner p:nth-child(2) {
            padding-bottom: 20px; }
        .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container .c-dashboard-preview__pharmacist {
          display: flex;
          align-items: center;
          position: absolute;
          bottom: -40%;
          right: -50px; }
          .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container .c-dashboard-preview__pharmacist .c-dashboard-preview__pharmacist-info {
            font-size: 14px;
            color: #868aa2;
            position: relative;
            top: 10px; }
          .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container .c-dashboard-preview__pharmacist .c-dashboard-preview__pharmacist-image {
            background-color: #e6f2b4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            width: 96px;
            height: 96px;
            margin-left: 10px; }
            .c-dashboard-preview__main .c-dashboard-preview__inner .c-dashboard-preview__content .c-dashboard-preview__preview-message-container .c-dashboard-preview__pharmacist .c-dashboard-preview__pharmacist-image img {
              width: 85%;
              margin: 0 auto; }

.c-doctor-quote__main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 160px; }
  @media (max-width: 768.98px) {
    .c-doctor-quote__main {
      padding-top: 100px; } }
  .c-doctor-quote__main .c-doctor-quote__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__image-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      background-color: #eaf6b9;
      border-radius: 50%;
      width: 120px;
      height: 120px; }
      @media (max-width: 768.98px) {
        .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__image-container {
          width: 100px;
          height: 100px; } }
      .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__image-container img {
        width: 85%; }
    .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__source {
      padding: 20px 0;
      font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: .75px;
      color: #868aa2;
      max-width: 158px; }
    .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__quote-container {
      font-family: "Copernicus", serif;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -.35px;
      max-width: 666px;
      text-align: center;
      color: #0b4a72; }
      @media (max-width: 768.98px) {
        .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__quote-container {
          font-size: 21px;
          line-height: 30px;
          letter-spacing: -.25px;
          max-width: 100%; } }
      @media (max-width: 479.98px) {
        .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__quote-container {
          max-width: 324px; } }
    .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__learn-more {
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 30px;
      margin-top: 44px; }
      @media (max-width: 768.98px) {
        .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__learn-more {
          font-size: 15px;
          line-height: 26px; } }
      .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__learn-more svg {
        padding-left: 10px;
        padding-top: 3px;
        position: relative;
        left: 0;
        transition: left .2s ease-in-out; }
        .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__learn-more svg g {
          transition: fill .2s ease-in-out; }
      .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__learn-more:hover svg {
        position: relative;
        left: 3px;
        transition: left .2s ease-in-out; }
        .c-doctor-quote__main .c-doctor-quote__inner .c-doctor-quote__learn-more:hover svg g {
          fill: #eba2cd;
          transition: fill .2s ease-in-out; }
    @media (max-width: 768.98px) {
      .c-doctor-quote__main .c-doctor-quote__inner {
        max-width: 80%; } }
    @media (max-width: 479.98px) {
      .c-doctor-quote__main .c-doctor-quote__inner {
        max-width: 325px; } }

.c-step-four__main {
  width: 100%;
  background-color: #fffaf4;
  min-height: 100vh;
  margin-top: 35px;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 768.98px) {
    .c-step-four__main {
      margin-top: 0; } }
  .c-step-four__main .c-step-four__logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px; }
    .c-step-four__main .c-step-four__logo-container .c-step-four__logo-anchor {
      max-width: 108px;
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-step-four__main .c-step-four__logo-container .c-step-four__logo-anchor {
          max-width: 89px; } }
      .c-step-four__main .c-step-four__logo-container .c-step-four__logo-anchor img {
        width: 100%; }
  .c-step-four__main .c-step-four__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-step-four__main .c-step-four__inner .c-step-four__content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 55px; }
      .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__image-container {
        display: flex;
        justify-content: center;
        padding-bottom: 43px;
        max-width: 160px;
        height: 160px; }
        .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__image-container img {
          width: 100%;
          object-fit: contain; }
        @media (max-width: 768.98px) {
          .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__image-container {
            padding-bottom: 40px; } }
      .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__text-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__text-container .c-step-four__title {
          font-family: "Copernicus", serif;
          font-size: 48px;
          line-height: 60px;
          letter-spacing: -.75px;
          color: #0b4a72;
          max-width: 417px;
          padding-bottom: 17px; }
          @media (max-width: 768.98px) {
            .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__text-container .c-step-four__title {
              font-size: 30px;
              line-height: 38px;
              letter-spacing: -.5px;
              max-width: 254px;
              padding-bottom: 30px; } }
        .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__text-container .c-step-four__text {
          font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: .75px;
          color: rgba(0, 0, 0, 0.7);
          max-width: 394px; }
          @media (max-width: 768.98px) {
            .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__text-container .c-step-four__text {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .75px;
              max-width: 305px; } }
      .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__home-link-container {
        margin-top: auto; }
        .c-step-four__main .c-step-four__inner .c-step-four__content .c-step-four__home-link-container .c-cta__anchor {
          text-decoration: none;
          color: #0b4a72;
          margin-top: 20px; }
  .c-step-four__main .c-cta__main {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: 40px; }
    .c-step-four__main .c-cta__main a {
      min-width: unset;
      width: unset;
      box-sizing: border-box;
      padding: 0 30px; }
  .c-step-four__main .c-related-articles__title {
    text-align: center; }
    @media (max-width: 768.98px) {
      .c-step-four__main .c-related-articles__title {
        max-width: 254px; } }

.c-step-four__app-icons-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  max-width: 350px;
  flex-wrap: wrap;
  padding: 45px 0 40px 0; }
  @media (max-width: 768.98px) {
    .c-step-four__app-icons-container {
      flex-direction: column;
      align-items: center;
      justify-content: space-around; } }

.c-step-four__app-icon {
  width: 100%;
  max-width: 156px; }
  .c-step-four__app-icon img {
    width: 100%; }
  @media (max-width: 768.98px) {
    .c-step-four__app-icon {
      padding-top: 10px; }
      .c-step-four__app-icon:first-child {
        padding-top: 0; } }

.c-step-four__blog-articles-container {
  text-align: left; }

.c-waitlist__main {
  height: calc(100vh - 100px);
  width: 100%;
  z-index: 1;
  margin: 50px 0; }
  .c-waitlist__main .c-waitlist__inner .c-waitlist__hero {
    width: 100%;
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebf0f5; }
    @media (max-width: 768.98px) {
      .c-waitlist__main .c-waitlist__inner .c-waitlist__hero {
        height: 324px; } }
    .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner {
      width: 90%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-logo-container {
        height: 93px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; }
        @media (max-width: 768.98px) {
          .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-logo-container {
            height: 65px; } }
        .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-logo-container .c-waitlist__hero-logo-anchor {
          width: 108px;
          height: auto; }
          @media (max-width: 768.98px) {
            .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-logo-container .c-waitlist__hero-logo-anchor {
              width: 89px; } }
          .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-logo-container .c-waitlist__hero-logo-anchor img {
            width: 100%; }
      .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-title {
        font-family: "Copernicus", serif;
        font-size: 72px;
        line-height: 80px;
        letter-spacing: -2.5px;
        text-align: center;
        color: #0b4a72;
        max-width: 682px; }
        @media (max-width: 768.98px) {
          .c-waitlist__main .c-waitlist__inner .c-waitlist__hero .c-waitlist__hero-inner .c-waitlist__hero-title {
            max-width: 325px;
            font-size: 30px;
            line-height: 38px;
            letter-spacing: -.5px; } }
  .c-waitlist__main .c-waitlist__inner .c-waitlist__content {
    width: 100%; }
    .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner {
      width: 100%;
      display: flex;
      justify-content: center; }
      .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container {
        max-width: 462px;
        padding-top: 120px; }
        @media (max-width: 768.98px) {
          .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container {
            max-width: 335px;
            padding-top: 60px; } }
        .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container form {
          display: flex;
          flex-direction: column;
          align-items: center; }
        .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-intro {
          font-family: "Copernicus", serif;
          font-size: 18px;
          line-height: 30px;
          letter-spacing: 0;
          color: #0b4a72;
          text-align: center;
          padding-bottom: 30px; }
          @media (max-width: 768.98px) {
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-intro {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: .5px;
              max-width: 325px;
              padding-bottom: 30px; } }
        .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row {
          width: 100%;
          display: flex;
          padding-bottom: 18px; }
          @media (max-width: 768.98px) {
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row {
              padding-bottom: 10px; } }
          .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 18px;
            width: 100%; }
            @media (max-width: 768.98px) {
              .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group {
                grid-gap: 10px; } }
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group .c-waitlist__form-field {
              position: relative;
              font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
              letter-spacing: .75px;
              line-height: 24px;
              font-size: 16px;
              width: 100%; }
              @media (max-width: 768.98px) {
                .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group .c-waitlist__form-field {
                  max-width: 335px;
                  width: 100%; } }
              .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group .c-waitlist__form-field label {
                position: absolute;
                top: 20px;
                left: 20px;
                color: rgba(0, 0, 0, 0.7); }
              .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group .c-waitlist__form-field .form-input {
                border-radius: 4px;
                border: 1px solid #eaeaed;
                color: rgba(0, 0, 0, 0.7);
                height: 60px;
                background-color: rgba(240, 242, 242, 0.1);
                transition: background-color .2s ease-in-out, border .2s ease-in-out;
                width: 100%;
                max-width: 233px;
                margin: auto;
                box-sizing: border-box;
                padding-left: 20px; }
                .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-row-group .c-waitlist__form-field .form-input:focus {
                  border: 1px solid #68adac;
                  background-color: white; }
          .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field {
            position: relative;
            font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
            letter-spacing: .75px;
            line-height: 24px;
            font-size: 16px;
            width: 100%; }
            @media (max-width: 768.98px) {
              .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field {
                max-width: 335px;
                width: 100%; } }
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field label {
              position: absolute;
              top: 20px;
              left: 20px;
              color: rgba(0, 0, 0, 0.7);
              font-size: 16px;
              pointer-events: none;
              transition: font-size .2s ease-in-out, top .2s ease-in-out, opacity .2s ease-in-out; }
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field .form-input {
              border-radius: 4px;
              border: 1px solid #eaeaed;
              color: rgba(0, 0, 0, 0.7);
              height: 60px;
              background-color: rgba(240, 242, 242, 0.1);
              transition: background-color .2s ease-in-out, border .2s ease-in-out;
              width: 100%;
              margin: auto;
              padding-left: 20px;
              box-sizing: border-box; }
              .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field .form-input:focus {
                border: 1px solid #68adac;
                background-color: white; }
                .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field .form-input:focus + label {
                  top: 0;
                  font-size: 10px; }
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field.is-invalid .form-input {
              border-radius: 4px;
              border: 1px solid #D60047;
              color: rgba(0, 0, 0, 0.7);
              height: 60px;
              background-color: rgba(240, 242, 242, 0.1);
              transition: background-color .2s ease-in-out, border .2s ease-in-out;
              width: 100%;
              margin: auto;
              box-sizing: border-box;
              padding-left: 20px; }
              .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__form-row .c-waitlist__form-field.is-invalid .form-input:focus {
                border: 1px solid #68adac;
                background-color: white; }
        .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__submit {
          background: #eaf6b9;
          color: #0b4a72;
          width: 224px;
          height: 60px;
          border-radius: 38px;
          border: none;
          font-family: "Copernicus", serif;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: background-color .2s ease-in-out;
          margin-bottom: 50px;
          margin-top: 40px; }
          .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__submit svg {
            padding-left: 20px; }
          .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__submit:hover {
            background-color: #dde995; }
          .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__submit:disabled {
            background-color: #fafafa;
            color: #6d7278; }
            .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__form-container .c-waitlist__submit:disabled svg g path {
              fill: #6d7278; }
      .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__legal-text {
        font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: .44px;
        color: #868aa2;
        text-align: center; }
        .c-waitlist__main .c-waitlist__inner .c-waitlist__content .c-waitlist__content-inner .c-waitlist__legal-text a {
          color: #868aa2; }

.c-waitlist__email-err {
  color: #D60047;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .66px;
  padding-left: 18px;
  padding-top: 8px;
  display: block; }

.c-waitlist-success__main {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  background-color: #ebf0f5;
  display: flex;
  justify-content: center; }
  .c-waitlist-success__main .c-waitlist-success__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__logo-container {
      height: 93px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__logo-container {
          height: 65px; } }
      .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__logo-container .c-waitlist-success__logo-anchor {
        width: 108px;
        height: auto; }
        @media (max-width: 768.98px) {
          .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__logo-container .c-waitlist-success__logo-anchor {
            width: 89px; } }
        .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__logo-container .c-waitlist-success__logo-anchor img {
          width: 100%; }
    .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__title {
      font-family: "Copernicus", serif;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -.75px;
      color: #0b4a72;
      max-width: 417px;
      padding-bottom: 17px;
      text-align: center; }
      @media (max-width: 768.98px) {
        .c-waitlist-success__main .c-waitlist-success__content .c-waitlist-success__title {
          font-size: 30px;
          line-height: 38px;
          letter-spacing: -.5px;
          max-width: 254px;
          padding-bottom: 30px; } }
    .c-waitlist-success__main .c-waitlist-success__content .c-waitlist__home-link-container {
      margin-top: 50px; }
      .c-waitlist-success__main .c-waitlist-success__content .c-waitlist__home-link-container .c-cta__anchor {
        color: #0b4a72;
        text-decoration: none; }

.c-step-zero__main {
  width: 100%;
  background-color: #fffaf4;
  min-height: 100vh;
  overflow: hidden; }
  .c-step-zero__main .c-step-zero__logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px; }
    .c-step-zero__main .c-step-zero__logo-container .c-step-zero__logo-anchor {
      max-width: 108px;
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-step-zero__main .c-step-zero__logo-container .c-step-zero__logo-anchor {
          max-width: 89px; } }
      .c-step-zero__main .c-step-zero__logo-container .c-step-zero__logo-anchor img {
        width: 100%; }
  .c-step-zero__main .c-step-zero__content {
    padding-top: 44px; }
    @media (max-width: 768.98px) {
      .c-step-zero__main .c-step-zero__content {
        padding-top: 16px; } }
    .c-step-zero__main .c-step-zero__content .c-step-zero__intro-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align: center; }
      .c-step-zero__main .c-step-zero__content .c-step-zero__intro-container .c-step-zero__image-container {
        background-color: #ebf0f5;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        margin-bottom: 24px;
        display: flex;
        align-items: center; }
        @media (max-width: 768.98px) {
          .c-step-zero__main .c-step-zero__content .c-step-zero__intro-container .c-step-zero__image-container {
            margin-bottom: 22px;
            width: 100px;
            height: 100px; } }
        .c-step-zero__main .c-step-zero__content .c-step-zero__intro-container .c-step-zero__image-container img {
          width: 85%;
          margin: 0 auto; }
      .c-step-zero__main .c-step-zero__content .c-step-zero__intro-container .c-step-zero__intro {
        font-family: "Copernicus", serif;
        color: #0b4a72;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        max-width: 500px;
        padding-bottom: 40px; }
        @media (max-width: 768.98px) {
          .c-step-zero__main .c-step-zero__content .c-step-zero__intro-container .c-step-zero__intro {
            font-size: 15px;
            max-width: 287px;
            line-height: 26px; } }
  .c-step-zero__main .c-cta__main {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 16px;
    width: 45%;
    max-width: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .c-step-zero__main .c-cta__main .c-cta__anchor {
      padding: 16px 24px;
      box-sizing: border-box; }
    .c-step-zero__main .c-cta__main svg {
      width: 30px;
      height: 15px; }
    @media (max-width: 768.98px) {
      .c-step-zero__main .c-cta__main {
        width: 90%; } }
  .c-step-zero__main .c-step-zero__create-account-anchor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px; }
  .c-step-zero__main .c-step-zero__create-account-anchor {
    font-family: "Copernicus", serif;
    color: #0b4a72;
    font-size: 18px;
    text-decoration: none; }
    @media (max-width: 768.98px) {
      .c-step-zero__main .c-step-zero__create-account-anchor {
        font-size: 15px;
        line-height: 26px; } }

.c-pharmacy-info-modal__header-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 28px; }
  .c-pharmacy-info-modal__header-image-wrapper img {
    width: 100px;
    height: 100px; }
    @media (max-width: 768.98px) {
      .c-pharmacy-info-modal__header-image-wrapper img {
        margin-left: -35px; } }

.c-pharmacy-info-modal__error-text {
  font-family: "Proxima Nova Regular", sans-serif;
  text-align: center;
  color: #D60047; }

.c-pharmacy-info-modal__loading-text {
  font-family: "Proxima Nova Regular", sans-serif;
  text-align: center; }

.c-pharmacy-info-modal__header-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  color: #0b4a72;
  font-family: "Copernicus", serif; }

.c-pharmacy-info-modal__body-text {
  margin: 24px 0 12px;
  line-height: 1.5em;
  text-align: center;
  font-family: "Proxima Nova Regular", sans-serif;
  text-align: center; }

.c-pharmacy-info-modal__facility-select-label {
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 14px;
  line-height: 20px; }

.c-pharmacy-info-modal__facility-select {
  margin: 4px 0;
  border: 1px solid #DCE1E6;
  border-radius: 4px;
  width: 100%;
  padding: 16px;
  font-family: "Proxima Nova Regular", sans-serif;
  -webkit-appearance: none;
  background: url("../../../static/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 5%; }
  .c-pharmacy-info-modal__facility-select.no-selection {
    color: #687382; }

.c-pharmacy-info-modal__address-card-wrapper {
  padding: 16px 0; }

.c-pharmacy-info-modal__create-account-button {
  margin-top: 16px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf0f5;
  border: none;
  color: #0b4a72;
  width: 100%;
  border-radius: 38px;
  font-family: "Copernicus", serif;
  font-size: 16px;
  line-height: 22px;
  transition: background-color .2s ease-in-out;
  text-decoration: none; }
  .c-pharmacy-info-modal__create-account-button:hover {
    background-color: #DCE1E6; }

.c-address-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #DCE1E6;
  padding: 8px;
  border-radius: 16px;
  padding: 16px;
  font-family: "Proxima Nova Regular", sans-serif; }
  .c-address-card .c-address-card__top-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px; }
    @media (max-width: 768.98px) {
      .c-address-card .c-address-card__top-row {
        padding-bottom: 0; } }
  .c-address-card .c-address-card__top-info {
    display: flex;
    flex-direction: column; }
    @media (max-width: 768.98px) {
      .c-address-card .c-address-card__top-info .c-address-card__labeled-info:not(:last-child) {
        margin-bottom: 8px; } }
  .c-address-card .c-address-card__bottom-row {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768.98px) {
      .c-address-card .c-address-card__bottom-row {
        display: flex;
        flex-direction: column; } }
  .c-address-card .c-address-card__desktopHide {
    display: none; }
    @media (max-width: 768.98px) {
      .c-address-card .c-address-card__desktopHide {
        display: block; } }
  @media (max-width: 768.98px) {
    .c-address-card .c-address-card__mobileHide {
      display: none; } }
  .c-address-card .c-address-card__image {
    width: 80px;
    height: 80px; }
    @media (max-width: 768.98px) {
      .c-address-card .c-address-card__image {
        align-self: flex-end;
        margin-left: -35px; } }
  .c-address-card .c-address-card__labeled-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.3rem; }
    .c-address-card .c-address-card__labeled-info .c-address-card__labeled-info__label {
      font-family: "Proxima Nova Semibold", sans-serif;
      font-weight: 600; }
    .c-address-card .c-address-card__labeled-info .c-address-card__labeled-info__info {
      white-space: pre; }

.c-error__main {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  background-color: #ebf0f5;
  display: flex;
  justify-content: center; }
  .c-error__main .c-error__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .c-error__main .c-error__content .c-error__logo-container {
      height: 93px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media (max-width: 768.98px) {
        .c-error__main .c-error__content .c-error__logo-container {
          height: 65px; } }
      .c-error__main .c-error__content .c-error__logo-container .c-error__logo-anchor {
        width: 108px;
        height: auto; }
        @media (max-width: 768.98px) {
          .c-error__main .c-error__content .c-error__logo-container .c-error__logo-anchor {
            width: 89px; } }
        .c-error__main .c-error__content .c-error__logo-container .c-error__logo-anchor img {
          width: 100%; }
    .c-error__main .c-error__content .c-error__text-container {
      max-width: 470px; }
      @media (max-width: 768.98px) {
        .c-error__main .c-error__content .c-error__text-container {
          max-width: 304px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    .c-error__main .c-error__content .c-error__title {
      font-family: "Copernicus", serif;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -.75px;
      color: #0b4a72;
      padding-bottom: 17px;
      text-align: center; }
      @media (max-width: 768.98px) {
        .c-error__main .c-error__content .c-error__title {
          font-size: 30px;
          line-height: 38px;
          letter-spacing: -.5px;
          padding-bottom: 30px; } }
    .c-error__main .c-error__content .c-error__subtitle {
      font-family: "Neue Haas Grotesk Desktop Pro 55", sans-serif;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .75px;
      color: rgba(0, 0, 0, 0.7);
      text-align: center; }
    .c-error__main .c-error__content .c-error__try-again {
      margin-top: 40px;
      background-color: #d6e1ea;
      width: 145px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Copernicus", serif;
      border-radius: 38px; }
      .c-error__main .c-error__content .c-error__try-again .c-cta__anchor {
        color: #0b4a72;
        text-decoration: none; }
        .c-error__main .c-error__content .c-error__try-again .c-cta__anchor svg {
          padding-left: 10px; }

.c-error__image-container {
  display: flex;
  justify-content: center;
  padding-bottom: 43px;
  max-width: 160px;
  width: 100%;
  height: 110px; }
  .c-error__image-container img {
    width: 100%;
    object-fit: cover; }
  @media (max-width: 768.98px) {
    .c-error__image-container {
      padding-bottom: 40px; } }

