﻿:root {
    --brand-navy: #0d2c53;
    --brand-red: #d31a38;
}

.bg-brand-navy {
    background-color: var(--brand-navy) !important;
}

.page-hero {
    color: #fff;
    padding-top: clamp(64px,12vw,140px);
    padding-bottom: clamp(32px,6vw,80px);
    text-align: center;
}

.page-hero--match {
    padding-top: clamp(96px,13vw,190px);
    padding-bottom: clamp(36px,6.5vw,82px);
}

.page-hero h1 {
    color: #fff;
    font-weight: 600;
    font-size: clamp(40px,5.6vw,64px);
    line-height: 1.1;
    margin: 0 0 .25rem 0;
}

.page-hero p {
    color: var(--brand-red);
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: clamp(22px,2.3vw,32px);
    line-height: 1.25;
    letter-spacing: .2px;
    margin: 0;
}

@media (min-width:1400px) {
    .page-hero .container {
        max-width: 1240px;
    }
}

.page-hero h1,
.page-hero p {
    will-change: opacity, transform;
    opacity: 0;
    transform: translateY(12px);
}

.page-hero.is-animating h1 {
    animation: FadeUp .8s ease-out forwards;
}

.page-hero.is-animating p {
    animation: crxFadeUp .8s ease-out .18s forwards;
}

@keyframes crxFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-hero h1,
    .page-hero p {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

.crx-contact {
}

    .crx-contact .crx-contact__stack {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .crx-contact .crx-contact__card {
        background: #fff;
        border: 0;
        border-radius: .75rem;
        box-shadow: 0 10px 24px rgba(0,0,0,.12);
        padding: 1.25rem 1.25rem 1.5rem;
    }

    .crx-contact .crx-contact__title {
        font-weight: 800;
        margin: 0 0 .25rem;
    }

    .crx-contact .crx-contact__subtitle {
        margin: 0 0 1rem;
    }

    .crx-contact .crx-contact__label {
        margin: .5rem 0 1rem;
        color: #6c757d;
        font-size: .875rem;
    }

    .crx-contact .crx-contact__btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center !important;
        gap: .5rem;
        width: auto !important;
        max-width: 100%;
        white-space: nowrap;
        text-align: center;
        padding: .5rem 1rem;
    }

    .crx-contact .crx-contact__btn--pill {
        border-radius: 999px;
    }

    .crx-contact .crx-contact__btn--danger {
    }

    .crx-contact .crx-contact__icon {
        font-size: 1.125rem;
        line-height: 1;
        vertical-align: -2px;
    }

    .crx-contact .crx-contact__icon--lg {
        font-size: 2rem;
    }

    .crx-contact .crx-contact__link {
        color: #212529;
        font-weight: 800;
        text-decoration: none;
    }

        .crx-contact .crx-contact__link:hover {
            text-decoration: underline;
        }

@media (max-width: 991.98px) {
    .crx-contact .crx-contact__card {
        padding: 1rem 1rem 1.25rem;
    }
}

.crx-contact .btn[class*="bi-"]::before {
    margin-right: .5rem;
    vertical-align: -0.125em;
}

.crx-contact .crx-contact__icon--lg {
    font-size: 2rem;
    line-height: 1;
}

#crxSD-1 {
    --sd-navy: var(--crx-navy, #0d2c53);
    --sd-red: var(--crx-red, #ac0b27);
    --sd-ink: var(--crx-ink, #ffffff);
    --sd-border: #d9dde3;
    --sd-text: #233142;
}

    #crxSD-1.crx-sd {
        padding: clamp(48px, 7vw, 80px) 0;
        color: var(--sd-text);
    }

    #crxSD-1 .crx-sd-header {
        margin-bottom: clamp(24px, 5vw, 48px);
    }

    #crxSD-1 .crx-sd-sep {
        display: inline-block;
        width: 2px;
        height: 28px;
        background: var(--sd-navy);
        margin-bottom: 14px;
    }

    #crxSD-1 .crx-sd-title {
        color: var(--sd-navy);
        font-weight: 800;
        letter-spacing: .2px;
        font-size: clamp(28px, 4.2vw, 44px);
        margin: .25rem 0 .5rem;
    }

    #crxSD-1 .crx-sd-subtitle {
        margin: 0;
        opacity: .85;
        font-size: clamp(14px, 1.6vw, 16px);
    }

    #crxSD-1 .crx-sd-social {
        position: relative;
        height: 36px;
        margin: 12px 0 28px;
    }

    #crxSD-1 .crx-sd-social-rail {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 36px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 16px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #crxSD-1 .crx-sd-social-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 22px !important;
        line-height: 1 !important;
        color: var(--crx-navy, #0d2c53) !important;
        text-decoration: none !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        vertical-align: middle !important;
    }

        #crxSD-1 .crx-sd-social-icon::before {
            display: block !important;
            line-height: 1 !important;
        }

        #crxSD-1 .crx-sd-social-icon:hover {
            color: var(--crx-red, #ac0b27) !important;
        }

    #crxSD-1 .crx-sd-social ul,
    #crxSD-1 .crx-sd-social li {
        display: contents !important;
    }


    #crxSD-1 .crx-sd-locations {
        margin-top: 8px;
        margin-bottom: 32px;
    }

    #crxSD-1 .crx-sd-loc {
        padding: 8px 8px 0;
    }

    #crxSD-1 .crx-sd-pin {
        color: var(--sd-red);
        font-size: 28px;
        line-height: 1;
        margin-bottom: 10px;
    }

    #crxSD-1 .crx-sd-loc-title {
        /*font-size: 14px;*/;
        opacity: .85;
        margin-bottom: 6px;
    }

    #crxSD-1 .crx-sd-address {
        font-style: normal;
        line-height: 1.4;
        font-size: 15px;
    }

        #crxSD-1 .crx-sd-address strong {
            font-weight: 800;
        }

    #crxSD-1 .crx-sd-downloads {
        margin-top: 8px;
    }

    #crxSD-1 .crx-sd-card {
        background: #fff;
        border-radius: 12px;
        border: 1px solid var(--sd-border);
        padding: clamp(22px, 4.5vw, 32px);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        min-height: 220px;
    }

    #crxSD-1 .crx-sd-card-icon {
        color: var(--sd-red);
        font-size: 30px;
        line-height: 1;
        margin-bottom: 4px;
    }

    #crxSD-1 .crx-sd-card-title {
        font-size: 16px;
        margin: 0 0 6px;
    }

    #crxSD-1 .crx-sd-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 8px 16px;
        min-height: 38px;
        border-radius: 999px;
        background: var(--sd-red);
        color: var(--sd-ink);
        text-decoration: none;
        font-weight: 700;
        /*font-size: 14px;*/;
        border: 1px solid transparent;
        transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
        width: auto;
        max-width: 100%;
    }

        #crxSD-1 .crx-sd-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 16px rgba(0,0,0,.08);
        }

        #crxSD-1 .crx-sd-btn:active {
            transform: translateY(0);
            box-shadow: none;
        }

