#sp-page-builder.page-167 #section-id-1611539341749 {
    padding: 56px 0 72px !important;
    background: #f4f7f9 !important;
    background-image: none !important;
}

#sp-page-builder.page-167 #column-id-1611539341750,
#sp-page-builder.page-167 #sppb-addon-1775040580443 {
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

#yes-adhesion-root {
    --ta-ink: #17212b;
    --ta-muted: #5f6c78;
    --ta-line: #d7dde3;
    --ta-blue: #14517d;
    --ta-blue-dark: #0d3858;
    --ta-green: #177245;
    --ta-green-soft: #eef9f3;
    --ta-amber: #9b6408;
    --ta-amber-soft: #fff7e8;
    --ta-red: #a92835;
    --ta-red-soft: #fff2f3;
    color: var(--ta-ink);
    font-family: inherit;
    line-height: 1.5;
}

#yes-adhesion-root * {
    box-sizing: border-box;
}

.ta-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 20px 0 40px;
}

.ta-intro {
    max-width: 820px;
    margin-bottom: 30px;
}

.ta-eyebrow {
    margin: 0 0 8px;
    color: var(--ta-green);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.ta-intro h1 {
    margin: 0 0 12px;
    color: var(--ta-blue-dark);
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: 0;
}

.ta-intro > p:not(.ta-eyebrow) {
    max-width: 760px;
    margin: 0;
    color: var(--ta-muted);
    font-size: 17px;
}

.ta-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 20px;
    color: #394b59;
    font-size: 13px;
    font-weight: 600;
}

.ta-assurance span {
    position: relative;
    padding-left: 18px;
}

.ta-assurance span::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ta-green);
    content: "";
}

.ta-alert {
    margin: 0 0 20px;
    padding: 13px 15px;
    border: 1px solid var(--ta-line);
    border-left-width: 4px;
    border-radius: 5px;
    background: #f7fafc;
    color: var(--ta-ink);
}

.ta-alert--warning {
    border-color: #dca743;
    background: var(--ta-amber-soft);
    color: #714800;
}

.ta-alert--error {
    border-color: #dc7780;
    background: var(--ta-red-soft);
    color: #7d1721;
}

.ta-alert--info {
    border-color: #6e9abd;
}

.ta-section {
    padding: 28px 0;
    border-top: 1px solid var(--ta-line);
}

.ta-section-heading {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 22px;
}

.ta-section-heading > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--ta-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.ta-section-heading h2 {
    margin: 0 0 4px;
    color: var(--ta-blue-dark);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
}

.ta-section-heading p {
    margin: 0;
    color: var(--ta-muted);
    font-size: 14px;
}

.ta-grid {
    display: grid;
    gap: 16px;
}

.ta-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ta-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    color: #31414f;
    font-size: 13px;
    font-weight: 600;
}

.ta-field b {
    color: var(--ta-red);
}

.ta-field small {
    color: var(--ta-muted);
    font-size: 11px;
    font-weight: 400;
}

.ta-field input,
.ta-field select {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 9px 11px;
    border: 1px solid #bfc8d1;
    border-radius: 4px;
    background: #fff;
    color: var(--ta-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 400;
}

.ta-field input[type="file"] {
    height: auto;
    min-height: 44px;
    padding: 8px;
}

.ta-field input:focus,
.ta-field select:focus {
    border-color: var(--ta-blue);
    outline: 3px solid rgba(20, 81, 125, 0.14);
}

.ta-segmented {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    margin-bottom: 20px;
    border: 1px solid #bfc8d1;
    border-radius: 5px;
    overflow: hidden;
}

.ta-segmented label {
    margin: 0;
    cursor: pointer;
}

.ta-segmented input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ta-segmented span {
    display: block;
    padding: 9px 18px;
    background: #fff;
    color: #3e4d5a;
    text-align: center;
    font-size: 13px;
    font-weight: 650;
}

.ta-segmented label + label span {
    border-left: 1px solid #bfc8d1;
}

.ta-segmented input:checked + span {
    background: var(--ta-blue);
    color: #fff;
}

.ta-price {
    min-height: 24px;
    margin: -6px 0 16px;
    color: var(--ta-green);
    font-size: 13px;
    font-weight: 700;
}

.ta-promotion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    max-width: 760px;
}

