.readyChecklist {
    width: 100%;
    background-color: var(--rc-section-bg, #263a82);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.readyChecklist__inner {
    max-width: 940px;
}

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

.readyChecklist__intro {
    margin: 0 0 40px;
    line-height: 1.45;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.readyChecklist__intro p {
    margin: 0 0 14px;
}

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

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

.readyChecklist__list {
    margin: 0 0 44px;
    padding: 0;
    list-style: none;
}

.readyChecklist__item {
    margin: 0 0 22px;
    list-style: none;
}

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

/* Visually hidden but still focusable and operable by keyboard. */
.readyChecklist__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.readyChecklist__label {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
}

.readyChecklist__box {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--rc-box-border, #ffffff);
    background-color: transparent;
    color: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.readyChecklist__box svg {
    display: block;
    width: 22px;
    height: 22px;
}

.readyChecklist__input:checked + .readyChecklist__label .readyChecklist__box {
    background-color: var(--rc-box-bg, #ffffff);
    color: var(--rc-box-check, #263a82);
}

.readyChecklist__input:focus-visible + .readyChecklist__label .readyChecklist__box {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.readyChecklist__labelText {
    min-width: 0;
    display: block;
    padding-top: 2px;
}

.readyChecklist__labelMain {
    display: block;
    line-height: 1.35;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.readyChecklist__labelSub {
    display: block;
    margin-top: 3px;
    line-height: 1.35;
    opacity: 0.72;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.readyChecklist__progress {
    margin: 0 0 48px;
}

.readyChecklist__progressLabel {
    margin: 0 0 12px;
    line-height: 1.3;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.readyChecklist__progressTrack {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background-color: var(--rc-track, #4d84d6);
    overflow: hidden;
}

.readyChecklist__progressFill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background-color: var(--rc-fill, #ffffff);
    transition: width 0.3s ease;
}

.readyChecklist__actions {
    margin: 0 0 20px;
}

.readyChecklist__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    min-width: 296px;
    padding: 10px 34px;
    border-radius: 999px;
    border: 2px solid var(--rc-btn-border, #ffffff);
    background-color: var(--rc-btn-bg, #263a82);
    color: var(--rc-btn-text, #ffffff);
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
    transition: opacity 0.2s ease, background-color 0.3s ease, color 0.3s ease;
}

.readyChecklist__button:hover {
    background-color: var(--rc-btn-text, #ffffff);
    color: var(--rc-btn-bg, #263a82);
}

.readyChecklist__button.is-locked {
    opacity: 0.45;
    cursor: not-allowed;
}

.readyChecklist__button.is-locked:hover {
    background-color: var(--rc-btn-bg, #263a82);
    color: var(--rc-btn-text, #ffffff);
}

.readyChecklist__footerLink {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    line-height: 1.3;
    font-family: "Open Sans", sans-serif;
    transition: opacity 0.2s ease;
}

.readyChecklist__footerLink:hover {
    opacity: 0.82;
}

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

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

.readyChecklist__footerText {
    text-decoration: underline;
}

.readyChecklist--heading-size-small .readyChecklist__heading {
    font-size: 28px;
}

.readyChecklist--heading-size-default .readyChecklist__heading {
    font-size: 38px;
}

.readyChecklist--heading-size-large .readyChecklist__heading {
    font-size: 46px;
}

.readyChecklist--heading-size-xlarge .readyChecklist__heading {
    font-size: 56px;
}

.readyChecklist--intro-size-small .readyChecklist__intro {
    font-size: 16px;
}

.readyChecklist--intro-size-default .readyChecklist__intro {
    font-size: 18px;
}

.readyChecklist--intro-size-large .readyChecklist__intro {
    font-size: 21px;
}

.readyChecklist--intro-size-xlarge .readyChecklist__intro {
    font-size: 24px;
}

.readyChecklist--label-size-small .readyChecklist__labelMain {
    font-size: 16px;
}

.readyChecklist--label-size-default .readyChecklist__labelMain {
    font-size: 19px;
}

.readyChecklist--label-size-large .readyChecklist__labelMain {
    font-size: 22px;
}

.readyChecklist--label-size-xlarge .readyChecklist__labelMain {
    font-size: 25px;
}

.readyChecklist--sublabel-size-small .readyChecklist__labelSub {
    font-size: 15px;
}

.readyChecklist--sublabel-size-default .readyChecklist__labelSub {
    font-size: 17px;
}

.readyChecklist--sublabel-size-large .readyChecklist__labelSub {
    font-size: 19px;
}

.readyChecklist--sublabel-size-xlarge .readyChecklist__labelSub {
    font-size: 21px;
}

.readyChecklist--progress-size-small .readyChecklist__progressLabel {
    font-size: 15px;
}

.readyChecklist--progress-size-default .readyChecklist__progressLabel {
    font-size: 17px;
}

.readyChecklist--progress-size-large .readyChecklist__progressLabel {
    font-size: 19px;
}

.readyChecklist--progress-size-xlarge .readyChecklist__progressLabel {
    font-size: 21px;
}

.readyChecklist--btn-font-small .readyChecklist__button {
    font-size: 17px;
}

.readyChecklist--btn-font-default .readyChecklist__button {
    font-size: 20px;
}

.readyChecklist--btn-font-large .readyChecklist__button {
    font-size: 23px;
}

.readyChecklist--btn-font-xlarge .readyChecklist__button {
    font-size: 26px;
}

.readyChecklist--link-size-small .readyChecklist__footerLink {
    font-size: 15px;
}

.readyChecklist--link-size-default .readyChecklist__footerLink {
    font-size: 17px;
}

.readyChecklist--link-size-large .readyChecklist__footerLink {
    font-size: 19px;
}

.readyChecklist--link-size-xlarge .readyChecklist__footerLink {
    font-size: 21px;
}

.readyChecklist--heading-weight-normal .readyChecklist__heading {
    font-weight: 400;
}

.readyChecklist--heading-weight-medium .readyChecklist__heading {
    font-weight: 500;
}

.readyChecklist--heading-weight-semibold .readyChecklist__heading {
    font-weight: 600;
}

.readyChecklist--heading-weight-bold .readyChecklist__heading {
    font-weight: 700;
}

.readyChecklist--intro-weight-normal .readyChecklist__intro {
    font-weight: 400;
}

.readyChecklist--intro-weight-medium .readyChecklist__intro {
    font-weight: 500;
}

.readyChecklist--intro-weight-semibold .readyChecklist__intro {
    font-weight: 600;
}

.readyChecklist--intro-weight-bold .readyChecklist__intro {
    font-weight: 700;
}

.readyChecklist--label-weight-normal .readyChecklist__labelMain {
    font-weight: 400;
}

.readyChecklist--label-weight-medium .readyChecklist__labelMain {
    font-weight: 500;
}

.readyChecklist--label-weight-semibold .readyChecklist__labelMain {
    font-weight: 600;
}

.readyChecklist--label-weight-bold .readyChecklist__labelMain {
    font-weight: 700;
}

.readyChecklist--sublabel-weight-normal .readyChecklist__labelSub {
    font-weight: 400;
}

.readyChecklist--sublabel-weight-medium .readyChecklist__labelSub {
    font-weight: 500;
}

.readyChecklist--sublabel-weight-semibold .readyChecklist__labelSub {
    font-weight: 600;
}

.readyChecklist--sublabel-weight-bold .readyChecklist__labelSub {
    font-weight: 700;
}

.readyChecklist--progress-weight-normal .readyChecklist__progressLabel {
    font-weight: 400;
}

.readyChecklist--progress-weight-medium .readyChecklist__progressLabel {
    font-weight: 500;
}

.readyChecklist--progress-weight-semibold .readyChecklist__progressLabel {
    font-weight: 600;
}

.readyChecklist--progress-weight-bold .readyChecklist__progressLabel {
    font-weight: 700;
}

.readyChecklist--btn-weight-normal .readyChecklist__button {
    font-weight: 400;
}

.readyChecklist--btn-weight-medium .readyChecklist__button {
    font-weight: 500;
}

.readyChecklist--btn-weight-semibold .readyChecklist__button {
    font-weight: 600;
}

.readyChecklist--btn-weight-bold .readyChecklist__button {
    font-weight: 700;
}

.readyChecklist--link-weight-normal .readyChecklist__footerLink {
    font-weight: 400;
}

.readyChecklist--link-weight-medium .readyChecklist__footerLink {
    font-weight: 500;
}

.readyChecklist--link-weight-semibold .readyChecklist__footerLink {
    font-weight: 600;
}

.readyChecklist--link-weight-bold .readyChecklist__footerLink {
    font-weight: 700;
}

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

    .readyChecklist__intro {
        margin-bottom: 32px;
    }

    .readyChecklist__list {
        margin-bottom: 36px;
    }

    .readyChecklist__progress {
        margin-bottom: 40px;
    }

    .readyChecklist--heading-size-small .readyChecklist__heading {
        font-size: 26px;
    }

    .readyChecklist--heading-size-default .readyChecklist__heading {
        font-size: 34px;
    }

    .readyChecklist--heading-size-large .readyChecklist__heading {
        font-size: 40px;
    }

    .readyChecklist--heading-size-xlarge .readyChecklist__heading {
        font-size: 48px;
    }

    .readyChecklist--label-size-small .readyChecklist__labelMain {
        font-size: 15px;
    }

    .readyChecklist--label-size-default .readyChecklist__labelMain {
        font-size: 17px;
    }

    .readyChecklist--label-size-large .readyChecklist__labelMain {
        font-size: 20px;
    }

    .readyChecklist--label-size-xlarge .readyChecklist__labelMain {
        font-size: 22px;
    }
}

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

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

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

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

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

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

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

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

    .readyChecklist__container {
        padding-top: 32px;
        padding-bottom: 36px;
    }

    .readyChecklist__heading {
        margin-bottom: 16px;
    }

    .readyChecklist__intro {
        margin-bottom: 26px;
    }

    .readyChecklist__list {
        margin-bottom: 28px;
    }

    .readyChecklist__item {
        margin-bottom: 18px;
    }

    .readyChecklist__label {
        gap: 14px;
    }

    .readyChecklist__box {
        width: 28px;
        height: 28px;
    }

    .readyChecklist__box svg {
        width: 18px;
        height: 18px;
    }

    .readyChecklist__progress {
        margin-bottom: 30px;
    }

    .readyChecklist__button {
        min-height: 50px;
        min-width: 0;
        width: 100%;
        padding: 10px 24px;
    }

    .readyChecklist--heading-size-small .readyChecklist__heading {
        font-size: 22px;
    }

    .readyChecklist--heading-size-default .readyChecklist__heading {
        font-size: 28px;
    }

    .readyChecklist--heading-size-large .readyChecklist__heading {
        font-size: 32px;
    }

    .readyChecklist--heading-size-xlarge .readyChecklist__heading {
        font-size: 36px;
    }
}
