.as-report-page {
    background: #eaeaeb;
    color: #1f2328;
    font-family: "Lato", Arial, sans-serif;
    --as-yellow: #ffe100;
    --as-yellow-soft: #fff6a8;
    --as-grey: #5f5f5f;
    --as-dark: #171717;
    --as-line: #ececec;
    --as-field: #f3f3f3;
}

.as-report-hero {
    min-height: 78vh;
    padding: 24px 18px 56px;
}

.as-report-shell {
    width: min(100%, 900px);
    margin: 0 auto;
    margin-top: 94px;
}

.as-report-card,
.as-report-thanks {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    padding: clamp(14px, 3vw, 30px);
}

.as-report-heading {
    text-align: center;
    margin-bottom: 20px;
}

.as-report-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #ffe100;
    color: var(--as-grey);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.as-report-heading h1,
.as-report-thanks h2 {
    max-width: 560px;
    margin: 0 auto 8px;
    color: #5f5f5f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
}

.as-report-heading p,
.as-report-thanks p {
    margin: 0;
    color: #111827;
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.45;
}

.as-report-status {
    margin-bottom: 20px;
}

.as-report-status span {
    display: block;
    margin-bottom: 14px;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 700;
}

.as-report-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #ededed;
}

.as-report-progress span {
    display: block;
    width: 33.333%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background: var(--as-yellow);
    transition: width .25s ease;
}

.as-report-step {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.as-report-step.is-active {
    display: block;
}

.as-report-field {
    margin-bottom: 16px;
}

.as-report-field label,
.as-report-step legend {
    display: block;
    margin-bottom: 12px;
    color: #061735;
    font-size: 15px;
    font-weight: 500;
}

.as-report-field label span,
.as-report-step legend span,
.as-report-terms em {
    color: #d72f00;
    font-style: normal;
    font-size: 14px;
}

.as-report-field input {
    width: 100%;
    min-height: 48px;
    padding: 10px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--as-field);
    color: #061735;
    font-size: 14px;
    line-height: 1.2;
    box-shadow: none;
}

.as-report-field input:focus,
.as-report-choice input:focus,
.as-report-terms input:focus {
    outline: 3px solid rgba(255, 225, 0, .38);
    outline-offset: 2px;
    border-color: transparent;
}

.as-report-address-wrap {
    position: relative;
}

.as-report-suggestions {
    display: none;
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    overflow: hidden;
    border: 1px solid var(--as-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
}

.as-report-suggestions.is-open {
    display: block;
}

.as-report-suggestion {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 13px 18px;
    border: 0;
    border-bottom: 1px solid var(--as-line);
    background: #fff !important;
    color: var(--as-dark);
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
}

.as-report-suggestion::before {
    content: "\f3c5";
    flex: 0 0 18px;
    margin-top: 1px;
    color: var(--as-yellow);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}

.as-report-suggestion-text {
    display: block;
}

.as-report-suggestion-main {
    display: block;
    color: var(--as-dark);
    font-size: 14px;
    font-weight: 800;
}

.as-report-suggestion-sub {
    display: block;
    margin-top: 3px;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 500;
}

.as-report-suggestion:last-child {
    border-bottom: 0;
}

.as-report-suggestion-use {
    background: #fffdf0 !important;
}

.as-report-suggestion-use .as-report-suggestion-main {
    color: var(--as-grey) !important;
}

.as-report-suggestion:hover,
.as-report-suggestion:focus {
    background: var(--as-yellow) !important;
    outline: 0;
}

body .as-report-page .as-report-address-wrap .as-report-suggestions {
    background: #fff !important;
    border: 1px solid var(--as-line) !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .12) !important;
}

body .as-report-page .as-report-address-wrap button.as-report-suggestion {
    display: flex !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 13px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--as-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--as-dark) !important;
    box-shadow: none !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

