.heroComponent .contentContainer {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-size: 669px 400px;
  background-repeat: no-repeat;
  background-position: right 3rem top 0rem;
}
.heroComponent .heroHeading h1 {
  margin-bottom: 0px;
}
.heroComponent .heroTitle {
  margin-bottom: 16px;
}
.heroComponent .heroTitle p {
  color: #003DA5;
  font-family: "MuseoSans_700_Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  margin-top: 4px;
  margin-bottom: 0px;
}
.heroComponent .heroBody ul {
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
.heroComponent .heroBody ul li {
  font-size: 20px;
  line-height: 30px;
}
.heroComponent .heroBody p a {
  font-size: 20px;
}
.heroComponent .heroCTAButton a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
  text-underline-offset: 6px;
  border-bottom: 0px !important;
  background: var(--Action-Reversed-active, #1054C9);
}
.heroComponent .heroCTAButton a:hover span:first-child {
  color: var(--action-reversed, #fff) !important;
}
.heroComponent .heroCTAButton a:focus {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  outline: 1px dashed #003DA5;
  outline-offset: 1px;
  background: var(--Action-Reversed-active, #1054C9);
}
.heroComponent .heroBody p {
  margin-bottom: 0rem;
}
.heroComponent .heroCTA-button {
  margin-top: 24px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11.5px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background: var(--action-primary, #003DA5);
}
.heroComponent .heroCTALabel {
  color: var(--action-reversed, #FFF) !important;
  text-align: center;
  font-family: "MuseoSans_700_Bold", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
}
.heroComponent .heroBody img {
  margin: 24px 16px 0px 0px;
}
.heroComponent .heroDisclaimer {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  font-family: "MuseoSans_300_Light";
}
.heroComponent .centerAlignElements {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .heroComponent .contentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-position: center;
  }
  .heroComponent .heroTitle {
    margin-bottom: 8px;
    color: #003DA5;
    font-family: "MuseoSans_700_Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
  .heroComponent .heroImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
  .heroComponent .heroBody p a {
    font-size: 18px !important;
  }
  .heroComponent .heroBody ul li {
    font-size: 18px;
    line-height: 27px;
  }
  .heroComponent .centerAlignElements {
    margin-top: 24px;
  }
  .heroComponent .colmd12Class .centerAlignElements {
    margin: 47.5px 0px 47.5px;
  }
  .heroComponent .heroCTALabel {
    font-size: 16px;
    line-height: 20px;
  }
  .heroComponent .heroDisclaimer {
    margin-top: 16px;
    margin-bottom: 0px;
    line-height: 24px;
  }
}