/* *************** */
/* Learn More Form */
/* *************** */

#hsForm_d8bf21c7-c69f-4a3c-a305-d32172ec0c4f .hs-richtext.hs-main-font-element,
#hsForm_d8bf21c7-c69f-4a3c-a305-d32172ec0c4f>div.hs_new_primaryinterestline.hs-new_primaryinterestline.hs-fieldtype-select.field.hs-form-field>div,
#hsForm_d8bf21c7-c69f-4a3c-a305-d32172ec0c4f>div.hs_new_primaryinterestline.hs-new_primaryinterestline.hs-fieldtype-select.field.hs-form-field>ul {
    display: none;
}

.hs_recaptcha {
/* Hide ReCaptcha */
display: none;
}

#pdp-learnmore {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 108px 10.58px 1rem;
    min-height: 907px;
    background: #4c4f72;
    border-radius: 30px;
    max-width: 1920px;
    overflow: hidden;
}

.pdp-learnmore-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 /0.7;
    background: url(/images/nasmlibraries/pages/pdp-page/nasm_day2_1264_retouched-optimized.jpg?sfvrsn=1db07bd8_2), #4c4f72;
    background-size: cover;
    /* background-size: contain; */
    background-position: center;
    background-repeat: no-repeat;
}

.pdp-learnmore-img img {
    width: 100%;
}

.pdp-learnmore-img img:nth-of-type(2) {
    display: none;
}

.pdp-learnmore-gradient {
    height: 64px;
    width: 100%;
    background: linear-gradient(180deg, rgba(76, 79, 114, 0) 0%, #4c4f72 100%);
    position: absolute;
    bottom: 0;
}

.pdp-learnmore-text {
    color: #fff;
    margin-top: 46px;
    margin-bottom: 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.pdp-learnmore-title {
    color: #fff;
    font-family: "Prompt", sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 300px;
    padding-top: 20px;
}

.pdp-learnmore-subtitle,
.pdp-learnmore-postform {
    color: var(--ui-color-light);
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.48px;
    width: 364px;
    padding: 0;
}

.pdp-learnmore-subtitle {
    margin: 16px 0 28.16px;
    width: 300px;
}

#pdp-learnmore .hsform form {
    text-align: center;
}

#pdp-learnmore .hsform form input {
    width: 300px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--ui-color-off-light);
    margin: 0 0 35.05px;
    outline: none;
    padding: 7px 0;
}

#pdp-learnmore .hsform form input:focus {
    outline: none;
}

#pdp-learnmore .hsform form input,
#pdp-learnmore .hsform form input::placeholder {
    height: 28px;
    color: #fff;
    font-family: "Prompt", sans-serif;
    font-size: 0.8125rem;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-transform: none;
}

#pdp-learnmore .hsform form input::placeholder {
    text-transform: uppercase;
}

#pdp-learnmore .no-list.hs-error-msgs.inputs-list {
    color: #ff4040;
    margin: -30px 0 10px;
    font-size: 15.5px;
    font-weight: 500;
}

#pdp-learnmore ul.no-list.hs-error-msgs.inputs-list a {
    color: #ff4040;
    text-decoration: underline;
}

#pdp-learnmore .hs_error_rollup .no-list.hs-error-msgs.inputs-list .hs-main-font-element {
    position: relative;
    bottom: -85px;
}

#pdp-learnmore .hs-button.primary.large {
    background: var(--ui-color-light);
    border: none;
    color: var(--brand-color-black);
    cursor: pointer;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    height: 50px;
    letter-spacing: 0.32px;
    line-height: 16px;
    padding: 17px 30px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.2s ease-out;
    width: 300px;
}

#pdp-learnmore .hs-button.primary.large:hover {
    background: var(--brand-color-highlight);
}

.pdp-learnmore-postform {
    margin: 0 auto;
    width: 350px;
    text-align: center;
}