body .as-report-page .as-report-address-wrap button.as-report-suggestion:hover,
body .as-report-page .as-report-address-wrap button.as-report-suggestion:focus,
body .as-report-page .as-report-address-wrap button.as-report-suggestion:active {
    background: var(--as-yellow) !important;
    color: var(--as-dark) !important;
    outline: 0 !important;
}

body .as-report-page .as-report-address-wrap button.as-report-suggestion:hover .as-report-suggestion-sub,
body .as-report-page .as-report-address-wrap button.as-report-suggestion:focus .as-report-suggestion-sub {
    color: var(--as-grey) !important;
}

body .as-report-page .as-report-card .as-report-field {
    margin-bottom: 16px !important;
}

body .as-report-page .as-report-card .as-report-field input {
    min-height: 48px !important;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--as-field) !important;
    color: var(--as-dark) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

body .as-report-page .as-report-card .as-report-choice {
    color: var(--as-dark) !important;
    opacity: 1 !important;
}

body .as-report-page .as-report-card .as-report-choice span {
    color: var(--as-dark) !important;
    opacity: 1 !important;
}

body .as-report-page .as-report-card .as-report-choice input {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
    border: 2px solid #cfcfcf !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .as-report-page .as-report-card .as-report-choice input:checked {
    border: 5px solid var(--as-yellow) !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 4px var(--as-grey) !important;
}