@media (max-width: 767.98px) {
    #crxSD-1 .crx-sd-loc {
        padding-bottom: 12px;
    }
}


.crx-ctaWide {
    background: #fff;
    padding: 5px 0 0px;
}

.crx-ctaWide__container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
}

.crx-ctaWide__title {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--brand-navy);
    letter-spacing: 0.2px;
}

.crx-ctaWide__lead {
    margin: 0 auto 26px;
    max-width: 980px;
    font-size: 13px;
    line-height: 1.8;
    color: #222;
}

.crx-ctaWide__panel {
    margin: 0 auto;
    max-width: 640px;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.crx-ctaWide__panelText {
    margin: 0;
    text-align: left;
    font-size: 12.5px;
    line-height: 1.6;
    color: #222;
    max-width: 430px;
}

.crx-ctaWide__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 3px;
    background: #6aa12a;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

    .crx-ctaWide__btn:hover,
    .crx-ctaWide__btn:focus-visible {
        filter: brightness(0.95);
    }

@media (max-width: 768px) {
    .crx-ctaWide__title {
        font-size: 34px;
    }

    .crx-ctaWide__panel {
        max-width: 680px;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .crx-ctaWide__panelText {
        max-width: none;
    }

    .crx-ctaWide__btn {
        width: fit-content;
        align-self: flex-start;
    }
}

.crx-svcCards {
    background: #fff;
    padding: 26px 0 10px;
}

.crx-svcCards__container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 18px;
}

.crx-svcCards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 28px;
}


.crx-svcCard {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 22px 18px 18px;
    text-align: center;
    min-height: 210px;
}

.crx-svcCard__icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: #b5122b;
    display: grid;
    place-items: center;
}

