.contentWithCards {
    width: 100%;
    background-color: var(--cwc-section-bg, #69b4f6);
}

.contentWithCards--top-none {
    margin-top: 0;
}

.contentWithCards--top-small {
    margin-top: 15px;
}

.contentWithCards--top-medium {
    margin-top: 30px;
}

.contentWithCards--top-large {
    margin-top: 45px;
}

.contentWithCards--top-xlarge {
    margin-top: 75px;
}

.contentWithCards--bottom-none {
    margin-bottom: 0;
}

.contentWithCards--bottom-small {
    margin-bottom: 15px;
}

.contentWithCards--bottom-medium {
    margin-bottom: 30px;
}

.contentWithCards--bottom-large {
    margin-bottom: 45px;
}

.contentWithCards--bottom-xlarge {
    margin-bottom: 75px;
}

.contentWithCards--text-black {
    color: #000000;
}

.contentWithCards--text-white {
    color: #ffffff;
}

.contentWithCards__container {
    padding-top: 56px;
    padding-bottom: 64px;
}

.contentWithCards__grid {
    display: grid;
    gap: 44px;
    align-items: start;
}

.contentWithCards--ratio-50-50 .contentWithCards__grid {
    grid-template-columns: 50fr 50fr;
}

.contentWithCards--ratio-60-40 .contentWithCards__grid {
    grid-template-columns: 60fr 40fr;
}

.contentWithCards--ratio-65-35 .contentWithCards__grid {
    grid-template-columns: 65fr 35fr;
}

.contentWithCards--ratio-70-30 .contentWithCards__grid {
    grid-template-columns: 70fr 30fr;
}

.contentWithCards__col {
    min-width: 0;
}

.contentWithCards--cards-left .contentWithCards__col--content {
    order: 2;
}

.contentWithCards--cards-left .contentWithCards__col--cards {
    order: 1;
}

.contentWithCards__heading {
    margin: 0 0 26px;
    line-height: 1.15;
    color: inherit;
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
}

.contentWithCards__subheading {
    margin: 0 0 16px;
    line-height: 1.2;
    color: inherit;
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
}

.contentWithCards__content {
    line-height: 1.45;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.contentWithCards__content p {
    margin: 0 0 22px;
}

.contentWithCards__content p:last-child {
    margin-bottom: 0;
}

.contentWithCards__content a {
    color: inherit;
    text-decoration: underline;
}

.contentWithCards__content ul,
.contentWithCards__content ol {
    margin: 0 0 22px;
    padding-left: 1.25em;
}

.contentWithCards__content li {
    display: list-item;
    margin: 0 0 8px;
}

.contentWithCards__content ul li {
    list-style-type: disc;
}

.contentWithCards__content ol li {
    list-style-type: decimal;
}

.contentWithCards__footnote {
    margin: 30px 0 0;
    line-height: 1.4;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.contentWithCards__footnote p {
    margin: 0 0 10px;
}

.contentWithCards__footnote p:last-child {
    margin-bottom: 0;
}

.contentWithCards__footnote a {
    color: inherit;
    text-decoration: underline;
}

.contentWithCards__col--cards {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contentWithCards__rateCard {
    background-color: var(--cwc-rate-bg, #ffffff);
    color: var(--cwc-rate-text, #000000);
    padding: 24px 26px 26px;
    font-family: "Open Sans", sans-serif;
}

.contentWithCards__stepsCard {
    background-color: var(--cwc-steps-bg, #1c3a73);
    color: var(--cwc-steps-text, #ffffff);
    padding: 28px 26px 32px;
}

.contentWithCards--radius-none .contentWithCards__rateCard,
.contentWithCards--radius-none .contentWithCards__stepsCard {
    border-radius: 0;
}

.contentWithCards--radius-small .contentWithCards__rateCard,
.contentWithCards--radius-small .contentWithCards__stepsCard {
    border-radius: 6px;
}

.contentWithCards--radius-medium .contentWithCards__rateCard,
.contentWithCards--radius-medium .contentWithCards__stepsCard {
    border-radius: 12px;
}

.contentWithCards--radius-large .contentWithCards__rateCard,
.contentWithCards--radius-large .contentWithCards__stepsCard {
    border-radius: 20px;
}

.contentWithCards__rateLabel {
    margin: 0 0 12px;
    line-height: 1.3;
    color: inherit;
}

.contentWithCards__rateValue {
    margin: 0;
    line-height: 1.2;
    color: inherit;
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
}

.contentWithCards__rateLink {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.contentWithCards__rateLink:hover {
    opacity: 0.8;
}

.contentWithCards__rateLinkIcon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.contentWithCards__rateLinkIcon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.contentWithCards__stepsTitle {
    margin: 0 0 24px;
    line-height: 1.2;
    color: inherit;
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
}

.contentWithCards__steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.contentWithCards__step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 20px;
    list-style: none;
}

.contentWithCards__step:last-child {
    margin-bottom: 0;
}

.contentWithCards__stepBadge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--cwc-badge-bg, #4d84d6);
    color: var(--cwc-badge-text, #ffffff);
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
}

.contentWithCards__stepText {
    min-width: 0;
    padding-top: 5px;
    line-height: 1.35;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.contentWithCards--heading-size-small .contentWithCards__heading {
    font-size: 26px;
}

.contentWithCards--heading-size-default .contentWithCards__heading {
    font-size: 34px;
}

.contentWithCards--heading-size-large .contentWithCards__heading {
    font-size: 42px;
}

.contentWithCards--heading-size-xlarge .contentWithCards__heading {
    font-size: 50px;
}

.contentWithCards--subheading-size-small .contentWithCards__subheading {
    font-size: 20px;
}

.contentWithCards--subheading-size-default .contentWithCards__subheading {
    font-size: 25px;
}

.contentWithCards--subheading-size-large .contentWithCards__subheading {
    font-size: 30px;
}

.contentWithCards--subheading-size-xlarge .contentWithCards__subheading {
    font-size: 35px;
}

.contentWithCards--content-size-small .contentWithCards__content {
    font-size: 16px;
}

.contentWithCards--content-size-default .contentWithCards__content {
    font-size: 19px;
}

.contentWithCards--content-size-large .contentWithCards__content {
    font-size: 22px;
}

.contentWithCards--content-size-xlarge .contentWithCards__content {
    font-size: 25px;
}

.contentWithCards--footnote-size-small .contentWithCards__footnote {
    font-size: 14px;
}

.contentWithCards--footnote-size-default .contentWithCards__footnote {
    font-size: 16px;
}

.contentWithCards--footnote-size-large .contentWithCards__footnote {
    font-size: 18px;
}

.contentWithCards--footnote-size-xlarge .contentWithCards__footnote {
    font-size: 20px;
}

.contentWithCards--rate-label-size-small .contentWithCards__rateLabel,
.contentWithCards--rate-label-size-small .contentWithCards__rateLink {
    font-size: 15px;
}

.contentWithCards--rate-label-size-default .contentWithCards__rateLabel,
.contentWithCards--rate-label-size-default .contentWithCards__rateLink {
    font-size: 17px;
}

.contentWithCards--rate-label-size-large .contentWithCards__rateLabel,
.contentWithCards--rate-label-size-large .contentWithCards__rateLink {
    font-size: 19px;
}

.contentWithCards--rate-label-size-xlarge .contentWithCards__rateLabel,
.contentWithCards--rate-label-size-xlarge .contentWithCards__rateLink {
    font-size: 21px;
}

.contentWithCards--rate-value-size-small .contentWithCards__rateValue {
    font-size: 22px;
}

.contentWithCards--rate-value-size-default .contentWithCards__rateValue {
    font-size: 26px;
}

.contentWithCards--rate-value-size-large .contentWithCards__rateValue {
    font-size: 30px;
}

.contentWithCards--rate-value-size-xlarge .contentWithCards__rateValue {
    font-size: 36px;
}

.contentWithCards--steps-title-size-small .contentWithCards__stepsTitle {
    font-size: 20px;
}

.contentWithCards--steps-title-size-default .contentWithCards__stepsTitle {
    font-size: 25px;
}

.contentWithCards--steps-title-size-large .contentWithCards__stepsTitle {
    font-size: 30px;
}

.contentWithCards--steps-title-size-xlarge .contentWithCards__stepsTitle {
    font-size: 35px;
}

.contentWithCards--step-size-small .contentWithCards__stepText {
    font-size: 15px;
}

.contentWithCards--step-size-default .contentWithCards__stepText {
    font-size: 17px;
}

.contentWithCards--step-size-large .contentWithCards__stepText {
    font-size: 19px;
}

.contentWithCards--step-size-xlarge .contentWithCards__stepText {
    font-size: 21px;
}

.contentWithCards--heading-weight-normal .contentWithCards__heading {
    font-weight: 400;
}

.contentWithCards--heading-weight-medium .contentWithCards__heading {
    font-weight: 500;
}

.contentWithCards--heading-weight-semibold .contentWithCards__heading {
    font-weight: 600;
}

.contentWithCards--heading-weight-bold .contentWithCards__heading {
    font-weight: 700;
}

.contentWithCards--subheading-weight-normal .contentWithCards__subheading {
    font-weight: 400;
}

.contentWithCards--subheading-weight-medium .contentWithCards__subheading {
    font-weight: 500;
}

.contentWithCards--subheading-weight-semibold .contentWithCards__subheading {
    font-weight: 600;
}

.contentWithCards--subheading-weight-bold .contentWithCards__subheading {
    font-weight: 700;
}

.contentWithCards--content-weight-normal .contentWithCards__content {
    font-weight: 400;
}

.contentWithCards--content-weight-medium .contentWithCards__content {
    font-weight: 500;
}

.contentWithCards--content-weight-semibold .contentWithCards__content {
    font-weight: 600;
}

.contentWithCards--content-weight-bold .contentWithCards__content {
    font-weight: 700;
}

.contentWithCards--footnote-weight-normal .contentWithCards__footnote {
    font-weight: 400;
}

.contentWithCards--footnote-weight-medium .contentWithCards__footnote {
    font-weight: 500;
}

.contentWithCards--footnote-weight-semibold .contentWithCards__footnote {
    font-weight: 600;
}

.contentWithCards--footnote-weight-bold .contentWithCards__footnote {
    font-weight: 700;
}

.contentWithCards--rate-label-weight-normal .contentWithCards__rateLabel {
    font-weight: 400;
}

.contentWithCards--rate-label-weight-medium .contentWithCards__rateLabel {
    font-weight: 500;
}

.contentWithCards--rate-label-weight-semibold .contentWithCards__rateLabel {
    font-weight: 600;
}

.contentWithCards--rate-label-weight-bold .contentWithCards__rateLabel {
    font-weight: 700;
}

.contentWithCards--rate-value-weight-normal .contentWithCards__rateValue {
    font-weight: 400;
}

.contentWithCards--rate-value-weight-medium .contentWithCards__rateValue {
    font-weight: 500;
}

.contentWithCards--rate-value-weight-semibold .contentWithCards__rateValue {
    font-weight: 600;
}

.contentWithCards--rate-value-weight-bold .contentWithCards__rateValue {
    font-weight: 700;
}

.contentWithCards--steps-title-weight-normal .contentWithCards__stepsTitle {
    font-weight: 400;
}

.contentWithCards--steps-title-weight-medium .contentWithCards__stepsTitle {
    font-weight: 500;
}

.contentWithCards--steps-title-weight-semibold .contentWithCards__stepsTitle {
    font-weight: 600;
}

.contentWithCards--steps-title-weight-bold .contentWithCards__stepsTitle {
    font-weight: 700;
}

.contentWithCards--step-weight-normal .contentWithCards__stepText {
    font-weight: 400;
}

.contentWithCards--step-weight-medium .contentWithCards__stepText {
    font-weight: 500;
}

.contentWithCards--step-weight-semibold .contentWithCards__stepText {
    font-weight: 600;
}

.contentWithCards--step-weight-bold .contentWithCards__stepText {
    font-weight: 700;
}

@media (max-width: 1299px) {
    .contentWithCards__container {
        padding-top: 46px;
        padding-bottom: 52px;
    }

    .contentWithCards__grid {
        gap: 32px;
    }

    .contentWithCards__heading {
        margin-bottom: 20px;
    }

    .contentWithCards--heading-size-small .contentWithCards__heading {
        font-size: 24px;
    }

    .contentWithCards--heading-size-default .contentWithCards__heading {
        font-size: 30px;
    }

    .contentWithCards--heading-size-large .contentWithCards__heading {
        font-size: 36px;
    }

    .contentWithCards--heading-size-xlarge .contentWithCards__heading {
        font-size: 42px;
    }

    .contentWithCards--subheading-size-small .contentWithCards__subheading {
        font-size: 18px;
    }

    .contentWithCards--subheading-size-default .contentWithCards__subheading {
        font-size: 22px;
    }

    .contentWithCards--subheading-size-large .contentWithCards__subheading {
        font-size: 26px;
    }

    .contentWithCards--subheading-size-xlarge .contentWithCards__subheading {
        font-size: 30px;
    }

    .contentWithCards--content-size-small .contentWithCards__content {
        font-size: 15px;
    }

    .contentWithCards--content-size-default .contentWithCards__content {
        font-size: 17px;
    }

    .contentWithCards--content-size-large .contentWithCards__content {
        font-size: 19px;
    }

    .contentWithCards--content-size-xlarge .contentWithCards__content {
        font-size: 22px;
    }

    .contentWithCards--rate-value-size-small .contentWithCards__rateValue {
        font-size: 20px;
    }

    .contentWithCards--rate-value-size-default .contentWithCards__rateValue {
        font-size: 23px;
    }

    .contentWithCards--rate-value-size-large .contentWithCards__rateValue {
        font-size: 26px;
    }

    .contentWithCards--rate-value-size-xlarge .contentWithCards__rateValue {
        font-size: 31px;
    }

    .contentWithCards--steps-title-size-small .contentWithCards__stepsTitle {
        font-size: 18px;
    }

    .contentWithCards--steps-title-size-default .contentWithCards__stepsTitle {
        font-size: 22px;
    }

    .contentWithCards--steps-title-size-large .contentWithCards__stepsTitle {
        font-size: 26px;
    }

    .contentWithCards--steps-title-size-xlarge .contentWithCards__stepsTitle {
        font-size: 30px;
    }

    .contentWithCards--step-size-small .contentWithCards__stepText {
        font-size: 14px;
    }

    .contentWithCards--step-size-default .contentWithCards__stepText {
        font-size: 16px;
    }

    .contentWithCards--step-size-large .contentWithCards__stepText {
        font-size: 18px;
    }

    .contentWithCards--step-size-xlarge .contentWithCards__stepText {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    .contentWithCards__container {
        padding-top: 38px;
        padding-bottom: 44px;
    }

    .contentWithCards--ratio-50-50 .contentWithCards__grid,
    .contentWithCards--ratio-60-40 .contentWithCards__grid,
    .contentWithCards--ratio-65-35 .contentWithCards__grid,
    .contentWithCards--ratio-70-30 .contentWithCards__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contentWithCards--cards-left .contentWithCards__col--content,
    .contentWithCards--cards-left .contentWithCards__col--cards {
        order: 0;
    }
}

@media (max-width: 767px) {
    .contentWithCards--top-small {
        margin-top: 10px;
    }

    .contentWithCards--top-medium {
        margin-top: 20px;
    }

    .contentWithCards--top-large {
        margin-top: 25px;
    }

    .contentWithCards--top-xlarge {
        margin-top: 40px;
    }

    .contentWithCards--bottom-small {
        margin-bottom: 10px;
    }

    .contentWithCards--bottom-medium {
        margin-bottom: 20px;
    }

    .contentWithCards--bottom-large {
        margin-bottom: 25px;
    }

    .contentWithCards--bottom-xlarge {
        margin-bottom: 40px;
    }

    .contentWithCards__container {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .contentWithCards__heading {
        margin-bottom: 16px;
    }

    .contentWithCards__subheading {
        margin-bottom: 12px;
    }

    .contentWithCards__content p {
        margin-bottom: 18px;
    }

    .contentWithCards__footnote {
        margin-top: 24px;
    }

    .contentWithCards__col--cards {
        gap: 16px;
    }

    .contentWithCards__rateCard {
        padding: 20px 20px 22px;
    }

    .contentWithCards__stepsCard {
        padding: 22px 20px 26px;
    }

    .contentWithCards__rateLink {
        margin-top: 22px;
    }

    .contentWithCards__stepsTitle {
        margin-bottom: 20px;
    }

    .contentWithCards__step {
        gap: 12px;
        margin-bottom: 16px;
    }

    .contentWithCards__stepBadge {
        width: 30px;
        height: 30px;
    }

    .contentWithCards__stepText {
        padding-top: 4px;
    }

    .contentWithCards--heading-size-small .contentWithCards__heading {
        font-size: 22px;
    }

    .contentWithCards--heading-size-default .contentWithCards__heading {
        font-size: 26px;
    }

    .contentWithCards--heading-size-large .contentWithCards__heading {
        font-size: 30px;
    }

    .contentWithCards--heading-size-xlarge .contentWithCards__heading {
        font-size: 34px;
    }

    .contentWithCards--subheading-size-small .contentWithCards__subheading {
        font-size: 17px;
    }

    .contentWithCards--subheading-size-default .contentWithCards__subheading {
        font-size: 20px;
    }

    .contentWithCards--subheading-size-large .contentWithCards__subheading {
        font-size: 23px;
    }

    .contentWithCards--subheading-size-xlarge .contentWithCards__subheading {
        font-size: 26px;
    }
}
