<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#financePlans{
display:flex;
flex-direction:column;
}
#financePlans div:nth-child(1){
order:2;
padding:.4em;
font-size:.9em;
}
#financePlans div:nth-child(2){
background:url(/images/banners/banner5.webp) no-repeat;
background-size:cover;
min-height:130px;
order:1;
}

#financePlans a{
display:block;
margin:0 auto;
}

@media only screen and (min-width:360px){
#financePlans div:nth-child(2) {min-height:152px;}
}

@media only screen and (min-width:768px){
#financePlans{display:inline-block;}
#financePlans div{float:left;}
#financePlans div:nth-child(1) {width:45%}
#financePlans div:nth-child(2){width:50%;min-height: 300px;background-size:cover; background-position:-300px 0;}
}

@media only screen and (min-width:1152px){
#financePlans div:nth-child(1) {float:left;width:48%}
}

@media only screen and (min-width:1279px){
#financePlans div:nth-child(1) {width:40%;padding:.6em}
#financePlans div:nth-child(2) {width:57%;background-position: -179px 0;}
}
</pre></body></html>