.crx-svcCard__fa {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.crx-svcCard__title {
    margin: 0 0 10px;
    /*font-size: 12px;*/;
    font-weight: 800;
    color: var(--brand-navy);
    letter-spacing: 0.2px;
}

.crx-svcCard__text {
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.65;
    color: #333;
    max-width: 250px;
}

@media (max-width: 768px) {
    .crx-svcCard__icon {
        width: 58px;
        height: 58px;
        top: -26px;
    }

    .crx-svcCard__fa {
        font-size: 26px;
    }

    .crx-svcCard {
        padding-top: 52px;
    }
}

@media (max-width: 992px) {
    .crx-svcCards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .crx-svcCards__grid {
        grid-template-columns: 1fr;
    }

    .crx-svcCard__text {
        max-width: none;
    }
}

.crx-ctaBars {
    padding: 30px 0;
}

.crx-ctaBars__container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 18px;
    display: grid;
    gap: 26px;
}

.crx-ctaBar {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.crx-ctaBar__text {
    min-width: 0;
}

.crx-ctaBar__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 300;
    color: var(--crx-blue, #0a3b63);
}

.crx-ctaBar__subtitle {
    margin: 6px 0 0;
    /*font-size: 14px;*/;
    line-height: 1.2;
    color: var(--crx-blue, #0a3b63);
}

.crx-ctaBar__action {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.crx-ctaBar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 4px;
    background: #c81f3a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    /*font-size: 12px;*/;
    letter-spacing: .02em;
    white-space: nowrap;
}


    .crx-ctaBar__btn:hover {
        filter: brightness(.95);
        text-decoration: none;
        color: #fff;
    }


@media (max-width: 768px) {
    .crx-ctaBar {
        flex-direction: column;
        align-items: flex-start;
    }

    .crx-ctaBar__action {
        width: 100%;
        justify-content: flex-start;
    }

    .crx-ctaBar__title {
        font-size: 28px;
    }
}

.crx-lcs__title {
    color: var(--crx-navy);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(2rem, 3.2vw, 3.05rem);
    margin: 0;
}

.crx-lcs__copy {
    color: var(--crx-text);
    max-width: 62ch;
    padding: 0px 22px 15px;
}

.crx-lcs__kicker {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.6rem 0;
    color: #000;
}

.crx-lcs__copy p {
    font-size: 1rem;
}

.crx-lcs__media {
    width: 100%;
    aspect-ratio: 0 / 1;
    overflow: hidden;
    border-radius: 2px;
}

.crx-lcs__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (min-width: 992px) {
    .crx-lcs__media {
        margin-top: 0.25rem;
    }
}


.crx-ctaBand__card {
    background: #f3f4f6;
    border: 1px solid #e1e3e8;
    border-radius: 4px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.crx-ctaBand__title {
    margin: 0 0 8px 0;
    color: var(--crx-navy);
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
}

.crx-ctaBand__subtitle {
    margin: 0;
    color: var(--crx-navy);
    font-size: 16px;
    line-height: 1.5;
}

.crx-ctaBand__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--crx-red);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.02em;
    /*font-size: 12px;*/;
    height: 34px;
    padding: 0 16px;
    border-radius: 4px;
    transition: transform 120ms ease, filter 120ms ease;
}

    .crx-ctaBand__btn:hover {
        color: #fff;
        filter: brightness(0.95);
        transform: translateY(-1px);
    }

@media (max-width: 768px) {
    .crx-ctaBand__card {
        padding: 20px 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .crx-ctaBand__right {
        width: 100%;
    }

    .crx-ctaBand__btn {
        align-self: flex-start;
    }
}

.crx-apps {
    --crx-navy: #0b2e4a;
    --crx-word: #1f3f7a;
    padding: 1rem 0;
}

.crx-apps__title {
    text-align: center;
    color: var(--crx-navy);
    font-weight: 400;
    letter-spacing: -0.02em;
    font-size: clamp(2.2rem, 3.4vw, 3.2rem);
    margin: 0 0 .1rem 0;
}

.crx-apps__carousel-wrapper {
    position: relative;
    overflow: hidden;
    cursor: grab;
    padding: 1rem 0;
    min-height: 120px;
    display: flex;
    align-items: center;
}

    .crx-apps__carousel-wrapper:active {
        cursor: grabbing;
    }

.crx-apps__carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1rem;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    justify-items: center;
}

.crx-apps__word-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    width: 100%;
}

.crx-apps__word {
    color: var(--crx-word);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    padding: 0.5rem;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1), transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .crx-apps__word.visible {
        opacity: 1;
        transform: translateY(0);
    }

.crx-apps__caption {
    text-align: center;
    /*margin-top: 2.25rem;*/
}

.crx-apps__capLine {
    margin: 0;
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 700;
}

    .crx-apps__capLine + .crx-apps__capLine {
        margin-top: 0.25rem;
    }