body .as-report-page .as-report-card .as-report-terms {
    margin: 20px 0 24px !important;
    color: var(--as-dark) !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body .as-report-page .as-report-card .as-report-terms span,
body .as-report-page .as-report-card .as-report-terms a {
    color: var(--as-dark) !important;
    opacity: 1 !important;
}

body .as-report-page .as-report-card .as-report-terms input {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
    border: 2px solid #cfcfcf !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .as-report-page .as-report-card .as-report-terms input:checked {
    border-color: var(--as-yellow) !important;
    background: var(--as-yellow) !important;
    box-shadow: inset 0 0 0 4px #fff !important;
}

.as-report-field input.is-invalid,
.as-report-choice input.is-invalid,
.as-report-terms input.is-invalid {
    border-color: #d72f00;
}

.as-report-map {
    height: 280px;
    overflow: hidden;
    border-radius: 18px;
    background: #cfe8e9;
}

.as-report-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.as-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.as-report-page .as-report-btn {
    min-height: 50px;
    padding: 12px 30px;
    border: 0 !important;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    box-shadow: none !important;
    text-decoration: none !important;
}

.as-report-page .as-report-btn-primary,
.as-report-page button.as-report-btn-primary,
.as-report-page input[type="submit"].as-report-btn-primary {
    background: var(--as-yellow) !important;
    border-color: var(--as-yellow) !important;
    color: var(--as-grey) !important;
}

.as-report-page .as-report-btn-primary:hover,
.as-report-page .as-report-btn-primary:focus,
.as-report-page .as-report-btn-primary:active,
.as-report-page button.as-report-btn-primary:hover,
.as-report-page button.as-report-btn-primary:focus,
.as-report-page button.as-report-btn-primary:active {
    background: #f2d500 !important;
    border-color: #f2d500 !important;
    color: var(--as-grey) !important;
    outline: 0;
}

.as-report-page .as-report-btn-secondary,
.as-report-page button.as-report-btn-secondary {
    background: var(--as-grey) !important;
    border-color: var(--as-grey) !important;
    color: #fff !important;
}

.as-report-page .as-report-btn-secondary:hover,
.as-report-page .as-report-btn-secondary:focus,
.as-report-page .as-report-btn-secondary:active,
.as-report-page button.as-report-btn-secondary:hover,
.as-report-page button.as-report-btn-secondary:focus,
.as-report-page button.as-report-btn-secondary:active {
    background: #4f4f4f !important;
    border-color: #4f4f4f !important;
    color: #fff !important;
    outline: 0;
}

body .as-report-page .as-report-card button.as-report-btn,
body .as-report-page .as-report-card button.as-report-btn:hover,
body .as-report-page .as-report-card button.as-report-btn:focus,
body .as-report-page .as-report-card button.as-report-btn:active {
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

body .as-report-page .as-report-card button.as-report-btn-primary,
body .as-report-page .as-report-card button.as-report-btn-primary:visited {
    background-color: var(--as-yellow) !important;
    color: var(--as-grey) !important;
}

body .as-report-page .as-report-card button.as-report-btn-primary:hover,
body .as-report-page .as-report-card button.as-report-btn-primary:focus,
body .as-report-page .as-report-card button.as-report-btn-primary:active {
    background-color: #f2d500 !important;
    color: var(--as-grey) !important;
}

body .as-report-page .as-report-card button.as-report-btn-secondary,
body .as-report-page .as-report-card button.as-report-btn-secondary:visited {
    background-color: var(--as-grey) !important;
    color: #fff !important;
}

body .as-report-page .as-report-card button.as-report-btn-secondary:hover,
body .as-report-page .as-report-card button.as-report-btn-secondary:focus,
body .as-report-page .as-report-card button.as-report-btn-secondary:active {
    background-color: #4f4f4f !important;
    color: #fff !important;
}

.as-report-choice {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 20px;
    color: var(--as-dark) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
}

.as-report-choice input {
    appearance: none;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
    border: 2px solid #cfcfcf;
    border-radius: 999px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.as-report-choice input:checked {
    border: 5px solid var(--as-yellow);
    box-shadow: inset 0 0 0 4px var(--as-grey);
    background: #fff;
}

.as-report-choice input + span {
    color: var(--as-dark) !important;
    opacity: 1 !important;
}

.as-report-choice input:checked + span {
    font-weight: 800;
    color: var(--as-grey) !important;
}

.as-report-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}

.as-report-terms {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 20px 0 24px;
    color: var(--as-dark) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.as-report-terms input {
    appearance: none;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 0;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.as-report-terms input:checked {
    background: #ffe100;
    border-color: #ffe100;
    box-shadow: inset 0 0 0 4px #fff;
}

.as-report-terms a {
    color: var(--as-dark) !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.as-report-terms span {
    color: var(--as-dark) !important;
    opacity: 1 !important;
}

.as-report-terms em {
    display: inline-block;
    margin-left: 4px;
    color: #d72f00 !important;
    font-weight: 700;
}

.as-report-message {
    display: none;
    margin-bottom: 22px;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 16px;
}

.as-report-message.is-error {
    display: block;
    background: #fff4f0;
    color: #a12200;
}

.as-report-message.is-success {
    display: block;
    background: #f1f9e8;
    color: #305200;
}

.as-report-thanks {
    text-align: center;
}

.as-report-thanks p + p {
    margin-top: 22px;
}

@media (max-width: 720px) {
    .as-report-hero {
        padding: 22px 14px 48px;
    }

    .as-report-card,
    .as-report-thanks {
        padding: 20px 10px;
    }

    .as-report-heading {
        margin-bottom: 18px;
    }

    .as-report-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .as-report-map {
        height: 250px;
    }

    .as-report-actions {
        align-items: stretch;
    }

    .as-report-btn {
        flex: 1 1 auto;
        min-width: 132px;
    }
}

@media (max-width: 768px) {
    body .as-report-page {
        background: #fff !important;
    }

    body .as-report-page .as-report-hero {
        min-height: auto !important;
        padding: 16px 14px 34px !important;
    }

    body .as-report-page .as-report-shell {
        width: 100% !important;
        /* margin-top: 28px !important; */
    }

    body .as-report-page .as-report-card,
    body .as-report-page .as-report-thanks {
        padding: 12px 0 22px !important;
    }

    body .as-report-page .as-report-heading {
        margin-bottom: 16px !important;
    }

    body .as-report-page .as-report-kicker {
        min-height: 24px !important;
        padding: 4px 14px !important;
        margin-bottom: 8px !important;
        font-size: 9px !important;
        line-height: 1 !important;
    }

    body .as-report-page .as-report-heading h1,
    body .as-report-page .as-report-thanks h2 {
        max-width: 360px !important;
        margin-bottom: 8px !important;
        font-size: clamp(22px, 7vw, 28px) !important;
        line-height: 1.14 !important;
    }

    body .as-report-page .as-report-heading p,
    body .as-report-page .as-report-thanks p {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    body .as-report-page .as-report-status {
        margin-bottom: 16px !important;
    }

    body .as-report-page .as-report-status span {
        margin-bottom: 10px !important;
        font-size: 13px !important;
    }

    body .as-report-page .as-report-progress {
        height: 7px !important;
    }

    body .as-report-page .as-report-field {
        margin-bottom: 12px !important;
    }

    body .as-report-page .as-report-field label,
    body .as-report-page .as-report-step legend {
        margin-bottom: 8px !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    body .as-report-page .as-report-field label span,
    body .as-report-page .as-report-step legend span,
    body .as-report-page .as-report-terms em {
        font-size: 12px !important;
    }

    body .as-report-page .as-report-card .as-report-field input {
        min-height: 44px !important;
        padding: 9px 16px !important;
        font-size: 13px !important;
    }

    body .as-report-page .as-report-map {
        height: 220px !important;
        border-radius: 14px !important;
    }

    body .as-report-page .as-report-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    body .as-report-page .as-report-card .as-report-choice {
        gap: 10px !important;
        margin-bottom: 13px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    body .as-report-page .as-report-card .as-report-choice input,
    body .as-report-page .as-report-card .as-report-terms input {
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
    }

    body .as-report-page .as-report-card .as-report-choice input:checked {
        border-width: 5px !important;
        box-shadow: inset 0 0 0 3px var(--as-grey) !important;
    }

    body .as-report-page .as-report-card .as-report-terms {
        gap: 10px !important;
        margin: 16px 0 18px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    body .as-report-page .as-report-actions {
        gap: 10px !important;
        margin-top: 18px !important;
    }

    body .as-report-page .as-report-card button.as-report-btn,
    body .as-report-page .as-report-card button.as-report-btn:hover,
    body .as-report-page .as-report-card button.as-report-btn:focus,
    body .as-report-page .as-report-card button.as-report-btn:active {
        min-height: 46px !important;
        padding: 11px 24px !important;
        font-size: 13px !important;
    }

    body .as-report-page .as-report-address-wrap .as-report-suggestions {
        max-height: 232px !important;
        overflow-y: auto !important;
        border-radius: 12px !important;
    }

    body .as-report-page .as-report-address-wrap button.as-report-suggestion {
        gap: 10px !important;
        padding: 11px 14px !important;
        font-size: 12px !important;
    }

    body .as-report-page .as-report-address-wrap .as-report-suggestion-main {
        font-size: 12px !important;
    }

    body .as-report-page .as-report-address-wrap .as-report-suggestion-sub {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    body .as-report-page .as-report-hero {
        padding: 12px 12px 28px !important;
    }

    body .as-report-page .as-report-shell {
        margin-top: 124px !important;
    }

    body .as-report-page .as-report-heading h1,
    body .as-report-page .as-report-thanks h2 {
        max-width: 300px !important;
        font-size: clamp(21px, 8vw, 25px) !important;
    }

    body .as-report-page .as-report-heading p,
    body .as-report-page .as-report-thanks p {
        max-width: 310px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        font-size: 12px !important;
    }

    body .as-report-page .as-report-map {
        height: 190px !important;
        border-radius: 12px !important;
    }

    body .as-report-page .as-report-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body .as-report-page .as-report-card button.as-report-btn,
    body .as-report-page .as-report-card button.as-report-btn:hover,
    body .as-report-page .as-report-card button.as-report-btn:focus,
    body .as-report-page .as-report-card button.as-report-btn:active {
        width: 100% !important;
        min-width: 0 !important;
    }

    body .as-report-page .as-report-address-wrap .as-report-suggestions {
        max-height: 210px !important;
    }
}
