.hyperLinkComp .hyper-link {
  margin-bottom: 24px;
}
.hyperLinkComp .hyper-link a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "MuseoSans_700_Bold", sans-serif;
}
.hyperLinkComp .hyper-link a:hover {
  background-color: #A3CBF0;
}
.hyperLinkComp .hyper-link .icon-F001:before {
  content: "\f001";
  vertical-align: middle !important;
}

.experience-commerce_assets-hyperLink .hyper-link {
  margin-bottom: 12px !important;
}

#faq .experience-commerce_assets-accordian .hyper-link a {
  font-size: 16px !important;
  line-height: 20px !important;
}

.staticPDLanding .hyperLinkComp .hyper-link {
  margin-bottom: 24px;
  width: 90%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.staticPDLanding .hyperLinkComp .hyper-link a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  font-family: "MuseoSans_700_Bold", sans-serif;
  border: 0 !important;
}
.staticPDLanding .hyperLinkComp .hyper-link a .icon-F001:before {
  content: "\f001";
  vertical-align: middle !important;
}
.staticPDLanding .hyperLinkComp .hyper-link:focus-within {
  border: 1px dashed var(--Action-Link-active, #1054c9) !important;
}
.staticPDLanding .hyperLinkComp .hyper-link:focus-within span {
  color: #1054C9 !important;
}
.staticPDLanding .hyperLinkComp .hyper-link a:visited span {
  color: #003057;
}
.staticPDLanding .hyperLinkComp .hyper-link a:hover {
  border: none !important;
  outline: none !important;
  background-color: initial;
}
.staticPDLanding .hyperLinkComp .hyper-link a:hover span {
  color: #1054C9 !important;
}
.staticPDLanding .hyperLinkComp .hyper-link a:hover span:first-child {
  border-bottom: 1px dashed var(--Action-Link-active, #1054c9);
}
.staticPDLanding .hyperLinkComp .hyper-link a:focus-visible {
  border: none !important;
  outline: none !important;
}
.staticPDLanding .hyperLinkComp #faq .hyperLinkComp .hyper-link {
  margin-bottom: 16px;
  width: 90%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.staticPDLanding .hyperLinkComp #faq .hyperLinkComp .hyper-link a {
  font-size: 16px !important;
  line-height: 20px !important;
  text-decoration: none !important;
}
.staticPDLanding .hyperLinkComp #faq .hyperLinkComp .hyper-link a:visited {
  color: #003057 !important;
}
.staticPDLanding .hyperLinkComp #faq .hyperLinkComp .hyper-link a:focus {
  outline: 1px dashed;
  text-decoration: none;
  color: #1054C9 !important;
}
.staticPDLanding .hyperLinkComp #faq .hyperLinkComp .hyper-link a:hover {
  border-bottom: none !important;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
  color: #1054C9 !important;
}

@media (max-width: 768px) {
  .hyperLinkComp .hyper-link {
    margin-bottom: 20px;
  }
  .hyperLinkComp .hyper-link a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: "MuseoSans_300_Light", sans-serif;
  }
  .hyperLinkComp .hyper-link a:hover {
    background-color: #A3CBF0;
  }
  .staticPDLanding .hyperLinkComp .hyper-link {
    margin-bottom: 24px;
    width: 90%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .staticPDLanding .hyperLinkComp .hyper-link a {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    font-family: "MuseoSans_700_Bold", sans-serif;
    border: 0 !important;
  }
  .staticPDLanding .hyperLinkComp .hyper-link a .icon-F001:before {
    content: "\f001";
    vertical-align: middle !important;
  }
  .staticPDLanding .hyperLinkComp .hyper-link:focus-within {
    border: 1px dashed var(--Action-Link-active, #1054c9) !important;
  }
  .staticPDLanding .hyperLinkComp .hyper-link:focus-within span {
    color: #1054C9 !important;
  }
  .staticPDLanding .hyperLinkComp .hyper-link a:visited span {
    color: #003057;
  }
  .staticPDLanding .hyperLinkComp .hyper-link a:hover {
    border: none !important;
    outline: none !important;
    background-color: initial;
  }
  .staticPDLanding .hyperLinkComp .hyper-link a:hover span {
    color: #1054C9 !important;
  }
  .staticPDLanding .hyperLinkComp .hyper-link a:hover span:first-child {
    border-bottom: 1px dashed var(--Action-Link-active, #1054c9);
  }
  .staticPDLanding .hyperLinkComp .hyper-link a:focus-visible {
    border: none !important;
    outline: none !important;
  }
}