@media (max-width: 767px) {
    .crx-apps__word {
        font-size: 0.95rem;
    }
}

.crx_medics_cards_container {
    max-width: 1400px;
    margin: 0 auto;
}

.crx_medics_cards_header_link {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .crx_medics_cards_header_link a {
        color: var(--brand-navy);
        text-decoration: none;
        font-size: 0.95rem;
    }

        .crx_medics_cards_header_link a:hover {
            text-decoration: underline;
        }

.crx_medics_cards_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.crx_medics_cards_section {
    display: flex;
    flex-direction: column;
}

.crx_medics_cards_title {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--brand-navy);
    margin-bottom: 25px;
}

.crx_medics_cards_flip_wrapper {
    perspective: 1000px;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    isolation: isolate;
}

.crx_medics_cards_flip {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

    .crx_medics_cards_flip.crx_medics_cards_flipped {
        transform: rotateY(180deg);
    }

.crx_medics_cards_flip_front,
.crx_medics_cards_flip_back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 8px;
}

.crx_medics_cards_flip_front {
    background: white;
}

    .crx_medics_cards_flip_front img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }

.crx_medics_cards_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.crx_medics_cards_overlay_text {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.crx_medics_cards_flip_back {
    transform: rotateY(180deg);
    background: #e8e8e8;
    padding: 20px 50px;
    overflow-y: hidden;
}

.crx_medics_cards_benefits_title {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--brand-navy);
}

.crx_medics_cards_section_active .crx_medics_cards_benefits_title {

}

.crx_medics_cards_benefits_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .crx_medics_cards_benefits_list li {
        color: #333;
        line-height: 1.5;
        margin-bottom: 10px;
        font-size: 0.95rem;
    }

.crx_medics_cards_content_wrapper {
    background: white;
    margin-top: 0;
}

.crx_medics_cards_content {
    padding: 30px;
}

    .crx_medics_cards_content p {
        color: #333;
        line-height: 1.7;
        margin-bottom: 20px;
        font-size: 1rem;
    }

.crx_medics_cards_highlight {
    background-color: #f8f9fa;
    padding: 20px;
    margin: 20px 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.crx_medics_cards_section_active .crx_medics_cards_highlight {

}

.crx_medics_cards_note {
    font-weight: 600;
    color: #333;
}

@media (max-width: 1100px) {
    .crx_medics_cards_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .crx_medics_cards_title {
        font-size: 1.5rem;
    }

    .crx_medics_cards_flip_wrapper {
        height: 250px;
    }

    .crx_medics_cards_overlay_text {
        font-size: 2rem;
    }

    .crx_medics_cards_flip_back {
        padding: 30px 20px;
    }

    .crx_medics_cards_benefits_title {
        font-size: 1.5rem;
    }

    .crx_medics_cards_content {
        padding: 20px;
    }
}

.crx_medics_cards_flip * {
    pointer-events: none;
}

.crx_deployment_section {
    width: 100%;
    background-color: #e8e8e8;
    padding: 60px 20px;
}

.crx_deployment_container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.crx_deployment_title {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--brand-navy);
    margin-bottom: 30px;
}

.crx_deployment_text {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

    .crx_deployment_text:last-child {
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .crx_deployment_section {
        padding: 40px 20px;
    }

    .crx_deployment_title {
        font-size: 1.8rem;
    }

    .crx_deployment_text {
        font-size: 0.95rem;
    }
}

.crx_contact_section {
    width: 100%;
    padding: 60px 20px;
    background: white;
}

.crx_contact_container {
    max-width: 1200px;
    margin: 0 auto;
}

.crx_contact_title {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--brand-navy);
    margin-bottom: 25px;
    line-height: 1.3;
}

.crx_contact_description {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 40px;
}

.crx_contact_phone {
    color: var(--brand-navy);
    text-decoration: underline;
    font-weight: 500;
}

    .crx_contact_phone:hover {
        color: var(--brand-red);
    }

.crx_contact_cta_box {
    background-color: #f3f4f6;
    border: 1px solid #e1e3e8;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.crx_contact_cta_content {
    flex: 1;
}

.crx_contact_cta_title {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--brand-navy);
    margin-bottom: 15px;
    line-height: 1.3;
}