.pdp-learnmore-number {
    margin-top: 1rem;
    margin: 26px 0;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

.pdp-learnmore-number a {
    color: var(--ui-color-light);
    text-align: center;
    font-family: "Prompt", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 2px;
    text-decoration: none;
}

.pdp-learnmore-number::after {
    content: "";
    border-bottom: 1px solid var(--ui-color-light);
    width: 190px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.hs-form-booleancheckbox-display .hs-input {
    height: 20px !important;
    width: 20px !important;
    margin: 0 10px 0 0 !important;
  }
  
  .hs-form-booleancheckbox {
    padding-bottom: 20px;
    max-width: 380px;
  }


.hs-richtext {
    margin-bottom: 20px;
  }
  
.hs_sms_opt_in hs-sms_opt_in hs-fieldtype-booleancheckbox {
    text-align: left;
    margin-left: 20px;
}

.hs-form-booleancheckbox-display a {
    color: var(--brand-color-highlight)
}


@media (min-width: 400px) {
    .pdp-learnmore-title {
        width: 364px;
    }

    .pdp-learnmore-subtitle {
        width: 364px;
    }

    #pdp-learnmore .hsform form input {
        width: 364px;
    }

    #pdp-learnmore .hs-button.primary.large {
        width: 364px;
    }

    #pdp-learnmore {
        background-size: cover;
          background-position: left;
      }
        .hs-richtext {
          text-align: left;
          margin-left: 20px 
        }
}

@media (min-width: 768px) {
    #pdp-learnmore {
        border-radius: 53px;
    }

    .pdp-learnmore-img img:first-of-type {
        display: none;
    }

    .pdp-learnmore-img img:nth-of-type(2) {
        display: block;
    }

    .pdp-learnmore-number::after {
        border: none;
    }

}

@media (min-width: 1024px) {
    .pdp-learnmore-img {
        display: none;
    }

    .pdp-learnmore-text {
        align-items: flex-start;
    }

    #pdp-learnmore .hsform form {
        text-align: left;
    }

    #pdp-learnmore {
        margin: 108px 16px 16px;
        flex-direction: row;
        background: url(/images/nasmlibraries/pages/pdp-page/nasm-day-21283-1.png),
            #4c4f72;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        min-height: 785px;
        position: relative;
        border-radius: 40px;
        padding-left: 64.38px;
    }

    /* .pdp-learnmore-gradient-2 {
        width: 785px;
        height: 282px;
        background: linear-gradient(180deg, #4c4f72 20%, rgba(76, 79, 114, 0) 100%);
        position: absolute;
        bottom: 251px;
        right: 550px;
        transform: rotate(-90deg);
    } */

    .pdp-learnmore-gradient-2 {
        width: unset;
        height: unset;
        background: linear-gradient(180deg, #4c4f72 20%, rgba(76, 79, 114, 0) 100%);
        position: absolute;
        bottom: 164px;
        right: 535px;
        transform: rotate(-90deg);
    }

    .pdp-learnmore-postform {
        margin: 0;
        width: unset;
        text-align: left;
    }
}

