/* _content/Pluto/Pages/Certification.cshtml.rz.scp.css */
.certificate-section[b-f1k1c2pbgl] {
    position: relative;
    width: 100%;
    margin: 8px auto;
    font-family: 'Nunito Sans', 'Segoe UI', Arial, sans-serif;
    background-image: var(--cert-bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 40px solid transparent;
    border-image: var(--cert-border-url) 100 stretch;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serial-number[b-f1k1c2pbgl] {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: left;
    line-height: 19px;
}

.cert-number[b-f1k1c2pbgl] {
    font-size: 14px;
    font-weight: 600;
}

.certificate-content.container-fluid[b-f1k1c2pbgl] {
    padding: 0;
    margin: 0;
}

.certificate-content .preview-img[b-f1k1c2pbgl] {
    aspect-ratio: 3.2;
    background-image: var(--merchant-info-preview-img);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.shield-container-logo[b-f1k1c2pbgl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.logo img[b-f1k1c2pbgl] {
    width: 100%;
    max-width: 168px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-self: anchor-center;
    gap: 27px;
}

.logo h1[b-f1k1c2pbgl] {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #599D15;
    text-align: center;
}

.highlight[b-f1k1c2pbgl] {
    font-weight: 800;
    font-style: italic;
}

.certificate-right[b-f1k1c2pbgl] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.preview-container[b-f1k1c2pbgl] {
    text-align: left;
    color: #222;
}

    .preview-container h1[b-f1k1c2pbgl] {
        color: #58524F;
        font-weight: 700;
        font-size: 24px;
    }

    .preview-container img[b-f1k1c2pbgl] {
        width: 100%;
        max-width: 565px;
        height: 177px;
    }

    .preview-container p[b-f1k1c2pbgl] {
        width: 565px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        text-transform: capitalize;
        color: #58524F;
        flex: none;
        order: 2;
        flex-grow: 0;
        margin-top: 10px;
    }

.status h3[b-f1k1c2pbgl] {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 auto;
}

.status p[b-f1k1c2pbgl] {
    font-weight: 500;
    color: #599D15;
    line-height: 16px;
    margin: 0;
    display: flex;
}

.status-checklist p[b-f1k1c2pbgl] {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #58524F;
}

.verification[b-f1k1c2pbgl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    text-align: center;
}

.verification-right[b-f1k1c2pbgl] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    isolation: isolate;
    align-items: center;
}

.verification-text[b-f1k1c2pbgl] {
    flex: 0 0 auto;
    border: 3px dotted #2E7918;
    border-radius: 5px;
    max-width: 50%;
    width: 469px;
    height: 77px;
    align-content: center;
}

.verification h4[b-f1k1c2pbgl] {
    font-family: 'Nunito Sans', 'Segoe UI', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #58524F;
    max-width: 451px;
    margin: 0 auto;
}

.verification-logo[b-f1k1c2pbgl] {
    width: 135px;
    height: auto;
}

.qr[b-f1k1c2pbgl] {
    width: 92px;
    height: auto;
    padding-top: 1rem;
}

.verification-qr p[b-f1k1c2pbgl] {
    margin: 10px 0 0;
    font-size: 14px;
    color: #282625;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    width: 150px;
}

.verification-proof[b-f1k1c2pbgl] {
    position: relative;
}

.verification-signature[b-f1k1c2pbgl] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.verification-stamp[b-f1k1c2pbgl] {
    width: 135px;
    height: 139.40px;
}

.status-url[b-f1k1c2pbgl] {
    margin: 0;
    font-size: 14px;
    color: #636363;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    width: 150px;
}

.copy-icon[b-f1k1c2pbgl] {
    width: 12.25px;
    height: 14px;
    margin-left: 6px;
    cursor: pointer;
    vertical-align: middle;
    transition: transform 0.2s ease-in-out;
    filter: invert(1);
}

    .copy-icon:hover[b-f1k1c2pbgl] {
        transform: scale(1.1);
    }

.copied-msg[b-f1k1c2pbgl] {
    display: inline-block;
    opacity: 0;
    margin-left: 8px;
    color: #2E7918;
    font-weight: 600;
    font-size: 13px;
    transform: translateX(0);
    transition: opacity 0.3s ease;
}

    .copied-msg.show[b-f1k1c2pbgl] {
        opacity: 1;
        animation: sway-b-f1k1c2pbgl 0.6s ease-in-out;
    }

@keyframes sway-b-f1k1c2pbgl {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

/* desktop specific layout for status-info section */
@media (min-width: 769px) {
    .status-info[b-f1k1c2pbgl] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

        .status-info > div:nth-child(1)[b-f1k1c2pbgl] {
            grid-area: 1 / 1 / 2 / 2;
        }

        .status-info > div:nth-child(2)[b-f1k1c2pbgl] {
            grid-area: 1 / 4 / 2 / 5;
        }

        .status-info > div:nth-child(3)[b-f1k1c2pbgl] {
            grid-area: 1 / 7 / 2 / 8;
        }

        .status-info > div:nth-child(4)[b-f1k1c2pbgl] {
            grid-area: 2 / 1 / 3 / 2;
        }

        .status-info > div:nth-child(5)[b-f1k1c2pbgl] {
            grid-area: 2 / 4 / 3 / 5;
        }

        .status-info > div:nth-child(6)[b-f1k1c2pbgl] {
            grid-area: 2 / 7 / 3 / 8;
        }
}

@media (max-width: 768px) {
    .certificate-section[b-f1k1c2pbgl] {
        width: 100%;
        height: auto;
        display: block;
        background-image: var(--cert-bg-mobile-url);
        border-image: var(--cert-border-mobile-url) 100 stretch;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 15px;
    }

    .shield-container-logo[b-f1k1c2pbgl] {
        display: flex;
        flex-direction: row;
        align-self: center;
        align-items: center;
    }

    .certificate-right[b-f1k1c2pbgl] {
        display: flex;
        flex-direction: column;
    }

    .logo img[b-f1k1c2pbgl] {
        width: 101px;
        left: 5.67px;
        height: auto;
    }

    .logo h1[b-f1k1c2pbgl] {
        max-width: 154px;
        height: auto;
        font-size: 20px;
    }

    .preview-container h1[b-f1k1c2pbgl] {
        font-size: 16px;
        width: 100%;
        max-width: 276px;
    }

    .preview-container img[b-f1k1c2pbgl] {
        width: 100%;
        max-width: 276px;
        height: 134.57px;
    }

    .preview-container p[b-f1k1c2pbgl] {
        font-size: 12px;
        line-height: 18px;
        max-width: 276px;
        height: auto;
    }

    .protection-status[b-f1k1c2pbgl],
    .account-status[b-f1k1c2pbgl] {
        grid-template-columns: auto;
        gap: 10px;
        display: grid;
        width: 100%;
        max-width: 276px;
        height: auto;
        align-items: center;
    }

    .status h3[b-f1k1c2pbgl] {
        line-height: 100%;
    }

    .status p[b-f1k1c2pbgl] {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 1rem;
    }

    .verification[b-f1k1c2pbgl] {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        flex-flow: column;
    }

    .verification-right[b-f1k1c2pbgl] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
        isolation: isolate;
        align-items: center;
        padding-top: 1rem;
    }

    .verification-stamp[b-f1k1c2pbgl] {
        max-width: 107px;
        height: auto;
    }

    .verification-qr p[b-f1k1c2pbgl] {
        font-size: 14px;
        color: #282625;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
        width: 150px;
    }

    .verification-signature[b-f1k1c2pbgl] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
    }

    .verification-text[b-f1k1c2pbgl] {
        flex: 0 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-width: 276px;
        height: 89px;
        padding: 16px 0px;
        gap: 10px;
    }
}

.clamp-3[b-f1k1c2pbgl] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* _content/Pluto/Pages/Index.cshtml.rz.scp.css */
body[b-vljnvjkohr] {
    font-family: 'Nunito Sans', 'Segoe UI', Arial, sans-serif;
    background: #fff;
    color: #282625;
    margin: 0;
    padding: 0;
}

.hero-section[b-vljnvjkohr] {
    position: relative;
    width: 100%;
}

.hero[b-vljnvjkohr] {
    position: relative;
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.hero-img[b-vljnvjkohr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-text[b-vljnvjkohr] {
    position: absolute;
    z-index: 1;
    left: 120px;
    color: #404040;
}


    .hero-text h1[b-vljnvjkohr] {
        font-size: 42px;
        font-style: italic;
        font-weight: 800;
        line-height: 55px;
        margin: 0 0 10px;
    }

.highlight[b-vljnvjkohr] {
    color: #599D15;
    font-style: italic;
}

.hero-subtext-container[b-vljnvjkohr] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
    text-align: center;
}

    .hero-subtext-container h2[b-vljnvjkohr] {
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
        max-width: 940px;
        margin: 0;
    }

.green-bg[b-vljnvjkohr] {
    background: #F6FFE3 var(--full-flower-bg-url) no-repeat top left;
    width: 100%;
    padding: 30px 0px 0px;
}

.divider-grid[b-vljnvjkohr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 23px;
    max-width: 1200px;
    margin: 0 auto 24px;
}

.divider-card[b-vljnvjkohr] {
    width: 578px;
    height: 224px;
    background: #FDDCDC;
    border-radius: 10px;
}

    .divider-card img[b-vljnvjkohr] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
    }

.divider-content h3[b-vljnvjkohr] {
    font-size: 32px;
    font-weight: 800;
    color: #282625;
    margin-bottom: 10px;
}

.divider-content p[b-vljnvjkohr] {
    font-size: 18px;
    line-height: 28px;
    color: #282625;
    margin: 0;
}

.features[b-vljnvjkohr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 0px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    .features h3[b-vljnvjkohr] {
        font-weight: 800;
        font-size: 32px;
        line-height: 44px;
    }

.features-highlight[b-vljnvjkohr] {
    font-style: italic;
    color: #599D15;
}

.feature-cards[b-vljnvjkohr] {
    display: flex;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.feature-card[b-vljnvjkohr] {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    width: 269px;
    height: 219px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.feature-icon[b-vljnvjkohr] {
    position: absolute;
    width: 137px;
    height: 137px;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.feature-card h4[b-vljnvjkohr] {
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    color: #599D15;
    margin-bottom: 6px;
}

.feature-card p[b-vljnvjkohr] {
    font-size: 16px;
    line-height: 22px;
    color: #282625;
}

.verified-section[b-vljnvjkohr] {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 45px 0px;
}

.verified-container[b-vljnvjkohr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
    max-width: 1440px;
}

    .verified-container h3[b-vljnvjkohr] {
        font-weight: 800;
        font-size: 32px;
        line-height: 44px;
        color: #282625;
    }

.verified-step[b-vljnvjkohr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 951px;
}

    .verified-step h4[b-vljnvjkohr] {
        font-style: italic;
        font-weight: 800;
        font-size: 28px;
        color: #599D15;
    }

    .verified-step p[b-vljnvjkohr] {
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        color: #272727;
        text-align: center;
    }

.solving-section[b-vljnvjkohr] {
    background: #ECECEC;
    width: 100%;
    padding: 50px 0;
}

.solving-container h3[b-vljnvjkohr] {
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    color: #282625;
    text-align: center;
    margin-bottom: 24px;
}

.solving-grid[b-vljnvjkohr] {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 24px;
}

.solving-item[b-vljnvjkohr] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 54px;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.solving-card[b-vljnvjkohr],
.solving-content[b-vljnvjkohr] {
    flex: 1 1 45%;
    max-width: 532px;
}

    .solving-card[b-vljnvjkohr],
    .solving-card img[b-vljnvjkohr] {
        width: 100%;
        height: 240px;
        background: #fff;
        border-radius: 10px;
        object-fit: cover;
    }

    .solving-content h3[b-vljnvjkohr] {
        font-style: italic;
        font-weight: 700;
        font-size: 28px;
        color: #599D15;
        margin-bottom: 10px;
    }

    .solving-content p[b-vljnvjkohr] {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #282625;
    }

.solving-item:nth-child(odd) .solving-content[b-vljnvjkohr] {
    order: 2;
    text-align: left;
}

.solving-item:nth-child(odd) .solving-card[b-vljnvjkohr] {
    order: 1;
}

.solving-item:nth-child(even) .solving-content[b-vljnvjkohr] {
    order: 1;
    text-align: right;
}

.solving-item:nth-child(even) .solving-card[b-vljnvjkohr] {
    order: 2;
}

.compliance-section[b-vljnvjkohr] {
    background: #ffffff;
    width: 100%;
    padding: 45px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.compliance-banner[b-vljnvjkohr] {
    width: 100%;
    max-width: 1176px;
    border-radius: 10px;
    overflow: hidden;
}

    .compliance-banner img[b-vljnvjkohr] {
        width: 100%;
        height: auto;
        display: block;
        border-radius: inherit;
    }

.compliance-subtext-container[b-vljnvjkohr] {
    margin-top: 32px;
    text-align: center;
}

    .compliance-subtext-container h2[b-vljnvjkohr] {
        font-family: 'Nunito Sans';
        font-weight: 800;
        font-size: 32px;
        line-height: 44px;
        color: #282625;
    }

    .compliance-subtext-container .highlight[b-vljnvjkohr] {
        color: #599D15;
    }

.compliance-cards[b-vljnvjkohr] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
    max-width: 1176px;
}

.compliance-card[b-vljnvjkohr] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex: 1 1 30%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 24px;
    text-align: left;
    background-color: #ffffff;
    background-image: var(--card-bg-url);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.compliance-icon[b-vljnvjkohr] {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.compliance-card h4[b-vljnvjkohr] {
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #599D15;
    margin: 0;
}

.compliance-text[b-vljnvjkohr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 16px;
    text-align: center;
}

    .compliance-text p[b-vljnvjkohr] {
        font-family: 'Nunito Sans';
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #282625;
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .compliance-text .highlight[b-vljnvjkohr] {
        color: #272727;
        font-style: italic;
        font-weight: 700;
    }

.banner-footer-section[b-vljnvjkohr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 0 47px;
    gap: 28px;
    width: 100%;
    background: #FFFFFF var(--partial-flower-bg-url) no-repeat right bottom;
    background-size: cover;
    overflow: hidden;
    isolation: isolate;
    background-position: right;
    background-size: 80% 100%;
    background-position-x: 600px;
}

.footer-banner[b-vljnvjkohr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner-footer-img[b-vljnvjkohr] {
    width: 380px;
    height: auto;
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .feature-cards[b-vljnvjkohr] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: start;
        max-width: 442px;
        gap: 20px 16px;
    }

    .hero-text[b-vljnvjkohr] {
        position: absolute;
        z-index: 1;
        left: 20px;
        color: #404040;
    }

    .divider-card[b-vljnvjkohr] {
        width: 100%;
        height: auto;
    }

    .divider-grid[b-vljnvjkohr] {
        padding: 16px;
        grid-template-columns: 1fr;
    }

    .divider-content h3[b-vljnvjkohr] {
        place-self: center;
    }

    .divider-content p[b-vljnvjkohr] {
        text-align: center;
    }

    .navbar-light .navbar-toggler-icon[b-vljnvjkohr] {
        background-repeat: no-repeat;
        background-image: var(--navbar-toggle-src);
    }
}

@media (max-width: 767px) {
    html[b-vljnvjkohr],
    body[b-vljnvjkohr] {
        width: 100%;
    }

    .hero-section[b-vljnvjkohr] {
        position: relative;
    }

    .hero[b-vljnvjkohr] {
        height: 172.54px;
        justify-content: center;
        margin-top: 0
    }

    .hero-img[b-vljnvjkohr] {
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        height: 100%;
        object-fit: cover;
    }

    .hero-text[b-vljnvjkohr] {
        margin-left: 0;
        position: absolute;
        max-width: 230px;
        height: 42px;
        left: 10.58px;
        top: 65px;
    }

        .hero-text h1[b-vljnvjkohr] {
            font-size: 15.4255px;
            line-height: 21px;
            width: 230px;
        }

    .hero-subtext-container[b-vljnvjkohr] {
        padding: 24px 16px;
    }

        .hero-subtext-container h2[b-vljnvjkohr] {
            font-size: 16px;
            line-height: 22px;
            max-width: 344px;
        }

    .green-bg[b-vljnvjkohr] {
        background: #F6FFE3 var(--full-flower-bg-url) no-repeat top left;
        width: 100%;
        padding: 24px 0px;
        background-size: 800px;
        background-position: left;
        background-position-y: 250px;
    }

    .divider-grid[b-vljnvjkohr] {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .divider-card[b-vljnvjkohr] {
        max-width: 346px;
        height: 156px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .divider-card .divider-img[b-vljnvjkohr] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .divider-content h3[b-vljnvjkohr] {
        font-size: 20px;
    }

    .divider-content p[b-vljnvjkohr] {
        font-size: 14px;
        line-height: 20px;
        max-width: 344px;
    }

    .features h3[b-vljnvjkohr] {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .features[b-vljnvjkohr] {
        padding: 24px 0px;
    }

    .feature-cards[b-vljnvjkohr] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: start;
        max-width: 344px;
        gap: 20px 8px;
    }

    .feature-card[b-vljnvjkohr] {
        position: relative;
        max-width: 168.74px;
        height: 100%;
        max-height: 137px;
        border-radius: 16px;
        padding: 20px 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-icon[b-vljnvjkohr] {
        position: absolute;
        width: 85px;
        height: 85px;
        top: -42px;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
    }

    .feature-card h4[b-vljnvjkohr] {
        max-width: 148.66px;
        height: 19px;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .feature-card p[b-vljnvjkohr] {
        max-width: 148.66px;
        height: 48px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }

    .verified-container[b-vljnvjkohr] {
        gap: 24px;
        width: 344px;
        height: auto;
    }

        .verified-container h3[b-vljnvjkohr] {
            font-size: 20px;
            line-height: 27px;
            max-width: 344px;
            height: 27px;
        }

    .verified-step h4[b-vljnvjkohr] {
        font-size: 16px;
        width: 344px;
        height: 20px;
    }

    .verified-step p[b-vljnvjkohr] {
        font-size: 14px;
        line-height: 19px;
        max-width: 344px;
        height: 57px;
    }

    .verified-section[b-vljnvjkohr] {
        background: #fff;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 24px 16px;
    }

    .solving-section[b-vljnvjkohr] {
        width: 100%;
        padding: 24px 0;
    }

    .solving-container h3[b-vljnvjkohr] {
        font-size: 22px;
        line-height: 30px;
        max-width: 344px;
        justify-self: center;
    }

    .solving-item[b-vljnvjkohr] {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 20px;
    }

        .solving-item:nth-child(odd) .solving-card[b-vljnvjkohr],
        .solving-item:nth-child(even) .solving-card[b-vljnvjkohr] {
            order: 1;
        }

        .solving-item:nth-child(odd) .solving-content[b-vljnvjkohr],
        .solving-item:nth-child(even) .solving-content[b-vljnvjkohr] {
            order: 2;
            text-align: center;
        }

    .solving-card[b-vljnvjkohr],
    .solving-card img[b-vljnvjkohr] {
        max-width: 345px;
        height: 156px;
    }

    .solving-content h3[b-vljnvjkohr] {
        font-size: 20px;
        max-width: 344px;
        height: 20px;
    }

    .solving-content p[b-vljnvjkohr] {
        font-size: 14px;
        line-height: 19px;
        max-width: 344px;
        height: 114px;
    }

    .compliance-section[b-vljnvjkohr] {
        padding: 24px 16px 32px;
        align-items: center;
    }

    .compliance-subtext-container h2[b-vljnvjkohr] {
        font-size: 20px;
        line-height: 27px;
    }

    .compliance-cards[b-vljnvjkohr] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        flex: none;
        max-width: 344px;
    }

    .compliance-banner[b-vljnvjkohr] {
        max-width: 346px;
        height: 156px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .compliance-banner .compliance-img[b-vljnvjkohr] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .compliance-card[b-vljnvjkohr] {
        flex: none;
        padding: 16px;
        width: 100%;
        max-width: 344px;
        height: 100px;
        background-size: cover;
    }

        .compliance-card h4[b-vljnvjkohr] {
            font-size: 16px;
        }

    .compliance-icon[b-vljnvjkohr] {
        max-width: 48px;
        height: 48px;
    }

    .compliance-text p[b-vljnvjkohr] {
        font-size: 14px;
        line-height: 20px;
        max-width: 344px;
        height: 40px;
    }

    .compliance-text .highlight[b-vljnvjkohr] {
        font-weight: 700;
    }

    .banner-footer-section[b-vljnvjkohr] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 32px 0 36px;
        gap: 16px;
        background: #FFFFFF var(--partial-flower-bg-url) no-repeat top left;
        background-size: 80% 100%;
        background-position-x: 220px;
    }

    .banner-footer-img[b-vljnvjkohr] {
        width: 185px;
        height: auto;
    }
}
/* _content/Pluto/Pages/PageNotFound.cshtml.rz.scp.css */
html[b-mollcv8465], body[b-mollcv8465] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.notfound-section[b-mollcv8465] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: transparent;
}

.notfound-content[b-mollcv8465] {
    width: 664px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26.71px;
    text-align: center;
}

.message h1[b-mollcv8465] {
    width: 664px;
    height: 41px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #6B6B6B;
    margin: 0;
}

.cta[b-mollcv8465] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.back-btn[b-mollcv8465] {
    display: inline-flex;
    min-inline-size: min-content;
    align-items: center;
    gap: 12px;
    padding: 21px 36px;
    background: linear-gradient(90deg, #4DA135 0%, #72B25F 100%);
    border-radius: 99px;
    color: #EEEDF2;
    border: none;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
    box-shadow: 0 6px 8px rgba(49, 97, 36, 0.12);
}

    .back-btn .btn-icon[b-mollcv8465] {
        width: 20px;
        height: 20px;
        display: block;
    }

.brand-footer[b-mollcv8465] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .brand-footer img[b-mollcv8465] {
        height: 34px;
        width: 333px;
        object-fit: contain;
        display: block;
    }

@@media (max-width: 768px) {
    .notfound-content[b-mollcv8465] {
        box-sizing: border-box;
        gap: 18px;
    }

    .message h1[b-mollcv8465] {
        max-width: 319px;
        font-size: 24px;
        line-height: 33px;
    }

    .cta[b-mollcv8465] {
        width: 100%;
    }

    .back-btn[b-mollcv8465] {
        font-size: 14px;
        line-height: 19px;
        gap: 10px;
        width: 173px;
        height: 40px;
    }

        .back-btn span[b-mollcv8465] {
            font-size: 14px;
            width: 89px;
        }

        .back-btn .btn-icon[b-mollcv8465] {
            width: 14px;
            height: 14px;
        }

    .brand-footer[b-mollcv8465] {
        bottom: 18px;
    }

        .brand-footer img[b-mollcv8465] {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            gap: 10.75px;
            width: 258px;
            height: 25.98px;
        }
}
