.attrcm-patient-resources-page {
  overflow-x: hidden;
}
.attrcm-patient-resources-page .info-popup {
  position: relative;
  display: inline-block;
  height: 0.5em;
  vertical-align: super;
  cursor: pointer;
  white-space: nowrap;
}
.attrcm-patient-resources-page .info-popup img {
  height: 1.2rem !important;
  width: 1.2rem !important;
}
.attrcm-patient-resources-page .info-popup.active-popup .info-button-popup {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 0s;
}
@media (min-width: 769px) {
  .attrcm-patient-resources-page .info-popup:hover .info-button-popup {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 0s;
  }
}
.attrcm-patient-resources-page .info-popup .info-button-popup {
  white-space: normal;
  position: absolute;
  bottom: 2.3rem;
  right: -2rem;
  z-index: -1;
  padding: 1.6rem;
  background-color: #F5F5F5;
  opacity: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(20em / 14);
  letter-spacing: -0.01em;
  color: #000000;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 350ms;
  width: 35.6rem;
  filter: drop-shadow(0 0 1rem #00000059);
  visibility: hidden;
}
.attrcm-patient-resources-page .info-popup .info-button-popup::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6rem;
  right: 1.6rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: inherit;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .info-popup .info-button-popup::before {
    left: var(--arrow-left, 1.6rem) !important;
    right: auto !important;
    top: var(--arrow-top, auto) !important;
    bottom: var(--arrow-bottom, -1.6rem) !important;
  }
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tbm__container {
    width: 34.3rem;
    margin: 0 auto;
  }
}
.attrcm-patient-resources-page .tbm__select {
  display: none;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tbm__select {
    display: block;
  }
}
.attrcm-patient-resources-page .tbm__select--top {
  padding-top: 4rem;
}
.attrcm-patient-resources-page .tbm__select--bottom {
  padding-bottom: 4rem;
}
.attrcm-patient-resources-page .hero {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .hero {
    max-width: 100%;
    height: 41.2rem;
  }
}
.attrcm-patient-resources-page .hero .back-img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .hero .back-img {
    object-position: 71%;
  }
}
.attrcm-patient-resources-page .hero .container {
  position: absolute;
  top: 5.8rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .hero .container {
    top: 18rem;
    padding: 0 2.4rem;
  }
}
.attrcm-patient-resources-page .hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 3.8rem;
  color: #FFFFFF;
  text-shadow: 0 0.4rem 1rem #000000;
  margin-bottom: 4rem;
  width: 51.2rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .hero h1 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: calc(38em / 32);
    width: 100%;
    max-width: 100%;
  }
  .attrcm-patient-resources-page .hero h1 br {
    display: none;
  }
}
.attrcm-patient-resources-page .hero p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .hero p {
    text-align: right;
  }
}
.attrcm-patient-resources-page .tabs-section {
  position: relative;
}
.attrcm-patient-resources-page .tabs-section .tabs {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 0 19.2rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs {
    display: none;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs .tab {
  width: 25%;
  background: linear-gradient(180deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
  cursor: pointer;
  padding: 1.8rem;
  height: 5.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attrcm-patient-resources-page .tabs-section .tabs .tab .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(22.5em/18);
  text-align: center;
  color: #FFFFFF;
}
.attrcm-patient-resources-page .tabs-section .tabs .tab.active {
  background: #FFFFFF;
}
.attrcm-patient-resources-page .tabs-section .tabs .tab.active .name {
  color: #963CBD;
}
.attrcm-patient-resources-page .tabs-section .tabs .tab.active:hover {
  background: #FFFFFF;
}
.attrcm-patient-resources-page .tabs-section .tabs-top {
  top: -5.9rem;
}
.attrcm-patient-resources-page .tabs-section .tabs-top .tab {
  border-radius: 1.6rem 1.6rem 0 0;
}
.attrcm-patient-resources-page .tabs-section .tabs-top .tab:not(.active):hover {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.attrcm-patient-resources-page .tabs-section .tabs-bottom {
  bottom: -5.9rem;
}
.attrcm-patient-resources-page .tabs-section .tabs-bottom .tab {
  border-radius: 0 0 1.6rem 1.6rem;
}
.attrcm-patient-resources-page .tabs-section .tabs-bottom .tab:not(.active) {
  background: linear-gradient(0deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
}
.attrcm-patient-resources-page .tabs-section .tabs-bottom .tab:not(.active):hover {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content {
  padding: 6.8rem 0;
  position: relative;
  max-width: 100%;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .primary-3-circle {
  position: absolute;
  background-color: #C6A1CF;
  border-radius: 50%;
  opacity: 0.25;
  display: block !important;
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-big {
  width: 46.3rem;
  height: 46.3rem;
  top: 18rem;
  left: 138.4rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-big {
    top: 51.6rem;
    left: auto;
    right: 139.34rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-medium {
  width: 34.58rem;
  height: 34.77rem;
  top: 20.1rem;
  right: 144.7rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-medium {
    top: 25.5rem;
    left: 143.76rem;
    right: auto;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-small {
  width: 12.542rem;
  height: 12.685rem;
  top: 17.1rem;
  right: 141.7rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-small {
    top: 27.3rem;
    left: 140.76rem;
    right: auto;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  list-style: none;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials {
    margin-bottom: 0;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: calc(32em/26);
  color: #963CBD;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-title {
    margin-top: 4rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: calc(24em/18);
  color: #333333;
  margin-bottom: 6.1rem;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-text {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 2.7rem;
  border-bottom: 0.1rem solid #C6A1CF;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item.big-card {
  padding-top: 4.7rem !important;
  padding-bottom: 4.6rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item.big-card {
    padding-bottom: 0;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item:not(:first-of-type) {
  padding-top: 2.3rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item:first-child .materials-item-card:first-child {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card {
  display: grid;
  grid-template-columns: 11rem 1fr;
  grid-template-areas: "image text" "image footer";
  column-gap: 3.3rem;
  row-gap: 1.3rem;
  align-items: start;
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card {
    grid-template-columns: 8.8rem 1fr;
    grid-template-areas: "image text" "footer footer";
    column-gap: 2rem;
    row-gap: 2rem;
    padding: 4rem 0;
    border-top: 0.1rem solid #C6A1CF;
  }
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card:not(:has(.select-container)) {
    grid-template-areas: "image text" "image footer";
    row-gap: 0;
  }
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card:not(:has(.select-container)) .materials-item-card__footer {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card:not(:has(.select-container)) .download-link {
    margin-top: 0.8rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .card-image {
  grid-area: image;
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .card-image .image-wrapper {
  width: 100%;
  height: 16rem;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 0.05rem solid #333333;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .card-image .image-wrapper {
    height: auto;
    border-radius: 0.7rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .card-image .image-wrapper img {
  width: 100%;
  height: 101%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .text-content {
  grid-area: text;
  display: flex;
  flex-direction: column;
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .text-content h3 {
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: calc(28em/22);
  color: #470A68;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .text-content h3 {
    font-size: 1.6rem;
    line-height: calc(20em/16);
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .text-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: calc(24em/18);
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card .text-content p {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer {
  grid-area: footer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer {
    flex-direction: row;
    gap: 3rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .custom-select__input {
  width: 17.2rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .custom-select__input {
    width: 15rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .custom-select__display {
  border-width: 0.1rem;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .custom-select__display {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .download-link {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6rem;
  color: #E0115F;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .download-link {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .download-link img {
  margin-left: 0.8rem;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .download-link img {
    margin-left: 1rem;
    width: 1.8rem;
    height: 2rem;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .download-link:hover {
    font-weight: 700;
  }
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card__footer .download-link:hover img {
    margin-left: 1.4rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card {
  grid-template-columns: 11rem 1fr auto;
  grid-template-areas: "image text qr" "image footer qr";
  column-gap: 3.3rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card {
    grid-template-columns: 8.8rem 1fr;
    grid-template-areas: "image text" "footer footer" "qr qr";
    column-gap: 2rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block {
  grid-area: qr;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block {
    flex-direction: row;
    align-items: center;
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block .qr-wrapper {
  margin-left: 2.5rem;
  width: 15.6rem;
  height: 15.6rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block .qr-wrapper {
    margin: 0;
    width: 10rem;
    height: 10rem;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block .qr-wrapper img {
  width: 100%;
  height: 100%;
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block .qr-text {
  margin-left: 2.4rem;
  max-width: 28.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #470A68;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block .qr-text {
    margin-left: 0;
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.25;
    text-align: left;
  }
}
.attrcm-patient-resources-page .tabs-section .tabs-content .content .materials-tab .materials-item-card.big-card .qr-block .qr-text a {
  text-decoration: underline;
}
.attrcm-patient-resources-page .articles-navigation-section {
  background-color: #3333331C;
  overflow: hidden;
  padding-top: 9.9rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .articles-navigation-section {
    padding-top: 2rem;
  }
}
.attrcm-patient-resources-page .articles-navigation-section-list {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-bottom: 6.1rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .articles-navigation-section-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 3.6rem;
  }
}
.attrcm-patient-resources-page .articles-navigation-section-list-item {
  flex: 1;
  box-shadow: none;
  transition: box-shadow 600ms ease-in-out;
  border-radius: 0.8rem;
  overflow: hidden;
}
.attrcm-patient-resources-page .articles-navigation-section-list-item:first-child .articles-navigation-section-card-text-content,
.attrcm-patient-resources-page .articles-navigation-section-list-item:last-child .articles-navigation-section-card-text-content {
  padding-top: 1.7rem;
  padding-bottom: 2.6rem;
}
.attrcm-patient-resources-page .articles-navigation-section-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
}
.attrcm-patient-resources-page .articles-navigation-section-card:focus .accent-arrow-link {
  outline: 0.2rem solid #E0115F;
  outline-offset: 0.2rem;
}
.attrcm-patient-resources-page .articles-navigation-section-card:focus .accent-arrow-link::before {
  opacity: 1;
}
.attrcm-patient-resources-page .articles-navigation-section-card:focus .accent-arrow-link p {
  opacity: 0;
}
.attrcm-patient-resources-page .articles-navigation-section-card-image {
  width: 100%;
  height: auto;
}
.attrcm-patient-resources-page .articles-navigation-section-card-image-container {
  width: 100%;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .articles-navigation-section-card-image-container img {
    height: 15rem;
    object-fit: cover;
  }
}
.attrcm-patient-resources-page .articles-navigation-section-card-image-container.actor-portrayal {
  position: relative;
}
.attrcm-patient-resources-page .articles-navigation-section-card-image-container.actor-portrayal::before {
  content: 'Actor portrayals.';
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17.07em/14);
  text-shadow: 0 0.4rem 0.4rem #000000BF;
  color: #FFFFFF;
  transition: opacity 600ms ease-in-out;
}
.attrcm-patient-resources-page .articles-navigation-section-card-title {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .articles-navigation-section-card-title {
    font-size: 1.4rem;
  }
}
.attrcm-patient-resources-page .articles-navigation-section-card-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25em;
  color: #333333;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .articles-navigation-section-card-text {
    font-size: 1.4rem;
  }
}
.attrcm-patient-resources-page .articles-navigation-section-card-text-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .articles-navigation-section-card-text-content {
    gap: 0.8rem;
    padding: 1.6rem;
  }
}
.attrcm-patient-resources-page .accent-arrow-link {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #E0115F;
  transition: gap 350ms ease-out;
}
.attrcm-patient-resources-page .accent-arrow-link::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-weight: 700;
  transition: opacity 350ms ease-out;
}
.attrcm-patient-resources-page .accent-arrow-link:hover {
  gap: 1.2rem;
}
.attrcm-patient-resources-page .accent-arrow-link:hover::before {
  opacity: 1;
}
.attrcm-patient-resources-page .accent-arrow-link:hover p {
  opacity: 0;
}
.attrcm-patient-resources-page .accent-arrow-link img {
  height: 2.5rem;
  width: auto;
}
.attrcm-patient-resources-page .accent-arrow-link p {
  opacity: 1;
  transition: opacity 350ms ease-out;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .accent-arrow-link {
    font-size: 1.6rem;
  }
  .attrcm-patient-resources-page .accent-arrow-link img {
    height: 2rem;
  }
}
.attrcm-patient-resources-page .refLink {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .attrcm-patient-resources-page .refLink {
    padding-top: 5.4rem;
  }
}
/*# sourceMappingURL=attrcm-patient-resources.css.map */