@media (min-width: 1440px) {
    #pdp-learnmore {
        max-width: 1440px;
        margin: 108px auto 16px;
        background-size: contain;
        background-position: right;
    }

    .pdp-learnmore-gradient-2 {
        width: 836px;
        height: 460px;
    }

    .pdp-learnmore-text {
        flex-basis: 33%;
        margin: 0;
    }

    .pdp-learnmore-title {
        width: 408px;
        font-size: 3rem;
        line-height: 44px;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
    }

    #pdp-learnmore .hsform form {
        text-align: left;
    }

    #pdp-learnmore .hsform .input,
    #pdp-learnmore .hsform .actions {
        text-align: left;
    }

    #pdp-learnmore .hsform form input {
        width: 408px;
    }

    #pdp-learnmore .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input,
    #pdp-learnmore .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input {
        width: 189px;
    }

    #pdp-learnmore .hs-form-field {
        position: relative;
    }

    #pdp-learnmore .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
        display: inline-block;
        margin-right: 50px;
    }

    #pdp-learnmore .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
        display: inline-block;
    }

    #pdp-learnmore .no-list.hs-error-msgs.inputs-list {
        bottom: -10px;
        line-height: 1;
    }

    /* .pdp-learnmore-text .hs-form {
        margin-left: 20px;
    } */

    #pdp-learnmore .hs_firstname,
    #pdp-learnmore .hs_lastname {
        width: 40%;
    }

    #pdp-learnmore .hs_firstname ul,
    #pdp-learnmore .hs_lastname ul,
    #pdp-learnmore .hs_email ul {
        position: absolute;
    }

    .pdp-learnmore-subtitle,
    .pdp-learnmore-postform {
        font-size: 1rem;
        line-height: 150%;
        letter-spacing: 0.48px;
        text-align: left;
        margin: 31.18px 0 0;
    }

    .pdp-learnmore-subtitle {
        width: 408px;
        margin: 31.18px 0 36.52px 0;
    }

    #pdp-learnmore .hs-button.primary.large {
        margin-bottom: 0;
        width: 408px;
    }

    .pdp-learnmore-postform {
        width: 398.5px;
    }

    .pdp-learnmore-number {
        color: var(--ui-color-light);
        font-family: "Prompt", sans-serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 900;
        line-height: 100%;
        letter-spacing: 0.4px;
        margin: 26px 0 0;
        text-align: center;
        width: 100%;
    }

    .hs-richtext {
        margin-left: 0;
      }

    .hs_sms_opt_in hs-sms_opt_in hs-fieldtype-booleancheckbox {
      margin-left: 0;
    }

    .form-columns-1 {
        display: inline-block;
    }
    
    .form-columns-1:nth-of-type(2) {
        /* Last Name field on form - no good way to select this, right now */
        /* Prevent stacking of First/Last Name fields */
        width: 40%;
    }
}

/* ****************************** */
/* End of Learn More Form Styling */
/* ****************************** */

/* ***************** */
/* Accordion Styling */
/* ***************** */
#cpt-faqs,
#curriculum {
    padding: 107.83px 16.58px 0 16.58px;
}

