<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 705px) {
    .purchase-header {
        display:none;
    }
    .purchase-need-more-text {
        width:auto;
    }
    .purchase-select-text {
        width:auto;
    }
    .purchase-karma-offerings-container {
        width:auto;
    }
    .purchase-karma-box {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .purchase-karma-box-left-2row {
        margin-left:auto;
    }
    .purchase-complete-container {
        margin-left: 20px;
        margin-right: 20px;
        width:auto;
    }
    .purchase-cards-container {
        width:auto;
    }
    .purchase-card {
        float:none;
        margin-left: auto;
        margin-right: auto;
    }
    .purchase-card-two, .purchase-card-three {
        display:none;
    }
}
</pre></body></html>