.crx_contact_cta_text {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.crx_contact_cta_button {
    background-color: var(--brand-red);
    color: white;
    padding: 18px 45px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

    .crx_contact_cta_button:hover {
        background-color: #1a5a8a;
    }

@media (max-width: 968px) {
    .crx_contact_cta_box {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .crx_contact_cta_button {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .crx_contact_section {
        padding: 40px 20px;
    }

    .crx_contact_title {
        font-size: 1.8rem;
    }

    .crx_contact_description {
        font-size: 1rem;
    }

    .crx_contact_cta_title {
        font-size: 1.5rem;
    }

    .crx_contact_cta_box {
        padding: 25px;
    }
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0 auto;
    max-width: 1200px;
}

.image-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
}

.video-section {
    background-color: #f0f0f0;
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.content {
    max-width: 1000px;
    text-align: center;
}

    .content h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .content p {
        font-size: 1rem;
        margin-bottom: 30px;
        color: #333;
    }

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.crx-jumpCtas {
    background: #fff;
    padding: 0px 0 0px;
}

.crx-jumpCtas__wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.crx-jumpCtas__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 36px;
    align-items: start;
}

.crx-jumpCtas__p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #1d1d1d;
    max-width: 520px;
}

.crx-jumpCtas__links {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    padding-top: 18px;
}

.crx-jumpCtas__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dedede;
    color: #1d1d1d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 26px;
    border-radius: 4px;
    min-width: 300px;
    box-shadow: -4px 0 0 #000;
}

.crx-jumpCtas__cta--wide {
    min-width: 420px;
}

.crx-jumpCtas__cta:hover {
    filter: brightness(0.97);
}

@media (max-width: 992px) {
    .crx-jumpCtas__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .crx-jumpCtas__p {
        max-width: none;
    }

    .crx-jumpCtas__links {
        padding-top: 0;
    }

    .crx-jumpCtas__cta,
    .crx-jumpCtas__cta--wide {
        min-width: 100%;
        width: 100%;
    }
}

.crx-screening {
    background: #fff;
    padding: 0px 0 0px;
}

.crx-screening__wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.crx-screening__title {
    margin: 0 0 22px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #0b2f4d;
}

.crx-screening__grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 44px;
    align-items: start;
}

.crx-screening__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.crx-screening__p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.85;
    color: #1d1d1d;
}

.crx-screening__sub {
    margin: 14px 0 8px;
 
}

@media (max-width: 992px) {
    .crx-screening__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .crx-screening__title {
        font-size: 30px;
    }
}

.crx-fever {
    background: #fff;
    padding: 0px 0 0px;
}

.crx-fever__wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.crx-fever__grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 44px;
    align-items: start;
}

.crx-fever__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.crx-fever__title {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
    color: #1d1d1d;
}

.crx-fever__list {
    margin: 0 0 26px;
    padding-left: 22px;
    font-size: 1rem;
    line-height: 1.85;
    color: #1d1d1d;
}

    .crx-fever__list li {
        margin-bottom: 10px;
    }

.crx-fever__card {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff;
    max-width: 720px;
}

.crx-fever__cardTitle {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 400;
    color: #0b2f4d;
}

.crx-fever__cardP {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #0b2f4d;
}

.crx-fever__btn {
    background: #c91f3a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    /*font-size: 12px;*/;
    letter-spacing: 0.6px;
    padding: 14px 22px;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.12);
}

    .crx-fever__btn:hover {
        filter: brightness(0.95);
    }

@media (max-width: 992px) {
    .crx-fever__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .crx-fever__card {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .crx-fever__card {
        flex-direction: column;
        align-items: flex-start;
    }

    .crx-fever__cardTitle {
        font-size: 24px;
    }
}

.crx-cv-bs {
    padding: 36px 0 60px;
    background: #fff;
}

.crx-cv-bs__wrap {
    max-width: 1180px;
}

.crx-cv-bs__title {
    margin: 0 0 26px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #0b2f57;
}

.crx-cv-bs__h3 {
    margin: 0 0 10px;
    font-size: 1.7rem;
    color: #0b2f57;
    font-weight: 400;
}

.crx-cv-bs__h4 {
     
}

.crx-cv-bs__p {
    font-size: 1rem;
    line-height: 1.65;
    color: #333;
    margin: 0 0 14px;
}

.crx-cv-bs__p--right {
    max-width: 420px;
}

.crx-cv-bs__imgTop {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    display: block;
}

.crx-cv-bs__imgBottom {
    margin-top: 14px;
    border-radius: 2px;
    display: block;
}

.crx-cv-bs__cta {
    margin-top: 16px;
    width: 100%;
    padding: 21px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    gap: 10px;
}

.crx-cv-bs__ctaText {
    line-height: 1.35;
    color: #0b2f57;
}

.crx-cv-bs__ctaBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    background: #c81f3a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 3px;
    white-space: nowrap;
}

    .crx-cv-bs__ctaBtn:hover {
        filter: brightness(0.95);
    }