.cpt-faqs-img,
.curriculum-img {
    display: none;
    flex-basis: 50%;
    position: relative;
    background-image: url(/images/nasmlibraries/pages/pdp-page/rectangle-4629.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 90vh;
    background-position: center;
}

.cpt-faqs-title,
.curriculum-title {
    color: var(--brand-color-dark);
    text-align: center;
    font-family: "Prompt", sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.6px;
    margin: 0 0 34px;
    text-transform: uppercase;
}

.cpt-faqs-item,
.curriculum-item {
    position: relative;
    border-top: 1px solid #d6d6d6;
}

.cpt-faqs-item:last-of-type,
.curriculum-item:last-of-type {
    border-bottom: 1px solid #d6d6d6;
}

.cpt-faqs-item-title,
.curriculum-item-title {
    max-width: 359px;
    color: var(--brand-color-black);
    margin: 0;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.48px;
    padding: 13.5px 21px 13.5px 0;
    cursor: pointer;
}

.cpt-faqs-item-title span::after,
.curriculum-item-title span::after {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 var(--brand-color-dark);
    content: url(/images/nasmlibraries/template/plus-sign-blue.png);
    font-style: normal;
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
    font-size: 1rem;
    transition: 1s all;
    cursor: pointer;
}

.active .cpt-faqs-item-title span::after,
.active .curriculum-item-title span::after {
    content: url(/images/nasmlibraries/template/minus-sign-blue.png);
    top: 30px;
}

.cpt-faqs-item-title button,
.curriculum-item-title button {
    cursor: pointer;
    width: 100%;
}

.cpt-faqs-item-answer p,
.curriculum-item-answer p {
    color: var(--ui-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0.42px;
    margin: 0 0 1rem;
}

.cpt-faqs-item-answer,
.curriculum-item-answer {
    max-height: 0;
    transition: 0.5s all;
    overflow: hidden;
}

.active .cpt-faqs-item-answer,
.active .curriculum-item-answer {
    max-height: 5000px;
}

ul.faq-item-ul-list li p,
ul.curriculum-item-ul-list li p {
    display: inline-block;
    font-size: 1rem;
    line-height: normal;
    margin-left: 5px;
}

ul.faq-item-ul-list li img,
ul.curriculum-item-ul-list li img {
    width: 72px;
    vertical-align: middle;
}

.cpt-faqs-footer,
.curriculum-footer {
    color: var(--ui-color-off-dark);
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    line-height: normal;
    margin-top: 30px;
}

.curriculum-icon-row {
    display: flex;
    flex-wrap: wrap;
}

.curriculum-icon-row div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem 1rem;
}

.curriculum-icon-row img {
    display: inline;
    height: 35px;
    margin: 0 10px;
}

.curriculum-icon-row p {
    display: inline;
    margin: 0;
}
@media (min-width: 768px) {

    .cpt-faqs-item-title,
    .curriculum-item-title {
        max-width: none;
    }
}

@media (min-width: 1024px) {

    #cpt-faqs,
    #curriculum {
        display: flex;
        min-height: 1010px;
        padding: 107.83px 16.58px 0 0;
    }

    .cpt-faqs-img,
    .curriculum-img {
        display: block;
    }

    .cpt-faqs-img img,
    .curriculum-img img {
        width: 100%;
    }

    .cpt-faqs-wrapper {
        flex-basis: 50%;
        padding: 30px 0 0 29.35px;
    }

    .curriculum-wrapper {
        flex-basis: 50%;
        padding: 30px 29.35px 0 29.35px;
    }

    .cpt-faqs-title,
    .curriculum-title {
        text-align: left;
    }

    .cpt-faqs-item-title,
    .curriculum-item-title {
        font-size: 1.125rem;
        line-height: 150%;
        letter-spacing: 0.54px;
        padding: 14px 22px 14px 0;
        max-width: none;
    }

    .cpt-faqs-item-title span::after,
    .curriculum-item-title span::after {
        top: 25px;
    }

    fieldset.form-columns-1 .input {
        margin-right: 40px;
    }
}

@media (min-width: 1440px) {
    .pdp-title {
        font-size: 2.5rem;
        line-height: 44px;
    }

    #cpt-faqs,
    #curriculum {
        justify-content: center;
    }

    .curriculum-wrapper,
    .curriculum-img,
    .cpt-faqs-wrapper,
    .cpt-faqs-img {
        max-width: 720px;
    }

    .cpt-faqs-img.place-right {
        background-position: right;
    }

    .cpt-faqs-title,
    .curriculum-title {
        font-size: 3rem;
    }


}

@media (min-width: 1920px) {

    #cpt-faqs,
    #curriculum {
        padding: 49.09px 0 0 0;
    }

    .cpt-faqs-item-title,
    .curriculum-item-title {
        font-size: 1.75rem;
        max-width: 860px;
    }

    .cpt-faqs-item-answer p,
    .curriculum-item-answer p {
        font-size: 1.25rem;
    }

    .cpt-faqs-item-title span::after,
    .curriculum-item-title span::after {
        top: 32px;
    }

    .cpt-faqs-footer,
    .curriculum-footer {
        font-size: 1.25rem;
    }
}

/* ****************************** */
/* End of Accordion Styling */
/* ****************************** */

/* ******************* */
/* NASM Matrix Styling */
/* ******************* */

#custom-pay-plan {
    display: none;
    text-align: center;
    margin: 88px 0 0;
}

.cpp-title {
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 1.375rem;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
}

.cpp-sub {
    color: var(--ui-color-dark);
    font-family: "Prompt", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: 0.54px;
    margin: 18px 0 0;
}

.cpp-buttons {
    margin: 18px 12px 51px;
}

.cpp-buttons a {
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 0.8125rem;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #bcbcbc;
    padding: 10px;
    text-decoration: none;
}

.cpp-buttons a.active {
    color: var(--ui-color-light);
    border: 1px solid var(--brand-color-dark);
    background: var(--brand-color-dark);
    font-style: italic;
}