.ta-promotion .ta-field {
    margin-bottom: 0;
}

.ta-promotion-status {
    max-width: 760px;
    margin: 9px 0 18px;
    padding: 10px 12px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 650;
}

.ta-promotion-status--ok,
.ta-promotion-applied {
    border-color: #78b595;
    background: var(--ta-green-soft);
    color: #0e5b34;
}

.ta-promotion-status--error {
    border-color: #dc7780;
    background: var(--ta-red-soft);
    color: #7d1721;
}

.ta-promotion-applied {
    padding: 9px 11px;
    border: 1px solid #78b595;
    border-radius: 4px;
    font-weight: 700;
}

.ta-location-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 2px 0 12px;
    color: var(--ta-muted);
    font-size: 12px;
}

.ta-map {
    width: 100%;
    height: 420px;
    margin-bottom: 16px;
    border: 1px solid #bfc8d1;
    background: #edf1f4;
}

.ta-map-fallback {
    display: grid;
    height: 100%;
    margin: 0;
    place-items: center;
    color: var(--ta-muted);
}

.ta-coordinates {
    max-width: 720px;
}

.ta-button {
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    padding: 10px 16px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 150ms ease, opacity 150ms ease;
}

.ta-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.ta-button--secondary {
    border: 1px solid #aeb9c3;
    background: #fff;
    color: var(--ta-blue);
}

.ta-button--secondary:hover:not(:disabled) {
    background: #f3f7fa;
}

.ta-button--coverage {
    background: var(--ta-green);
    color: #fff;
}

.ta-button--coverage:hover:not(:disabled) {
    background: #105c37;
}

.ta-coverage-result {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 650;
}

.ta-coverage-result--ok {
    border-color: #78b595;
    background: var(--ta-green-soft);
    color: #0e5b34;
}

.ta-coverage-result--lead {
    border-color: #deb86f;
    background: var(--ta-amber-soft);
    color: #714800;
}

.ta-options {
    margin-bottom: 20px;
}

.ta-options label,
.ta-consent label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 10px;
    color: #344553;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

.ta-options input,
.ta-consent input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--ta-blue);
    flex: 0 0 auto;
}

.ta-consent {
    padding: 20px 0;
    border-top: 1px solid var(--ta-line);
}

.ta-consent a {
    color: var(--ta-blue);
    font-weight: 700;
}

.ta-button--submit {
    width: 100%;
    min-height: 50px;
    background: var(--ta-blue);
    color: #fff;
    font-size: 15px;
}

.ta-button--submit:hover:not(:disabled) {
    background: var(--ta-blue-dark);
}

.ta-success,
.ta-fatal,
.ta-loading {
    padding: 28px;
    border: 1px solid var(--ta-line);
    border-left: 5px solid var(--ta-green);
    border-radius: 6px;
    background: #fff;
}

.ta-success h2,
.ta-fatal h2 {
    margin: 0 0 8px;
    color: var(--ta-blue-dark);
    font-size: 24px;
    letter-spacing: 0;
}

.ta-success-reference {
    display: inline-block;
    padding: 7px 10px;
    background: #eef3f7;
    color: var(--ta-blue-dark);
    font-weight: 700;
}

.ta-invoice-summary {
    margin-top: 20px;
    padding: 18px 0;
    border-top: 1px solid var(--ta-line);
    border-bottom: 1px solid var(--ta-line);
}