@media (max-width: 991.98px) {
    .crx-cv-bs__p,
    .crx-cv-bs__p--right {
        max-width: none;
    }

    .crx-cv-bs__imgTop {
        width: 240px;
    }
}

.crx_image_center_covid {
    justify-self: center;
}

.crx-vax {
    width: 100%;
    background: #f2f2f2;
}

.crx-vax__media {
    display: flex;
    justify-content: center;
}

.crx-vax__img {
    display: block;
    width: 100%;
    max-width: 820px;
    height: auto;
}

.crx-vax__title {
    margin: 0 0 18px;
    line-height: 1.05;
    font-weight: 300;
    color: #0b2e4f;
}

.crx-vax__list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 520px;
}

    .crx-vax__list li {
        position: relative;
        padding-left: 26px;
        margin: 18px 0;
        font-size: 18px;
        line-height: 1.7;
        color: #0b2e4f;
    }

        .crx-vax__list li::before {
            content: "•";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 22px;
            line-height: 1.4;
            color: #0b2e4f;
        }

@media (max-width: 991.98px) {
    .crx-vax {
        padding: 36px 0;
    }

    .crx-vax__title {
        font-size: 40px;
    }

    .crx-vax__img {
        max-width: 100%;
    }
}

.crx-testing {
    padding: 0px 0 0px;
}

.crx-testing__pageTitle {
    margin: 0 0 22px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #0b2e4f;
    text-transform: uppercase;
}

.crx-testing__lead {
    margin: 0 0 22px;
    /*font-size: 14px;*/;
    line-height: 1.75;
    color: #1e2a35;
}

.crx-testing__hq {
    margin: 0 0 18px;
    /*font-size: 12px;*/;
    line-height: 1.6;
    color: #1e2a35;
}

.crx-testing__hqTitle {
    font-weight: 700;
    margin-bottom: 6px;
}

.crx-testing__subTitle {
    margin: 18px 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .6px;
    color: #1e2a35;
    text-transform: uppercase;
}

.crx-testing__bullets {
    margin: 0 0 22px;
    padding-left: 18px;
    /*font-size: 12px;*/;
    line-height: 2.0;
    color: #1e2a35;
}

.crx-testing__img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 10px 0 16px;
}

.crx-testing__comeTitle {
  
}

.crx-testing__comeText {
    margin: 0;
    /*font-size: 12px;*/;
    line-height: 1.75;
    color: #1e2a35;
    max-width: 520px;
}

.crx-testing__rightTitle {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 300;
    color: #0b2e4f;
}

.crx-testing__rightText {
    margin: 0 0 22px;
    /*font-size: 12px;*/;
    line-height: 1.85;
    color: #1e2a35;
    max-width: 430px;
}

.crx-testing__card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 3px;
    padding: 18px 18px 16px;
    background: #fff;
    max-width: 430px;
}

.crx-testing__cardTitle {
    font-size: 22px;
    font-weight: 300;
    color: #0b2e4f;
    margin-bottom: 8px;
}

.crx-testing__cardRow {
    display: flex;
    align-items: center;
    gap: 18px;
}

.crx-testing__cardText {
    /*font-size: 12px;*/;
    line-height: 1.6;
    color: #0b2e4f;
    max-width: 260px;
}

.crx-testing__btn {
    display: inline-block;
    padding: 10px 18px;
    background: #c51f3a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    white-space: nowrap;
}

.crx-content-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
    .crx-testing__btn:hover {
        color: #fff;
        filter: brightness(.95);
    }

@media (max-width: 991.98px) {
    .crx-testing__img {
        max-width: 100%;
    }

    .crx-testing__cardRow {
        flex-direction: column;
        align-items: flex-start;
    }
}

.crx-final-cta {
    padding: 0px 0 80px;
}

.crx-final-cta__wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.crx-final-cta__headline {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #0b2f4a;
    margin: 0 0 16px;
}

.crx-final-cta__sub {
    max-width: 980px;
    margin: 0 auto 44px;
    font-size: 18px;
    line-height: 1.7;
    color: #1f1f1f;
}

.crx-final-cta__card {
    max-width: 980px;
    margin: 0 auto;
    background: #ededed;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 34px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.crx-final-cta__cardTitle {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 300;
    color: #0b2f4a;
    margin: 0 0 10px;
}

.crx-final-cta__cardDesc {
    font-size: 18px;
    line-height: 1.6;
    color: #0b2f4a;
}