#pdp-matrix,
#pdp-bundle-matrix {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 0;
}

.pdp-matrix-panel {
    flex-basis: 100%;
    border: 1px solid var(--ui-mid-light, #d6d6d6);
    border-radius: 30px;
    background: #ffffff;
    margin: 0 16px 40px;
    overflow: hidden;
    padding-bottom: 58.95px;
}

.pdp-matrix-panel:nth-child(2) .pdp-matrix-tab {
    background: none;
}

.pdp-matrix-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: var(--brand-color-highlight);
    color: var(--brand-color-dark);
    text-align: center;
    font-family: "Prompt", sans-serif;
    font-size: 0.8125rem;
    line-height: 14px;
    letter-spacing: 1.04px;
    text-align: center;
    text-transform: uppercase;
}

/* Use this class to force the yellow highlight to appear on matrix - Dustin */
.matrix-tab-highlight {
    background: var(--brand-color-highlight) !important;
}

.pdp-matrix-title-tag {
    display: flex;
    justify-content: space-between;
    margin: 45px 23px 0;
}

.pdp-matrix-title {
    height: 48px;
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
}

.pdp-matrix-tag p {
    background: var(--brand-color-highlight);
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 0.8125rem;
    margin: 0;
    line-height: 14px;
    letter-spacing: 1.04px;
    padding: 6px;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.pdp-zero-select-monthly {
    display: flex;
    align-items: center;
    margin: 18px 23px 0;
    gap: 14px;
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 0.75rem;
}

.pdp-zero {
    white-space: nowrap;
}

.pdp-zero-select-monthly .pdp-zero {
    display: none;
}

.pdp-select select {
    font-family: "Prompt", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    width: 98px;
    line-height: 150%;
    letter-spacing: 0.54px;
    border: 1px solid #d6d6d6;
    border-radius: 52px;
    background: #ffffff;
    padding: 7.73px 19.93px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(/images/nasmlibraries/pages/pdp-page/arrow-chevron.png) no-repeat 75% center;
}

.pdp-monthly-onetime {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 23px 0;
}

.pdp-monthly-price-container,
.pdp-single-payment-container {
    flex-basis: 48%;
}

.pdp-single-payment-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pdp-monthly-price-container {
    margin-top: -6px;
}

.pdp-monthly-price span,
span.discount-price {
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.48px;
}

.matrix-monthly-4,
.matrix-monthly-12,
.matrix-monthly-18 {
    display: none;
    line-height: 1.2;
    margin-top: 5px;
}

.matrix-monthly-4.active,
.matrix-monthly-12.active,
.matrix-monthly-18.active {
    display: inline-block;
}

.pdp-monthly-price-details,
.pdp-single-payment-details {
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 0.75rem;
    flex-basis: 55%;
}

span.full-price {
    text-decoration: line-through;
    color: #595959;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.48px;
}

span.atlas-tooltip-content {
    letter-spacing: -0.5px;
}

span.atlas-tooltip-content a {
    display: none;
}

.matrix-payments {
    display: block;
}

.pdp-or {
    flex-basis: 4%;
    color: var(--brand-color-dark);
    font-family: "Prompt", sans-serif;
    font-size: 0.75rem;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.pdp-or::before,
.pdp-or::after {
    border-right: 1px solid darkgray;
    content: "";
    display: inline-block;
    height: 12px;
    width: 1px;
    position: absolute;
}

.pdp-or::before {
    top: -10px;
    right: 45%;
    transform: translateX(-50%);
}

.pdp-or::after {
    bottom: -12px;
    right: 45%;
    transform: translateX(-50%);
}

.pdp-tooltip-wrapper {
    display: flex;
    align-items: flex-start;
}

.atlas-tooltip {
    background: var(--ui-color-off-light);
    border-radius: 50%;
    padding: 0 5px;
    line-height: 1.2;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.atlas-tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: var(--brand-color-dark);
    color: var(--ui-color-light);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-weight: normal;
    position: absolute;
    z-index: 1;
    width: 120px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.6s;
}

.atlas-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--brand-color-dark) transparent transparent transparent;
}