.ta-invoice-heading {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ta-invoice-heading h3 {
    margin: 0;
    color: var(--ta-blue-dark);
    font-size: 19px;
    letter-spacing: 0;
}

.ta-invoice-status {
    flex: 0 0 auto;
    padding: 5px 9px;
    border: 1px solid #efc66f;
    border-radius: 4px;
    background: #fff7df;
    color: #73520d;
    font-size: 12px;
    font-weight: 800;
}

.ta-invoice-status--paid {
    border-color: #9ed0aa;
    background: #eef9f0;
    color: #175b2b;
}

.ta-invoice-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 0;
}

.ta-invoice-details > div {
    min-width: 0;
}

.ta-invoice-details dt {
    margin-bottom: 3px;
    color: var(--ta-muted);
    font-size: 12px;
}

.ta-invoice-details dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--ta-ink);
    font-weight: 750;
}

.ta-invoice-draft-note {
    margin: 16px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--ta-line);
    color: var(--ta-muted);
    font-size: 12px;
}

.ta-payment-handoff {
    display: grid;
    gap: 10px;
    max-width: 620px;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #b9dfc2;
    border-left: 4px solid var(--ta-green);
    border-radius: 6px;
    background: #f5fbf6;
}

.ta-payment-handoff h3 {
    margin: 0;
    color: #175b2b;
    font-size: 17px;
    letter-spacing: 0;
}

.ta-payment-handoff p,
.ta-payment-handoff small {
    margin: 0;
}

.ta-payment-phone {
    max-width: 360px;
    margin: 6px 0 0;
}

.ta-button--payment {
    width: fit-content;
    margin-top: 6px;
    background: #16743a;
    color: #fff;
    text-decoration: none;
}

.ta-button--payment:hover:not(:disabled) {
    background: #105a2c;
    color: #fff;
    text-decoration: none;
}

.ta-payment-status {
    margin-top: 4px;
    padding: 11px 12px;
    border: 1px solid #9bbbd2;
    border-radius: 4px;
    background: #f1f7fb;
    color: #173f5c;
    font-size: 13px;
    font-weight: 600;
}

.ta-payment-status--error {
    border-color: #dc7780;
    background: var(--ta-red-soft);
    color: #7d1721;
}

.ta-payment-status--warning {
    border-color: #dca743;
    background: var(--ta-amber-soft);
    color: #714800;
}

.ta-payment-handoff--complete {
    border-color: #8fc9a0;
    background: var(--ta-green-soft);
}

.ta-payment-login-note {
    display: block;
    margin-top: 10px;
    color: var(--ta-muted);
}

.ta-fatal {
    border-left-color: var(--ta-red);
}

.ta-fatal a {
    color: var(--ta-blue);
    font-weight: 700;
}

.ta-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

[hidden] {
    display: none !important;
}

@media (max-width: 720px) {
    body.itemid-254 .mod-breadcrumbs__wrapper {
        display: none !important;
    }

    #sp-page-builder.page-167 #section-id-1611539341749 {
        padding: 28px 0 44px !important;
    }

    .ta-shell {
        width: min(100% - 22px, 1120px);
        padding: 12px 0 30px;
    }

    .ta-intro h1 {
        font-size: 34px;
    }

    .ta-intro > p:not(.ta-eyebrow) {
        font-size: 15px;
    }

    .ta-grid--2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ta-section {
        padding: 24px 0;
    }

    .ta-section-heading {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .ta-section-heading > span {
        width: 30px;
        height: 30px;
    }

    .ta-section-heading h2 {
        font-size: 19px;
    }

    .ta-location-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ta-promotion {
        grid-template-columns: 1fr;
    }

    .ta-promotion .ta-button {
        width: 100%;
    }

    .ta-map {
        height: 340px;
    }

    .ta-segmented {
        width: 100%;
    }

    .ta-invoice-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .ta-invoice-details {
        grid-template-columns: 1fr;
    }

    .ta-button--payment {
        width: 100%;
    }

    .ta-payment-phone {
        max-width: none;
    }
}
