.wrapper-layout.push .slide-menuFormulaSuccess {
  left: 0;
}

.customFormula4Success .reviewSpecialist .contentSpecialist .btnFormulaSuccess, .customFormula4Success .bannerFormulaSuccess .customBanner .customContent .btnFormulaSuccess, .customFormula4Success #edit-actions-submit, .customFormula4Success .btnFormulaSuccessBlue, .customFormula4Success .btnFormulaSuccessGreen {
  color: white;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: bold;
}
.customFormula4Success .color-white {
  color: white;
}
.customFormula4Success .btnFormulaSuccessGreen {
  background-color: #6db29c;
}
.customFormula4Success .btnFormulaSuccessBlue {
  background-color: #007fcc;
}
.customFormula4Success #edit-actions-submit {
  background-color: #007fcc;
  font-size: 16px;
  width: 35%;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  .customFormula4Success #edit-actions-submit {
    width: 65%;
  }
}
.customFormula4Success .bg-green {
  background-color: #6db29c;
}
.customFormula4Success .bg-green-light {
  background-color: #F0F7EC;
}
.customFormula4Success .customHeading h1, .customFormula4Success .customHeading h2, .customFormula4Success .customHeading h3, .customFormula4Success .customHeading h4, .customFormula4Success .customHeading h5, .customFormula4Success .customHeading h6 {
  color: #007fcc;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.customFormula4Success .customHeading-2 h1, .customFormula4Success .customHeading-2 h2, .customFormula4Success .customHeading-2 h3, .customFormula4Success .customHeading-2 h4, .customFormula4Success .customHeading-2 h5, .customFormula4Success .customHeading-2 h6 {
  color: white;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.customFormula4Success .customMenu .nav .nav-link {
  color: #007fcc;
  font-weight: bold;
}
.customFormula4Success .contentFormulaSuccess {
  background-image: url("../img_formulasuccess/bgFormulaSuccess.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.customFormula4Success .bgPositionFormulaSuccess {
  background-position: 0 0 !important;
}
.customFormula4Success .hamburgerFormulaSuccess {
  width: 30px;
  height: 30px;
  display: block;
  left: 15px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
}
.customFormula4Success .hamburgerFormulaSuccess div {
  width: 30px;
  height: 6px;
  margin-bottom: 4px;
  border-radius: 10px;
  background: #595959;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.customFormula4Success .hamburgerFormulaSuccess.active div:first-child {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.customFormula4Success .hamburgerFormulaSuccess.active div:nth-child(2) {
  opacity: 0;
}
.customFormula4Success .hamburgerFormulaSuccess.active div:last-child {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.customFormula4Success .slide-menuFormulaSuccess {
  position: fixed;
  left: -100%;
  top: 0;
  width: 80vw;
  height: 100vh;
  overflow: auto;
  background: var(--bg-section);
  z-index: 100;
  -webkit-transition: 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.customFormula4Success .slide-menuFormulaSuccess li.for_mobile > a:not(.button-shop) {
  padding: 1em 1.4em;
  display: block;
  font-size: 20px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
}
.customFormula4Success .slide-menuFormulaSuccess li.open a::before {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.customFormula4Success .slide-menuFormulaSuccess ul {
  display: none;
}
.customFormula4Success .slide-menuFormulaSuccess ul li {
  padding: 0 2.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customFormula4Success .slide-menuFormulaSuccess ul li:hover {
  background: #dedede;
}
.customFormula4Success .slide-menuFormulaSuccess ul li span {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  left: 26px;
  top: 13px;
  margin: 0;
  padding: 0;
}
.customFormula4Success .slide-menuFormulaSuccess ul li a {
  padding: 0.5em 1em;
  font-size: 16px;
  background: transparent;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.customFormula4Success .slide-menuFormulaSuccess ul li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .customFormula4Success .bannerFormulaSuccess {
    padding-top: 50px;
  }
}
.customFormula4Success .bannerFormulaSuccess .customBanner {
  position: relative;
}
@media screen and (max-width: 400px) {
  .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h1, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h2, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h3, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h4, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h5, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h6 {
    font-size: 2rem;
  }
}
.customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h1 sup, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h2 sup, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h3 sup, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h4 sup, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h5 sup, .customFormula4Success .bannerFormulaSuccess .customBanner .customHeading h6 sup {
  font-size: 35%;
}
@media screen and (min-width: 992px) {
  .customFormula4Success .bannerFormulaSuccess .customBanner .customContent {
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .customFormula4Success .bannerFormulaSuccess .customBanner .customContent .content {
    border: 2px solid #A5CB6B;
    border-radius: 20px;
    padding: 25px 30px;
    background-color: white;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.customFormula4Success .bannerFormulaSuccess .customBanner .customContent .btnFormulaSuccess {
  background-color: #6db29c;
}
.customFormula4Success .sectionItemsFormulaSuccess .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #007fcc;
}
@media screen and (max-width: 991px) {
  .customFormula4Success .sectionItemsFormulaSuccess .nav {
    display: none;
  }
}
.customFormula4Success .sectionItemsFormulaSuccess .nav .nav-link {
  color: #007fcc;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 18px;
  font-weight: bold;
}
.customFormula4Success .sectionItemsFormulaSuccess .nav .nav-link.active {
  background-color: #007fcc;
  color: white;
}
.customFormula4Success .sectionItemsFormulaSuccess .itemsFormulaSuccess {
  font-size: 18px;
  border-bottom: 2px solid #007fcc;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .customFormula4Success .sectionItemsFormulaSuccess .itemsFormulaSuccess {
    display: none;
  }
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 {
  background-color: #6eb3cc;
  padding: 40px;
  border-radius: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 {
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 img {
  margin-bottom: 1.5rem;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 h1, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 h2, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 h3, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 h4, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 h5, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 h6 {
  color: white;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-1 p {
  color: white;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 {
  background-color: #6db29c;
  padding: 40px;
  border-radius: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 {
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 img {
  margin-bottom: 1.5rem;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 h1, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 h2, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 h3, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 h4, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 h5, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 h6 {
  color: white;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-2 p {
  color: white;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 {
  background-color: #a285ab;
  padding: 40px;
  border-radius: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 {
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 img {
  margin-bottom: 1.5rem;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 h1, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 h2, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 h3, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 h4, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 h5, .customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 h6 {
  color: white;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.customFormula4Success .sectionHelpYou .itemsForHelp .itemHelp-3 p {
  color: white;
}
.customFormula4Success .sectionHelpYou .btnItemHelp {
  margin-top: 15px;
  background-color: white;
  color: #007fcc;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 10px 30px;
}
.customFormula4Success .sectionHelpYou .btnItemHelp:hover, .customFormula4Success .sectionHelpYou .btnItemHelp:focus {
  background-color: white;
  color: #007fcc;
}
.customFormula4Success .sliderReviewSpecialist .slick-prev {
  left: 2% !important;
}
.customFormula4Success .sliderReviewSpecialist .slick-prev::before {
  color: white;
}
.customFormula4Success .sliderReviewSpecialist .slick-next {
  right: 2% !important;
}
.customFormula4Success .sliderReviewSpecialist .slick-next::before {
  color: white;
}
.customFormula4Success .sliderReviewSpecialist .slick-dots {
  bottom: 0 !important;
}
.customFormula4Success .sliderReviewSpecialist .slick-dots button::before {
  background: rgba(255, 255, 255, 0.4);
}
.customFormula4Success .sliderReviewSpecialist .slick-dots .slick-active button::before {
  background: white;
}
@media screen and (min-width: 992px) {
  .customFormula4Success .reviewSpecialist {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.customFormula4Success .reviewSpecialist .imageSpecialist {
  text-align: center;
}
.customFormula4Success .reviewSpecialist .contentSpecialist h1, .customFormula4Success .reviewSpecialist .contentSpecialist h2, .customFormula4Success .reviewSpecialist .contentSpecialist h3, .customFormula4Success .reviewSpecialist .contentSpecialist h4, .customFormula4Success .reviewSpecialist .contentSpecialist h5, .customFormula4Success .reviewSpecialist .contentSpecialist h6 {
  color: white;
  font-weight: bold;
}
.customFormula4Success .reviewSpecialist .contentSpecialist p {
  color: white;
}
.customFormula4Success .reviewSpecialist .contentSpecialist .btnFormulaSuccess {
  background-color: #007fcc;
}
.customFormula4Success .itemInfoProvider {
  text-align: center;
}
.customFormula4Success .itemInfoProvider a {
  text-align: center;
  color: inherit;
  text-decoration: none;
}
.customFormula4Success .itemInfoProvider a:hover, .customFormula4Success .itemInfoProvider a:focus {
  color: inherit;
  text-decoration: none;
}
.customFormula4Success .itemInfoProvider a img {
  border: 2px solid #a285ab;
  border-radius: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .customFormula4Success .itemInfoProvider a img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .customFormula4Success .itemInfoProvider a img {
    max-width: 430px;
  }
}
.customFormula4Success .itemInfoProvider a p {
  color: white;
  font-size: 22px;
  line-height: 1.2;
}
.customFormula4Success .contentResourcesCoverage ul {
  list-style: disc !important;
  padding-left: 1rem;
}
.customFormula4Success .contentResourcesCoverage ul li {
  list-style: disc !important;
  color: #007fcc;
}
.customFormula4Success .contentResourcesCoverage ul li a {
  color: #007fcc;
  text-decoration: underline;
}
.customFormula4Success .contentCoverageTips a {
  color: #007fcc;
  text-decoration: underline;
}
.customFormula4Success .contentCoverageTips a:hover, .customFormula4Success .contentCoverageTips a:focus {
  color: #007fcc;
  text-decoration: none;
}
.customFormula4Success .contentCoverageTips2 ul {
  list-style: disc !important;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.customFormula4Success .contentCoverageTips2 ul li {
  list-style: disc !important;
}
.customFormula4Success .contentCoverageTips2 ul li::marker {
  color: #a285ab;
}
.customFormula4Success .rowContact .item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .customFormula4Success .rowContact .item img {
    max-width: 50px;
  }
}
.customFormula4Success .rowContact .item p {
  color: #007fcc;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1;
}
.customFormula4Success .rowContact .item a {
  color: #007fcc;
  text-decoration: none;
}
.customFormula4Success .rowContact .item a:hover, .customFormula4Success .rowContact .item a:focus {
  color: #007fcc;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .customFormula4Success .rowContact .item a {
    word-break: break-word;
  }
}
.customFormula4Success .customFormContact {
  position: relative;
}
@media screen and (max-width: 991px) {
  .customFormula4Success .customFormContact::before {
    display: none !important;
  }
}
.customFormula4Success .customFormContact::before {
  content: "";
  width: 4px;
  height: 85%;
  background-color: #007fcc;
  margin-right: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 5px;
}
.customFormula4Success .customFormContact .js-form-item {
  margin-bottom: 1rem;
}
.customFormula4Success .customFormContact h1, .customFormula4Success .customFormContact h2, .customFormula4Success .customFormContact h3, .customFormula4Success .customFormContact h4, .customFormula4Success .customFormContact h5, .customFormula4Success .customFormContact h6 {
  color: #007fcc;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.customFormula4Success .customFormContact p {
  color: #007fcc;
  font-size: 20px;
  margin-bottom: 5px;
}
.customFormula4Success .customFormContact label {
  color: #007fcc;
  margin-bottom: 0;
}
.customFormula4Success .customFormContact input:not([type=submit]), .customFormula4Success .customFormContact textarea, .customFormula4Success .customFormContact select {
  border: 3px solid #007fcc;
  border-radius: 0 !important;
}
.customFormula4Success .customFormContact input[type=submit] {
  font-size: 16px;
}
.customFormula4Success .accordionFormula .card {
  border: none;
  background-color: #A285AB;
  margin-bottom: 25px;
  border-radius: 30px;
}
.customFormula4Success .accordionFormula .card .card-header {
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.customFormula4Success .accordionFormula .card .card-header button {
  padding: 0.75rem 1.25rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.customFormula4Success .accordionFormula .card .card-header button:hover, .customFormula4Success .accordionFormula .card .card-header button:focus {
  color: white;
  text-decoration: none;
}
.customFormula4Success .accordionFormula .card .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.customFormula4Success .accordionFormula .card .card-body * {
  color: white;
}
.customFormula4Success .accordionFormula .card .card-body ul {
  list-style: disc !important;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.customFormula4Success .accordionFormula .card .card-body ul li {
  list-style: disc !important;
}
.customFormula4Success .accordionFormula .card .card-body a {
  color: inherit;
  text-decoration: underline;
}
.customFormula4Success .accordionFormula .card .card-body a:hover, .customFormula4Success .accordionFormula .card .card-body a:focus {
  color: inherit;
  text-decoration: none;
}
.customFormula4Success .sectionEnrollNow p {
  font-size: 24px;
  line-height: 1.4;
}
.customFormula4Success .contentCodes h1, .customFormula4Success .contentCodes h2, .customFormula4Success .contentCodes h3, .customFormula4Success .contentCodes h4, .customFormula4Success .contentCodes h5, .customFormula4Success .contentCodes h6 {
  color: #53559c;
}
.customFormula4Success .contentCodes .btn {
  color: #FFFFFF;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 32px;
  background-color: #212e70;
  border-color: #1b255a;
  border-radius: 10px;
  width: 100%;
  display: block;
}
.customFormula4Success .customStep h1, .customFormula4Success .customStep h2, .customFormula4Success .customStep h3, .customFormula4Success .customStep h4, .customFormula4Success .customStep h5, .customFormula4Success .customStep h6 {
  font-weight: bold;
  color: #53559c;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.customFormula4Success .selectProductCategoryFormula label {
  font-weight: bold;
}
.customFormula4Success .selectProductCategoryFormula select {
  border: 2px solid #d7dcde;
  background: #f7f9f9;
  color: #757C83;
  border-radius: 0;
  line-height: 1.5;
  height: 39px;
  font-size: 15px;
}
.customFormula4Success .codes-step2 .code-view-cat ul {
  padding-left: 50px;
  padding-right: 50px;
}
.customFormula4Success .codes-step2 .code-view-cat ul li {
  margin-bottom: 10px;
}
.customFormula4Success .codes-step2 .code-view-cat.index-view-0 ul {
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
}
.customFormula4Success .codes-step2 .code-view-cat .customFormula4SuccessProduct .custom-control-input:checked ~ .custom-control-label {
  font-weight: bold;
}
.customFormula4Success .codes-step2 .code-view-cat .customFormula4SuccessProduct label {
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.customFormula4Success .codes-step2 .code-view-cat .customFormula4SuccessProduct .custom-control-label::before {
  border: #212e70 solid 1px;
}
.customFormula4Success .codes-step2 .code-view-cat .customFormula4SuccessProduct .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #212e70;
  background-color: #212e70;
}
.customFormula4Success .codes-step2 .code-view-cat .customFormula4SuccessProduct .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #212e70;
  border-color: #212e70;
}
.customFormula4Success .codes-step2 [data-view-cat], .customFormula4Success .codes-step2 [data-product-detail] {
  display: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.customFormula4Success .codes-step2 [data-view-cat].active, .customFormula4Success .codes-step2 [data-product-detail].active {
  display: block;
}

.customFormula4SuccessProductDetail .customTitle h1, .customFormula4SuccessProductDetail .customTitle h2, .customFormula4SuccessProductDetail .customTitle h3, .customFormula4SuccessProductDetail .customTitle h4, .customFormula4SuccessProductDetail .customTitle h5, .customFormula4SuccessProductDetail .customTitle h6 {
  color: #53559c;
  margin: 1em 0;
  line-height: 1.4;
  font-size: 22px;
}
.customFormula4SuccessProductDetail .customBody ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding: 0 50px 0 !important;
}
.customFormula4SuccessProductDetail .customBody ul li {
  list-style-type: disc !important;
}
.customFormula4SuccessProductDetail .customCodes h1, .customFormula4SuccessProductDetail .customCodes h2, .customFormula4SuccessProductDetail .customCodes h3, .customFormula4SuccessProductDetail .customCodes h4, .customFormula4SuccessProductDetail .customCodes h5, .customFormula4SuccessProductDetail .customCodes h6 {
  color: #53559c;
  margin: 1.67em 0;
  font-size: 16px;
  letter-spacing: 1px;
}
#formulaSuccessModal .logoFormulaSuccess {
  text-align: center;
  margin-bottom: 30px;
}
#formulaSuccessModal .logoFormulaSuccess img {
  max-width: 50%;
}
#formulaSuccessModal ul {
  list-style: disc !important;
  padding-left: 2rem;
}
#formulaSuccessModal ul li {
  list-style: disc !important;
}
#formulaSuccessModal .btn {
  background-color: #007fcc !important;
  border-color: #007fcc !important;
  font-size: 18px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.itemHelpModal ul {
  list-style: disc !important;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.itemHelpModal ul li {
  list-style: disc !important;
}

.itemSpecialistModal .questionForSpecialist p:has(strong) {
  margin-bottom: 0;
}

.coverageTipsModal .coverageTipsContent p strong {
  text-decoration: underline;
}
.coverageTipsModal .coverageTipsContent p.enroll strong {
  text-decoration: none;
}
.coverageTipsModal .coverageTipsContent ul {
  list-style: disc !important;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.coverageTipsModal .coverageTipsContent ul li {
  list-style: disc !important;
}
.coverageTipsModal .coverageTipsContent a {
  color: inherit;
  text-decoration: underline;
}
.coverageTipsModal .coverageTipsContent a:hover, .coverageTipsModal .coverageTipsContent a:focus {
  color: inherit;
  text-decoration: underline;
}
.coverageTipsModal .coverageTipsContent1 ol, .coverageTipsModal .coverageTipsContent1 ul {
  list-style: auto !important;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.coverageTipsModal .coverageTipsContent1 ol li, .coverageTipsModal .coverageTipsContent1 ul li {
  list-style: auto !important;
}
.coverageTipsModal .coverageTipsContent1 a {
  color: inherit;
  text-decoration: underline;
}
.coverageTipsModal .coverageTipsContent1 a:hover, .coverageTipsModal .coverageTipsContent1 a:focus {
  color: inherit;
  text-decoration: underline;
}

.contentVia {
  background-color: #e7e7e7;
  position: relative;
}
.contentVia .spiral1 {
  position: absolute;
  top: -50%;
  right: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  .contentVia .spiral1 {
    display: none;
  }
}

.sectionGetStarted .contentStarted {
  text-align: center;
}
.sectionGetStarted .contentStarted * {
  color: #007fcc;
}
.sectionGetStarted .imageStarted {
  margin-bottom: 1.5rem;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .sectionGetStarted .imageStarted .img-1 {
    max-width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .sectionGetStarted .imageStarted .img-2 {
    max-width: 80px;
  }
}
@media screen and (min-width: 992px) {
  .sectionGetStarted .col-contentStarted::before {
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    background-color: #007fcc;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .sectionGetStarted .col-contentStarted::after {
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    background-color: #007fcc;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.sectionGetStarted sup {
  top: -0.5em;
}

.icon-tiktok-custom {
  background-color: white;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  cursor: pointer;
}
.icon-tiktok-custom:hover {
  background-color: #01a2c9;
}
.icon-tiktok-custom img {
  width: 22px;
  margin: auto !important;
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(10%) saturate(3707%) hue-rotate(194deg) brightness(94%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(25%) sepia(10%) saturate(3707%) hue-rotate(194deg) brightness(94%) contrast(88%);
}

.teaser-therapeitic-area-mini img {
  width: 100%;
  height: auto;
  border: 2px solid #a285ab;
  border-radius: 25px;
  margin-bottom: 5px;
}
.teaser-therapeitic-area-mini p {
  color: white;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

.therapeitic-area-modal .modal-header {
  font-size: 22px;
  color: #1e3266 !important;
}
.therapeitic-area-modal .modal-header .close {
  color: #1e3266 !important;
}
.therapeitic-area-modal .content {
  border-bottom: 1px solid #dee2e6;
}
.therapeitic-area-modal .content .text-modal {
  font-size: 18px;
  color: #1e3266 !important;
}
@media screen and (max-width: 992px) {
  .therapeitic-area-modal .content .text-modal {
    font-size: 14px;
  }
}

.link-formula-success {
  color: #007fcc;
  text-decoration: underline;
}

.dropdown-el {
  font-size: 20px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 1em;
  min-height: 2em;
  max-height: 2em;
  overflow: hidden;
  top: 0.5em;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #444;
  outline: none;
  border: 0.06em solid transparent;
  border-radius: 1em;
  background-color: #cde4f5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 992px) {
  .dropdown-el {
    display: none;
  }
}
.dropdown-el input:focus + label {
  background: #def;
}
.dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}
.dropdown-el label, .dropdown-el a {
  border-top: 0.06em solid #d9d9d9;
  display: block;
  height: 2em;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2), .dropdown-el a:nth-child(2) {
  margin-top: 2em;
  border-top: 0.06em solid #d9d9d9;
}
.dropdown-el input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
.dropdown-el::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 0.9em;
  border: 0.3em solid #3694d7;
  border-color: #3694d7 transparent transparent transparent;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown-el.expanded {
  border: 0.06em solid #3694d7;
  background: #fff;
  border-radius: 0.25em;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 15em;
}
.dropdown-el.expanded label, .dropdown-el.expanded a {
  border-top: 0.06em solid #d9d9d9;
}
.dropdown-el.expanded label:hover, .dropdown-el.expanded a:hover {
  color: #3694d7;
}
.dropdown-el.expanded input:checked + label {
  color: #3694d7;
}
.dropdown-el.expanded::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 0.55em;
}