.atlas-tooltip-text a {
    color: var(--ui-color-light);
}

.atlas-tooltip:hover .atlas-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.pdp-matrix-buy-now {
    display: flex;
    margin: 30px 23px;
}

.pdp-matrix-buy-now a.nasm-primary-btn {
    height: 50px;
    background: var(--brand-color-dark);
    color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 16px;
    text-decoration: none;
    padding: 17px 30px;
    transition: all 0.2s ease-out;
}

.pdp-matrix-buy-now a.nasm-primary-btn:hover {
    background: var(--brand-color-highlight);
    color: var(--brand-color-dark);
}

.pdp-matrix-benefits-title p {
    color: #595959;
    font-family: "Prompt", sans-serif;
    font-size: 0.8125rem;
    line-height: 14px;
    letter-spacing: 1.04px;
    margin: 0 23px 11px;
    text-transform: uppercase;
}

ul.pdp-matrix-benefits {
    color: #000;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    list-style: disc;
    line-height: 180%;
    letter-spacing: 0.48px;
    margin: 0 29.75px 0;
    padding-inline-start: 15px;
}

ul.pdp-matrix-benefits li a {
    color: var(--brand-color-dark);
}

.pdp-matrix-learnmore {
    /* 7/24 - Hide "Learn More" in the Matrix */
    display: none;
    margin: 10px 0 0;
    position: relative;
}

.pdp-matrix-learnmore a {
    color: #123257;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    line-height: 150%;
    letter-spacing: 0.48px;
    margin: 0 29.75px 0;
}

.pdp-matrix-learnmore::after {
    content: "";
    border-bottom: 1px solid #123257;
    bottom: 0;
    height: 1px;
    left: 29.25px;
    position: absolute;
    width: 89px;
}

.tooltip-contain.has-tooltip {
    cursor: pointer;
}

.tooltip-contain.has-tooltip::after {
    content: '\25BC';
    font-size: 8px;
}

.slide-tooltip {
    display: none;
    padding: 10px;
}

@media (min-width: 768px) {
    #custom-pay-plan {
        display: block;
    }

    #pdp-matrix,
    #pdp-bundle-matrix {
        --cols: 2;
        --gap: 10.46px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: var(--gap);
        padding: 0 22.15px;
        margin: 0;
    }

    #pdp-bundle-matrix.pdp-benefits-table {
        margin: 60px 0 0;
    }

    .pdp-matrix-panel {
        margin: 0 0 40px;
        position: relative;
        flex-basis: calc((100% / var(--cols)) - (1rem / var(--cols) * (var(--cols) - 1)));
    }

    .pdp-matrix-panel:first-of-type {
        padding: 40px 0;
    }

    .pdp-zero-select-monthly {
        display: none;
    }

    .pdp-monthly-price span,
    span.discount-price {
        font-size: 1.375rem;
        line-height: 26px;
    }

    ul.pdp-matrix-benefits {
        font-size: 0.75rem;
        line-height: 200%;
    }

    .pdp-matrix-learnmore {
        position: absolute;
        bottom: 47.19px;
        margin: 0;
    }


    /***************************
        Chat Widget Styling
      ****************************/

    #a5-widget {
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    /***************************
        Above media query wouldn't behave
      ****************************/

    .pdp-matrix-title {
        height: 48px;
        color: var(--brand-color-dark);
        font-family: "Prompt", sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 100%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        margin: 0 10px 10px 0;
    }
}

@media (min-width: 1440px) {

    #pdp-matrix,
    #pdp-bundle-matrix {
        --cols: 4;
    }

    .pdp-monthly-price-details,
    .pdp-single-payment-details {
        flex-basis: 56%;
    }
}

@media (min-width: 1920px) {

    .pdp-monthly-price-details,
    .pdp-single-payment-details {
        flex-basis: 40%;
    }
}

/* ************************** */
/* End of NASM Matrix Styling */
/* ************************** */