.crx-final-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 52px;
    padding: 0 22px;
    border-radius: 4px;
    background: #c8102e;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.6px;
    /*font-size: 14px;*/;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

    .crx-final-cta__btn:hover,
    .crx-final-cta__btn:focus {
        color: #fff;
        text-decoration: none;
        filter: brightness(0.95);
    }

@media (max-width: 768px) {
    .crx-final-cta__headline {
        font-size: 34px;
    }

    .crx-final-cta__cardTitle {
        font-size: 30px;
    }

    .crx-final-cta__card {
        padding: 26px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .crx-final-cta__btn {
        width: 100%;
    }
}


#crxTrustContact-1 {
    --navy: var(--crx-navy, #0d2c53);
    --ink: var(--crx-ink, #ffffff);
    --red: var(--crx-red, #ac0b27);
    --red-dark: #8b0e1d;
    --light: #f3f5f7;
}

    #crxTrustContact-1 .tc-contact {
        background: var(--light);
        color: var(--navy);
        padding: clamp(32px, 6vw, 56px) 0;
    }

    #crxTrustContact-1 .tc-quote {
        font-weight: 800;
        font-size: clamp(22px, 3vw, 38px);
    }

    #crxTrustContact-1 .tc-phone {
        font-weight: 800;
        font-size: clamp(26px, 3.5vw, 46px);
    }

    #crxTrustContact-1 .tc-or {
        opacity: 0.7;
        margin: 0.25rem 0;
    }

    #crxTrustContact-1 .tc-email {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }

        #crxTrustContact-1 .tc-email:hover {
            border-bottom-color: currentColor;
        }

    #crxTrustContact-1 .tc-cta-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: auto !important;
        min-width: 180px !important;
        padding: 12px 28px !important;
        border-radius: 999px !important;
        background-color: var(--crx-red, #ac0b27) !important;
        color: var(--crx-ink, #ffffff) !important;
        font-weight: 800 !important;
        font-size: 16px !important;
        border: none !important;
        cursor: pointer !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        transition: background 0.2s ease, transform 0.15s ease !important;
        line-height: 1 !important;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25) !important;
    }

        #crxTrustContact-1 .tc-cta-btn:hover {
            background-color: #8b0e1d !important;
            transform: translateY(-2px) !important;
        }

        #crxTrustContact-1 .tc-cta-btn:active {
            transform: translateY(0) !important;
        }

    #crxTrustContact-1 .tc-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #crxTrustContact-1 .tc-list li {
            position: relative;
            padding-left: 26px;
            margin: 18px 0;
        }

            #crxTrustContact-1 .tc-list li::before {
                content: "•";
                position: absolute;
                left: 0;
                top: 0;
                font-size: 22px;
                line-height: 1.4;
                color: #ffffff;
            }

.a-reset {
    color: inherit;
    text-decoration: none;
    font: inherit;
}

    .a-reset:hover,
    .a-reset:focus {
        color: inherit;
        text-decoration: none;
    }

[id] {
    scroll-margin-top: 120px;  
}

.crx-applications {
    position: relative;
    min-height: 75vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/img/miscellaneous/groupcovid.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

    .crx-applications::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient( 90deg, rgba(0,0,0,.35) 0px, rgba(0,0,0,.35) 1px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px );
        pointer-events: none;
    }

    .crx-applications::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.25);
        pointer-events: none;
    }

.crx-applications__inner {
    position: relative;
    z-index: 1;
    width: min(1200px, 92vw);
    text-align: center;
    padding: 60px 0;
}

.crx-applications__title {
    margin: 0 0 22px 0;
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 400;
    letter-spacing: .2px;
    color: #ffffff;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

.crx-applications__card {
    margin: 0 auto;
    width: min(980px, 92vw);
    background: rgba(255,255,255,.92);
    border-radius: 2px;
    padding: 34px 34px;
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.crx-applications__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    column-gap: 40px;
    row-gap: 22px;
    align-items: center;
    justify-items: center;
}

.crx-applications__item {
    font-size: 16px;
    font-weight: 600;
    color: #0b2f57;
    user-select: none;
    cursor: default;
    white-space: nowrap;
}

.crx-applications__note {
    margin-top: 18px;
    /*font-size: 14px;*/;
    font-weight: 600;
    color: rgba(255,255,255,.92);
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
}

@media (max-width: 992px) {
    .crx-applications__grid {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
        row-gap: 18px;
    }

    .crx-applications__item {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .crx-applications {
        background-attachment: scroll;
    }
}

@media (max-width: 520px) {
    .crx-applications__card {
        padding: 22px 18px;
    }

    .crx-applications__grid {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }
}

.cpr-hero-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 30px 0 30px;
}

.cpr-hero-container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.cpr-hero-content {
    flex: 1;
    max-width: 580px;
}

.cpr-hero-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #1e4469;
    margin: 0 0 20px 0;
}

