<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    transition: all 0.2s ease-out;
}

.subscribe-box {
    max-width:1024px;
	margin:15px auto;
    background-color: #f0f0f0;
    background-size: cover;
}

.subscriber-box .SS {
    color:black; 
    font-family: Arial, Helvetica, sans-serif;
}

.subscriber-box .SS h3 {
    font-weight: bold;
}

.EDH_head {
    padding: 30px; 
    text-align: center;
}

.SS {
    text-align: center; 
    padding-bottom: 30px;
}

.abc: :last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 720px){
    .abc {
        flex-basis: 100%;
        max-width: none;
        margin: 0 auto 3 rem;
        padding-bottom: 0;
    }
}

section{
    display: block;
}

.offers {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

@media screen and (min-width: 720px){
    .offers{
        flex-flow: row wrap;
        justify-content: center;
        width: 760px;
    }
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 332px;
    width: 95%;
    margin: 0 auto 2.2rem;
    box-shadow: 0 1px 6px 2px rgb(115 115 115 / 30%);
    background-color: #ffffff;
}

@media screen and (min-width: 720px){
    .card{
        margin: 0 20px;
        min-width: auto;
        width: 320px;
    }
}

.feature_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    margin: 0 0 20px;
    padding: 5px;
    background-color: #ba1313;
}

.regular_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    margin: 0 0 20px;
    padding: 5px;
    background-color: #ffffff;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ffffff;
    max-width: 100%;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 20px;
}

.Digital {
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    max-width: 100%;
    margin: 0 0 10px;
    text-align: center;
}

.rate {
    font-weight: normal;
    font-style: normal;
    font-size: 2.75rem;
    line-height: 2.75rem;
    color: #000000;
    max-width: 100%;
    margin: 0 0 8px;
    text-align: center;
}

.og {
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 100%;
    text-align: center;
    margin: 0 0 8px;
    color: #000000;
}

.save {
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000000;
    display: inline;
    max-width: 100%;
}

.subscribe_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 0 20px 20px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
}

#sub {
    height: 48px;
}

.printLink {
    text-align: center;
    text-decoration: underline;
    padding-bottom: 30px;
}
</pre></body></html>