.cpr-hero-text {
    /*font-size: 14px;*/;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

.cpr-link {
    color: #c8102e;
    text-decoration: none;
}

    .cpr-link:hover {
        text-decoration: underline;
    }

.cpr-hero-card {
    flex-shrink: 0;
    width: 520px;
    background-color: #e8e8e8;
    padding: 36px 38px;
}

.cpr-card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e4469;
    margin: 0 0 20px 0;
}

.cpr-card-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cpr-card-text-col {
    flex: 1;
}

.cpr-card-text {
    font-size: 13px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
}

.cpr-card-btn-col {
    flex-shrink: 0;
}

.cpr-images-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 30px;
}

.cpr-images-container {
    display: flex;
    gap: 20px;
}

.cpr-image-wrapper {
    flex: 1;
}

.cpr-image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .cpr-hero-container {
        flex-direction: column;
        gap: 40px;
    }

    .cpr-hero-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cpr-hero-title {
        font-size: 28px;
    }

    .cpr-card-content {
        flex-direction: column;
        gap: 20px;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }

    .cpr-images-container {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .cpr-hero-section {
        padding: 40px 20px 0 20px;
    }

    .cpr-hero-title {
        font-size: 24px;
    }

    .cpr-card-title {
        font-size: 20px;
    }
}

.cpr-courses-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 30px;
}

.cpr-courses-container {
    max-width: 1100px;
    margin: 0 auto;
}

.cpr-courses-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e4469;
    text-align: center;
    margin: 0 0 50px 0;
}

.cpr-courses-grid {
    display: flex;
    gap: 60px;
}

.cpr-course-item {
    flex: 1;
}

.cpr-course-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e4469;
    margin: 0 0 16px 0;
}

.cpr-course-text {
    font-size: 13px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.cpr-contact-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px 60px 30px;
}

.cpr-contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.cpr-contact-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e4469;
    text-align: center;
    margin: 0 0 16px 0;
}

.cpr-contact-subtitle {
    /*font-size: 14px;*/;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin: 0 0 40px 0;
}

.cpr-contact-box {
    background-color: #f2f2f2;
    padding: 36px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cpr-contact-box-content {
    flex: 1;
}

.cpr-contact-box-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e4469;
    margin: 0 0 6px 0;
}

.cpr-contact-box-text {
    /*font-size: 14px;*/;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.cpr-contact-box-text {
    /*font-size: 14px;*/;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.cpr-contact-box-btn {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .cpr-courses-title {
        font-size: 26px;
        margin-bottom: 36px;
    }

    .cpr-courses-grid {
        flex-direction: column;
        gap: 36px;
    }

    .cpr-course-title {
        font-size: 18px;
    }

    .cpr-contact-title {
        font-size: 26px;
    }

    .cpr-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 32px;
        gap: 24px;
    }

    .cpr-contact-box-btn {
        align-self: stretch;
    }

        .cpr-contact-box-btn .cta-btn {
            width: 100%;
            text-align: center;
        }
}

@media (max-width: 480px) {
    .cpr-courses-section {
        padding: 40px 20px;
    }

    .cpr-contact-section {
        padding: 0 20px 40px 20px;
    }

    .cpr-courses-title {
        font-size: 22px;
    }

    .cpr-course-title {
        font-size: 16px;
    }

    .cpr-contact-title {
        font-size: 22px;
    }

    .cpr-contact-box {
        padding: 28px 24px;
    }

    .cpr-contact-box-title {
        font-size: 20px;
    }
}

.crx-cta {
/*    background-color: #f1f1f1;
    padding: 40px 20px;*/
}

.crx-cta__container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ededed;
    border-radius: 6px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.crx-cta__content {
    flex: 1;
}

.crx-cta__title {
    margin: 0 0 8px;
    font-size: 36px;
    font-weight: 500;
    color: #6f6f6f;
}

.crx-cta__text {
    margin: 0;
    font-size: 16px;
    color: #9a9a9a;
    line-height: 1.5;
}

    .cta-btn:hover {
        background-color: #b81630;
        transform: translateY(-1px);
    }

@media (max-width: 768px) {
    .crx-cta__container {
        flex-direction: column;
        text-align: center;
    }

    .crx-cta__action {
        margin-top: 20px;
    }

    .crx-cta__title {
        font-size: 28px;
    }
}

.formwidget-submit-text {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #38a938;
}
